Skip to content

Commit 73dddd4

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 f7c29b1 commit 73dddd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)