Difference between revisions of "CudaText"

From Free Pascal wiki
Jump to navigationJump to search
Line 3: Line 3:
 
'''CudaText''' is cross-platform text editor (written in Lazarus).
 
'''CudaText''' is cross-platform text editor (written in Lazarus).
  
It supports syntax hilite of many langs: C, C++, Java, Pascal, JavaScript, HTML, CSS, PHP... at total about 140 lexers exist (most are installed in "full" lexer library).
+
It supports syntax hilite of many langs: C, C++, Java, Pascal, JavaScript, HTML, CSS, PHP, Python... totally about [http://sourceforge.net/p/synwrite/wiki/Lexers%20list/ 140 lexers] exist (most are installed in "full" lexer library).
  
 
[[File:cudatext.png]]
 
[[File:cudatext.png]]

Revision as of 01:47, 12 August 2015

About

CudaText is cross-platform text editor (written in Lazarus).

It supports syntax hilite of many langs: C, C++, Java, Pascal, JavaScript, HTML, CSS, PHP, Python... totally about 140 lexers exist (most are installed in "full" lexer library).

cudatext.png

Config

It has config system like ST3 editor: call "Settings-default" and you see default config. Copy any lines to config "Settings-user" and edit lines in user config. Config in JSON.

Allowed lexer-override config: settings for one lexer only. Eg, you open Pascal file, lexer override "lexer Pascal.json" is read after "user" config.

Download

Versions for Win32 (x32) and Linux (x64 gtk2) exist: Ya.Disk.

They are portable.

Author

Author: user:Alextp