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
Prompt user when switching to a locked workspace in Eclipse
Prompts user on attempting to switch to a workspace that is currently
locked by another Eclipse instance, a prompt dialog is now shown
informing the user about the lock details and preventing Eclipse from
exiting
sdsd
Copy file name to clipboardExpand all lines: bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/copy/WorkbenchSWTMessages.java
Copy file name to clipboardExpand all lines: bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/copy/messages.properties
IDEApplication_workspaceLockMessage=Workspace lock is currently held by:\n{0}
50
+
IDEApplication_workspaceCannotLockMessage2=Could not switch to the selected workspace ''{0}'' because it is currently in use by another Eclipse instance.
IDEApplication_workspaceInvalidMessage=Selected workspace is not valid; choose a different one.
1075
1075
IDEApplication_workspaceCannotBeSetTitle=Workspace Cannot Be Created
1076
1076
IDEApplication_workspaceCannotBeSetMessage=Could not launch the product because the specified workspace cannot be created. The specified workspace directory is either invalid or read-only.
1077
-
IDEApplication_workspaceCannotLockTitle=Workspace Cannot Be Locked
1078
-
IDEApplication_workspaceCannotLockMessage=Could not launch the product because the associated workspace at ''{0}'' is currently in use by another Eclipse application.
1079
1077
IDEApplication_versionTitle_olderWorkspace=Older Workspace Version
1080
1078
IDEApplication_versionTitle_newerWorkspace=Newer Workspace Version
1081
1079
IDEApplication_versionMessage_olderWorkspace=The ''{0}'' workspace was written with an older version. \
editorAssociationOverride_error_invalidElementName_message=An extension from plug-in ''{0}'' to the ''org.eclipse.ui.ide.editorAssociationOverride'' extension point was ignored because it contains the following invalid element: ''{1}''.
1153
1151
editorAssociationOverride_error_invalidExtension_message=The ''{0}'' extension from plug-in ''{1}'' to the ''org.eclipse.ui.ide.editorAssociationOverride'' extension point will be ignored because it contains invalid attributes.
0 commit comments