1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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/
This commit is contained in:
Dirk Meyer 2006-12-03 16:21:05 +00:00
parent 90eca038fc
commit 0a67eaedd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178697
5 changed files with 95 additions and 0 deletions

View File

@ -27,6 +27,7 @@
SUBDIR += chexedit
SUBDIR += cle
SUBDIR += code-browser
SUBDIR += codeeditor
SUBDIR += color-mate
SUBDIR += conglomerate
SUBDIR += cooledit

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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