|
Lines 791-810
Link Here
|
| 791 |
categoryId="org.eclipse.ui.category.edit" |
791 |
categoryId="org.eclipse.ui.category.edit" |
| 792 |
id="org.eclipse.ui.navigate.removeFromWorkingSet"> |
792 |
id="org.eclipse.ui.navigate.removeFromWorkingSet"> |
| 793 |
</command> |
793 |
</command> |
| 794 |
<category |
|
|
| 795 |
description="%category.update.description" |
| 796 |
id="org.eclipse.ui.category.update" |
| 797 |
name="%category.update.name"/> |
| 798 |
<command |
| 799 |
categoryId="org.eclipse.ui.category.update" |
| 800 |
description="%command.manageConfiguration.description" |
| 801 |
id="org.eclipse.ui.update.manageConfiguration" |
| 802 |
name="%command.manageConfiguration.name"/> |
| 803 |
<command |
| 804 |
categoryId="org.eclipse.ui.category.update" |
| 805 |
description="%command.findAndInstallUpdates.description" |
| 806 |
id="org.eclipse.ui.update.findAndInstallUpdates" |
| 807 |
name="%command.findAndInstallUpdates.name"/> |
| 808 |
<command |
794 |
<command |
| 809 |
categoryId="org.eclipse.ui.category.navigate" |
795 |
categoryId="org.eclipse.ui.category.navigate" |
| 810 |
defaultHandler="org.eclipse.ui.internal.ide.handlers.ShowResourceByPathHandler" |
796 |
defaultHandler="org.eclipse.ui.internal.ide.handlers.ShowResourceByPathHandler" |
|
Lines 991-1033
Link Here
|
| 991 |
|
977 |
|
| 992 |
<!-- Update Actions --> |
978 |
<!-- Update Actions --> |
| 993 |
<extension |
979 |
<extension |
| 994 |
point="org.eclipse.ui.actionSets"> |
|
|
| 995 |
<actionSet |
| 996 |
label="%UpdateActionSet.label" |
| 997 |
visible="true" |
| 998 |
id="org.eclipse.update.ui.softwareUpdates"> |
| 999 |
<menu |
| 1000 |
label="%UpdateActionSet.menu.label" |
| 1001 |
path="help/group.updates" |
| 1002 |
id="org.eclipse.update.ui.updateMenu"> |
| 1003 |
<separator |
| 1004 |
name="group0"> |
| 1005 |
</separator> |
| 1006 |
<separator |
| 1007 |
name="group1"> |
| 1008 |
</separator> |
| 1009 |
</menu> |
| 1010 |
<action |
| 1011 |
class="org.eclipse.ui.internal.ide.update.ConfigurationManagerAction" |
| 1012 |
definitionId="org.eclipse.ui.update.manageConfiguration" |
| 1013 |
helpContextId="org.eclipse.update.ui.newUpdates" |
| 1014 |
icon="$nl$/icons/full/elcl16/configs.gif" |
| 1015 |
id="org.eclipse.update.ui.configManager" |
| 1016 |
label="%UpdateActionSet.configManager.label" |
| 1017 |
menubarPath="help/org.eclipse.update.ui.updateMenu/group0"> |
| 1018 |
</action> |
| 1019 |
<action |
| 1020 |
class="org.eclipse.ui.internal.ide.update.InstallWizardAction" |
| 1021 |
definitionId="org.eclipse.ui.update.findAndInstallUpdates" |
| 1022 |
helpContextId="org.eclipse.update.ui.newUpdates" |
| 1023 |
icon="$nl$/icons/full/elcl16/usearch_obj.gif" |
| 1024 |
id="org.eclipse.update.ui.newUpdates" |
| 1025 |
label="%UpdateActionSet.updates.label" |
| 1026 |
menubarPath="help/org.eclipse.update.ui.updateMenu/group0"> |
| 1027 |
</action> |
| 1028 |
</actionSet> |
| 1029 |
</extension> |
| 1030 |
<extension |
| 1031 |
point="org.eclipse.core.runtime.preferences"> |
980 |
point="org.eclipse.core.runtime.preferences"> |
| 1032 |
<initializer class="org.eclipse.ui.internal.ide.IDEPreferenceInitializer"/> |
981 |
<initializer class="org.eclipse.ui.internal.ide.IDEPreferenceInitializer"/> |
| 1033 |
</extension> |
982 |
</extension> |
|
Lines 2186-2190
Link Here
|
| 2186 |
type="org.eclipse.ui.internal.views.markers.ExtendedMarkersView"> |
2135 |
type="org.eclipse.ui.internal.views.markers.ExtendedMarkersView"> |
| 2187 |
</propertyTester> |
2136 |
</propertyTester> |
| 2188 |
</extension> |
2137 |
</extension> |
| 2189 |
|
|
|
| 2190 |
</plugin> |
2138 |
</plugin> |