• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[LUA] Which program do you use for editing lua files?

Matti96

Abyss
Joined
Apr 17, 2009
Messages
254
Reaction score
46
Location
Poland/Germany
Hi :)

I wonder which program you guys are recommending for editing lua files. Can you tell me which is the best?

Thank you!
 
if I had money, for sure I'd use Sublime Text because it's fucking beautiful. However, I use SciTE, because it was the first Lua tool I've used so far and it does a decent job as text editor and Lua debugger (specially the debugging part) and I'm extremely lazy to test any other editor.
 
Sublime Text 3 + SublimeLinter + LuaSublime+ SublimeLinter-lua + SublimeLinter-xmllint + Sublime-GLua-Highlight = debugger+validators+autocompletion
 
Sublime Text 3 + SublimeLinter + LuaSublime+ SublimeLinter-lua + SublimeLinter-xmllint + Sublime-GLua-Highlight = debugger+validators+autocompletion
o_O:eek: can you post a screen of this in action with you editing a script?
 
Notepad++

It just makes sense to me because I can switch to the web dev languages(HTML, CSS, JavaScript) once I'm finished with Lua.
 
Check out the newest notepad++ guys it has a new autocomplete that is just awesome
 
Back
Top