aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-03 16:21:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-03 16:21:05 +0000
commit0a67eaedd1995d9373d5b3015b2c5dda4d4fd915 (patch)
tree47712471a0d85a403759789ecccee864c5a3143d /editors/Makefile
parent90eca038fc33b039e34f2c2a3e2e37b408dd81f5 (diff)
downloadports-0a67eaedd1995d9373d5b3015b2c5dda4d4fd915.tar.gz
ports-0a67eaedd1995d9373d5b3015b2c5dda4d4fd915.zip
The goal of CodeEditor is to be a good non-rich text code editor.
CodeEditorView offers a subclass of NSTextView and supports syntax highlight, mark delimiters, etc. It can be used in other projects. Features * Faster than ever * Tab View: Don't need to open so many terminals again. * Toolbar: Use "Alt (left) - t" to open/close a simple toolbar on the fly. * Find (Regular Express support) and replace. * File Inspector. * Change font attributes and preference instantly without restart. * Periodically or manually Highlight keyword with difference attributes according to the language. * Automatically or manually find delimiter pair. * Automatically indentation according to the preference. * Support scripting (need StepTalk). WWW: http://savannah.nongnu.org/projects/codeeditor/
Notes
Notes: svn path=/head/; revision=178697
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 80090eb6b9b1..23b1fa7198fe 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -27,6 +27,7 @@
SUBDIR += chexedit
SUBDIR += cle
SUBDIR += code-browser
+ SUBDIR += codeeditor
SUBDIR += color-mate
SUBDIR += conglomerate
SUBDIR += cooledit