Skip to content

Commit a599da7

Browse files
committed
Fixup :testing and Fixing CI errors -
1 parent 3d6b75d commit a599da7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ public void initializeDefaultPreferences() {
5151
context.getNode(WorkbenchPlugin.getDefault().getBundle().getSymbolicName());
5252
node.put(IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE,
5353
IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE);
54-
54+
// testing and Fixing CI errors -
55+
// Deprecated but kept for backwards compatibility
56+
node.put(IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE,
57+
IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE);
5558
// Although there is no longer any item on the preference pages
5659
// for setting the linking preference, since it is now a per-part
5760
// setting, it remains as a preference to allow product overrides of the

0 commit comments

Comments
 (0)