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 162196 Details for
Bug 305617
SelectAll action is missing the command
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
clipboard.txt (text/plain), 3.14 KB, created by
Benjamin Muskalla
on 2010-03-16 13:53:17 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Benjamin Muskalla
Created:
2010-03-16 13:53:17 EDT
Size:
3.14 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.ui >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.ui/org.eclipse.rap.ui/plugin.xml,v >retrieving revision 1.26 >diff -u -r1.26 plugin.xml >--- plugin.xml 8 Mar 2010 14:46:01 -0000 1.26 >+++ plugin.xml 16 Mar 2010 17:52:11 -0000 >@@ -827,21 +827,21 @@ > description="%command.cut.description" > categoryId="org.eclipse.ui.category.edit" > id="org.eclipse.ui.edit.cut" /> >- <!-- [bm] omit default handler as we don't have clipboard support --> >+ <!-- RAP [bm]: omit default handler as we don't have clipboard support --> > <!-- defaultHandler="org.eclipse.ui.internal.handlers.WidgetMethodHandler:cut" /--> > <command > name="%command.copy.name" > description="%command.copy.description" > categoryId="org.eclipse.ui.category.edit" > id="org.eclipse.ui.edit.copy" /> >- <!-- [bm] omit default handler as we don't have clipboard support --> >+ <!-- RAP [bm]: omit default handler as we don't have clipboard support --> > <!-- defaultHandler="org.eclipse.ui.internal.handlers.WidgetMethodHandler:copy" /--> > <command > name="%command.paste.name" > description="%command.paste.description" > categoryId="org.eclipse.ui.category.edit" > id="org.eclipse.ui.edit.paste" /> >- <!-- [bm] omit default handler as we don't have clipboard support --> >+ <!-- RAP [bm]: omit default handler as we don't have clipboard support --> > <!-- defaultHandler="org.eclipse.ui.internal.handlers.WidgetMethodHandler:paste" /--> > <command > name="%command.delete.name" >@@ -870,14 +870,13 @@ > description="%command.rename.description" > categoryId="org.eclipse.ui.category.file" > id="org.eclipse.ui.edit.rename" /> >- <!-- RAP [bm]: not applicable at the moment > <command > name="%command.selectAll.name" > description="%command.selectAll.description" > categoryId="org.eclipse.ui.category.edit" >- id="org.eclipse.ui.edit.selectAll" >- defaultHandler="org.eclipse.ui.internal.handlers.SelectAllHandler" /> >- --> >+ id="org.eclipse.ui.edit.selectAll" /> >+ <!-- RAP [bm]: omit default handler --> >+ <!-- defaultHandler="org.eclipse.ui.internal.handlers.SelectAllHandler" / --> > <command > name="%command.findReplace.name" > description="%command.findReplace.description" >@@ -1184,7 +1183,6 @@ > > <extension > point="org.eclipse.ui.commandImages"> >- <!-- RAP [bm] clipboard > <image > commandId="org.eclipse.ui.edit.copy" > icon="$nl$/icons/full/etool16/copy_edit.gif" /> >@@ -1194,7 +1192,6 @@ > <image > commandId="org.eclipse.ui.edit.paste" > icon="$nl$/icons/full/etool16/paste_edit.gif" /> >- --> > <image > commandId="org.eclipse.ui.edit.delete" > icon="$nl$/icons/full/etool16/delete_edit.gif" />
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 305617
: 162196