aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-03-07 06:41:56 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-03-07 06:41:56 +0000
commitfaa05dce979eb1fe4341047585a1782fb9349d21 (patch)
tree49efaf30663c00ef89c9d664d677ebf091a1ae25 /editors/Makefile
parent9c50336db842f3c4b773c8553a4b03ed0c8886ff (diff)
downloadports-faa05dce979eb1fe4341047585a1782fb9349d21.tar.gz
ports-faa05dce979eb1fe4341047585a1782fb9349d21.zip
- New port: editors/cudatext
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/
Notes
Notes: svn path=/head/; revision=494912
Diffstat (limited to 'editors/Makefile')
-rw-r--r--editors/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 9a7103aecb90..fe4c5569db14 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -21,6 +21,7 @@
SUBDIR += chexedit
SUBDIR += codelite
SUBDIR += cooledit
+ SUBDIR += cudatext
SUBDIR += cream
SUBDIR += deforaos-editor
SUBDIR += dexed