LuaRT-Studio icon indicating copy to clipboard operation
LuaRT-Studio copied to clipboard

Lua 5.4 IDE for Windows with debugger and script to executable compiler

Results 5 LuaRT-Studio issues
Sort by recently updated
recently updated
newest added

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...

bug

LuaRT-Studio crashes by docking the Stack window at the bottom, ie with the Output/Console Window. ![luart-stack-window-bug](https://i.ibb.co/Qb5LVqT/luart-stack-window-bug.png) Docking the Stack window elsewhere works without problem To replicate the error, just dock...

bug

Hi This is the error message i get trying to run **LuaRT Studio.exe** ![image](https://github.com/samyeyo/LuaRT-Studio/assets/61803004/aa91f6be-30a4-472f-bfd6-a4d8227e71a1) 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) ##...

enhancement