cvs commit: ports/editors Makefile ports/editors/codeeditor Makefile distinfo pkg-descr pkg-plist

Dirk Meyer dinoex at FreeBSD.org
Sun Dec 3 08:21:05 PST 2006


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)


More information about the cvs-all mailing list