We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a599da7 commit 5d9961fCopy full SHA for 5d9961f
bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java
@@ -52,9 +52,7 @@ public void initializeDefaultPreferences() {
52
node.put(IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE,
53
IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE);
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);
+
58
// Although there is no longer any item on the preference pages
59
// for setting the linking preference, since it is now a per-part
60
// setting, it remains as a preference to allow product overrides of the
0 commit comments