Features | Installation | Documentation | Usage | Author | License | Links
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.6 VM.
The IDE can be installed into and run from any directory. There are three options to install it:
No compilation is needed for any of the installation options, although the script to compile "LuaRT Studio.exe" executable is available in the build directory.
The IDE can be launched by clicking LuaRT Studio.exe from the directory that the IDE is installed to. You can also create a shortcut to this executable.
The general command for launching is the following: "LuaRT Studio.exe" [option] [<project directory>] [<filename>...].
"LuaRT Studio.exe" <filename> [<filename>...]."LuaRT Studio.exe" <project directory> [<filename>...]."LuaRT Studio.exe" -cfg "string with configuration settings", for example: zbstudio -cfg "editor.fontsize=12; editor.usetabs=true"."LuaRT Studio.exe" -cfg <filename>, for example: "LuaRT Studio.exe" -cfg cfg/xcode-keys.lua.All configuration changes applied from the command line are only effective for the current session.
If you are loading a file, you can also set the cursor on a specific line or at a specific position by using filename:<line> and filename:p<pos> syntax.
In all cases only one instance of the IDE will be allowed to launch by default: if one instance is already running, the other one won't launch, but the directory and file parameters passed to the second instance will trigger opening of that directory and file(s) in the already started instance.
LuaRT: Samir Tine ([email protected])
ZeroBrane LLC: Paul Kulchenko ([email protected])
See LICENSE.