Maidens of the Kaleidoscope

~Hakurei Shrine~ => Rika and Nitori's Garage Experiments => Topic started by: nlog on March 15, 2015, 12:55:24 AM

Title: Notepad++ plugins for Touhou Danmakufu ph3
Post by: nlog on March 15, 2015, 12:55:24 AM
Set of Notepad++ plugins for Touhou Danmakufu ph3 scripting language. Consists of auto completion config and syntax highlighting configs.
Github repo (https://github.com/nl0g/danmakufu-npp)
Download (https://github.com/nl0g/danmakufu-npp/releases/latest)

Features

Installation
To install auto completion config copy Danmakufu.ph3.xml to your Nodepad++ installation directory \plugins\APIs. For example, C:\Program Files (x86)\Notepad++\plugins\APIs
To enable auto completion go to Settings → Preferences... → Auto-Completion and select "Function completion" or "Function and word completion". For calltips check "Function parameters hint on input".
To install syntax highlighting go to Language → Define your language..., press Import... button and select the xml file. For default theme use dmf.default.xml, and for Bespin theme use dmf.bespin.xml.
Restart Nodepad++.
To apply syntax highlighting and to enable autocomplete for txt file, set Language → Danmakufu.ph3 in Notepad++ menu.

Known limitations
Title: Re: Notepad++ plugins for Touhou Danmakufu ph3
Post by: Uruwi on March 29, 2015, 04:42:34 AM
Why isn't KEY_INVALID included as a constant?
Title: Re: Notepad++ plugins for Touhou Danmakufu ph3
Post by: nlog on April 06, 2015, 06:42:30 PM
Why isn't KEY_INVALID included as a constant?
I missed it. Also forgot about dot operator. Fixed.