LuaRT-Studio
LuaRT-Studio copied to clipboard
Lua 5.4 IDE for Windows with debugger and script to executable compiler
LUA 5.3
LuaRT-Studio (release v1.6.0) comes with "lua.exe" (interpreter?, in bin folder) that has dependency on "lua51.dll". Is there a way to get "lua.exe", however that targets v53 or v54 of lua?...
Changing the style in both ZeroBrane Studio and LuaRT Studio works in ZeroBrane Studio in the left and right panels but doesn't correctly work in the left panel for LuaRT...
LuaRT-Studio crashes by docking the Stack window at the bottom, ie with the Output/Console Window.  Docking the Stack window elsewhere works without problem To replicate the error, just dock...
Hi This is the error message i get trying to run **LuaRT Studio.exe**  I downloaded this x64 release https://github.com/samyeyo/LuaRT-Studio/releases/download/v1.6.0-x64/LuaRT-Studio-1.6.0-x64.zip The relevant lines are in shellbox.lua `local lua54 = require...
in LuaRT Studio 1.8. ## 1. Missing i18n for "Lua interpreter" page title ./src/editor/gui.lua line 670: bottomnotebook:AddPage(shellbox, "Lua interpreter", false, bmp) Make it translatable: bottomnotebook:AddPage(shellbox, TR("Lua interpreter"), false, bmp) ##...