3 Commits

Author SHA1 Message Date
Dirk Meyer
13b3264699 - update for gnustep-make-2.0.0 2007-05-25 05:55:36 +00:00
Dirk Meyer
13dcec35d8 - Local/Library/ApplicationSupport now global 2006-12-09 09:44:34 +00:00
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