CVS log for ports/editors/codeeditor/Makefile
Up to [FreeBSD] / ports / editors / codeeditor
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 4 13:49:05 2010 UTC (20 months, 1 week ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
LICENSE GPLv2
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun May 30 12:28:14 2010 UTC (20 months, 1 week ago) by dinoex
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -1 lines
- drop USE_GNUSTEP_PREFIX
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:25:45 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
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)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 25 05:55:24 2007 UTC (4 years, 8 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
- update for gnustep-make-2.0.0
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 19 20:04:01 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 31 18:17:58 2007 UTC (5 years ago) by dinoex
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- add category gnustep PR: 103931 Approved by: pav
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 3 16:21:05 2006 UTC (5 years, 2 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_EOL
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/
