From owner-cvs-all@FreeBSD.ORG Sun Dec 3 16:21:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F5F116A412; Sun, 3 Dec 2006 16:21:05 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06FB643CA6; Sun, 3 Dec 2006 16:20:38 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB3GL5g2024905; Sun, 3 Dec 2006 16:21:05 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB3GL5V5024902; Sun, 3 Dec 2006 16:21:05 GMT (envelope-from dinoex) Message-Id: <200612031621.kB3GL5V5024902@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 3 Dec 2006 16:21:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors Makefile ports/editors/codeeditor Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2006 16:21:05 -0000 dinoex 2006-12-03 16:21:05 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/codeeditor Makefile distinfo pkg-descr pkg-plist Log: 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/ Revision Changes Path 1.361 +1 -0 ports/editors/Makefile 1.1 +26 -0 ports/editors/codeeditor/Makefile (new) 1.1 +3 -0 ports/editors/codeeditor/distinfo (new) 1.1 +18 -0 ports/editors/codeeditor/pkg-descr (new) 1.1 +47 -0 ports/editors/codeeditor/pkg-plist (new)