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, remote debugger, code analyzer, live coding, integration with various Lua engines, and support for Lua 5.1, 5.2, 5.3, and LuaJIT.

The new version includes the following improvements (full details are in the changelog [1]):

- Added directory mapping to the project tree.
- Added `Run to Cursor`.
- Added ability to set/unset start file for a project.
- Added `staticanalyzer.infervalue` to enable deeper/slower analysis; this is based on lua-inspect and includes analysis for field values and evaluated code.

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

Paul.

[1] https://github.com/pkulchenko/ZeroBraneStudio/blob/master/CHANGELOG.md