Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2006 16:21:05 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/editors Makefile ports/editors/codeeditor Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200612031621.kB3GL5V5024902@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612031621.kB3GL5V5024902>