ANNOUNCE gtksourceview 0.0.3(ALPHA)



GtkSourceView 0.0.3(ALPHA)
---------------------

GtkSourceView is a new source editor widget using GtkTextView as base class.

This widget is using a development version of upcoming Gtk 2.0. Don't use this widget in your application if you want to release your application as stable. 

GtkSourceView will not be fully released until Gtk 2.0 is released.

You need latest snapshot of Gtk+/glib from CVS. Gtk 1.3.2 will NOT work (There has been several bugfixes/changes in Gtk+/glib since 1.3.2 was released).

The features so far is:
--------------

* Syntax/Pattern highlighting using GtkTextTag as base class and regex 0.12 for regular expression matching.

* Bracket match support, the widget will highlight the matching bracket ("{, <, (") under the cursor position.

* Undo using gtk_buffer_[begin/end]_user_action in TextBuffer.

* Replace tabs with white spaces.

* Auto indent support on brackets and operators (,=!<>).

* Show line numbers at left margin.

* Possibilities to convert text to an html tagged document (gtk_source_buffer_convert_to_html).  Infact this function should IMHO. be moved to GtkTextBuffer if there are any intrests ;-)

http://www.bahnhof.se/~mikeh/linux




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]