-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve workspace lock error dialog.
Write workspace lock info like user, host, java process id, display properties onto a new file .lock_info if the lock was successful. Read the current lock data in case of lock was unsuccessful and show it in error dialog. If the .lock_info does not exist or the file has no info then nothing is shown. For older eclipse versions. see #2343
- Loading branch information
1 parent
cc770ec
commit f8f7892
Showing
3 changed files
with
243 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
# Contributors: | ||
# IBM Corporation - initial API and implementation | ||
# Benjamin Muskalla - bug 29633 | ||
# Remy Chi Jian Suen <[email protected]> | ||
# Remy Chi Jian Suen <[email protected]> | ||
# - Fix for Bug 186823 [Wizards] New Project Wizard has colliding mnemonics | ||
# Oakland Software Incorporated (Francis Upton) <[email protected]> | ||
# - Bug 224997 [Workbench] Impossible to copy project | ||
|
@@ -512,15 +512,15 @@ UriHandlerPreferencePage_Warning_OtherApp_Confirmation_Description=The other app | |
UriHandlerPreferencePage_Confirm_Handle=Handle | ||
UrlHandlerPreferencePage_Handler_Label=Application: | ||
UrlHandlerPreferencePage_Handler_Text_No_Application=No application | ||
UrlHandlerPreferencePage_Page_Description=Link handlers define how your application deals with hyperlinks using a given scheme.\nThis page allows you to enable and disable link handlers in this application. | ||
UrlHandlerPreferencePage_Page_Description=Link handlers define how your application deals with hyperlinks using a given scheme.\nThis page allows you to enable and disable link handlers in this application. | ||
UrlHandlerPreferencePage_LoadingText=Loading... | ||
UrlHandlerPreferencePage_ColumnName_SchemeName=Scheme | ||
UrlHandlerPreferencePage_ColumnName_SchemeDescription=Description | ||
UrlHandlerPreferencePage_ColumnName_Handler=Handler | ||
UrlHandlerPreferencePage_ColumnName_SchemeName=Scheme | ||
UrlHandlerPreferencePage_ColumnName_SchemeDescription=Description | ||
UrlHandlerPreferencePage_ColumnName_Handler=Handler | ||
UrlHandlerPreferencePage_Column_Handler_Text_Current_Application=This application | ||
UrlHandlerPreferencePage_Column_Handler_Text_Other_Application=Other application | ||
UrlHandlerPreferencePage_Error_Reading_Scheme=Error while reading scheme information from operating system | ||
UrlHandlerPreferencePage_Error_Writing_Scheme=Error while writing scheme information to operating system | ||
UrlHandlerPreferencePage_Error_Reading_Scheme=Error while reading scheme information from operating system | ||
UrlHandlerPreferencePage_Error_Writing_Scheme=Error while writing scheme information to operating system | ||
UrlHandlerPreferencePage_UnsupportedOperatingSystem=Operating system {0} is not supported. | ||
UrlHandlerPreferencePage_RegistrationUnsupported=Link Handlers cannot be registered as the application is signed. | ||
UrlHandlerPreferencePage_LauncherCannotBeDetermined=Eclipse launcher path cannot be determined. | ||
|
@@ -654,7 +654,7 @@ ResourceInfo_bytes = {0} bytes | |
ResourceInfo_file = File | ||
ResourceInfo_fileTypeFormat = File ({0}) | ||
ResourceInfoPage_noResource=Resource information is not available for the current selection. | ||
ResourceFilterPage_title=A file system object will be added to the workspace tree during the refresh operation\nif it matches any of the include filters and doesn't match any of the exclude filters. | ||
ResourceFilterPage_title=A file system object will be added to the workspace tree during the refresh operation\nif it matches any of the include filters and doesn't match any of the exclude filters. | ||
ResourceFilterPage_noResource=Resource information is not available for the current selection. | ||
ResourceFilterPage_addButtonLabel=Add &Filter... | ||
ResourceFilterPage_addGroupButtonLabel=Add &Group... | ||
|
@@ -781,9 +781,9 @@ LinkedResourceEditor_unableToFindCommonPathSegments=Unable to find common path s | |
LinkedResourceEditor_convertAbsolutePathLocations=Convert Absolute Path Locations to Variable Relative | ||
LinkedResourceEditor_descriptionBlock=Linked resources in project ''{0}'': | ||
LinkedResourceEditor_convertTitle = Convert linked resource locations | ||
LinkedResourceEditor_convertMessage = Convert the linked resource location(s) between absolute and variable relative paths? This operation cannot be undone. | ||
LinkedResourceEditor_convertMessage = Convert the linked resource location(s) between absolute and variable relative paths? This operation cannot be undone. | ||
LinkedResourceEditor_removeTitle = Delete linked resources | ||
LinkedResourceEditor_removeMessage = Delete the selected linked resources? This operation cannot be undone. | ||
LinkedResourceEditor_removeMessage = Delete the selected linked resources? This operation cannot be undone. | ||
LinkedResourceEditor_removingMessage=Deleting linked resources... | ||
|
||
# --- autosave preferences --- | ||
|
@@ -856,8 +856,8 @@ ResourceSelectionDialog_message = Select the resources: | |
MarkerResolutionSelectionDialog_title = Quick Fix | ||
MarkerResolutionSelectionDialog_messageLabel = &Available fixes: | ||
MarkerDeleteHandler_JobTitle = Delete Markers | ||
MarkerDeleteHandler_JobMessageLabel = Deleting selected markers | ||
MarkerDeleteHandler_JobMessageLabel = Deleting selected markers | ||
|
||
|
||
FilteredResourcesSelectionDialog_showDerivedResourcesAction=Show &Derived Resources | ||
FilteredResourcesSelectionDialog_groupResourcesWithSameUndelyingLocation=&Filter Duplicated Resources | ||
|
@@ -917,7 +917,7 @@ ImportTypeDialog_titleFilesLinking= Link Files | |
ImportTypeDialog_question=Select how files and folders should be imported into the project: | ||
ImportTypeDialog_questionFilesOnly=Select how files should be imported into the project: | ||
ImportTypeDialog_moveFilesAndDirectories=&Move files and folders | ||
ImportTypeDialog_copyFilesAndDirectories=&Copy files and folders | ||
ImportTypeDialog_copyFilesAndDirectories=&Copy files and folders | ||
ImportTypeDialog_moveFiles=&Move files | ||
ImportTypeDialog_copyFiles=&Copy files | ||
ImportTypeDialog_recreateFilesAndDirectories=Link to files and recreate folder structure with &virtual folders | ||
|
@@ -1046,10 +1046,10 @@ ChooseWorkspaceDialog_directoryBrowserTitle=Select Workspace Directory | |
ChooseWorkspaceDialog_directoryBrowserMessage=Select the workspace directory to use. | ||
ChooseWorkspaceDialog_removeWorkspaceSelection=Remove from launcher selection | ||
ChooseWorkspaceDialog_recentWorkspaces=&Recent Workspaces | ||
ChooseWorkspaceDialog_ResolvedAbsolutePath=Full path: {0} | ||
ChooseWorkspaceDialog_ResolvedAbsolutePath=Full path: {0} | ||
ChooseWorkspaceDialog_TildeNonExpandedWarning=\u26A0\uFE0F '~' is not expanded, full path: {0} | ||
ChooseWorkspaceDialog_InvalidPathWarning=\u26A0\uFE0F The path is invalid on this system: {0} | ||
ChooseWorkspaceDialog_NotWriteablePathWarning=\u26A0\uFE0F The path may not be writable by the current user: {0} | ||
ChooseWorkspaceDialog_NotWriteablePathWarning=\u26A0\uFE0F The path may not be writable by the current user: {0} | ||
ChooseWorkspaceDialog_useDefaultMessage=&Use this as the default and do not ask again | ||
|
||
ChooseWorkspaceWithSettingsDialog_SettingsGroupName=&Copy Settings | ||
|
@@ -1078,7 +1078,7 @@ IDEApplication_workspaceCannotLockMessage=Could not launch the product because t | |
IDEApplication_versionTitle_olderWorkspace=Older Workspace Version | ||
IDEApplication_versionTitle_newerWorkspace=Newer Workspace Version | ||
IDEApplication_versionMessage_olderWorkspace=The ''{0}'' workspace was written with an older version. \ | ||
Continue and update workspace which may make it incompatible with older versions? | ||
Continue and update workspace which may make it incompatible with older versions? | ||
IDEApplication_versionMessage_newerWorkspace=Continue to use workspace ''{0}''? This workspace was written with a newer version. \ | ||
If you continue, this can cause unexpected behavior or data loss. | ||
IDEApplication_version_doNotWarnAgain=&Do not warn again about workspace versions | ||
|
@@ -1150,3 +1150,9 @@ OpenDelayedUrlAction_title=Open URL | |
editorAssociationOverride_error_couldNotCreate_message=The ''{0}'' extension from plug-in ''{1}'' to the ''org.eclipse.ui.ide.editorAssociationOverride'' extension point failed to load the editor association override class. | ||
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}''. | ||
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. | ||
|
||
IDEApplication_Ws_Lock_Owner_User=User: {0}\n | ||
IDEApplication_Ws_Lock_Owner_Host=Host: {0}\n | ||
IDEApplication_Ws_Lock_Owner_Display=Display: {0}\n | ||
IDEApplication_Ws_Lock_Owner_Process_Id=Process ID: {0}\n | ||
IDEApplication_Ws_Lock_Owner_Message=Workspace lock is currently held by:\n{0} |