CudaText

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

About

CudaText is a 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). It's made on ATSynEdit engine.

Supports find/replace with regex. Supports command palette like ST3.

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