Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I compare two identical files one from my eclipse workspace and one from repository eclipse compare editor shows differences all over the file. It even shows the tab characters in the differences. Is there any setting that will tell editor to ignore the tab characters?

share|improve this question

2 Answers

You can interactivly influence the whitespace comparison in the compare view from the context menu of the view in Eclipse Helios.

enter image description here

share|improve this answer
Thanks it works – user823217 Jun 30 '11 at 15:47

We actually encountered this yesterday on my development team.

From the Window | Preferences | General | Compare/Patch dialog, click the Ignore white space option and that should clear things up for you.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.