GtkSourceView project is a text widget that extends the standard gtk 2.x text widget GtkTextView.
It improves GtkTextView by implementing syntax highlighting and other features typical of a source code editor.
Installation:
Simple install procedure:
% gzip -cd gtksourceview-1.8.1.tar.gz | tar xvf - # unpack the sources
% cd gtksourceview-1.8.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gtksourceview
[ Become root if necessary ]
% make install # install gtksourceview
See the file 'INSTALL' for more detailed information.
Product's homepage
Requirements:
· GTK -2.8.x
· libxml2 2.5.x
· libgnomeprint 2.8.x
What's New in This Release: [ read full changelog ]
· Improvements to completion code
· Misc bugfixes
· Updated translations