Brett
03-09-2005, 09:27 AM
If you want a really nice Lua code editor to work on external Lua files, try out:
QDE (http://www.quotixsoftware.com/qde_index.htm)
It lets you create projects of Lua files, has code parsing, function/control startement collapsing, and much more. A great way to work on Lua files outside of the IR products.
You can even use it to compile your lua scripts into binary files that can be loaded and run with Application.RunScriptFile, etc.
QDE (http://www.quotixsoftware.com/qde_index.htm)
It lets you create projects of Lua files, has code parsing, function/control startement collapsing, and much more. A great way to work on Lua files outside of the IR products.
You can even use it to compile your lua scripts into binary files that can be loaded and run with Application.RunScriptFile, etc.