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 622342 - [PATCH] new feature show whitespace
[PATCH] new feature show whitespace
Status: RESOLVED FIXED
Product: meld
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Stephen Kennedy
Stephen Kennedy
Depends on:
Blocks:
 
 
Reported: 2010-06-22 03:57 UTC by Jon Dufresne
Modified: 2010-11-26 20:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for new feature (6.14 KB, patch)
2010-06-22 03:57 UTC, Jon Dufresne
none Details | Review

Description Jon Dufresne 2010-06-22 03:57:41 UTC
Created attachment 164275 [details] [review]
patch for new feature

I created a patch to allow the user to show whitespace in their diffs. I
prefer to look at my diffs this way. I have exposed this feature
through the preferences the same what the show line numbers is done.

Comments are welcome.
Comment 1 Kai Willadsen 2010-11-26 20:45:36 UTC
Sorry for taking so long to get at this. Support for gtksourceview pre-2.0 versions was recently removed, which meant that there was no need to add older version support in your patch.

I've just pushed your patch and a couple of small fixes to get it to work when we don't have any gtksourceview. Thanks for the patch.