Questions tagged [zerobrane]

ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for several Lua engines.

ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for several Lua engines.

It is simple and instantly usable for beginners (as tested with middle and high school students with no programming experience), yet feature-rich and extensible for experienced developers. Unlike Eclipse and IntelliJ, it has a small footprint and is completely customizable with Lua. Unlike TextMate and Sublime Text, it includes a remote debugger and a full IDE feature set.

ZeroBrane Studio also provides several unique features: live coding for immediate feedback, Markdown formatting in comments for providing instructions with minimal context switching, and integrated interactive materials for those learning Lua or getting familiar with programming.

Feature highlights

  • Small, portable, open-source, and cross-platform (Windows, Mac OSX, and Linux).
  • Auto-completion for functions, keywords, and custom APIs.
  • Interactive console to directly test code snippets with local and remote execution.
  • Live coding with Lua (demo), Löve 2D (demo), Gideros (demo), Moai (demo), and Corona (demo).
  • Integrated debugger (with support for local and remote debugging), and more.

Source: http://studio.zerobrane.com/

137 questions
-2
votes
1 answer

Lazy tips ? (Like Visual Studio)

I recently discover Löve and Zerobrane, I come from VB.NET on Visual Studio 2013/17 and I look for configure some tricks. After some search, I write this in system preferences : acandtip.fillups = " +-*/%.,(){}[]" Whith it, auto complete is quick…
Mandulis
  • 3
  • 2
-4
votes
1 answer

Does Zerobrane provide an "include" mechanism?

To Zerobrane users, since this is not a question on lua : I use Zerobrane for editing lua programs that are to be used with LuaLatex. Very nice ! I make all tests there before using the developments in LuaLatex. So, at the beginning, the programs…
user1771398
  • 475
  • 6
  • 18
1 2 3
9
10