CodeEditor
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.
This is rewritten from CodeEditor-0.3.5 by Bjoern Giesler <bjoern@giesler.de>.
Version
0.4.9
Features
- List all methods and fast jump to clicked method.
- Display line number.
- Script using StepTalk.
- Find and replace.
- File inspector
- Highlight syntax.
- Mark closest delimiters.
- Auto-indentation
- Panel to change highlight attributes instantly.
- Changing in preference instantly applies.
- Toolbar to access common funcation.
- Support multiple languages.
- Open files from command line.
Scripting
Check CodeEditor/ScriptingInfo.plist for classes to use. There is a demo script in CodeEditor/Scripts/.
Author
Yen-Ju Chen <yjchenx@hotmail.com>
Original author: Bjoern Giesler <bjoern@giesler.de>
