<s>
CudaText	B-Application
,	O
from	O
Bosnian-Croatian-Montenegrin-Serbian	O
čuda	O
(	O
"	O
wonders	O
"	O
or	O
"	O
miracles	O
"	O
,	O
IPA	O
:	O
 [ ʧuda ] 	O
)	O
,	O
is	O
a	O
free	B-Application
open	I-Application
source	I-Application
cross-platform	O
native	O
GUI	B-Application
text	O
and	O
source	B-Application
code	I-Application
editor	I-Application
.	O
</s>
<s>
CudaText	B-Application
supersedes	O
its	O
predecessor	O
SynWrite	O
,	O
no	O
longer	O
under	O
development	O
.	O
</s>
<s>
without	O
add-ons/plug	O
-ins	O
)	O
is	O
written	O
in	O
Object	B-Language
Pascal	I-Language
by	O
using	O
Lazarus	B-Language
IDE	I-Language
,	O
which	O
results	O
in	O
low	O
resource	O
requirements	O
and	O
the	O
availability	O
of	O
native	O
builds	O
for	O
FreeBSD	B-Operating_System
,	O
Linux	B-Application
,	O
macOS	B-Application
and	O
Windows	O
.	O
</s>
<s>
The	O
settings	O
are	O
stored	O
in	O
JSON-files	O
,	O
including	O
one	O
file	O
for	O
the	O
standard	O
settings	O
and	O
another	O
one	O
for	O
user-altered	O
settings	O
,	O
that	O
override	O
the	O
values	O
from	O
the	O
standard	O
settings	O
file	O
.	O
</s>
<s>
CudaText	B-Application
has	O
an	O
add-on	O
system	O
similar	O
to	O
Sublime	B-Language
Text	I-Language
or	O
Atom	B-Application
.	O
</s>
<s>
It	O
is	O
based	O
on	O
Python	B-Language
(	O
version	O
3.5	O
or	O
newer	O
)	O
.	O
</s>
<s>
On	O
Windows	O
,	O
the	O
Python	B-Language
engine	O
is	O
shipped	O
with	O
the	O
program	O
.	O
</s>
<s>
On	O
Unix-based	O
systems	O
,	O
in	O
order	O
to	O
make	O
use	O
of	O
add-ons	O
,	O
Python	B-Language
has	O
to	O
be	O
installed	O
.	O
</s>
<s>
The	O
macOS	B-Application
does	O
n't	O
include	O
it	O
,	O
so	O
it	O
has	O
to	O
be	O
downloaded	O
and	O
installed	O
separately	O
.	O
</s>
<s>
On	O
macOS	B-Application
the	O
package	O
including	O
the	O
32-bit	O
version	O
is	O
required	O
.	O
</s>
<s>
Also	O
CudaText	B-Application
's	O
Check	O
for	O
updates	O
function	O
requires	O
Python	B-Language
.	O
</s>
<s>
CudaText	B-Application
has	O
13	O
types	O
of	O
add-ons	O
:	O
</s>
<s>
Plugin	B-Application
:	O
Any	O
Python-based	O
extension	O
.	O
</s>
<s>
Snippets	O
:	O
Set	O
of	O
files	O
,	O
which	O
adds	O
code	O
"	O
snippets	O
"	O
for	O
some	O
language	O
,	O
used	O
with	O
Snippets	O
plugin	B-Application
.	O
</s>
<s>
Color	O
theme	O
:	O
Set	O
of	O
colors	O
for	O
CudaText	B-Application
interface	O
and	O
its	O
lexers	O
.	O
</s>
<s>
Linter	O
:	O
Sub-plugin	O
for	O
CudaLint	O
plugin	B-Application
,	O
which	O
enables	O
linting	O
(	O
source	O
code	O
checking	O
)	O
for	O
some	O
language	O
.	O
</s>
<s>
Formatter	O
:	O
Sub-plugin	O
for	O
CudaFormatter	O
plugin	B-Application
,	O
which	O
allows	O
to	O
re-format	O
text	O
for	O
some	O
language	O
.	O
</s>
<s>
Tree	O
helper	O
:	O
Plugin	B-Application
,	O
which	O
shows	O
Code	O
Tree	O
structure	O
for	O
some	O
language	O
.	O
</s>
<s>
This	O
is	O
the	O
linting	O
framework	O
,	O
which	O
is	O
the	O
host	O
for	O
second	O
level	O
plugins	B-Application
,	O
"	O
linters	O
"	O
.	O
</s>
<s>
Linters	O
analyze	O
source	O
code	O
and	O
find	O
errors/warning	O
in	O
it	O
,	O
and	O
framework	O
displays	O
these	O
warning	O
in	O
the	O
CudaText	B-Application
bottom	O
panel	O
,	O
and	O
adds	O
colored	O
bookmarks	O
for	O
them	O
.	O
</s>
<s>
Initially	O
,	O
the	O
framework	O
was	O
made	O
based	O
on	O
Sublime	O
Linter	O
plugin	B-Application
for	O
Sublime	B-Language
Text	I-Language
3	O
.	O
</s>
<s>
Sometimes	O
,	O
they	O
require	O
Node.js	B-Language
package	O
.	O
</s>
<s>
Since	O
July	O
2018	O
CudaText	B-Application
has	O
a	O
sync	O
scroll	O
plug-in	B-Application
.	O
</s>
<s>
This	O
plug-in	B-Application
allows	O
parallel	O
scrolling	O
through	O
two	O
text	O
files	O
with	O
synchronised	O
lines	O
,	O
i.e.	O
</s>
<s>
This	O
feature	O
is	O
useful	O
for	O
manual	O
comparisons	O
of	O
two	O
files	O
(	O
manual	O
diff	B-Application
)	O
and	O
quite	O
indispensable	O
for	O
manually	O
annotating	O
parallel	O
text	O
corpora	O
.	O
</s>
<s>
The	O
text	O
statistics	O
plug-in	B-Application
is	O
a	O
tool	O
for	O
linguists	O
.	O
</s>
