samyeyo / LuaRT-Studio

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Features

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.

  • Small and portable Lua 5.4.6 IDE for Windows for x86 and x64
  • Based on ZeroBrane Studio, from Paul Kulchenko
  • Bundled with a specific LuaRT interpreter, compatible with standard Lua
  • 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 Stack panel and a new Symbol tab
  • New Variable panel, that shows during debugging session
  • Support for using ttf font files
  • New Stylua 0.15.3 linter
  • LuaCheck updated to 0.26
  • LuaSec updated to 1.2.0
  • LuaSocket updated to 3.0-rc1
  • Updated mobdebug to support LuaRT objects and Tasks
  • New project option to Show/Hide console window.
  • Local Lua 5.4.6 console

Installation

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.

Documentation

  • No specific documentation available for now, as most of the original ZeroBrane Studio documentation should apply for LuaRT Studio.
  • This video shows you how to start with the IDE : LuaRT Studio - Installation and first steps

Usage

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

  • Open files: "LuaRT Studio.exe" <filename> [<filename>...].
  • Set project directory (and optionally open files): "LuaRT Studio.exe" <project directory> [<filename>...].
  • Overwrite default configuration: "LuaRT Studio.exe" -cfg "string with configuration settings", for example: zbstudio -cfg "editor.fontsize=12; editor.usetabs=true".
  • Load custom configuration file: "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.

Author

LuaRT studio

LuaRT: Samir Tine (samir.tine@luart.org)

ZeroBrane Studio and MobDebug

ZeroBrane LLC: Paul Kulchenko (paul@zerobrane.com)

License

See LICENSE.

Links

About

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

License:Other


Languages

Language:Lua 99.7%Language:C 0.3%Language:Batchfile 0.0%