in the last month we made good progress on enhancing the wxLua sample IDE to a more complete IDE, specially useful for luxinia.
the "api" autocompletion & tooltips are probably the key features. But thru wxLua its possible to add more custom menus...
There is still endless amount of features to be added, and getting some "basic" base features done (find in files, project browser...). But what is already there is useful in its state already. PRT/SHD/MTL & Cg api & syntax files will come soon.
The project is fully opensource, so that anyone can help enhancing.
http://sourceforge.net/projects/estrelaeditor/
download:
https://sourceforge.net/projects/estrel ... p/download
svn repository:
https://estrelaeditor.svn.sourceforge.n ... relaeditor
The editor doesnt have "graphical" setting dialogs, so you can either modify the /cfg/config.lua or create a /cfg/user.lua which is loaded after config.lua and can overwrite its settings.
You would want to change the "Luxinia" directory in the config. And the default interpreter to "Luxinia". Best is you create a custom user.lua file, which overwrites settings set in config.lua automatically. As config.lua may change via SVN, but user.luad won't.
ie create the file cfg/user.lua
Code:
path.luxinia = "<yourpath to luxinia>/"
interpreter = "Luxinia"
--------
All content is ready-to-use for windows, no need for "compiling". Just grab the latest from SVN and you can immediately use it.