GNOME Bugzilla – Bug 112573
Source view should have syntax highlighting
Last modified: 2004-12-22 21:47:04 UTC
Perhaps we should use GtkSourceView; see http://www.gnome.org/softwaremap/projects/gtksourceview
Note to self: GtkSourceView has these dependencies * GLib and GTK+ 2.2.0 or later * LibGnome 2.2.0 or later * LibXML2 2.5.0 or later (and hence won't build on my machine without updating...)
This should be easy to fix for a coder who has GtkSourceView installed.
Created attachment 20244 [details] [review] patch
Patch looks fine.
Is it possible to make the GtkSourceView dependency optional, so that the configure script detects it, so that we can fall back to a GtkTextView if its not available?
Created attachment 20253 [details] [review] patch with configure flag for GtkSourceView
Applied to CVS