Page 1 of 1

useing notepad++ as lua editor

PostPosted: Wed Jun 13, 2012 02:46
by alien58
I have been looking for a good editor and i have found notepad++. spend a hour or two working out how to add syntax highlighting and syntax folding. Auto completion is next to work out.

did some one made a lua script editor for minetest?

PostPosted: Wed Jun 13, 2012 04:33
by Stef
can i do it too with textpad?

PostPosted: Wed Jun 13, 2012 05:18
by sfan5
Yes, but Textpad is not comfortable

PostPosted: Wed Jun 13, 2012 05:19
by Stef
ok thanx

PostPosted: Wed Jun 13, 2012 06:43
by Stef
on which type of file must i save my lua file

PostPosted: Wed Jun 13, 2012 07:04
by Calinou
spend a hour or two working out how to add syntax highlighting and syntax folding. Auto completion is next to work out.


Syntax highlighting should work once you save the file with ".lua" extension, or you can enable it in some menu.

PostPosted: Wed Jun 13, 2012 14:46
by kddekadenz
Gedit is quite good. It does support syntax highlightening for a lot of scripting languages.
It is avaible for Windows and Linux.

PostPosted: Sat Jun 16, 2012 22:13
by LolManKuba
Stef wrote:on which type of file must i save my lua file

.lua

PostPosted: Sun Jun 17, 2012 04:48
by Stef
I can't find it in my type of save-bar?!

PostPosted: Mon Jun 18, 2012 14:54
by Neuromancer
LuaEdit at http://luaedit.sourceforge.net/
Totally rocks. I think it even has Lua debugging.