lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi All,

ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax
highlighting, live coding, remote debugger, code analyzer, and
integration with various Lua engines.

Some of the notable changes in the new version (full changelog is
here: https://github.com/pkulchenko/ZeroBraneStudio/blob/master/CHANGELOG.md):

- Added source code debugging (to support LuaJava and other engines);
details: http://notebook.kulchenko.com/zerobrane/debugging-embedded-code-fragments-zerobrane-studio.
- Added scope-aware global/local/masked/masking variable highlighting;
details: http://notebook.kulchenko.com/zerobrane/scope-aware-variable-indicators-zerobrane-studio.
- Added 'Go To Definition' and 'Rename All Instances'.
- Added package/plugin API.
- Improved auto-complete API with inheritance and table index support.

Installation packages for Windows, OSX, and Linux are available on the
project website: http://studio.zerobrane.com. Thank you for your
feedback, contributions, and support of the project!

Paul.