aboutsummaryrefslogtreecommitdiff
path: root/editors/codeeditor/pkg-descr
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/codeeditor/pkg-descr
parent90eca038fc33b039e34f2c2a3e2e37b408dd81f5 (diff)
downloadports-0a67eaedd1995d9373d5b3015b2c5dda4d4fd915.tar.gz
ports-0a67eaedd1995d9373d5b3015b2c5dda4d4fd915.zip
Notes
Diffstat (limited to 'editors/codeeditor/pkg-descr')
-rw-r--r--editors/codeeditor/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/codeeditor/pkg-descr b/editors/codeeditor/pkg-descr
new file mode 100644
index 000000000000..47c1078fdfa0
--- /dev/null
+++ b/editors/codeeditor/pkg-descr
@@ -0,0 +1,18 @@
+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/