aboutsummaryrefslogtreecommitdiff
path: root/editors/codeeditor/pkg-descr
diff options
context:
space:
mode:
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/