CodeEditor is an attempt at creating a code editor for GNUstep. The grand plan is to use it as a component in ProjectCenter, and also as a stand-alone application.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This version disables ligature handling so that syntax
highlighting with the art backend is as fast as with the
xlib backend through the text system cache. There is
method panel displaying and allowing of quick jumps to
methods. It shows that language bundles can parse
source code efficiently and accurately without
complicated handling. Various bugs have been fixed and
it has been tested to work on GNUstep 0.9.0.
This release greatly improves speed. To get the best result, use the same font and size for fontification. The traits (bold, italic, etc) can still be different. Currently, using CodeEditor with the xlib backend is faster than with the art backend due to the glyph generation.