This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

GtkSourceView pain points

Or why some applications don't use GtkSourceView. Of course the goal is to address those pain points in the long term, or at least be aware of the issues.

Anjuta

Anjuta already uses GtkSourceView, but Scintilla can be used too.

The main reasons that Anjuta still keep Scintilla support:

For more info, read this discussion on the anjuta-devel-list.

Bluefish

Bluefish uses GtkTextView, but not GtkSourceView.

For more info, read this discussion on the bluefish-dev mailing list.

MonoDevelop

MonoDevelop/Xamarin Studio used at some point GtkSourceView but they have written a new text editor framework in C#/.NET (so even GtkTextView was not suitable for them). The main reasons:

For more info, read this discussion on the monodevelop-list.


2024-10-23 11:37