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 655014 - leading whitespace still being highlighted
leading whitespace still being highlighted
Status: RESOLVED DUPLICATE of bug 650432
Product: meld
Classification: Other
Component: filediff
git master
Other Linux
: Normal normal
: ---
Assigned To: meld-maint
meld-maint
Depends on:
Blocks:
 
 
Reported: 2011-07-20 22:15 UTC by john
Modified: 2011-07-22 22:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description john 2011-07-20 22:15:19 UTC
1) for example, I have two text files. file A is as follows:

             aaa   
and file B is as follows:
      aaa           


2) launch meld to compare file A and B.


3) check "leading whitespace" in "prefrence->text filters" and after this the leading white space are still being highlighted.


Regards,

John
Comment 1 john 2011-07-22 18:42:48 UTC
I found meld's behavior was right if I thought this in a different way.

Maybe this report can be removed.


Thanks,

John
Comment 2 Kai Willadsen 2011-07-22 22:04:27 UTC
This is actually a problem, but it's a known one. The issue is that we don't use filtered text when doing inline highlighting; filters are only used to determine block-level differences. I'm marking this a duplicate of bug 650432, since there's work on a patch there.

*** This bug has been marked as a duplicate of bug 650432 ***