Difference between revisions of "CudaText"

From Free Pascal wiki
Jump to navigationJump to search
Line 9: Line 9:
 
= Config =
 
= 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.
+
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": file (json) which has settings for one lexer only.
+
Allowed lexer-override config: settings for one lexer only.
Eg, you open Pascal file, lexer config "lexer Pascal.json" is read after config "user.json".
+
Eg, you open Pascal file, lexer override "lexer Pascal.json" is read after "user" config.
  
 
= Download =
 
= Download =

Revision as of 21:27, 11 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... at total about 140 lexers exist (most are installed in lexer library "full.lxl").

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