Commit graph

13 commits

Author SHA1 Message Date
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Dirk Meyer
79ed41a8a0 - reset MAINTAINER 2012-06-26 05:44:19 +00:00
Dirk Meyer
aa87086bd6 - fix build with gnustep 1.24.0 2012-06-09 12:54:52 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Dirk Meyer
d2a5a46507 LICENSE GPLv2 2010-06-04 13:49:15 +00:00
Dirk Meyer
ca8e128e62 - drop USE_GNUSTEP_PREFIX 2010-05-30 12:28:39 +00:00
Dirk Meyer
c17e799df8 - add LICENSE: 2009-01-16 16:38:35 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Dirk Meyer
13b3264699 - update for gnustep-make-2.0.0 2007-05-25 05:55:36 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Dirk Meyer
e904a42961 - add category gnustep
PR:		103931
Approved by:	pav
2007-01-31 18:18:14 +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