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 741739 - Make the grid background an independent option
Make the grid background an independent option
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: editor
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-19 02:29 UTC by Alexandre Franke
Modified: 2015-04-06 09:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Franke 2014-12-19 02:29:12 UTC
The grid background in the builder color style scheme is nice, but I prefer Oblivion over the Builder dark theme. It would be nice to have the ability to enable the grid background with any style.
Comment 1 Christian Hergert 2014-12-19 02:55:27 UTC
Paolo suggested we add a feature to GtkSourceView to do the grid lines. Then we can configure them in the style scheme.
Comment 2 Christian Hergert 2014-12-22 23:23:36 UTC
If you want a quick way to get this now, you can copy the oblivion theme and simply change it's id and title in the XML to "builder-oblivion" and it should work. We do a strncmp(name, "builder", 7) to validate if we should draw grid lines.
Comment 3 Alexandre Franke 2015-04-06 09:54:20 UTC
Hey, it seems you fixed this and forgot to close!

Thanks!