Makopo / sublime-text-lsl

Syntax definitions for LSL(Linden Scripting Language) in Second Life and OSSL(OpenSimulator Scripting Language) in OpenSimulator.
31 stars 4 forks source link

Phoenix/Firestorm LSL Preprocessor #36

Open Makopo opened 9 years ago

Makopo commented 9 years ago

http://wiki.phoenixviewer.com/fs_preprocessor http://wiki.secondlife.com/wiki/User:Toy_Wylie/Phoenix/Preprocessor

https://community.secondlife.com/t5/LSL-Scripting/Phoenix-Firestorm-LSL-Preprocessor-an-example-Library/td-p/1683489

world like to implement it in future release

Lunardis commented 8 years ago

If the world will do this, the citizens will celebrate it then. smirks No seriously, thanks for your awesome work and afford. We like you extension and a preprocessor syntax support would be nice. Have to admit, I found the benefits for preprocessing LSL scripts thanks to your/this issue.

Lunardis commented 8 years ago

Suggestion: Save Files which includes another file

I don't know if this is possible or would be to much work.

But what really annoying is that you've to save all open script files manually when you changed something on a LSL script which got included by the other ones. It would be nice if your PreProcessor-implementation could check on save of included files:

  1. If there is any open script file which includes this LSL script?
  2. If the file still exist or already gone. (because the user closed the native script editor already)
  3. Save files,too. (who match this conditions)
buildersbrewery commented 6 years ago

see XenHat/SublimeLinter-contrib-lslint#6