After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 112573 - Source view should have syntax highlighting
Source view should have syntax highlighting
Status: RESOLVED FIXED
Product: conglomerate
Classification: Other
Component: Code
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: conglomerate list
conglomerate list
Depends on:
Blocks: 123142
 
 
Reported: 2003-05-08 13:28 UTC by David Malcolm
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
patch (4.90 KB, patch)
2003-09-24 14:03 UTC, Geert-Jan Van den Bogaerde
none Details | Review
patch with configure flag for GtkSourceView (6.19 KB, patch)
2003-09-24 18:29 UTC, Geert-Jan Van den Bogaerde
none Details | Review

Description David Malcolm 2003-05-08 13:28:11 UTC
Perhaps we should use GtkSourceView; see
http://www.gnome.org/softwaremap/projects/gtksourceview
Comment 1 David Malcolm 2003-05-08 13:30:32 UTC
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...)
Comment 2 David Malcolm 2003-09-23 19:26:42 UTC
This should be easy to fix for a coder who has GtkSourceView installed.
Comment 3 Geert-Jan Van den Bogaerde 2003-09-24 14:03:39 UTC
Created attachment 20244 [details] [review]
patch
Comment 4 Geert Stappers 2003-09-24 14:14:16 UTC
Patch looks fine.
Comment 5 David Malcolm 2003-09-24 16:52:06 UTC
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?
Comment 6 Geert-Jan Van den Bogaerde 2003-09-24 18:29:13 UTC
Created attachment 20253 [details] [review]
patch with configure flag for GtkSourceView
Comment 7 David Malcolm 2003-09-24 21:01:06 UTC
Applied to CVS