diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-04 00:21:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-04 00:21:05 +0800 |
commit | 096e17a57d7ba2f1708d9f9fdd8f0252b57c21f2 (patch) | |
tree | 5cce5a5a49fba2f94f964d9f0d2528f8a80a5778 /editors/Makefile | |
parent | b3b4dd87b6b99ad8b5a8cf373d654a00953e5d87 (diff) | |
download | freebsd-ports-gnome-096e17a57d7ba2f1708d9f9fdd8f0252b57c21f2.tar.gz freebsd-ports-gnome-096e17a57d7ba2f1708d9f9fdd8f0252b57c21f2.tar.zst freebsd-ports-gnome-096e17a57d7ba2f1708d9f9fdd8f0252b57c21f2.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/
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
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 |