Nexus Skirmisher

Nexus - The Jupiter Incident => General Discussion => Topic started by: Mularac on December 12, 2009, 16:57:54

Title: Black Ruler Script language addon for Notepad++
Post by: Mularac on December 12, 2009, 16:57:54
Hey guys, I've just started with the extremely long task of creating a brand new language addon for Notepad++ about our "beloved" scripting system.
Features:
Different coloring for different commands (select ones will go in x, regular mission ones would do in y, and so on)
Folding of: strings under /* - */ (like c) and Machines, States, rules and actions.
Automatic indentention when using SelectEx, Execlist, Delay, If, While, and other commands that executes commands.

I've only done about 1% of it, so if anyone feells like it could give me a hand or share ideas.
Title:
Post by: Arparso on December 13, 2009, 02:06:00
Great idea, actually. I did some half-assed "custom language" settings in notepad++ myself, but they're rather crude and I'd love to see proper syntax highlighting.
Title:
Post by: Mularac on December 13, 2009, 15:54:47
of course, writing every single command that nexus would understand would be quite long and tiring, so I'll be writing it as I'm coding, thus adding the commands most regularly used. That'll be a start.