[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] ZeroBrane Studio 0.39; now with Lua 5.2 and LuaJIT out of the box support
- From: Paul K <paulclinger@...>
- Date: Sun, 6 Oct 2013 23:27:16 -0700
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 changes in this release:
- Added Lua 5.2 support out of the box and switched to using LuaJIT
interpreter by default ([1]).
- Added go to definition (Ctrl/Cmd+Alt+Click) and jump to previous
location (Alt+Left).
- Added abbreviation of project directories to keep unique parts visible.
- Added suggesting dynamic words as fields in auto-complete (as
discussed on the lua maillist [2]).
- Fixed breakpoints with Marmalade Quick.
- Upgraded Luasocket (3.0-rc1), copas, and coxpcall libraries.
- Extended plugin support; for example, Clone view [3] and Real-time
watches [4] plugins.
Installation packages for Windows, OSX, and Linux are available on the
project website: http://studio.zerobrane.com (full release details are
in the changelog [5]). Thank you for all the contributions [6],
feedback, and support of the project!
Paul.
[1] http://notebook.kulchenko.com/zerobrane/zerobrane-studio-luajit-lua52-and-luasocket-changes
[2] http://lua-users.org/lists/lua-l/2013-06/msg00373.html
[3] http://notebook.kulchenko.com/zerobrane/clone-editor-view-plugin-for-zerobrane-studio
[4] http://notebook.kulchenko.com/zerobrane/real-time-watches-plugin-zerobrane-studio
[5] https://github.com/pkulchenko/ZeroBraneStudio/blob/master/CHANGELOG.md
[6] https://github.com/pkulchenko/ZeroBraneStudio/blob/master/CHANGELOG.md#special-thanks