CVSROOT: /cvs/gnome Module name: gtksourceview Changes by: muntyan 06/07/20 10:39:49
Modified files: . : Tag: soc-2006 ChangeLog gtksourceview : Tag: soc-2006 gtksourcebuffer.c gtksourcebuffer.h gtksourcecontextengine.c gtksourceengine.c gtksourceengine.h gtksourceview-marshal.list gtksourceview.c tests : Tag: soc-2006 test-widget.c Log message: 2006-07-19 Yevgen Muntyan <[EMAIL PROTECTED]> * gtksourceview/gtksourceview.c: * gtksourceview/gtksourceengine.[ch]: * gtksourceview/gtksourcebuffer.[ch]: replaced GtkSourceBuffer::update-highlight" signal with _gtk_source_buffer_update_highlight() function, and added GtkSourceEngine.update_highlight method. * gtksourceview/gtksourceview-marshal.list: removed VOID:BOXED,BOXED,BOOLEAN which is not needed anymore. * gtksourceview/gtksourcecontextengine.c: (regex_match_simple): new function; (regex_new), (context_definition_new): use it here. Refactored code so that text_inserted and text_deleted only update invalid region, and update_syntax then uses it to modify the tree. * tests/test-widget.c: unset language when language is not found for opened file. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gtksourceview&who=muntyan&date=explicit&mindate=2006-07-20%2010:38&maxdate=2006-07-20%2010:40 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list