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 79766 Details for
Bug 205331
[GlobalActions] Move "Uncategorized > Open File..." to "File > Open File..."
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]
Patch to add a commands extension.
openfile-patch.txt (text/plain), 1.63 KB, created by
Remy Suen
on 2007-10-04 15:23:29 EDT
(
hide
)
Description:
Patch to add a commands extension.
Filename:
MIME Type:
Creator:
Remy Suen
Created:
2007-10-04 15:23:29 EDT
Size:
1.63 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.ide >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/plugin.properties,v >retrieving revision 1.109 >diff -u -r1.109 plugin.properties >--- plugin.properties 21 Sep 2007 20:19:17 -0000 1.109 >+++ plugin.properties 4 Oct 2007 19:20:45 -0000 >@@ -127,6 +127,8 @@ > command.correctionAssistProposals.name = Quick Fix > command.goToResource.description = Go to a particular resource in the active view > command.goToResource.name = Go to Resource >+command.openFile.description = Open a file >+command.openFile.name = Open File... > command.openProject.description = Open a project > command.openProject.name = Open Project > command.openResource.description = Open an editor on a particular resource >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/plugin.xml,v >retrieving revision 1.209 >diff -u -r1.209 plugin.xml >--- plugin.xml 1 Oct 2007 15:11:18 -0000 1.209 >+++ plugin.xml 4 Oct 2007 19:20:46 -0000 >@@ -642,6 +642,12 @@ > categoryId="org.eclipse.ui.category.file" > id="org.eclipse.ui.file.newQuickMenu"> > </command> >+ <command >+ name="%command.openFile.name" >+ description="%command.openFile.description" >+ categoryId="org.eclipse.ui.category.file" >+ id="org.eclipse.ui.edit.text.openLocalFile"> >+ </command> > <command > name="%command.showInQuickMenu.name" > description="%command.showInQuickMenu.description"
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 205331
:
79754
|
79756
| 79766