CudaText

From Free Pascal wiki
Revision as of 21:24, 11 August 2015 by Alextp (talk | contribs) (→‎About)
Jump to navigationJump to search

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": file (json) which has settings for one lexer only. Eg, you open Pascal file, lexer config "lexer Pascal.json" is read after config "user.json".

Download

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

They are portable.

Author

Author: user:Alextp