| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
06 Jun 2008 14:25:59
0.4.4_2
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
25 May 2007 06:55:36
0.4.4_1
|
dinoex  |
- update for gnustep-make-2.0.0 |
19 May 2007 21:32:57
0.4.4_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
31 Jan 2007 18:18:14
0.4.4
|
dinoex  |
- add category gnustep
PR: 103931
Approved by: pav |
09 Dec 2006 09:44:34
0.4.4
|
dinoex  |
- Local/Library/ApplicationSupport now global |
03 Dec 2006 16:21:05
0.4.4
|
dinoex  |
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/ |