You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default settings of the Compare editor have been modernized to provide a more intuitive and efficient experience out of the box:
47
+
48
+
***Structural compare shown in Outline by default** – the Outline view now shows structural differences automatically when available, making better use of available space and improving navigation.
49
+
***Improved visualization of changes** – line ranges are now used by default to connect differences, making change flows easier to follow visually.
50
+
***Natural diff order** – the compare panes now follow the commonly used convention with the original/base content on the left and the modified content on the right.
51
+
52
+
These changes align Eclipse with common expectations from modern development tools and reduce the need for manual preference adjustments.
53
+
54
+
The individual options can be found on the `Preferences > General > Compare/Patch > Compare editor` page:
55
+
56
+
*`General > Show structural compare in the Outline view when possible`
57
+
*`Text Compare > Connect ranges with single line`
58
+
*`Text Compare > Swap left and right` (the toggle is also available in the compare editor toolbar)
59
+
60
+
With these settings changed, the Compare editor now looks like below (changes are highlighted with green boxes):
61
+
62
+

0 commit comments