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 for 80+ changes are in the changelog [1]):

- Added fuzzy search with `Go To File`, `Go To Symbol`, `Go To Line`, and `Insert Library Function` (available from `Search | Navigate` menu).
- Added auto-complete support for LDoc '@tparam' and '@param[type=...]'.
- Updated static analyzer and internal parser to support `goto`/labels and bitops for Lua 5.2/5.3.
- Updated Mobdebug to improve Lua 5.3 compatibility (thanks to Andrew Starks).

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

Paul.

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