开发者

Eclipse (3.5) how to compare files horizontally?

Normally Eclipse 'File Compare' compares files in vertical panels like:

Eclipse (3.5) how to compare files horizontally?

Is there a way I can compare them horizontally like:

Compare using Horizontal Panel http://www.sqlserv开发者_C百科ertool.com/images/ad_hex_diff_small.gif

Its too tiring to scroll everytime to see what was changed!!

Thx


Looking at the code of org.eclipse.comparator.internal.CompareEditor (which is the name of the class of the editor illustrated in your question), I do not see any indication of a different "orientation" (horizontal layout vs. vertical layout)

So, no. I do not think the current implementation allows you to compare files with a different layout.


I'm afraid VonC is right that the current implementation doesn't support changing the layout, but there is a bug open for it so you can either provide a patch or ping guys from Eclipse Workspace Team (including me :) and ask them to fix it for you ;)


I guess Robert was referring to Select Next/Previous Change/Difference buttons (see section Toolbar in Eclipse Help).


If your problem is scrolling, use the toolbar buttons to navigate between changes.


One way to overcome your problem is to Maximize editor window during file compare, and then Restore it after compares are done. I wish Eclipse did it by default.

As to the question of orientation. I think it's more readable when you compare revisions side-by-side. That's probably why Eclipse authors did not give us an option of horizontal layout. What they could have given us were a line diff at the current cursor position.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜