You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments