Skip to content

Commit 4d46f12

Browse files
committed
Use "natural" diff order by default in compare editor
Left is base/original, right is local/modified See eclipse-platform/eclipse.platform.ui#3776
1 parent 4b323f6 commit 4d46f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/ComparePreferencePage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public static void initDefaults(IPreferenceStore store) {
176176
store.setDefault(PATH_FILTER, ""); //$NON-NLS-1$
177177
store.setDefault(ICompareUIConstants.PREF_NAVIGATION_END_ACTION, ICompareUIConstants.PREF_VALUE_PROMPT);
178178
store.setDefault(ICompareUIConstants.PREF_NAVIGATION_END_ACTION_LOCAL, ICompareUIConstants.PREF_VALUE_LOOP);
179-
store.setDefault(SWAPPED, false);
179+
store.setDefault(SWAPPED, true);
180180
}
181181

182182
public ComparePreferencePage() {

0 commit comments

Comments
 (0)