diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-04 00:21:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-04 00:21:05 +0800 |
commit | 096e17a57d7ba2f1708d9f9fdd8f0252b57c21f2 (patch) | |
tree | 5cce5a5a49fba2f94f964d9f0d2528f8a80a5778 | |
parent | b3b4dd87b6b99ad8b5a8cf373d654a00953e5d87 (diff) | |
download | freebsd-ports-gnome-096e17a57d7ba2f1708d9f9fdd8f0252b57c21f2.tar.gz freebsd-ports-gnome-096e17a57d7ba2f1708d9f9fdd8f0252b57c21f2.tar.zst freebsd-ports-gnome-096e17a57d7ba2f1708d9f9fdd8f0252b57c21f2.zip |
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/
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/codeeditor/Makefile | 26 | ||||
-rw-r--r-- | editors/codeeditor/distinfo | 3 | ||||
-rw-r--r-- | editors/codeeditor/pkg-descr | 18 | ||||
-rw-r--r-- | editors/codeeditor/pkg-plist | 47 |
5 files changed, 95 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 80090eb6b9b1..23b1fa7198fe 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -27,6 +27,7 @@ SUBDIR += chexedit SUBDIR += cle SUBDIR += code-browser + SUBDIR += codeeditor SUBDIR += color-mate SUBDIR += conglomerate SUBDIR += cooledit diff --git a/editors/codeeditor/Makefile b/editors/codeeditor/Makefile new file mode 100644 index 000000000000..bd8c5b4f7bfc --- /dev/null +++ b/editors/codeeditor/Makefile @@ -0,0 +1,26 @@ +# 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> diff --git a/editors/codeeditor/distinfo b/editors/codeeditor/distinfo new file mode 100644 index 000000000000..8e84faa41009 --- /dev/null +++ b/editors/codeeditor/distinfo @@ -0,0 +1,3 @@ +MD5 (CodeEditor-0.4.4.tar.gz) = 396cc3b9a51a7f045fe53800c98723e0 +SHA256 (CodeEditor-0.4.4.tar.gz) = 32e4d15154c41d00ed9fdab6749e6d16cfa6a3c062ae1b7c9d797f340d780b6f +SIZE (CodeEditor-0.4.4.tar.gz) = 83252 diff --git a/editors/codeeditor/pkg-descr b/editors/codeeditor/pkg-descr new file mode 100644 index 000000000000..47c1078fdfa0 --- /dev/null +++ b/editors/codeeditor/pkg-descr @@ -0,0 +1,18 @@ +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/ diff --git a/editors/codeeditor/pkg-plist b/editors/codeeditor/pkg-plist new file mode 100644 index 000000000000..d4b4285644d9 --- /dev/null +++ b/editors/codeeditor/pkg-plist @@ -0,0 +1,47 @@ +Local/Applications/CodeEditor.app/CodeEditor +Local/Applications/CodeEditor.app/Resources/CodeEditor.desktop +Local/Applications/CodeEditor.app/Resources/CodeEditor.tiff +Local/Applications/CodeEditor.app/Resources/CodeEditorInfo.plist +Local/Applications/CodeEditor.app/Resources/FindPanel.gorm/data.classes +Local/Applications/CodeEditor.app/Resources/FindPanel.gorm/objects.gorm +Local/Applications/CodeEditor.app/Resources/FontAttributesPanel.gorm/data.classes +Local/Applications/CodeEditor.app/Resources/FontAttributesPanel.gorm/objects.gorm +Local/Applications/CodeEditor.app/Resources/Info-gnustep.plist +Local/Applications/CodeEditor.app/Resources/Inspector.gorm/data.classes +Local/Applications/CodeEditor.app/Resources/Inspector.gorm/objects.gorm +Local/Applications/CodeEditor.app/Resources/MethodPanel.gorm/data.classes +Local/Applications/CodeEditor.app/Resources/MethodPanel.gorm/objects.gorm +Local/Applications/CodeEditor.app/Resources/OpenInWorkspace.tiff +Local/Applications/CodeEditor.app/Resources/Preference.gorm/data.classes +Local/Applications/CodeEditor.app/Resources/Preference.gorm/objects.gorm +Local/Applications/CodeEditor.app/Resources/ScriptingInfo.plist +Local/Applications/CodeEditor.app/Resources/Scripts/autogsdoc.rb +Local/Applications/CodeEditor.app/Resources/Scripts/autogsdoc.rb.stinfo +Local/Applications/CodeEditor.app/Resources/Scripts/welcome.st +Local/Applications/CodeEditor.app/Resources/Scripts/welcome.st.stinfo +Local/Applications/CodeEditor.app/Resources/Window.gorm/data.classes +Local/Applications/CodeEditor.app/Resources/Window.gorm/objects.gorm +Local/Applications/CodeEditor.app/library_paths.openapp +Local/Applications/CodeEditor.app/stamp.make +Local/Library/ApplicationSupport/CodeEditorView/ObjCHandler.bundle/ObjCHandler +Local/Library/ApplicationSupport/CodeEditorView/ObjCHandler.bundle/Resources/Info-gnustep.plist +Local/Library/ApplicationSupport/CodeEditorView/ObjCHandler.bundle/stamp.make +Local/Library/Bundles/CodeEditorView.bundle/CodeEditorView +Local/Library/Bundles/CodeEditorView.bundle/Resources/Info-gnustep.plist +Local/Library/Bundles/CodeEditorView.bundle/Resources/OpenInWorkspace.tiff +Local/Library/Bundles/CodeEditorView.bundle/stamp.make +@dirrm Local/Library/Bundles/CodeEditorView.bundle/Resources +@dirrm Local/Library/Bundles/CodeEditorView.bundle +@dirrm Local/Library/ApplicationSupport/CodeEditorView/ObjCHandler.bundle/Resources +@dirrm Local/Library/ApplicationSupport/CodeEditorView/ObjCHandler.bundle +@dirrm Local/Library/ApplicationSupport/CodeEditorView +@dirrm Local/Library/ApplicationSupport +@dirrm Local/Applications/CodeEditor.app/Resources/Window.gorm +@dirrm Local/Applications/CodeEditor.app/Resources/Scripts +@dirrm Local/Applications/CodeEditor.app/Resources/Preference.gorm +@dirrm Local/Applications/CodeEditor.app/Resources/MethodPanel.gorm +@dirrm Local/Applications/CodeEditor.app/Resources/Inspector.gorm +@dirrm Local/Applications/CodeEditor.app/Resources/FontAttributesPanel.gorm +@dirrm Local/Applications/CodeEditor.app/Resources/FindPanel.gorm +@dirrm Local/Applications/CodeEditor.app/Resources +@dirrm Local/Applications/CodeEditor.app |