LuaRT Studio is a Windows IDE to develop Lua desktop or console applications, based on the LuaRT interpreter. LuaRT Studio can also be used to develop standard Lua applications based on latest Lua 5.4.4 VM seamlessly. Here is a list of the main features :
- Based on ZeroBrane Studio, from Paul Kulchenko
- Automatic switch between Lua console or desktop application based on file extension (.lua and .wlua respectively)
- Updated UI, using current Windows UI theme, icons for files, tabs, and panels.
- Rework of the "Outline" tab, now called "Symbols" (displays local and global variables, new icons, table expansion...)
- Icons for Watch panel, Stack panel and a new Symbol tab
1 comment
[ 2.1 ms ] story [ 8.6 ms ] threadLuaRT Studio is a Windows IDE to develop Lua desktop or console applications, based on the LuaRT interpreter. LuaRT Studio can also be used to develop standard Lua applications based on latest Lua 5.4.4 VM seamlessly. Here is a list of the main features :
- Based on ZeroBrane Studio, from Paul Kulchenko
- Automatic switch between Lua console or desktop application based on file extension (.lua and .wlua respectively)
- Updated UI, using current Windows UI theme, icons for files, tabs, and panels.
- Rework of the "Outline" tab, now called "Symbols" (displays local and global variables, new icons, table expansion...)
- Icons for Watch panel, Stack panel and a new Symbol tab
- Support for using ttf font files
- LuaCheck updated to 0.26
- Updated mobdebug to support LuaRT objects.
- New project option to Show/Hide console window.
- Local console uses now the Lua 5.4.4 VM