GtkSourceView 1.8.1 review

Download
by rbytes.net on

License: LGPL (GNU Lesser General Public License)
File size: 1278K
Developer: gtksourceview Team
0 stars award from rbytes.net

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.

Requirements:
GTK+-2.8.x
libxml2 2.5.x
libgnomeprint 2.8.x.

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.

What's New in This Release:
Fixed #357447 - Missing break in gtk_source_tag_set_property() (Kouhei Sutou)
Fixed #357746 - "Insert spaces instead of tabs" doesn't work (Paolo Borelli)
Updated translations

GtkSourceView 1.8.1 keywords