May 12, 2024, 19:06:51

Author Topic: Black Ruler Script language addon for Notepad++  (Read 7497 times)

Offline Mularac

  • Lieutenant
  • ***
  • Posts: 531
  • Karma: 11
    • View Profile
Black Ruler Script language addon for Notepad++
« 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.

Offline Arparso

  • Administrator
  • Lieutenant
  • *****
  • Posts: 558
  • Karma: 14
  • I can see you...
    • View Profile
    • http://arparso.de/nexus
(No subject)
« Reply #1 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.

Offline Mularac

  • Lieutenant
  • ***
  • Posts: 531
  • Karma: 11
    • View Profile
(No subject)
« Reply #2 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.