Notepad++ CubeScript UDL
#1
In case anyone's interested, I have made a user-defined language file to enable Notepad++ in highlighting CubeScript.
Rather shoddy, given the limitations NP++ gives UDLs, but it helps.
* V-Man winces as MusicMan10 approaches with a baseball bat
Er... Probably not as good as CubePad!

http://baconbukz.co.cc/up/uploads/CubeScript_NP_UDL.zip

Unzip the xml file and place anywhere. Open Notepad++, go to the menu View > User-Defined Dialogue... and click Import... Select the CubeScript.xml file to load the settings into the UDL dialog. Select Save As... and name it CubeScript.

Nerdy details:
All 630 idents in my 1.1 custom docs.cfg file are included in the highlighting word list. I separated them into groups of variables, commands, leading characters, and native aliases. Unfortunately, there weren't enough open groups to make an editing group, so I lumped that (editing commands and variables) in with the commands.
Thanks given by:


Messages In This Thread
Notepad++ CubeScript UDL - by V-Man - 20 Aug 10, 08:03AM
RE: Notepad++ CubeScript UDL - by Gibstick - 20 Aug 10, 11:45AM
RE: Notepad++ CubeScript UDL - by Lightning - 20 Aug 10, 12:08PM
RE: Notepad++ CubeScript UDL - by Gibstick - 20 Aug 10, 02:11PM
RE: Notepad++ CubeScript UDL - by V-Man - 22 Aug 10, 05:04PM