<s>
ZeroBrane	B-Language
Studio	I-Language
is	O
a	O
lightweight	O
open-source	B-Application
Lua	B-Language
IDE	B-Application
with	O
code	O
completion	O
,	O
syntax	O
highlighting	O
,	O
code	O
analyzer	O
,	O
live	O
coding	O
,	O
and	O
debugging	O
support	O
for	O
Lua	B-Language
5.1	I-Language
,	O
Lua	B-Language
5.2	O
,	O
Lua	B-Language
5.3	O
,	O
LuaJIT	O
,	O
and	O
other	O
Lua	B-Language
engines	O
.	O
</s>
<s>
ZeroBrane	B-Language
Studio	I-Language
is	O
a	O
cross-platform	B-Operating_System
application	O
written	O
in	O
Lua	B-Language
that	O
runs	O
on	O
Windows	O
(	O
Windows	O
XP+	O
)	O
,	O
Linux	B-Application
,	O
and	O
macOS	B-Application
(	O
10.9	O
+	O
)	O
operating	O
systems	O
.	O
</s>
<s>
It	O
uses	O
the	O
wxWidgets	B-Language
toolkit	B-Library
and	O
the	O
Scintilla	B-Language
component	I-Language
for	O
file	O
editing	O
.	O
</s>
<s>
ZeroBrane	B-Language
Studio	I-Language
was	O
created	O
by	O
Paul	O
Kulchenko	O
in	O
September	O
2011	O
as	O
a	O
way	O
to	O
allow	O
inexperienced	O
users	O
to	O
run	O
and	O
debug	O
Lua	B-Language
applications	O
,	O
initially	O
targeting	O
Lua	B-Language
applications	O
running	O
on	O
mobile	O
devices	O
.	O
</s>
<s>
It	O
was	O
based	O
on	O
open-source	B-Application
Estrela	O
Editor	O
for	O
Luxinia	O
,	O
an	O
open-source	B-Application
3D	O
graphics	O
engine	O
.	O
</s>
<s>
Estrela	O
Editor	O
was	O
developed	O
starting	O
from	O
August	O
2008	O
based	O
on	O
one	O
of	O
the	O
sample	O
applications	O
included	O
with	O
wxLua	O
wrapper	O
around	O
wxWidgets	B-Language
.	O
</s>
<s>
The	O
first	O
public	O
version	O
of	O
ZeroBrane	B-Language
Studio	I-Language
was	O
released	O
in	O
January	O
2012	O
.	O
</s>
<s>
During	O
the	O
first	O
year	O
of	O
the	O
project	O
,	O
the	O
development	O
of	O
Estrela	O
and	O
ZeroBrane	B-Language
Studio	I-Language
continued	O
in	O
parallel	O
and	O
in	O
October	O
2012	O
Estrela	O
Editor	O
project	O
was	O
fully	O
merged	O
into	O
ZeroBrane	B-Language
Studio	I-Language
project	O
.	O
</s>
<s>
ZeroBrane	B-Language
Studio	I-Language
provides	O
integration	O
and	O
debugging	O
support	O
for	O
Lua	B-Language
5.1	I-Language
,	O
Lua	B-Language
5.2	O
,	O
Lua	B-Language
5.3	O
,	O
and	O
LuaJIT	O
interpreters	O
integrated	O
into	O
various	O
products	O
:	O
CoronaSDK	B-Operating_System
,	O
Cocos2d	B-Application
,	O
Moai	B-Language
SDK	I-Language
,	O
LÖVE	O
,	O
Gideros	O
,	O
Redis	B-Operating_System
,	O
Torch	O
,	O
Adobe	B-Operating_System
Lightroom	I-Operating_System
,	O
Nginx	B-Operating_System
Lua	B-Language
scripts	I-Language
and	O
more	O
.	O
</s>
<s>
and	O
tutorials	O
that	O
cover	O
using	O
ZeroBrane	B-Language
Studio	I-Language
with	O
various	O
game	O
and	O
mobile	O
toolkits	O
.	O
</s>
<s>
ZeroBrane	B-Language
Studio	I-Language
provides	O
local	O
,	O
remote	O
and	O
cross-platform	B-Operating_System
debugging	O
for	O
applications	O
executing	O
Lua	B-Language
code	O
.	O
</s>
<s>
The	O
debugger	O
supports	O
the	O
following	O
functions	O
:	O
step	O
through	O
the	O
code	O
,	O
set/remove	O
breakpoints	O
,	O
inspect	O
variables	O
and	O
expressions	O
using	O
the	O
Watch	O
window	O
,	O
inspect	O
the	O
call	O
stack	O
with	O
local	O
values	O
and	O
upvalues	O
(	O
local	O
values	O
defined	O
in	O
the	O
outer	O
scope	O
of	O
the	O
current	O
function	O
)	O
using	O
the	O
Stack	O
window	O
,	O
suspend/resume	O
the	O
running	O
application	O
,	O
and	O
run	O
Lua	B-Language
commands	O
in	O
the	O
Console	O
window	O
.	O
</s>
<s>
The	O
IDE	B-Application
also	O
supports	O
on-device	O
debugging	O
for	O
Corona	B-Operating_System
SDK	I-Operating_System
and	O
Gideros	O
Mobile	O
software	O
development	O
kits	O
,	O
with	O
the	O
application	O
running	O
on	O
a	O
mobile	O
device	O
and	O
the	O
IDE	B-Application
running	O
on	O
a	O
desktop	O
computer	O
.	O
</s>
<s>
In	O
addition	O
to	O
debugging	O
Lua	B-Language
applications	O
,	O
ZeroBrane	B-Language
Studio	I-Language
also	O
supports	O
live	O
coding	O
,	O
which	O
allows	O
making	O
changes	O
to	O
the	O
application	O
code	O
while	O
the	O
application	O
is	O
running	O
and	O
seeing	O
the	O
results	O
of	O
the	O
changes	O
in	O
the	O
application	O
.	O
</s>
<s>
The	O
live	O
coding	O
is	O
supported	O
for	O
Lua	B-Language
interpreters	O
and	O
several	O
other	O
environments	O
.	O
</s>
<s>
ZeroBrane	B-Language
Studio	I-Language
includes	O
support	O
for	O
plugins	B-Application
written	O
in	O
Lua	B-Language
.	O
</s>
<s>
The	O
open	O
source	O
plugin	B-Application
repository	O
currently	O
lists	O
45	O
plugins	B-Application
that	O
range	O
from	O
simple	O
plugins	B-Application
that	O
customize	O
the	O
environment	O
to	O
more	O
complex	O
ones	O
that	O
provide	O
real-time	O
watches	O
,	O
document	O
map	O
,	O
or	O
split	O
screen	O
editing	O
.	O
</s>
<s>
Packaged	O
versions	O
of	O
ZeroBrane	B-Language
Studio	I-Language
distributed	O
from	O
the	O
project	O
website	O
include	O
educational	O
materials	O
for	O
Lua	B-Language
with	O
more	O
than	O
50	O
simple	O
scripts	O
and	O
examples	O
,	O
demonstrating	O
use	O
of	O
Lua	B-Language
with	O
Turtle	B-Application
graphics	I-Application
and	O
Spirograph	O
scripts	O
.	O
</s>
<s>
ZeroBrane	B-Language
Studio	I-Language
supports	O
Markdown	O
formatting	O
in	O
comments	O
,	O
which	O
supports	O
text	O
formatting	O
and	O
references	O
to	O
other	O
Lua	B-Language
files	O
and	O
external	O
resources	O
.	O
</s>
<s>
It	O
supports	O
execution	O
of	O
Lua	B-Language
commands	O
directly	O
in	O
the	O
IDE	B-Application
,	O
providing	O
integration	O
with	O
included	O
educational	O
materials	O
.	O
</s>
<s>
ZeroBrane	B-Language
Studio	I-Language
supports	O
interface	O
translation	O
into	O
different	O
languages	O
by	O
providing	O
a	O
Lua	B-Language
file	O
containing	O
all	O
text	O
that	O
should	O
be	O
translated	O
.	O
</s>
