|
Lines 827-847
Link Here
|
| 827 |
description="%command.cut.description" |
827 |
description="%command.cut.description" |
| 828 |
categoryId="org.eclipse.ui.category.edit" |
828 |
categoryId="org.eclipse.ui.category.edit" |
| 829 |
id="org.eclipse.ui.edit.cut" /> |
829 |
id="org.eclipse.ui.edit.cut" /> |
| 830 |
<!-- [bm] omit default handler as we don't have clipboard support --> |
830 |
<!-- RAP [bm]: omit default handler as we don't have clipboard support --> |
| 831 |
<!-- defaultHandler="org.eclipse.ui.internal.handlers.WidgetMethodHandler:cut" /--> |
831 |
<!-- defaultHandler="org.eclipse.ui.internal.handlers.WidgetMethodHandler:cut" /--> |
| 832 |
<command |
832 |
<command |
| 833 |
name="%command.copy.name" |
833 |
name="%command.copy.name" |
| 834 |
description="%command.copy.description" |
834 |
description="%command.copy.description" |
| 835 |
categoryId="org.eclipse.ui.category.edit" |
835 |
categoryId="org.eclipse.ui.category.edit" |
| 836 |
id="org.eclipse.ui.edit.copy" /> |
836 |
id="org.eclipse.ui.edit.copy" /> |
| 837 |
<!-- [bm] omit default handler as we don't have clipboard support --> |
837 |
<!-- RAP [bm]: omit default handler as we don't have clipboard support --> |
| 838 |
<!-- defaultHandler="org.eclipse.ui.internal.handlers.WidgetMethodHandler:copy" /--> |
838 |
<!-- defaultHandler="org.eclipse.ui.internal.handlers.WidgetMethodHandler:copy" /--> |
| 839 |
<command |
839 |
<command |
| 840 |
name="%command.paste.name" |
840 |
name="%command.paste.name" |
| 841 |
description="%command.paste.description" |
841 |
description="%command.paste.description" |
| 842 |
categoryId="org.eclipse.ui.category.edit" |
842 |
categoryId="org.eclipse.ui.category.edit" |
| 843 |
id="org.eclipse.ui.edit.paste" /> |
843 |
id="org.eclipse.ui.edit.paste" /> |
| 844 |
<!-- [bm] omit default handler as we don't have clipboard support --> |
844 |
<!-- RAP [bm]: omit default handler as we don't have clipboard support --> |
| 845 |
<!-- defaultHandler="org.eclipse.ui.internal.handlers.WidgetMethodHandler:paste" /--> |
845 |
<!-- defaultHandler="org.eclipse.ui.internal.handlers.WidgetMethodHandler:paste" /--> |
| 846 |
<command |
846 |
<command |
| 847 |
name="%command.delete.name" |
847 |
name="%command.delete.name" |
|
Lines 870-883
Link Here
|
| 870 |
description="%command.rename.description" |
870 |
description="%command.rename.description" |
| 871 |
categoryId="org.eclipse.ui.category.file" |
871 |
categoryId="org.eclipse.ui.category.file" |
| 872 |
id="org.eclipse.ui.edit.rename" /> |
872 |
id="org.eclipse.ui.edit.rename" /> |
| 873 |
<!-- RAP [bm]: not applicable at the moment |
|
|
| 874 |
<command |
873 |
<command |
| 875 |
name="%command.selectAll.name" |
874 |
name="%command.selectAll.name" |
| 876 |
description="%command.selectAll.description" |
875 |
description="%command.selectAll.description" |
| 877 |
categoryId="org.eclipse.ui.category.edit" |
876 |
categoryId="org.eclipse.ui.category.edit" |
| 878 |
id="org.eclipse.ui.edit.selectAll" |
877 |
id="org.eclipse.ui.edit.selectAll" /> |
| 879 |
defaultHandler="org.eclipse.ui.internal.handlers.SelectAllHandler" /> |
878 |
<!-- RAP [bm]: omit default handler --> |
| 880 |
--> |
879 |
<!-- defaultHandler="org.eclipse.ui.internal.handlers.SelectAllHandler" / --> |
| 881 |
<command |
880 |
<command |
| 882 |
name="%command.findReplace.name" |
881 |
name="%command.findReplace.name" |
| 883 |
description="%command.findReplace.description" |
882 |
description="%command.findReplace.description" |
|
Lines 1184-1190
Link Here
|
| 1184 |
|
1183 |
|
| 1185 |
<extension |
1184 |
<extension |
| 1186 |
point="org.eclipse.ui.commandImages"> |
1185 |
point="org.eclipse.ui.commandImages"> |
| 1187 |
<!-- RAP [bm] clipboard |
|
|
| 1188 |
<image |
1186 |
<image |
| 1189 |
commandId="org.eclipse.ui.edit.copy" |
1187 |
commandId="org.eclipse.ui.edit.copy" |
| 1190 |
icon="$nl$/icons/full/etool16/copy_edit.gif" /> |
1188 |
icon="$nl$/icons/full/etool16/copy_edit.gif" /> |
|
Lines 1194-1200
Link Here
|
| 1194 |
<image |
1192 |
<image |
| 1195 |
commandId="org.eclipse.ui.edit.paste" |
1193 |
commandId="org.eclipse.ui.edit.paste" |
| 1196 |
icon="$nl$/icons/full/etool16/paste_edit.gif" /> |
1194 |
icon="$nl$/icons/full/etool16/paste_edit.gif" /> |
| 1197 |
--> |
|
|
| 1198 |
<image |
1195 |
<image |
| 1199 |
commandId="org.eclipse.ui.edit.delete" |
1196 |
commandId="org.eclipse.ui.edit.delete" |
| 1200 |
icon="$nl$/icons/full/etool16/delete_edit.gif" /> |
1197 |
icon="$nl$/icons/full/etool16/delete_edit.gif" /> |