unsane1
11-30-2004, 05:17 PM
What's the chance people actually care about this? I'm guessing pretty slim, but I figured I would throw it out there. If you're coding Lua on the Mac, here's a quick list of some of the decent tools out there:
SubEthaEdit: http://www.codingmonkeys.de/subethaedit/
A very cool app, allowing multiple people to work on a document simultaneously, and decent syntax handling and even a function popup, but it didn't seem to quite like all of the files I used it with (not grabbing all of the functions, mishandling comments, etc...). Still a pretty good choice, though it seems to have gotten slower, and has the old idea of one window per document. I'm sort of hooked on having a single editor with multiple documents available inside of it.
Smultron: http://smultron.sourceforge.net/
I haven't honestly looked at this one too much, but it seemed pretty decent, and hell, I think it even handle the multi-line comments correctly. Also allows you to have one window for multiple documents. If you use it, let me know your thoughts.
BBEdit Lua Language Module: http://www.mixicon.com/downloads/Lua_LM.sitx
This is one of my own invention, since I prefer working in BBEdit so much. I'm calling it a version 0.8 right now. It is not generating the function popup right now, and it doesn't handle multi-line comments correctly either, but I'm working on both of these issues. But you can't beat the power of working in BBEdit. Requires BBEdit 8.0 or higher. Also, if you notice any errors in it, missing keywords and such, just drop me a PM and I'll get a new version out. Installation instructions are included.
Cheers!
SubEthaEdit: http://www.codingmonkeys.de/subethaedit/
A very cool app, allowing multiple people to work on a document simultaneously, and decent syntax handling and even a function popup, but it didn't seem to quite like all of the files I used it with (not grabbing all of the functions, mishandling comments, etc...). Still a pretty good choice, though it seems to have gotten slower, and has the old idea of one window per document. I'm sort of hooked on having a single editor with multiple documents available inside of it.
Smultron: http://smultron.sourceforge.net/
I haven't honestly looked at this one too much, but it seemed pretty decent, and hell, I think it even handle the multi-line comments correctly. Also allows you to have one window for multiple documents. If you use it, let me know your thoughts.
BBEdit Lua Language Module: http://www.mixicon.com/downloads/Lua_LM.sitx
This is one of my own invention, since I prefer working in BBEdit so much. I'm calling it a version 0.8 right now. It is not generating the function popup right now, and it doesn't handle multi-line comments correctly either, but I'm working on both of these issues. But you can't beat the power of working in BBEdit. Requires BBEdit 8.0 or higher. Also, if you notice any errors in it, missing keywords and such, just drop me a PM and I'll get a new version out. Installation instructions are included.
Cheers!