summaryrefslogtreecommitdiff
path: root/editors/cudatext/files/patch-app-proc_globdata.pas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.99.0Jose Alonso Cardenas Marquez2020-05-141-19/+20
|
* - Update to 1.92.0Jose Alonso Cardenas Marquez2019-12-311-14/+25
| | | | | - Add Python like dependency - Remove BROKEN
* - Update to 1.84.2Jose Alonso Cardenas Marquez2019-08-151-17/+18
|
* - New port: editors/cudatextJose Alonso Cardenas Marquez2019-03-071-0/+27
CudaText is a cross-platform text editor, written in Lazarus. It is fully open source. Features include: - Syntax highlight for many languages: C, C++, JavaScript, HTML, CSS, PHP, Python, XML etc. 200+ syntax lexers exist. - Code tree (tree structure of functions/classes/etc in source). - Code folding. - Multi-carets and multi-selections. - Find/Replace with reg. ex. - Plugins in Python language. Plugins can do lot of things. - Configs in JSON. Supports lexer-specific configs. - Tabbed UI. - Split each tab. - Split view for 2/3/4/6 files. - Simple auto-completion (fixed list) for some lexers. - Command palette (ST3 style). - Minimap. - Micromap. - Show unprinted whitespace. - Support for many encodings. - Customizable hotkeys. - Binary/Hex viewer for files of unlimited size. WWW: http://uvviewsoft.com/