GNOME Bugzilla – Bug 629725
Wrong behavior if I enabled "Highlight matching brackets"
Last modified: 2013-03-30 17:46:40 UTC
Created attachment 170308 [details] Anjuta's GtkSourceView Editor Bug If I enabled "Highlight matching brackets" in GtkSourceView editor everything is good except that it do some wrong highlighting for '>' symbol: Look at this example: [code] ..... std::cerr << ex.what() << std::endl; ..... builder->get_widget("main_window", main_win); [/code] If the courser before "get_widget" the '<' before "std::endl;" highlighted!! What is the relation here? It is a bug! See the attached image file for a clearer example.
Well, I guess someone found it convinient to highlight <> brackets. Anyway, it's a bug in gtksourceview. Thanks for reporting!
Yes it is convinient to highlight <> brackets. But this should highlight "<>" brackets if they has a relationship. If you checked the image you will find that the highlighted brackets does not have any relationship.
*** This bug has been marked as a duplicate of bug 300458 ***