Commit 3d6b75d
committed
The String PROJECT_OPEN_NEW_PERSPECTIVE = "PROJECT_OPEN_NEW_PERSPECTIVE"
in IWorkbenchPreferenceConstants interface is deprecated and marked for
removal and hence it can be replaced with public static final String
PROJECT_OPEN_NEW_PERSPECTIVE = "PROJECT_OPEN_NEW_PERSPECTIVE" present in
IDE.Preferences.
Fixup : effective preference used by the Eclipse IDE is the one under
org.eclipse.ui.ide, not the one in org.eclipse.ui. deprecated
IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE no longer
influences current project-opening behaviour.1 parent bd09a12 commit 3d6b75d
File tree
1 file changed
+0
-4
lines changed- bundles/org.eclipse.ui/src/org/eclipse/ui/internal
1 file changed
+0
-4
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 55 | | |
60 | 56 | | |
61 | 57 | | |
| |||
0 commit comments