1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/editors/codeeditor/pkg-descr
Dirk Meyer 0a67eaedd1 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/
2006-12-03 16:21:05 +00:00

19 lines
834 B
Plaintext

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/