I'm new to LUA scripting (although I have strong roots in other languages) and I was wondering if there was any dedicated LUA editor that would enhance the script writing experience of Grimrock. Currently I'm using Notepad++, an opensource texteditor. It's a good texteditor with some syntax highlighting included but could I be using better? Your thoughts please.
Most of us aren't using anything. Notepad++ is probably a good one to use if you're scripting a lot of longer stuff. I know Lua is on the list of languages you can set it to.
I really like Notepad++(as @Komag). I can't actually remember whether it does good syntax highlighting on Lua files or not, but I use it for any and all text files really. If it doesn't, then a friend pointed me to this Lua Language File ages ago - I've never used it though.
My Grimrock Projects Page with links to the Grimrock Model Toolkit, GrimFBX, Atlas Toolkit, QuickBar, NoteBook and the Oriental Weapons Pack.
I'm pretty sure Notepad++ recognises the file extension and automatically sets the language to LUA when opening a .lua file. I guess I'll continue to write as I am