aboutsummaryrefslogtreecommitdiffstats
path: root/editors/codeeditor
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE GPLv2dinoex2010-06-041-0/+2
|
* - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-47/+46
|
* - add LICENSE:dinoex2009-01-171-0/+2
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* - update for gnustep-make-2.0.0dinoex2007-05-252-1/+2
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - add category gnustepdinoex2007-02-011-1/+1
| | | | | PR: 103931 Approved by: pav
* - Local/Library/ApplicationSupport now globaldinoex2006-12-091-1/+0
|
* The goal of CodeEditor is to be a good non-rich text code editor.dinoex2006-12-044-0/+94
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/