0a67eaedd1
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/
26 lines
575 B
Makefile
26 lines
575 B
Makefile
# New ports collection makefile for: codeeditor
|
|
# Date created: 3 Dec 2006
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= codeeditor
|
|
PORTVERSION= 0.4.4
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= codeeditor
|
|
DISTNAME= CodeEditor-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= CodeEditor is a text and code editor for GNUstep
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
WRKSRC= ${WRKDIR}/CodeEditor
|
|
|
|
.include <bsd.port.mk>
|