Announce: GtkSourceCompletion 0.5.0 released!!!!

Perriman <[email protected]> Tue, 16 Dec 2008 21:13:43 +0100
Newsgroups gmane.comp.gnome.apps.gedit,gmane.comp.gnome.devtools
Message-ID <20081216211343.0b1f7928@homer>
Hi all!!

	I have released a new version of GtkSourceCompletion. The main
new features are the popup positioning and the completion filter.
Another important change is the library namespace. I have removed all
gtk_source_completion namespace to gsc to do the code more readeable
and for use a different namespace of GtkSourceView.

	I have created the debian packages!! I need someone test this
packages and tell me if all works fine. Currently I have tested this
packages in ubuntu hardy (32).

Thanks a lot!!!!


GtkSourceCompletion
-------------------

This library adds completion support to GtkSourceView. There is
GtkSourceCompletion that creates the widget displaying the completion
items. You must register a GtkSourceCompletionProvider to which the
popup will delegate the completion work.


New Features and fixes
======================
- Changed all namespaces to GSC. All object names are changed.
- Added filter options. You can set the filter on/off to show 
	a filter entry into the completion popup
- Added popup positioning.
- Better API names and functions


Gedit plugin
============

Version 0.5.0 works fine with GtkSourceCompletion 0.5.0




Homepage: http://gtksourcecomple.sourceforge.net/
Project page: https://sourceforge.net/projects/gtksourcecomple/
Screenshots:
https://sourceforge.net/project/screenshots.php?group_id=212508
Screencast:
http://gtksourcecomple.sourceforge.net/FilterAndPosition.ogg
Download:
http://sourceforge.net/project/showfiles.php?group_id=212508&package_id=255603&release_id=620105
More Info: http://live.gnome.org/GtkSourceCompletion

Regards,
        perriman