Results 1 - 4 of 4
Lua Studio is a simple IDE for Lua. It consists of an editor with syntax coloring, and an integrated debugger. Debugger can step into, step over, step out of the routine, or stop at a breakpoint. This is Windows project written in C++ and MFC.
Platform:Windows License:MIT/X Consortium License
Decoda is a professional development environment for debugging Lua script in your applications. It's familiar and fast and you'll wonder how you ever worked without it.
Features:
Full graphical IDE. Syntax highlighting, symbol browsing/filtering, auto-completion, configurable hotkeys and colors, custom tools and more. If you know MSVC, you'll be comfortable immediately.
Plays well with others. Integrates with your source control (SCC) and is simple enough for the un-nerdly. It also supports LuaPlus wide-character strings, and even attaches to MSVC for debugging your native code.
Plug and play. Debug Lua files inside your application without making any code changes. It works with Lua 5.0 and later and supports modified versions as well. The latest and greatest games work with Decoda and your creation will too.
Platform:Windows License:unknown
Reference:https://www.unknownworlds.com/decoda
LuaEdit is an IDE/Debugger/Script Editor designed for the version 5.1 of Lua. It features remote debugging, local debugging, syntax highlighting, completion proposal list, parameter proposition engine, advance breakpoint management (including condition system on breakpoints and hit count), function listing, global and local variables listing, watches, solution oriented management, etc.
Platform:Windows
License:GNU General Public License(GPL),Mozilla Public License 1.1
Reference:https://luaforge.net/projects/luaedit/
B:Lua (pronounced Blua) is an open source project to create a full featured standalone Lua IDE (note: B:Lua is not an Eclipseplugin and has nothing to do with Eclipse except using the same Java API (SWT/JFace)).
B:Lua will also have a whole bunch of game related features, initially for World of Warcraft(that you can turn on/off).
B:Lua will have features such as:
Real-time code parsing and error checking
Code assist
Code completion
Code hovering / Variable info
Global search/replace with regular expressions
Fast code jumping for functions, methods and globals declared in other files
Platform:Cross platform License:GNU General Public License(GPL)
Reference:https://blua.sourceforge.net/