-
May 23rd, 2007, 05:44 AM
#1
lua editor?
What editor does everyone use for editing LUA scripts?
John
-
May 23rd, 2007, 05:57 AM
#2
Have you looked at Notpad++ ? http://notepad-plus.sourceforge.net/uk/site.htm
It's not specifically for Lua, but it will display your code in a very clear, colour-coded manner.
-
May 23rd, 2007, 06:09 AM
#3
I use SciTe as it's nice and small, has syntax highlighting and some limited Intellisense type functions (identifier completion, and parameter display).
There's a new Lua plugin for Eclipse that may be worth looking at - http://sourceforge.net/projects/lunareclipse - which seems to offer the same sort of thing as SciTe but also has an outline view of all the functions etc. in a file. I must get around to checking it out. Of course Eclipse may be overkill as it's a fairly big beast.
--Rob
-
May 23rd, 2007, 08:24 AM
#4
Harleydude suggest
http://www.context.cx/
It has a LUA highlighter...
Thanks guys
John
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules