Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 231178 Details for
Bug 408353
[Contributions] closeAllSaved should be added to IWorkbenchCommandConstants
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Add FILE_CLOSE_ALL_SAVED constant in IWorkbenchCommandConstants
bug_408353.patch (text/plain), 1.09 KB, created by
Arnaud Brunet
on 2013-05-17 18:07:12 EDT
(
hide
)
Description:
Add FILE_CLOSE_ALL_SAVED constant in IWorkbenchCommandConstants
Filename:
MIME Type:
Creator:
Arnaud Brunet
Created:
2013-05-17 18:07:12 EDT
Size:
1.09 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchCommandConstants.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchCommandConstants.java >index 7aa9668..0cd94a0 100644 >--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchCommandConstants.java >+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchCommandConstants.java >@@ -49,9 +49,15 @@ > public static final String FILE_CLOSE_ALL = "org.eclipse.ui.file.closeAll"; //$NON-NLS-1$ > > /** >- * Id for command "Import" in category "File" >- * (value is <code>"org.eclipse.ui.file.import"</code>). >- */ >+ * Id for command "Close All Saved" in category "File" (value is >+ * <code>"org.eclipse.ui.file.closeAllSaved"</code>). >+ */ >+ public static final String FILE_CLOSE_ALL_SAVED = "org.eclipse.ui.file.closeAllSaved"; //$NON-NLS-1$ >+ >+ /** >+ * Id for command "Import" in category "File" (value is >+ * <code>"org.eclipse.ui.file.import"</code>). >+ */ > public static final String FILE_IMPORT = "org.eclipse.ui.file.import"; //$NON-NLS-1$ > > /**
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 408353
: 231178