Qeole / colorediffs

Thunderbird extension to colorize code diffs in messages.
Mozilla Public License 2.0
25 stars 5 forks source link

Allow whitespace changes to be ignored #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
it would be very useful to be able to show the diff with whitespace changes
ignored.

For example, if the diff involves a block of code being indented, the
entire block is shown as being removed and added, which makes it difficult
to spot any actual changes to the code in the block.

This is equivalent to diff -wB.

I'm not sure if this is outside the scope of what this extension is
intented to do, but I would find it extremely useful. :)

Original issue reported on code.google.com by pickscr...@gmail.com on 22 Aug 2008 at 6:57

GoogleCodeExporter commented 9 years ago
No, it's not outside of scope, that's for sure. I actually was planning to add 
an
ability to calculate difference between lines and all the kudos that will be
implemented through that (ignoring whitespaces included) but then got really 
busy and
didn't make it :( There's also issue with parsing speed, it's slow now and 
would be
much slower with those features.
So I can't guarantee to make it soon but one day it will be done. I hope in 
couple of
months.

Original comment by vadim.at...@gmail.com on 23 Aug 2008 at 4:47

GoogleCodeExporter commented 9 years ago

Original comment by vadim.at...@gmail.com on 27 Jan 2009 at 6:03