diff --git a/.metadata/.log b/.metadata/.log index 6e3b753e63dd16f8f531bf46b96404928e0c3822..94581f749685618c56dd39a3028fc92e2f8d7953 100644 --- a/.metadata/.log +++ b/.metadata/.log @@ -3844,3 +3844,104 @@ org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) + +!ENTRY org.eclipse.jface 4 0 2017-09-05 06:16:53.118 +!MESSAGE Unhandled event loop exception during blocked modal context. +!STACK 0 +org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) + at org.eclipse.swt.SWT.error(SWT.java:4491) + at org.eclipse.swt.SWT.error(SWT.java:4406) + at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:138) + at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155) + at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3772) + at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:172) + at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:387) + at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:500) + at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:284) + at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.disconnectFromWorkspace(IDEWorkbenchAdvisor.java:460) + at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.postShutdown(IDEWorkbenchAdvisor.java:306) + at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:3183) + at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1201) + at org.eclipse.ui.internal.Workbench.access$22(Workbench.java:1113) + at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1454) + at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) + at org.eclipse.ui.internal.Workbench.close(Workbench.java:1451) + at org.eclipse.ui.internal.Workbench.close(Workbench.java:1424) + at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1596) + at org.eclipse.ui.internal.WorkbenchWindow.access$16(WorkbenchWindow.java:1542) + at org.eclipse.ui.internal.WorkbenchWindow$11.run(WorkbenchWindow.java:1628) + at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) + at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1625) + at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1639) + at org.eclipse.ui.internal.WorkbenchWindow$6.close(WorkbenchWindow.java:527) + at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer$7.shellClosed(WBWRenderer.java:518) + at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:98) + at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) + at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4362) + at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1113) + at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1137) + at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1122) + at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:308) + at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1703) + at org.eclipse.swt.widgets.Control.windowProc(Control.java:4678) + at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339) + at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1633) + at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2117) + at org.eclipse.swt.widgets.Display.windowProc(Display.java:5050) + at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) + at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544) + at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:498) + at org.eclipse.swt.widgets.Control.windowProc(Control.java:4774) + at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339) + at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1633) + at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2117) + at org.eclipse.swt.widgets.Display.windowProc(Display.java:5050) + at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) + at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544) + at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:498) + at org.eclipse.swt.widgets.Control.windowProc(Control.java:4774) + at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339) + at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1633) + at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2117) + at org.eclipse.swt.widgets.Display.windowProc(Display.java:5050) + at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) + at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549) + at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3767) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) + at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) + at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) + at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) + at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) + at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) + at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) + at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) + at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) + at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) + at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) + at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) + at org.eclipse.equinox.launcher.Main.run(Main.java:1515) +Caused by: java.lang.NullPointerException + at org.eclipse.ui.internal.e4.compatibility.SelectionService.getSelection(SelectionService.java:333) + at org.eclipse.gmf.runtime.common.ui.action.AbstractActionHandler.getSelection(AbstractActionHandler.java:421) + at org.eclipse.gmf.runtime.common.ui.action.AbstractActionHandler.getStructuredSelection(AbstractActionHandler.java:434) + at org.eclipse.gmf.runtime.diagram.ui.actions.DiagramAction.getSelectedObjects(DiagramAction.java:236) + at org.eclipse.gmf.runtime.diagram.ui.actions.DiagramAction.createOperationSet(DiagramAction.java:261) + at org.eclipse.gmf.runtime.diagram.ui.actions.DiagramAction.getOperationSet(DiagramAction.java:247) + at org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.DeleteElementAction.getCommand(DeleteElementAction.java:67) + at org.eclipse.gmf.runtime.diagram.ui.actions.DiagramAction.getCommand(DiagramAction.java:161) + at org.eclipse.gmf.runtime.diagram.ui.actions.DiagramAction.calculateEnabled(DiagramAction.java:124) + at org.eclipse.gmf.runtime.diagram.ui.actions.DiagramAction.refresh(DiagramAction.java:114) + at org.eclipse.gmf.runtime.common.ui.action.AbstractActionHandler.selectionChanged(AbstractActionHandler.java:387) + at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramGraphicalViewer.flushSelectionEvents(DiagramGraphicalViewer.java:256) + at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramGraphicalViewer$2.run(DiagramGraphicalViewer.java:269) + at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) + at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) + ... 76 more diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/.tmp/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/.tmp/.markers.snap deleted file mode 100644 index 3ab70838bdbb239a6c57fe759b7cff8d61e5a443..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/.tmp/.markers.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/.tmp/.syncinfo.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/.tmp/.syncinfo.snap deleted file mode 100644 index 3ab70838bdbb239a6c57fe759b7cff8d61e5a443..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/.tmp/.syncinfo.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.markers.snap deleted file mode 100644 index 7e9499e44818563ab80f6a70ad1cdabf02b8e651..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.markers.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.syncinfo.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.syncinfo.snap deleted file mode 100644 index 7e9499e44818563ab80f6a70ad1cdabf02b8e651..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.syncinfo.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServices/.indexes/e4/b9/6/1a/history.index b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServices/.indexes/e4/b9/6/1a/history.index index cf6b9546e26d7e113461309095a19188a1f580b9..1c01daa7a80992d302b51c137e77681f0c8ea306 100644 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServices/.indexes/e4/b9/6/1a/history.index and b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServices/.indexes/e4/b9/6/1a/history.index differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServices/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServices/.markers.snap deleted file mode 100644 index 5ed84375fbfb43c19b562b7b5b1abfa023d5bff1..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServices/.markers.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServices/.syncinfo.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServices/.syncinfo.snap deleted file mode 100644 index 5ed84375fbfb43c19b562b7b5b1abfa023d5bff1..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServices/.syncinfo.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesCompositeApplication/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesCompositeApplication/.markers.snap deleted file mode 100644 index fd766bfd26f5eee0df969803ebbbe8927f9219f8..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesCompositeApplication/.markers.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesCompositeApplication/.syncinfo.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesCompositeApplication/.syncinfo.snap deleted file mode 100644 index fd766bfd26f5eee0df969803ebbbe8927f9219f8..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesCompositeApplication/.syncinfo.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesConnectorExporter/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesConnectorExporter/.markers.snap deleted file mode 100644 index fd766bfd26f5eee0df969803ebbbe8927f9219f8..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesConnectorExporter/.markers.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesConnectorExporter/.syncinfo.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesConnectorExporter/.syncinfo.snap deleted file mode 100644 index fd766bfd26f5eee0df969803ebbbe8927f9219f8..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesConnectorExporter/.syncinfo.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesRegistry/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesRegistry/.markers.snap deleted file mode 100644 index a7ddbe1e8f8cbc85b7bfedce1e161c54dc9a4ec5..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesRegistry/.markers.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesRegistry/.syncinfo.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesRegistry/.syncinfo.snap deleted file mode 100644 index a7ddbe1e8f8cbc85b7bfedce1e161c54dc9a4ec5..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesRegistry/.syncinfo.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesRegistry/org.eclipse.jdt.core/state.dat b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesRegistry/org.eclipse.jdt.core/state.dat new file mode 100644 index 0000000000000000000000000000000000000000..3d40d24a62aef1606c6379946885b2389126ff71 Binary files /dev/null and b/.metadata/.plugins/org.eclipse.core.resources/.projects/SampleServicesRegistry/org.eclipse.jdt.core/state.dat differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version b/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version new file mode 100644 index 0000000000000000000000000000000000000000..25cb955ba23571f6fefd57cecf5f67454210bbc8 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index b/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index index 856e238d785beaac4c53844d56a8bd6e063ff82d..89be357f67af9b2bf29b4b6dee077f4149b53825 100644 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index and b/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version b/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version new file mode 100644 index 0000000000000000000000000000000000000000..6b2aaa7640726588bcd3d57e1de4b1315b7f315e --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap deleted file mode 100644 index 7e9499e44818563ab80f6a70ad1cdabf02b8e651..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.root/1.tree b/.metadata/.plugins/org.eclipse.core.resources/.root/1.tree new file mode 100644 index 0000000000000000000000000000000000000000..8068a6d15a2a6f7a7747b33b8bf5e07c13cd7d2e Binary files /dev/null and b/.metadata/.plugins/org.eclipse.core.resources/.root/1.tree differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources index 852099c47f0477b87da096223780c87313b397e9..5624c9d17398cfa9450c46cdf4abee6173ab3f81 100644 Binary files a/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources and b/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources differ diff --git a/.metadata/.plugins/org.eclipse.core.resources/0.snap b/.metadata/.plugins/org.eclipse.core.resources/0.snap deleted file mode 100644 index 9327ca6b360ef185e08d6dd91abb152794e80c83..0000000000000000000000000000000000000000 Binary files a/.metadata/.plugins/org.eclipse.core.resources/0.snap and /dev/null differ diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs index b49a9954f3f9f82e76f14fe86f1d10fd04ffe1d7..0a3d27f52b81314f95ba80c9fbf7400764186e56 100644 --- a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs @@ -1,2 +1,2 @@ eclipse.preferences.version=1 -org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<vmSettings defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1504565324023">\r\n<vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\r\n<vm id\="1504565324023" javadocURL\="https\://docs.oracle.com/javase/8/docs/api/" name\="jre1.8.0_77" path\="C\:\\Program Files\\Java\\jre1.8.0_77"/>\r\n</vmType>\r\n</vmSettings>\r\n +org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<vmSettings defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1504565324023">\r\n<vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\r\n<vm id\="1504565324023" name\="jre1.8.0_77" path\="C\:\\Program Files\\Java\\jre1.8.0_77"/>\r\n</vmType>\r\n</vmSettings>\r\n diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs index f296a08361302e01d7cd87570b486d5167f256ce..b91d6678fffaac5a2fa12affc5575c0ac58fd5a8 100644 --- a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs @@ -2,10 +2,12 @@ content_assist_proposals_background=255,255,255 content_assist_proposals_foreground=0,0,0 eclipse.preferences.version=1 fontPropagated=true +org.eclipse.jdt.internal.ui.navigator.layout=2 org.eclipse.jdt.ui.editor.tab.width= org.eclipse.jdt.ui.formatterprofiles.version=12 org.eclipse.jdt.ui.javadoclocations.migrated=true org.eclipse.jface.textfont=1|Courier New|10.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Courier New; +proposalOrderMigrated=true spelling_locale_initialized=true tabWidthPropagated=true useAnnotationsPrefPage=true diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs new file mode 100644 index 0000000000000000000000000000000000000000..67b1d96c9b864711771cb82a5df2bd6866879914 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.m2e.discovery.pref.projects= diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefs index 453b994fd1092a88a617d2c7eac1d81892ebbfb8..5330e43bb76d5008e14605079f4ac6cf02e1b5cc 100644 --- a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefs +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefs @@ -1,3 +1,4 @@ eclipse.preferences.version=1 +migrated.task.repositories.secure.store=true org.eclipse.mylyn.tasks.ui.filters.nonmatching=true org.eclipse.mylyn.tasks.ui.filters.nonmatching.encouraged=true diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.ui.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.ui.prefs new file mode 100644 index 0000000000000000000000000000000000000000..56cd496ffc9b92e8d0612bb949b93400290d3f37 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.ui.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.team.ui.first_time=false diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.editors.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.editors.prefs new file mode 100644 index 0000000000000000000000000000000000000000..61f3bb8b42d32457660c9d177e2fb5a8069b452f --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.editors.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +overviewRuler_migration=migrated_3.1 diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs new file mode 100644 index 0000000000000000000000000000000000000000..b330433808ea9424c10decf6c5c6b17264fe4817 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs @@ -0,0 +1,5 @@ +PROBLEMS_FILTERS_MIGRATE=true +eclipse.preferences.version=1 +platformState=1491446051176 +quickStart=false +tipsAndTricks=true diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs new file mode 100644 index 0000000000000000000000000000000000000000..6e3143d7b9a38876fdd98768806f0f1fa5f496ac --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs @@ -0,0 +1,4 @@ +//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false +//org.eclipse.ui.commands/state/org.eclipse.wst.xml.views.XPathView.processor.xpathprocessor/org.eclipse.ui.commands.radioState=xpath10 +PLUGINS_NOT_ACTIVATED_ON_STARTUP=org.eclipse.m2e.discovery; +eclipse.preferences.version=1 diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.sse.ui.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.sse.ui.prefs new file mode 100644 index 0000000000000000000000000000000000000000..5c6ef697ea89a3a92e88338d20dbd51c76f235c0 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.sse.ui.prefs @@ -0,0 +1,4 @@ +content_assist_number_of_computers=18 +eclipse.preferences.version=1 +useAnnotationsPrefPage=true +useQuickDiffPrefPage=true diff --git a/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi index 40654b19a4d90b53a0a90d65db775f86f0c00cd0..c60e669acef14e6f459a2760804791483895e84a 100644 --- a/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi +++ b/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi @@ -1,16 +1,20 @@ <?xml version="1.0" encoding="ASCII"?> -<application:Application xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:advanced="http://www.eclipse.org/ui/2010/UIModel/application/ui/advanced" xmlns:application="http://www.eclipse.org/ui/2010/UIModel/application" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:menu="http://www.eclipse.org/ui/2010/UIModel/application/ui/menu" xmi:id="_myrgQJHGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.legacy.ide.application" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_myrgQZHGEeeUq7sm0YNLEg" bindingContexts="_mysvlpHGEeeUq7sm0YNLEg"> +<application:Application xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:advanced="http://www.eclipse.org/ui/2010/UIModel/application/ui/advanced" xmlns:application="http://www.eclipse.org/ui/2010/UIModel/application" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:menu="http://www.eclipse.org/ui/2010/UIModel/application/ui/menu" xmi:id="_G6KW4ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.legacy.ide.application" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_G6KW4pHDEeeUq7sm0YNLEg" bindingContexts="_G6KW5JHDEeeUq7sm0YNLEg"> <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<workbench>
<mruList>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID" name="sampleName" tooltip="Developer Studio Dashboard">
<persistable path="/SampleServices/src/main/synapse-config/endpoints/SettlePaymentEP.xml"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID" name="sampleName" tooltip="Developer Studio Dashboard">
<persistable path="/SampleServices/src/main/synapse-config/endpoints/ChannelingFeeEP.xml"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.wso2.developerstudio.datamapper.diagram.part.DataMapperDiagramEditorID" name="RequestMapping.datamapper_diagram" tooltip="SampleServicesRegistry/RequestMapping.datamapper_diagram">
<persistable path="/SampleServicesRegistry/RequestMapping.datamapper_diagram"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID" name="sampleName" tooltip="Developer Studio Dashboard">
<persistable path="/SampleServices/src/main/synapse-config/endpoints/PineValleyEP.xml"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID" name="sampleName" tooltip="Developer Studio Dashboard">
<persistable path="/SampleServices/src/main/synapse-config/endpoints/ClemencyEP.xml"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID" name="sampleName" tooltip="Developer Studio Dashboard">
<persistable path="/SampleServices/src/main/synapse-config/endpoints/GrandOakEP.xml"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID" name="sampleName" tooltip="Developer Studio Dashboard">
<persistable path="/SampleServices/src/main/synapse-config/api/HealthcareAPI.xml"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID" name="sampleName" tooltip="Developer Studio Dashboard">
<persistable path="/SampleServices/src/main/synapse-config/endpoints/QueryDoctorEP.xml"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.wso2.developerstudio.eclipse.distribution.project.editor.DistProjectEditor" name="pom.xml" tooltip="SampleServicesCompositeApplication/pom.xml">
<persistable path="/SampleServicesCompositeApplication/pom.xml"/>
</file>
</mruList>
</workbench>"/> <tags>activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration</tags> <tags>ModelMigrationProcessor.001</tags> - <children xsi:type="basic:TrimmedWindow" xmi:id="_myrgQZHGEeeUq7sm0YNLEg" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_myrgQpHGEeeUq7sm0YNLEg" label="%trimmedwindow.label.eclipseSDK" x="350" y="-14" width="1024" height="768"> + <children xsi:type="basic:TrimmedWindow" xmi:id="_G6KW4pHDEeeUq7sm0YNLEg" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_HUN1opHDEeeUq7sm0YNLEg" label="%trimmedwindow.label.eclipseSDK" x="350" y="-14" width="1024" height="768"> <persistedState key="coolBarVisible" value="true"/> <persistedState key="perspectiveBarVisible" value="true"/> <persistedState key="isRestored" value="true"/> + <persistedState key="show_in_time" value="<?xml version="1.0" encoding="UTF-8"?>
<show_in_time/>"/> + <persistedState key="workingSets" value="<?xml version="1.0" encoding="UTF-8"?>
<workingSets/>"/> + <persistedState key="aggregateWorkingSetId"/> <tags>topLevel</tags> - <children xsi:type="basic:PartSashContainer" xmi:id="_myrgQpHGEeeUq7sm0YNLEg" selectedElement="_myrgQ5HGEeeUq7sm0YNLEg" horizontal="true"> - <children xsi:type="advanced:PerspectiveStack" xmi:id="_myrgQ5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.perspectivestack" containerData="7500" selectedElement="_myrgXZHGEeeUq7sm0YNLEg"> - <children xsi:type="advanced:Perspective" xmi:id="_myrgRJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.j2ee.J2EEPerspective" selectedElement="_myrgRZHGEeeUq7sm0YNLEg" label="Java EE" iconURI="platform:/plugin/org.eclipse.jst.j2ee.ui/icons/full/cview16/j2ee_perspective.gif"> + <tags>shellMaximized</tags> + <children xsi:type="basic:PartSashContainer" xmi:id="_HUN1opHDEeeUq7sm0YNLEg" selectedElement="_HUN1o5HDEeeUq7sm0YNLEg" horizontal="true"> + <children xsi:type="advanced:PerspectiveStack" xmi:id="_HUN1o5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.perspectivestack" containerData="7500" selectedElement="_NGYWoJHFEeeUq7sm0YNLEg"> + <children xsi:type="advanced:Perspective" xmi:id="_Hi0SVZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.j2ee.J2EEPerspective" selectedElement="_Hi0SVpHDEeeUq7sm0YNLEg" label="Java EE" iconURI="platform:/plugin/org.eclipse.jst.j2ee.ui/icons/full/cview16/j2ee_perspective.gif"> <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,"/> <tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags> <tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags> @@ -69,39 +73,39 @@ <tags>persp.newWizSC:org.wso2.developerstudio.eclipse.distribution.project</tags> <tags>persp.newWizSC:org.wso2.developerstudio.eclipse.artifact.newesbproject</tags> <tags>persp.newWizSC:org.wso2.developerstudio.eclipse.artifact.newesbsolutionproject</tags> - <children xsi:type="basic:PartSashContainer" xmi:id="_myrgRZHGEeeUq7sm0YNLEg" selectedElement="_myrgS5HGEeeUq7sm0YNLEg" horizontal="true"> - <children xsi:type="basic:PartStack" xmi:id="_myrgRpHGEeeUq7sm0YNLEg" elementId="topLeft" containerData="1520" selectedElement="_myrgR5HGEeeUq7sm0YNLEg"> + <children xsi:type="basic:PartSashContainer" xmi:id="_Hi0SVpHDEeeUq7sm0YNLEg" selectedElement="_Hi0SXJHDEeeUq7sm0YNLEg" horizontal="true"> + <children xsi:type="basic:PartStack" xmi:id="_Hi0SV5HDEeeUq7sm0YNLEg" elementId="topLeft" containerData="1520" selectedElement="_Hi0SWJHDEeeUq7sm0YNLEg"> <tags>noFocus</tags> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgR5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer" ref="_mysHu5HGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgSJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ResourceNavigator" toBeRendered="false" ref="_mysIBZHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgSZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_mysIBpHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgSpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.PackagesView" toBeRendered="false" ref="_mysIB5HGEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SWJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer" ref="_Hhn_tpHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SWZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ResourceNavigator" toBeRendered="false" ref="_HhxJcJHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SWpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_HhxJcZHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SW5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.PackagesView" toBeRendered="false" ref="_HiqhUJHDEeeUq7sm0YNLEg"/> </children> - <children xsi:type="basic:PartSashContainer" xmi:id="_myrgS5HGEeeUq7sm0YNLEg" containerData="8480" selectedElement="_myrgTJHGEeeUq7sm0YNLEg"> - <children xsi:type="basic:PartSashContainer" xmi:id="_myrgTJHGEeeUq7sm0YNLEg" containerData="7643" selectedElement="_myrgTZHGEeeUq7sm0YNLEg" horizontal="true"> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgTZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editorss" containerData="7673" ref="_mysHfZHGEeeUq7sm0YNLEg"/> - <children xsi:type="basic:PartStack" xmi:id="_myrgTpHGEeeUq7sm0YNLEg" elementId="topRight" containerData="2327" selectedElement="_myrgT5HGEeeUq7sm0YNLEg"> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgT5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline" ref="_mysISJHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgUJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" ref="_mysIU5HGEeeUq7sm0YNLEg"/> + <children xsi:type="basic:PartSashContainer" xmi:id="_Hi0SXJHDEeeUq7sm0YNLEg" containerData="8480" selectedElement="_Hi0SXZHDEeeUq7sm0YNLEg"> + <children xsi:type="basic:PartSashContainer" xmi:id="_Hi0SXZHDEeeUq7sm0YNLEg" containerData="7643" selectedElement="_Hi0SXpHDEeeUq7sm0YNLEg" horizontal="true"> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SXpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editorss" containerData="7673" ref="_HheOgJHDEeeUq7sm0YNLEg"/> + <children xsi:type="basic:PartStack" xmi:id="_Hi0SX5HDEeeUq7sm0YNLEg" elementId="topRight" containerData="2327" selectedElement="_Hi0SYJHDEeeUq7sm0YNLEg"> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SYJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline" ref="_Hi0SU5HDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SYZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" ref="_Hi0SVJHDEeeUq7sm0YNLEg"/> </children> </children> - <children xsi:type="basic:PartStack" xmi:id="_myrgUZHGEeeUq7sm0YNLEg" elementId="bottomRight" containerData="2357" selectedElement="_myrgU5HGEeeUq7sm0YNLEg"> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgUpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.AllMarkersView" ref="_mysICJHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgU5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet" ref="_mysIGJHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgVJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.ServersView" ref="_mysILJHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgVZHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" ref="_mysIQJHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgVpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" ref="_mysIQZHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgV5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProblemView" toBeRendered="false" ref="_mysIQpHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgWJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.TaskList" toBeRendered="false" ref="_mysIQ5HGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgWZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.console.ConsoleView" toBeRendered="false" ref="_mysIRJHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgWpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_mysIRZHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgW5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_mysIRpHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgXJHGEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="_mysIR5HGEeeUq7sm0YNLEg"/> + <children xsi:type="basic:PartStack" xmi:id="_Hi0SYpHDEeeUq7sm0YNLEg" elementId="bottomRight" containerData="2357" selectedElement="_Hi0SZJHDEeeUq7sm0YNLEg"> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SY5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.AllMarkersView" ref="_HiqhUZHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SZJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet" ref="_HiqhUpHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SZZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.ServersView" ref="_HiqhU5HDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SZpHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" ref="_HiqhVJHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SZ5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" ref="_HiqhVZHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SaJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProblemView" toBeRendered="false" ref="_HiqhVpHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SaZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.TaskList" toBeRendered="false" ref="_HiqhV5HDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SapHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.console.ConsoleView" toBeRendered="false" ref="_HiqhWJHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0Sa5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_Hi0SUJHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SbJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_Hi0SUZHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_Hi0SbZHDEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="_Hi0SUpHDEeeUq7sm0YNLEg"/> </children> </children> </children> </children> - <children xsi:type="advanced:Perspective" xmi:id="_myrgXZHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.datamapper.diagram.custom.perspective" selectedElement="_myrgXpHGEeeUq7sm0YNLEg" label="WSO2 Data Mapper Graphical" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/default_persp.png"> + <children xsi:type="advanced:Perspective" xmi:id="_NGYWoJHFEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.datamapper.diagram.custom.perspective" selectedElement="_NGYWoZHFEeeUq7sm0YNLEg" label="WSO2 Data Mapper Graphical" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/default_persp.png"> <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,"/> <tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags> <tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags> @@ -120,3008 +124,2695 @@ <tags>persp.newWizSC:org.wso2.developerstudio.eclipse.distribution.project</tags> <tags>persp.newWizSC:org.wso2.developerstudio.eclipse.artifact.newesbproject</tags> <tags>persp.newWizSC:org.wso2.developerstudio.eclipse.artifact.newesbsolutionproject</tags> - <children xsi:type="basic:PartSashContainer" xmi:id="_myrgXpHGEeeUq7sm0YNLEg" selectedElement="_myrgZJHGEeeUq7sm0YNLEg" horizontal="true"> - <children xsi:type="basic:PartSashContainer" xmi:id="_myrgX5HGEeeUq7sm0YNLEg" containerData="1500" selectedElement="_myrgYJHGEeeUq7sm0YNLEg"> - <children xsi:type="basic:PartStack" xmi:id="_myrgYJHGEeeUq7sm0YNLEg" elementId="topLeft" containerData="6500" selectedElement="_myrgYZHGEeeUq7sm0YNLEg"> + <children xsi:type="basic:PartSashContainer" xmi:id="_NGYWoZHFEeeUq7sm0YNLEg" selectedElement="_bBx6gJHFEeeUq7sm0YNLEg" horizontal="true"> + <children xsi:type="basic:PartSashContainer" xmi:id="_NGYWopHFEeeUq7sm0YNLEg" containerData="1500" selectedElement="_NGYWo5HFEeeUq7sm0YNLEg"> + <children xsi:type="basic:PartStack" xmi:id="_NGYWo5HFEeeUq7sm0YNLEg" elementId="topLeft" containerData="6500" selectedElement="_NGYWpJHFEeeUq7sm0YNLEg"> <tags>noFocus</tags> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgYZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer" ref="_mysHu5HGEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_NGYWpJHFEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer" ref="_Hhn_tpHDEeeUq7sm0YNLEg"/> </children> - <children xsi:type="basic:PartStack" xmi:id="_myrgYpHGEeeUq7sm0YNLEg" elementId="bottomLeft" containerData="3500" selectedElement="_myrgY5HGEeeUq7sm0YNLEg"> + <children xsi:type="basic:PartStack" xmi:id="_NGYWpZHFEeeUq7sm0YNLEg" elementId="bottomLeft" containerData="3500" selectedElement="_NGYWppHFEeeUq7sm0YNLEg"> <tags>General</tags> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgY5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline" ref="_mysISJHGEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_NGYWppHFEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline" ref="_Hi0SU5HDEeeUq7sm0YNLEg"/> </children> </children> - <children xsi:type="basic:PartSashContainer" xmi:id="_myrgZJHGEeeUq7sm0YNLEg" containerData="8500" selectedElement="_myrgZZHGEeeUq7sm0YNLEg"> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgZZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editorss" containerData="6344" ref="_mysHfZHGEeeUq7sm0YNLEg"/> - <children xsi:type="basic:PartStack" xmi:id="_myrgZpHGEeeUq7sm0YNLEg" elementId="PartStack@fe51385" containerData="3656" selectedElement="_myrgZ5HGEeeUq7sm0YNLEg"> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgZ5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet" ref="_mysIGJHGEeeUq7sm0YNLEg"/> + <children xsi:type="basic:PartSashContainer" xmi:id="_bBx6gJHFEeeUq7sm0YNLEg" containerData="8500" selectedElement="_NGYWp5HFEeeUq7sm0YNLEg"> + <children xsi:type="advanced:Placeholder" xmi:id="_NGYWp5HFEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editorss" containerData="6344" ref="_HheOgJHDEeeUq7sm0YNLEg"/> + <children xsi:type="basic:PartStack" xmi:id="_bBx6gZHFEeeUq7sm0YNLEg" elementId="PartStack@fe51385" containerData="3656" selectedElement="_ab2i8JHFEeeUq7sm0YNLEg"> + <children xsi:type="advanced:Placeholder" xmi:id="_ab2i8JHFEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet" ref="_HiqhUpHDEeeUq7sm0YNLEg"/> </children> </children> </children> </children> </children> - <children xsi:type="basic:PartStack" xmi:id="_myrgaJHGEeeUq7sm0YNLEg" elementId="stickyFolderRight" toBeRendered="false" containerData="2500"> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgaZHGEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.HelpView" toBeRendered="false" ref="_mysHeJHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrgapHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.internal.introview" toBeRendered="false" ref="_mysHeZHGEeeUq7sm0YNLEg"/> - <children xsi:type="advanced:Placeholder" xmi:id="_myrga5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" toBeRendered="false" ref="_mysHfJHGEeeUq7sm0YNLEg"/> + <children xsi:type="basic:PartStack" xmi:id="_HUN1pJHDEeeUq7sm0YNLEg" elementId="stickyFolderRight" toBeRendered="false" containerData="2500"> + <children xsi:type="advanced:Placeholder" xmi:id="_HUN1pZHDEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.HelpView" toBeRendered="false" ref="_HUEEoJHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_HUN1ppHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.internal.introview" toBeRendered="false" ref="_HUN1oJHDEeeUq7sm0YNLEg"/> + <children xsi:type="advanced:Placeholder" xmi:id="_HUN1p5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" toBeRendered="false" ref="_HUN1oZHDEeeUq7sm0YNLEg"/> </children> </children> - <sharedElements xsi:type="basic:Part" xmi:id="_mysHeJHGEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.HelpView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HUEEoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.HelpView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:Help</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysHeZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.internal.introview" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Welcome" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HUN1oJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.internal.introview" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Welcome" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:General</tags> - <menus xmi:id="_mysHepHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.internal.introview"> + <menus xmi:id="_Hve1UJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.internal.introview"> <tags>ViewMenu</tags> <tags>menuContribution:menu</tags> </menus> - <toolbar xmi:id="_mysHe5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.internal.introview" visible="false"/> + <toolbar xmi:id="_Hve1UZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.internal.introview" visible="false"/> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysHfJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HUN1oZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:Help</tags> </sharedElements> - <sharedElements xsi:type="advanced:Area" xmi:id="_mysHfZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editorss" selectedElement="_mysHfpHGEeeUq7sm0YNLEg"> - <children xsi:type="basic:PartStack" xmi:id="_mysHfpHGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.primaryDataStack" selectedElement="_mysHhZHGEeeUq7sm0YNLEg"> + <sharedElements xsi:type="advanced:Area" xmi:id="_HheOgJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editorss" selectedElement="_HheOgZHDEeeUq7sm0YNLEg"> + <children xsi:type="basic:PartStack" xmi:id="_HheOgZHDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.primaryDataStack" selectedElement="_NGRB4JHFEeeUq7sm0YNLEg"> <tags>org.eclipse.e4.primaryDataStack</tags> <tags>EditorStack</tags> <tags>active</tags> - <children xsi:type="basic:Part" xmi:id="_mysHf5HGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="SampleServicesCompositeApplication/pom.xml" closeable="true"> + <children xsi:type="basic:Part" xmi:id="_NPorMJHDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="SampleServicesCompositeApplication/pom.xml" closeable="true"> <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<editor id="org.wso2.developerstudio.eclipse.distribution.project.editor.DistProjectEditor" name="pom.xml" partName="SampleServicesCompositeApplication/pom.xml" title="SampleServicesCompositeApplication/pom.xml" tooltip="SampleServicesCompositeApplication/pom.xml">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/SampleServicesCompositeApplication/pom.xml"/>
</editor>"/> <tags>Editor</tags> <tags>org.wso2.developerstudio.eclipse.distribution.project.editor.DistProjectEditor</tags> <tags>removeOnHide</tags> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHgJHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.pomFile.source.EditorContext"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.m2e.core.pomFile.source.EditorContext</tags> - <tags>popup:.EditorContext</tags> - <tags>popup:#AbstractTextEditorContext</tags> - </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHgZHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.pomFile.source.RulerContext"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.m2e.core.pomFile.source.RulerContext</tags> - <tags>popup:.RulerContext</tags> - <tags>popup:#AbstractTextEditorRulerContext</tags> - </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHgpHGEeeUq7sm0YNLEg" elementId="#OverviewRulerContext"> - <tags>menuContribution:popup</tags> - <tags>popup:#OverviewRulerContext</tags> - </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHg5HGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.pomFile.source.EditorContext"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.m2e.core.pomFile.source.EditorContext</tags> - <tags>popup:.source.EditorContext</tags> - <tags>popup:org.eclipse.wst.sse.ui.StructuredTextEditor.EditorContext</tags> - </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHhJHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.pomFile.source.RulerContext"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.m2e.core.pomFile.source.RulerContext</tags> - <tags>popup:.source.RulerContext</tags> - <tags>popup:org.eclipse.wst.sse.ui.StructuredTextEditor.RulerContext</tags> - </menus> </children> - <children xsi:type="basic:Part" xmi:id="_mysHhZHGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="HealthcareAPI.xml" iconURI="platform:/plugin/org.wso2.developerstudio.eclipse.gmf.esb.diagram/icons/obj16/EsbDiagramFile.gif" closeable="true"> + <children xsi:type="basic:Part" xmi:id="_WfFdUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="HealthcareAPI.xml" iconURI="platform:/plugin/org.wso2.developerstudio.eclipse.gmf.esb.diagram/icons/obj16/EsbDiagramFile.gif" closeable="true"> <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<editor id="org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID" name="sampleName" partName="HealthcareAPI.xml" title="HealthcareAPI.xml" tooltip="Developer Studio Dashboard">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/SampleServices/src/main/synapse-config/api/HealthcareAPI.xml"/>
</editor>"/> <tags>Editor</tags> <tags>org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID</tags> <tags>removeOnHide</tags> - <tags>active</tags> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHhpHGEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.DiagramEditorContextMenu"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.gmf.runtime.diagram.ui.DiagramEditorContextMenu</tags> - </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHh5HGEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.DiagramEditorContextMenu"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.gmf.runtime.diagram.ui.DiagramEditorContextMenu</tags> - </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHp5HGEeeUq7sm0YNLEg" elementId="org.eclipse.core.runtime.xml.source.EditorContext"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.core.runtime.xml.source.EditorContext</tags> - <tags>popup:.EditorContext</tags> - <tags>popup:#AbstractTextEditorContext</tags> - </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHqJHGEeeUq7sm0YNLEg" elementId="org.eclipse.core.runtime.xml.source.RulerContext"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.core.runtime.xml.source.RulerContext</tags> - <tags>popup:.RulerContext</tags> - <tags>popup:#AbstractTextEditorRulerContext</tags> - </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHqZHGEeeUq7sm0YNLEg" elementId="#OverviewRulerContext"> - <tags>menuContribution:popup</tags> - <tags>popup:#OverviewRulerContext</tags> - </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHqpHGEeeUq7sm0YNLEg" elementId="org.eclipse.core.runtime.xml.source.EditorContext"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.core.runtime.xml.source.EditorContext</tags> - <tags>popup:.source.EditorContext</tags> - <tags>popup:org.eclipse.wst.sse.ui.StructuredTextEditor.EditorContext</tags> - </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHq5HGEeeUq7sm0YNLEg" elementId="org.eclipse.core.runtime.xml.source.RulerContext"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.core.runtime.xml.source.RulerContext</tags> - <tags>popup:.source.RulerContext</tags> - <tags>popup:org.eclipse.wst.sse.ui.StructuredTextEditor.RulerContext</tags> - </menus> </children> - <children xsi:type="basic:Part" xmi:id="_mysHrJHGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="RequestMapping.datamapper_diagram" iconURI="platform:/plugin/org.wso2.developerstudio.visualdatamapper.diagram/icons/obj16/DataMapperDiagramFile.gif" closeable="true"> + <children xsi:type="basic:Part" xmi:id="_NGRB4JHFEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="RequestMapping.datamapper_diagram" iconURI="platform:/plugin/org.wso2.developerstudio.visualdatamapper.diagram/icons/obj16/DataMapperDiagramFile.gif" closeable="true"> <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<editor id="org.wso2.developerstudio.datamapper.diagram.part.DataMapperDiagramEditorID" name="RequestMapping.datamapper_diagram" partName="RequestMapping.datamapper_diagram" title="RequestMapping.datamapper_diagram" tooltip="SampleServicesRegistry/RequestMapping.datamapper_diagram">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/SampleServicesRegistry/RequestMapping.datamapper_diagram"/>
</editor>"/> <tags>Editor</tags> <tags>org.wso2.developerstudio.datamapper.diagram.part.DataMapperDiagramEditorID</tags> <tags>removeOnHide</tags> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHrZHGEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.DiagramEditorContextMenu"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.gmf.runtime.diagram.ui.DiagramEditorContextMenu</tags> - </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHrpHGEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.DiagramEditorContextMenu"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.gmf.runtime.diagram.ui.DiagramEditorContextMenu</tags> - </menus> + <tags>active</tags> + <tags>activeOnClose</tags> </children> </children> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysHu5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.gif" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_Hhn_tpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.gif" tooltip="" closeable="true"> <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view CommonNavigator.LINKING_ENABLED="0" org.eclipse.ui.navigator.resources.workingSets.showTopLevelWorkingSets="0"/>"/> <tags>View</tags> <tags>categoryTag:General</tags> - <menus xmi:id="_mysHvJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer"> + <menus xmi:id="_HmPZwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer"> <tags>ViewMenu</tags> <tags>menuContribution:menu</tags> </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysHzpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer#PopupMenu"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu</tags> - </menus> - <toolbar xmi:id="_mysH_5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer"/> + <toolbar xmi:id="_HmPZwZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer"/> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIBZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ResourceNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Navigator" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HhxJcJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ResourceNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Navigator" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:General</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIBpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.TypeHierarchy" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HhxJcZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.TypeHierarchy" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.png" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:Java</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIB5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.PackagesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Packages" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/packages.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HiqhUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.PackagesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Packages" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/packages.png" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:Java Browsing</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysICJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.AllMarkersView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Markers" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HiqhUZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.AllMarkersView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Markers" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" closeable="true"> <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view PRIMARY_SORT_FIELD="org.eclipse.ui.ide.allSeverityField" categoryGroup="org.eclipse.ui.ide.type" markerContentGenerator="org.eclipse.ui.ide.allMarkersGenerator" partName="Markers">
<columnWidths org.eclipse.ui.ide.allSeverityField="400" org.eclipse.ui.ide.locationField="120" org.eclipse.ui.ide.markerType="120" org.eclipse.ui.ide.pathField="160" org.eclipse.ui.ide.resourceField="120"/>
<visible IMemento.internal.id="org.eclipse.ui.ide.allSeverityField"/>
<visible IMemento.internal.id="org.eclipse.ui.ide.resourceField"/>
<visible IMemento.internal.id="org.eclipse.ui.ide.pathField"/>
<visible IMemento.internal.id="org.eclipse.ui.ide.locationField"/>
<visible IMemento.internal.id="org.eclipse.ui.ide.markerType"/>
</view>"/> <tags>View</tags> <tags>categoryTag:General</tags> - <menus xmi:id="_mysICZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.AllMarkersView"> + <menus xmi:id="_HrwL4JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.AllMarkersView"> <tags>ViewMenu</tags> <tags>menuContribution:menu</tags> </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysIFJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.AllMarkersView"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.ui.views.AllMarkersView</tags> - <tags>popup:org.eclipse.ui.ide.MarkersView</tags> - </menus> - <toolbar xmi:id="_mysIFZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.AllMarkersView" visible="false"/> + <toolbar xmi:id="_HrwL4ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.AllMarkersView" visible="false"/> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIGJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Properties" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HiqhUpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Properties" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.png" tooltip="" closeable="true"> <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/> <tags>View</tags> <tags>categoryTag:General</tags> - <menus xmi:id="_mysIGZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet"> + <menus xmi:id="_X_aAkJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet"> <tags>ViewMenu</tags> <tags>menuContribution:menu</tags> </menus> - <toolbar xmi:id="_mysIIZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet"/> + <toolbar xmi:id="_X_aAkZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet"/> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysILJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.ServersView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Servers" iconURI="platform:/plugin/org.eclipse.wst.server.ui/icons/cview16/servers_view.gif" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HiqhU5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.ServersView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Servers" iconURI="platform:/plugin/org.eclipse.wst.server.ui/icons/cview16/servers_view.gif" tooltip="" closeable="true"> <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view CommonNavigator.LINKING_ENABLED="0"/>"/> <tags>View</tags> <tags>categoryTag:Server</tags> - <menus xmi:id="_mysILZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.ServersView"> + <menus xmi:id="_0m-d8JHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.ServersView"> <tags>ViewMenu</tags> <tags>menuContribution:menu</tags> </menus> - <menus xsi:type="menu:PopupMenu" xmi:id="_mysIN5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.ServersView"> - <tags>menuContribution:popup</tags> - <tags>popup:org.eclipse.wst.server.ui.ServersView</tags> - </menus> - <toolbar xmi:id="_mysIOJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.ServersView" visible="false"/> + <toolbar xmi:id="_0m-d8ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.ServersView" visible="false"/> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIQJHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Data Source Explorer" iconURI="platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HiqhVJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Data Source Explorer" iconURI="platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:Data Management</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIQZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Snippets" iconURI="platform:/plugin/org.eclipse.wst.common.snippets/icons/snippets_view.gif" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HiqhVZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Snippets" iconURI="platform:/plugin/org.eclipse.wst.common.snippets/icons/snippets_view.gif" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:General</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIQpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProblemView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HiqhVpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProblemView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:General</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIQ5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.TaskList" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Tasks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/tasks_tsk.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HiqhV5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.TaskList" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Tasks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/tasks_tsk.png" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:General</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIRJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.console.ConsoleView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Console" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_HiqhWJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.console.ConsoleView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Console" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.png" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:General</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIRZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.BookmarkView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Bookmarks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_Hi0SUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.BookmarkView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Bookmarks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.png" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:General</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIRpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProgressView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_Hi0SUZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProgressView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.png" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:General</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIR5HGEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.views.SearchView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_Hi0SUpHDEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.views.SearchView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:General</tags> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysISJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Outline" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.png" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_Hi0SU5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Outline" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.png" tooltip="" closeable="true"> <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/> <tags>View</tags> <tags>categoryTag:General</tags> - <menus xmi:id="_mysISZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline"> + <menus xmi:id="_HprIQJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline"> <tags>ViewMenu</tags> <tags>menuContribution:menu</tags> </menus> - <toolbar xmi:id="_mysITJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline"/> + <toolbar xmi:id="_HprIQZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline"/> </sharedElements> - <sharedElements xsi:type="basic:Part" xmi:id="_mysIU5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Task List" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" closeable="true"> + <sharedElements xsi:type="basic:Part" xmi:id="_Hi0SVJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Task List" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" closeable="true"> <tags>View</tags> <tags>categoryTag:Mylyn</tags> </sharedElements> - <trimBars xmi:id="_mysIVJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.main.toolbar"> - <children xsi:type="menu:ToolBar" xmi:id="_mysIVZHGEeeUq7sm0YNLEg" elementId="group.file" toBeRendered="false"> + <trimBars xmi:id="_HUXmoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.main.toolbar"> + <children xsi:type="menu:ToolBar" xmi:id="_HWwMQJHDEeeUq7sm0YNLEg" elementId="group.file" toBeRendered="false"> <tags>toolbarSeparator</tags> - <children xsi:type="menu:ToolBarSeparator" xmi:id="_mysIVpHGEeeUq7sm0YNLEg" elementId="group.file" toBeRendered="false"/> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_HWwMQZHDEeeUq7sm0YNLEg" elementId="group.file" toBeRendered="false"/> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysIV5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.workbench.file"> + <children xsi:type="menu:ToolBar" xmi:id="_HWwMQpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.workbench.file"> <tags>Draggable</tags> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIWJHGEeeUq7sm0YNLEg" elementId="new.group"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIWZHGEeeUq7sm0YNLEg" elementId="newWizardDropDown"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIWpHGEeeUq7sm0YNLEg" elementId="new.ext" visible="false"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIW5HGEeeUq7sm0YNLEg" elementId="save.group" visible="false"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIXJHGEeeUq7sm0YNLEg" elementId="save"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIXZHGEeeUq7sm0YNLEg" elementId="saveAll"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIXpHGEeeUq7sm0YNLEg" elementId="save.ext" visible="false"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:HandledToolItem" xmi:id="_mysIX5HGEeeUq7sm0YNLEg" elementId="print" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.png" tooltip="Print" enabled="false" command="_myt_-5HGEeeUq7sm0YNLEg"/> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIYJHGEeeUq7sm0YNLEg" elementId="print.ext" visible="false"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIYZHGEeeUq7sm0YNLEg" elementId="build.group"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIYpHGEeeUq7sm0YNLEg" elementId="build.ext" visible="false"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIY5HGEeeUq7sm0YNLEg" elementId="additions"> - <tags>Opaque</tags> - </children> + <children xsi:type="menu:HandledToolItem" xmi:id="_HW5WP5HDEeeUq7sm0YNLEg" elementId="print" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.png" tooltip="Print" enabled="false" command="_G7Lqt5HDEeeUq7sm0YNLEg"/> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysIZJHGEeeUq7sm0YNLEg" elementId="additions" toBeRendered="false"> + <children xsi:type="menu:ToolBar" xmi:id="_HWwMQ5HDEeeUq7sm0YNLEg" elementId="additions" toBeRendered="false"> <tags>toolbarSeparator</tags> - <children xsi:type="menu:ToolBarSeparator" xmi:id="_mysIZZHGEeeUq7sm0YNLEg" elementId="additions" toBeRendered="false"/> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_HWwMRJHDEeeUq7sm0YNLEg" elementId="additions" toBeRendered="false"/> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysIZpHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.launchActionSet"> + <children xsi:type="menu:ToolBar" xmi:id="_HkdREJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.launchActionSet"> <tags>Draggable</tags> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIZ5HGEeeUq7sm0YNLEg" elementId="debug"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIaJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.internal.ui.actions.DebugDropDownAction"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIaZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.internal.ui.actions.RunDropDownAction"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIapHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar"> - <tags>Opaque</tags> - </children> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysIa5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.j2ee.J2eeMainActionSet" visible="false"> + <children xsi:type="menu:ToolBar" xmi:id="_HjtqMJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.j2ee.J2eeMainActionSet" visible="false"> <tags>Draggable</tags> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIbJHGEeeUq7sm0YNLEg" elementId="J2EEMain"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIbZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.j2ee.internal.actions.NewJavaEEProject"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIbpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.j2ee.internal.actions.NewJavaEEArtifact"> - <tags>Opaque</tags> - </children> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysIb5HGEeeUq7sm0YNLEg" elementId="org.eclipse.search.searchActionSet"> + <children xsi:type="menu:ToolBar" xmi:id="_HkJvEJHDEeeUq7sm0YNLEg" elementId="org.eclipse.search.searchActionSet"> <tags>Draggable</tags> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIcJHGEeeUq7sm0YNLEg" elementId="Search"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIcZHGEeeUq7sm0YNLEg" elementId="openType"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIcpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.openTask"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIc5HGEeeUq7sm0YNLEg" elementId="org.eclipse.search.OpenSearchDialogPage"> - <tags>Opaque</tags> - </children> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysIdJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.internal.webbrowser.actionSet" visible="false"> + <children xsi:type="menu:ToolBar" xmi:id="_Hj20IJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.internal.webbrowser.actionSet" visible="false"> <tags>Draggable</tags> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIdZHGEeeUq7sm0YNLEg" elementId="browser"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIdpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.internal.webbrowser.action.open"> - <tags>Opaque</tags> - </children> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysId5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.ws.explorer.explorer" visible="false"> + <children xsi:type="menu:ToolBar" xmi:id="_HkTgEJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.ws.explorer.explorer" visible="false"> <tags>Draggable</tags> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIeJHGEeeUq7sm0YNLEg" elementId="additions"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIeZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.ws.internal.explorer.action.LaunchWSEAction"> - <tags>Opaque</tags> - </children> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysItJHGEeeUq7sm0YNLEg" elementId="group.nav" toBeRendered="false"> + <children xsi:type="menu:ToolBar" xmi:id="_HW5WMJHDEeeUq7sm0YNLEg" elementId="group.nav" toBeRendered="false"> <tags>toolbarSeparator</tags> - <children xsi:type="menu:ToolBarSeparator" xmi:id="_mysItZHGEeeUq7sm0YNLEg" elementId="group.nav" toBeRendered="false"/> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_HW5WMZHDEeeUq7sm0YNLEg" elementId="group.nav" toBeRendered="false"/> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysItpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.workbench.navigate"> + <children xsi:type="menu:ToolBar" xmi:id="_HW5WMpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.workbench.navigate"> <tags>Draggable</tags> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIt5HGEeeUq7sm0YNLEg" elementId="history.group"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIuJHGEeeUq7sm0YNLEg" elementId="group.application" visible="false"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIuZHGEeeUq7sm0YNLEg" elementId="backardHistory"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIupHGEeeUq7sm0YNLEg" elementId="forwardHistory"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIu5HGEeeUq7sm0YNLEg" elementId="pin.group"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:HandledToolItem" xmi:id="_mysIvJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.pinEditor" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.png" tooltip="Pin Editor" type="Check" command="_myt_n5HGEeeUq7sm0YNLEg"/> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIvZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.gotoNextAnnotation"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIvpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.gotoPreviousAnnotation"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIv5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition"> - <tags>Opaque</tags> - </children> + <children xsi:type="menu:HandledToolItem" xmi:id="_HXDHOZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.pinEditor" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.png" tooltip="Pin Editor" type="Check" command="_G7LDjpHDEeeUq7sm0YNLEg"/> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysIwJHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID"> - <tags>Draggable</tags> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIwZHGEeeUq7sm0YNLEg" elementId="toolbarFontGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIwpHGEeeUq7sm0YNLEg" elementId="fontNameContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIw5HGEeeUq7sm0YNLEg" elementId="fontSizeContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIxJHGEeeUq7sm0YNLEg" elementId="fontBoldAction"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIxZHGEeeUq7sm0YNLEg" elementId="fontItalicAction"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIxpHGEeeUq7sm0YNLEg" elementId="toolbarColorLineGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIx5HGEeeUq7sm0YNLEg" elementId="fontColorContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIyJHGEeeUq7sm0YNLEg" elementId="fillColorContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIyZHGEeeUq7sm0YNLEg" elementId="lineColorContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIypHGEeeUq7sm0YNLEg" elementId="toolbarCopyAppearanceGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIy5HGEeeUq7sm0YNLEg" elementId="copyAppearancePropertiesAction"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIzJHGEeeUq7sm0YNLEg" elementId="toolBarViewGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIzZHGEeeUq7sm0YNLEg" elementId="toolbarEditGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIzpHGEeeUq7sm0YNLEg" elementId="toolbarFormatGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysIz5HGEeeUq7sm0YNLEg" elementId="autoSizeAction"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI0JHGEeeUq7sm0YNLEg" elementId="toolbarFilterGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI0ZHGEeeUq7sm0YNLEg" elementId="showConnectorLabels"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI0pHGEeeUq7sm0YNLEg" elementId="hideConnectorLabels"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI05HGEeeUq7sm0YNLEg" elementId="toolbarNavigateGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI1JHGEeeUq7sm0YNLEg" elementId="zoomContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI1ZHGEeeUq7sm0YNLEg" elementId="toolbarRestGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI1pHGEeeUq7sm0YNLEg" elementId="toolbarAdditions"> - <tags>Opaque</tags> - </children> - </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysI15HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.datamapper.diagram.part.DataMapperDiagramEditorID" visible="false"> - <tags>Draggable</tags> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI2JHGEeeUq7sm0YNLEg" elementId="toolbarFontGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI2ZHGEeeUq7sm0YNLEg" elementId="fontNameContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI2pHGEeeUq7sm0YNLEg" elementId="fontSizeContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI25HGEeeUq7sm0YNLEg" elementId="fontBoldAction"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI3JHGEeeUq7sm0YNLEg" elementId="fontItalicAction"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI3ZHGEeeUq7sm0YNLEg" elementId="toolbarColorLineGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI3pHGEeeUq7sm0YNLEg" elementId="fontColorContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI35HGEeeUq7sm0YNLEg" elementId="fillColorContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI4JHGEeeUq7sm0YNLEg" elementId="lineColorContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI4ZHGEeeUq7sm0YNLEg" elementId="toolbarCopyAppearanceGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI4pHGEeeUq7sm0YNLEg" elementId="copyAppearancePropertiesAction"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI45HGEeeUq7sm0YNLEg" elementId="toolBarViewGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI5JHGEeeUq7sm0YNLEg" elementId="toolbarEditGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI5ZHGEeeUq7sm0YNLEg" elementId="toolbarFormatGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI5pHGEeeUq7sm0YNLEg" elementId="autoSizeAction"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI55HGEeeUq7sm0YNLEg" elementId="toolbarFilterGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI6JHGEeeUq7sm0YNLEg" elementId="showConnectorLabels"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI6ZHGEeeUq7sm0YNLEg" elementId="hideConnectorLabels"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI6pHGEeeUq7sm0YNLEg" elementId="toolbarNavigateGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI65HGEeeUq7sm0YNLEg" elementId="zoomContributionItem"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI7JHGEeeUq7sm0YNLEg" elementId="toolbarRestGroup"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI7ZHGEeeUq7sm0YNLEg" elementId="toolbarAdditions"> - <tags>Opaque</tags> - </children> - </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysI7pHGEeeUq7sm0YNLEg" elementId="group.editor" toBeRendered="false"> + <children xsi:type="menu:ToolBar" xmi:id="_HW5WM5HDEeeUq7sm0YNLEg" elementId="group.editor" toBeRendered="false"> <tags>toolbarSeparator</tags> - <children xsi:type="menu:ToolBarSeparator" xmi:id="_mysI75HGEeeUq7sm0YNLEg" elementId="group.editor" toBeRendered="false"/> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_HW5WNJHDEeeUq7sm0YNLEg" elementId="group.editor" toBeRendered="false"/> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysI8JHGEeeUq7sm0YNLEg" elementId="group.help" toBeRendered="false"> + <children xsi:type="menu:ToolBar" xmi:id="_HW5WNZHDEeeUq7sm0YNLEg" elementId="group.help" toBeRendered="false"> <tags>toolbarSeparator</tags> - <children xsi:type="menu:ToolBarSeparator" xmi:id="_mysI8ZHGEeeUq7sm0YNLEg" elementId="group.help" toBeRendered="false"/> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_HW5WNpHDEeeUq7sm0YNLEg" elementId="group.help" toBeRendered="false"/> </children> - <children xsi:type="menu:ToolBar" xmi:id="_mysI8pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.workbench.help" visible="false"> + <children xsi:type="menu:ToolBar" xmi:id="_HW5WN5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.workbench.help" visible="false"> <tags>Draggable</tags> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI85HGEeeUq7sm0YNLEg" elementId="group.help"> - <tags>Opaque</tags> - </children> - <children xsi:type="menu:DirectToolItem" xmi:id="_mysI9JHGEeeUq7sm0YNLEg" elementId="group.application" visible="false"> - <tags>Opaque</tags> - </children> </children> - <children xsi:type="menu:ToolControl" xmi:id="_mysI-5HGEeeUq7sm0YNLEg" elementId="PerspectiveSpacer" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl"> + <children xsi:type="menu:ToolControl" xmi:id="_HeaTcJHDEeeUq7sm0YNLEg" elementId="PerspectiveSpacer" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl"> <tags>stretch</tags> <tags>SHOW_RESTORE_MENU</tags> </children> - <children xsi:type="menu:ToolControl" xmi:id="_mysI_5HGEeeUq7sm0YNLEg" elementId="PerspectiveSwitcher" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher"> + <children xsi:type="menu:ToolControl" xmi:id="_HeaTcZHDEeeUq7sm0YNLEg" elementId="PerspectiveSwitcher" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher"> <tags>Draggable</tags> <tags>HIDEABLE</tags> <tags>SHOW_RESTORE_MENU</tags> </children> </trimBars> - <trimBars xmi:id="_mysJAJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.trim.status" side="Bottom"> - <children xsi:type="menu:ToolControl" xmi:id="_mysJCJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.StatusLine" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim"> + <trimBars xmi:id="_HekEcJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.trim.status" side="Bottom"> + <children xsi:type="menu:ToolControl" xmi:id="_Het1dJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.StatusLine" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim"> <tags>stretch</tags> </children> - <children xsi:type="menu:ToolControl" xmi:id="_mysJCZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.HeapStatus" toBeRendered="false" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim"> + <children xsi:type="menu:ToolControl" xmi:id="_He2_YJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.HeapStatus" toBeRendered="false" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim"> <tags>Draggable</tags> </children> - <children xsi:type="menu:ToolControl" xmi:id="_mysJCpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ProgressBar" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim"> + <children xsi:type="menu:ToolControl" xmi:id="_HfKhYJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ProgressBar" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim"> <tags>Draggable</tags> </children> </trimBars> - <trimBars xmi:id="_mysJC5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.trim.vertical1" toBeRendered="false" side="Left"> - <children xsi:type="menu:ToolControl" xmi:id="_mysJDJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.perspectivestack(minimized)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack"> + <trimBars xmi:id="_HfTrUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.trim.vertical1" toBeRendered="false" side="Left"> + <children xsi:type="menu:ToolControl" xmi:id="_H2XgcJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.perspectivestack(minimized)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack"> <tags>TrimStack</tags> </children> </trimBars> - <trimBars xmi:id="_mysJDZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.trim.vertical2" side="Right"/> + <trimBars xmi:id="_HfTrUZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.trim.vertical2" side="Right"/> </children> - <bindingTables xmi:id="_mysJDpHGEeeUq7sm0YNLEg" contributorURI="platform:/plugin/org.eclipse.platform" bindingContext="_mysvlpHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysJD5HGEeeUq7sm0YNLEg" keySequence="CTRL+A" command="_myt-XZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJEJHGEeeUq7sm0YNLEg" keySequence="CTRL+SPACE" command="_myt_xpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJEZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+SPACE" command="_myt9zZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJEpHGEeeUq7sm0YNLEg" keySequence="ALT+PAGE_UP" command="_myt-nZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJE5HGEeeUq7sm0YNLEg" keySequence="CTRL+C" command="_myt-xZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJFJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+D" command="_myujqZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJFZHGEeeUq7sm0YNLEg" keySequence="SHIFT+INSERT" command="_myt8-ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJFpHGEeeUq7sm0YNLEg" keySequence="CTRL+Z" command="_myt98JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJF5HGEeeUq7sm0YNLEg" keySequence="ALT+PAGE_DOWN" command="_myt_ZZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJGJHGEeeUq7sm0YNLEg" keySequence="CTRL+1" command="_myt9o5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJGZHGEeeUq7sm0YNLEg" keySequence="CTRL+V" command="_myt8-ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJGpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+F3" command="_myuABZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJG5HGEeeUq7sm0YNLEg" keySequence="CTRL+X" command="_myt9-ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJHJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+L" command="_myuAOZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJHZHGEeeUq7sm0YNLEg" keySequence="CTRL+Y" command="_myt-jZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJHpHGEeeUq7sm0YNLEg" keySequence="CTRL+F10" command="_myt9HZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJH5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+I" command="_myt9hpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJIJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+F2" command="_myt_S5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJIZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+F1" command="_myt9XpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJIpHGEeeUq7sm0YNLEg" keySequence="CTRL+INSERT" command="_myt-xZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJI5HGEeeUq7sm0YNLEg" keySequence="SHIFT+DEL" command="_myt9-ZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G6KW45HDEeeUq7sm0YNLEg" contributorURI="platform:/plugin/org.eclipse.platform" bindingContext="_G6KW5JHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8D0UJHDEeeUq7sm0YNLEg" keySequence="CTRL+A" command="_G7GyJJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8EbYJHDEeeUq7sm0YNLEg" keySequence="CTRL+SPACE" command="_G7LDtZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8FCc5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+SPACE" command="_G7E885HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8HetZHDEeeUq7sm0YNLEg" keySequence="ALT+PAGE_UP" command="_G7IANJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8IFwZHDEeeUq7sm0YNLEg" keySequence="CTRL+C" command="_G7IAXJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Is1JHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+D" command="_G7M4uZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8KiBZHDEeeUq7sm0YNLEg" keySequence="SHIFT+INSERT" command="_G7B5upHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8PahJHDEeeUq7sm0YNLEg" keySequence="CTRL+Z" command="_G7Fj9ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QopJHDEeeUq7sm0YNLEg" keySequence="ALT+PAGE_DOWN" command="_G7J1jpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2wJHDEeeUq7sm0YNLEg" keySequence="CTRL+1" command="_G7EV35HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8TE4ZHDEeeUq7sm0YNLEg" keySequence="CTRL+V" command="_G7B5upHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8U6E5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+F3" command="_G7LqwZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8VhJpHDEeeUq7sm0YNLEg" keySequence="CTRL+X" command="_G7Fj_pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WIMJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+L" command="_G7MRyZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WIN5HDEeeUq7sm0YNLEg" keySequence="CTRL+Y" command="_G7HZN5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWXpHDEeeUq7sm0YNLEg" keySequence="CTRL+F10" command="_G7CgsJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8aZoJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+I" command="_G7Du35HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8aZopHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+F2" command="_G7J1dJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bAsJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+F1" command="_G7DHxpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bAspHDEeeUq7sm0YNLEg" keySequence="CTRL+INSERT" command="_G7IAXJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8cO1pHDEeeUq7sm0YNLEg" keySequence="SHIFT+DEL" command="_G7Fj_pHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysJJJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.javaEditorScope" bindingContext="_mysvoJHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysJJZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+C" command="_myt-3ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJJpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_myt9MJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJJ5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_myt9XJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJKJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+B" command="_myuj65HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJKZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_UP" command="_myt-mpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJKpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_UP" command="_myt-cZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJK5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F" command="_myuASJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJLJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+U" command="_myt_npHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJLZHGEeeUq7sm0YNLEg" keySequence="CTRL+7" command="_myt-3ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJLpHGEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_myt-XpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJL5HGEeeUq7sm0YNLEg" keySequence="CTRL+T" command="_myt-6JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJMJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+M" command="_myt9r5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJMZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+P" command="_myt_dpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJMpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+O" command="_myt965HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJM5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+/" command="_myt-hZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJNJHGEeeUq7sm0YNLEg" keySequence="CTRL+/" command="_myt-3ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJNZHGEeeUq7sm0YNLEg" keySequence="CTRL+I" command="_myt-C5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJNpHGEeeUq7sm0YNLEg" keySequence="CTRL+F3" command="_myujwZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJN5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+\" command="_myt9NpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJOJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_LEFT" command="_myt-FpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJOZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_myt-YJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJOpHGEeeUq7sm0YNLEg" keySequence="CTRL+2 F" command="_myujr5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJO5HGEeeUq7sm0YNLEg" keySequence="CTRL+2 R" command="_myt_tJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJPJHGEeeUq7sm0YNLEg" keySequence="CTRL+2 M" command="_myt-G5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJPZHGEeeUq7sm0YNLEg" keySequence="CTRL+2 L" command="_myt9KJHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G73nEJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.javaEditorScope" bindingContext="_G7RKKpHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G79GoJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+C" command="_G7InVpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8AxAZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_G7Cgw5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8AxBJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_G7DHxJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8BYE5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+B" command="_G7M4-5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8B_IpHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_UP" command="_G7IAMZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8EbZJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_UP" command="_G7GyOJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8HesJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F" command="_G7MR2JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8MXNJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+U" command="_G7LDjZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8RPtJHDEeeUq7sm0YNLEg" keySequence="CTRL+7" command="_G7InVpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2wZHDEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_G7GyJZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr8pHDEeeUq7sm0YNLEg" keySequence="CTRL+T" command="_G7InYZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTBpHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+M" command="_G7EV65HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTC5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+P" command="_G7Kce5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvQJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+O" command="_G7Fj8JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWYJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+/" command="_G7HZL5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8X9Z5HDEeeUq7sm0YNLEg" keySequence="CTRL+/" command="_G7InVpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8aZpJHDEeeUq7sm0YNLEg" keySequence="CTRL+I" command="_G7FkEJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bAuJHDEeeUq7sm0YNLEg" keySequence="CTRL+F3" command="_G7M40ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bnwZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+\" command="_G7CgyZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8c15pHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_LEFT" command="_G7FkG5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8c16ZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_G7GyJ5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8fSJZHDEeeUq7sm0YNLEg" keySequence="CTRL+2 F" command="_G7M4v5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8fSJ5HDEeeUq7sm0YNLEg" keySequence="CTRL+2 R" command="_G7LDo5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8ggRJHDEeeUq7sm0YNLEg" keySequence="CTRL+2 M" command="_G7GLApHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8hHUZHDEeeUq7sm0YNLEg" keySequence="CTRL+2 L" command="_G7Cgu5HDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysJPpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.propertiesEditorScope" bindingContext="_mysvupHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysJP5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+C" command="_myt-3ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJQJHGEeeUq7sm0YNLEg" keySequence="CTRL+7" command="_myt-3ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJQZHGEeeUq7sm0YNLEg" keySequence="CTRL+/" command="_myt-3ZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G7-UwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.propertiesEditorScope" bindingContext="_G7RxMJHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G7-UwZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+C" command="_G7InVpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8RPtZHDEeeUq7sm0YNLEg" keySequence="CTRL+7" command="_G7InVpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8X9aJHDEeeUq7sm0YNLEg" keySequence="CTRL+/" command="_G7InVpHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysJQpHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.EditContext" bindingContext="_mysvmZHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysJQ5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+C" command="_myt_pZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJRJHGEeeUq7sm0YNLEg" keySequence="ALT+ARROW_RIGHT" command="_myujnJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJRZHGEeeUq7sm0YNLEg" keySequence="SHIFT+INSERT" command="_myt-KZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJRpHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+V" command="_myt-KZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJR5HGEeeUq7sm0YNLEg" keySequence="CTRL+INSERT" command="_myt_pZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJSJHGEeeUq7sm0YNLEg" keySequence="ALT+ARROW_UP" command="_myt8uZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G7-UwpHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.EditContext" bindingContext="_G7RKIJHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G7-Uw5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+C" command="_G7LDlJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G7_i4pHDEeeUq7sm0YNLEg" keySequence="ALT+ARROW_RIGHT" command="_G7MR65HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8KiBJHDEeeUq7sm0YNLEg" keySequence="SHIFT+INSERT" command="_G7GLEJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Sd0JHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+V" command="_G7GLEJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bAsZHDEeeUq7sm0YNLEg" keySequence="CTRL+INSERT" command="_G7LDlJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bnx5HDEeeUq7sm0YNLEg" keySequence="ALT+ARROW_UP" command="_G7BShJHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysJSZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" bindingContext="_mysvnJHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysJSpHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+C" command="_myt_BpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJS5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_myt_VJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJTJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_myt_nJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJTZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_UP" command="_myukBZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJTpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_UP" command="_myt9BpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJT5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F" command="_myt9K5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJUJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+E" command="_myt-spHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJUZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+T" command="_myt-e5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJUpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+U" command="_myt99pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJU5HGEeeUq7sm0YNLEg" keySequence="CTRL+7" command="_myt_BpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJVJHGEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_myt835HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJVZHGEeeUq7sm0YNLEg" keySequence="CTRL+T" command="_myt_HpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJVpHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+M" command="_myt9FZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJV5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+P" command="_myt_NZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJWJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+O" command="_myt-IZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJWZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+/" command="_myt-eJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJWpHGEeeUq7sm0YNLEg" keySequence="CTRL+/" command="_myt_BpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJW5HGEeeUq7sm0YNLEg" keySequence="CTRL+I" command="_myt-RpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJXJHGEeeUq7sm0YNLEg" keySequence="CTRL+F3" command="_myt-y5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJXZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+\" command="_myt9TpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJXpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_LEFT" command="_myuASpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJX5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_myt9cJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJYJHGEeeUq7sm0YNLEg" keySequence="CTRL+2 F" command="_myt-K5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJYZHGEeeUq7sm0YNLEg" keySequence="CTRL+2 R" command="_myt9spHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJYpHGEeeUq7sm0YNLEg" keySequence="CTRL+2 L" command="_myujwpHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G7-UxJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" bindingContext="_G7RKI5HDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G7-70JHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+C" command="_G7JOW5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8AxApHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_G7J1fZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8BYEZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_G7LDi5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8B_I5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_UP" command="_G7Nf1pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8FCcZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_UP" command="_G7B5x5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Hes5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F" command="_G7CgvpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8JT5JHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+E" command="_G7IASZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8MXMJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+T" command="_G7HZJZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8M-QJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+U" command="_G7Fj-5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8RPtpHDEeeUq7sm0YNLEg" keySequence="CTRL+7" command="_G7JOW5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2xpHDEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_G7B5oJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr85HDEeeUq7sm0YNLEg" keySequence="CTRL+T" command="_G7JOc5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTCZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+M" command="_G7CgqJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTDZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+P" command="_G7JOipHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvQZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+O" command="_G7GLCJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8X9YJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+/" command="_G7HZIpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8X9aZHDEeeUq7sm0YNLEg" keySequence="CTRL+/" command="_G7JOW5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8aZpZHDEeeUq7sm0YNLEg" keySequence="CTRL+I" command="_G7GLLZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bAuZHDEeeUq7sm0YNLEg" keySequence="CTRL+F3" command="_G7InRJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bnwpHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+\" command="_G7DHtpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8c155HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_LEFT" command="_G7MR2pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8dc8JHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_G7DuyZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8fSJpHDEeeUq7sm0YNLEg" keySequence="CTRL+2 F" command="_G7GLEpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8f5MJHDEeeUq7sm0YNLEg" keySequence="CTRL+2 R" command="_G7EV7pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8hHUpHDEeeUq7sm0YNLEg" keySequence="CTRL+2 L" command="_G7M40pHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysJY5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" bindingContext="_mysvoZHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysJZJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+C" command="_myuARZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJZZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_myt_JZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJZpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_myt_g5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJZ5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_UP" command="_myt9f5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJaJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+A" command="_myuj_ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJaZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_UP" command="_myt_a5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJapHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F" command="_myuj15HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJa5HGEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_myt--ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJbJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+P" command="_myt-6pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJbZHGEeeUq7sm0YNLEg" keySequence="F3" command="_myt-55HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJbpHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+/" command="_myt-2JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJb5HGEeeUq7sm0YNLEg" keySequence="CTRL+I" command="_myt__pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJcJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+\" command="_myt_SpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJcZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+>" command="_myt_4ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJcpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_LEFT" command="_myt9EZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJc5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_myt-eZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G7-70ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" bindingContext="_G7RKLZHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G7-70pHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+C" command="_G7MR1ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8AxA5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_G7JOepHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8BYEpHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_G7KciJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8CmMJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_UP" command="_G7Du2JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8CmMpHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+A" command="_G7NfzpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8FCcpHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_UP" command="_G7KccJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8HetJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F" command="_G7M455HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2x5HDEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_G7IncpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTDpHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+P" command="_G7InY5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTEpHDEeeUq7sm0YNLEg" keySequence="F3" command="_G7InYJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8X9YZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+/" command="_G7InUZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8aZppHDEeeUq7sm0YNLEg" keySequence="CTRL+I" command="_G7LqupHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bnw5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+\" command="_G7J1c5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bnxJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+>" command="_G7LqnZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8c16JHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_LEFT" command="_G7CgpJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8dc8ZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_G7HZI5HDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysJdJHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.SQLEditorScope" bindingContext="_mysvnpHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysJdZHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+D" command="_myt945HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJdpHGEeeUq7sm0YNLEg" keySequence="ALT+C" command="_myt9uJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJd5HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+X" command="_myt-kpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJeJHGEeeUq7sm0YNLEg" keySequence="ALT+X" command="_myuj7pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJeZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+P" command="_myt_k5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJepHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+R" command="_myuAI5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJe5HGEeeUq7sm0YNLEg" keySequence="ALT+S" command="_myt-ZZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJfJHGEeeUq7sm0YNLEg" keySequence="ALT+Q" command="_myt_85HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJfZHGEeeUq7sm0YNLEg" keySequence="CTRL+/" command="_myt80ZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G7-705HDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.SQLEditorScope" bindingContext="_G7RKJ5HDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G7-71JHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+D" command="_G7E9CZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8DNQ5HDEeeUq7sm0YNLEg" keySequence="ALT+C" command="_G7EV9JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8OzdpHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+X" command="_G7HZPJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTA5HDEeeUq7sm0YNLEg" keySequence="ALT+X" command="_G7M4_pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTCpHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+P" command="_G7LDgpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8U6GJHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+R" command="_G7MRs5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8VhIpHDEeeUq7sm0YNLEg" keySequence="ALT+S" command="_G7GyLJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWW5HDEeeUq7sm0YNLEg" keySequence="ALT+Q" command="_G7Lqr5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8X9ZpHDEeeUq7sm0YNLEg" keySequence="CTRL+/" command="_G7B5kpHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysJfpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.serverViewScope" bindingContext="_mysvxZHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysJf5HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+D" command="_myt_ZJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJgJHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+P" command="_myt_fJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJgZHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+R" command="_myujx5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJgpHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+S" command="_myt9lpHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G7-71ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.serverViewScope" bindingContext="_G7RKRpHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G7-71pHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+D" command="_G7J1jZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2zpHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+P" command="_G7KcgZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8VhIJHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+R" command="_G7M415HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWWJHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+S" command="_G7EV0pHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysJg5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.ui.diagramContext" bindingContext="_mysvwpHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysJhJHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+D" command="_myuj-pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJhZHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+E" command="_myt_mZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJhpHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+J" command="_myt-5JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJh5HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+H" command="_myt8xpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJiJHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+Q" command="_myuAR5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJiZHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+X" command="_myujrJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJipHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+P" command="_myt855HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJi5HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+M" command="_myt-2pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJjJHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+Y" command="_myujw5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJjZHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+R" command="_myujqpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJjpHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+U" command="_myt9y5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJj5HGEeeUq7sm0YNLEg" keySequence="F5" command="_myt_l5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJkJHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+K" command="_myt-x5HGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G7_i4JHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.ui.diagramContext" bindingContext="_G7RKRJHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G7_i4ZHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+D" command="_G7Nfy5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Is05HDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+E" command="_G7LDiJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LJEpHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+J" command="_G7InXZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LJFpHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+H" command="_G7BSkZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8M-RZHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+Q" command="_G7MR15HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8PagJHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+X" command="_G7M4vJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2z5HDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+P" command="_G7B5qJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Sd2pHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+M" command="_G7InU5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr9pHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+Y" command="_G7M405HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8VhIZHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+R" command="_G7M4upHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvRJHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+U" command="_G7E88ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8YkcpHDEeeUq7sm0YNLEg" keySequence="F5" command="_G7LDhpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8aZo5HDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+K" command="_G7InQJHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysJkZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.window" bindingContext="_mysvl5HGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysJkpHGEeeUq7sm0YNLEg" keySequence="ALT+ARROW_RIGHT" command="_myt-DZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJk5HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+ARROW_RIGHT" command="_myt_B5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJlJHGEeeUq7sm0YNLEg" keySequence="CTRL+B" command="_myt9A5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJlZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+A" command="_myt_Y5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJlpHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+ARROW_UP" command="_myt_HJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJl5HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+A" command="_myt_c5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJmJHGEeeUq7sm0YNLEg" keySequence="ALT+C" command="_myt93pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJmZHGEeeUq7sm0YNLEg" keySequence="ALT+ARROW_LEFT" command="_myt9IZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJmpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D X" command="_myt-gZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJm5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D Q" command="_myt-cpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJnJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D J" command="_myt_mJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJnZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D A" command="_myt_4JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJnpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D E" command="_myuj7JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJn5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D O" command="_myt-zJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJoJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D P" command="_myt_9pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJoZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D T" command="_myt8yJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJopHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D R" command="_myt-jpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJo5HGEeeUq7sm0YNLEg" keySequence="CTRL+F12" command="_myt9WpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJpJHGEeeUq7sm0YNLEg" keySequence="CTRL+#" command="_myt9HpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJpZHGEeeUq7sm0YNLEg" keySequence="CTRL+E" command="_myt955HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJppHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+E" command="_myt9aZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJp5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+F" command="_myuAEJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJqJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+G" command="_myt_KZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJqZHGEeeUq7sm0YNLEg" keySequence="CTRL+F" command="_myt9P5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJqpHGEeeUq7sm0YNLEg" keySequence="CTRL+G" command="_myt8u5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJq5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+H" command="_myt94JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJrJHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+G" command="_myt_SJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJrZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+G" command="_myuj1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJrpHGEeeUq7sm0YNLEg" keySequence="CTRL+H" command="_myt_xZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJr5HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+H" command="_myt9E5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJsJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+I" command="_myt9H5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJsZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+H" command="_myt-uZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJspHGEeeUq7sm0YNLEg" keySequence="CTRL+N" command="_myuj3JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJs5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+T" command="_myt9-JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJtJHGEeeUq7sm0YNLEg" keySequence="F12" command="_myt_yZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJtZHGEeeUq7sm0YNLEg" keySequence="CTRL+M" command="_myt_wZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJtpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_myt-k5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJt5HGEeeUq7sm0YNLEg" keySequence="CTRL+W" command="_myt-mJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJuJHGEeeUq7sm0YNLEg" keySequence="CTRL+{" command="_myt90ZHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysJuZHGEeeUq7sm0YNLEg" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="false"/> + <bindingTables xmi:id="_G7_i45HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.window" bindingContext="_G6KW5ZHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8AJ8JHDEeeUq7sm0YNLEg" keySequence="ALT+ARROW_RIGHT" command="_G7FkEpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8AJ8ZHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+ARROW_RIGHT" command="_G7JOXJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8AJ9JHDEeeUq7sm0YNLEg" keySequence="CTRL+B" command="_G7B5xJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8CmMZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+A" command="_G7J1jJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8CmM5HDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+ARROW_UP" command="_G7JOcZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8DNQJHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+A" command="_G7KceJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8DNQpHDEeeUq7sm0YNLEg" keySequence="ALT+C" command="_G7E9BJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8D0UZHDEeeUq7sm0YNLEg" keySequence="ALT+ARROW_LEFT" command="_G7CgtJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8FpgJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D X" command="_G7HZK5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8FpgZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D Q" command="_G7GyOZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8FpgpHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D J" command="_G7LDh5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Fpg5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D A" command="_G7LqnJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8GQkJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D E" command="_G7M4_JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8GQkZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D O" command="_G7InRZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8GQkpHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D P" command="_G7LqspHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8GQk5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D T" command="_G7BSk5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8G3oJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+D R" command="_G7HZOJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8G3oZHDEeeUq7sm0YNLEg" keySequence="CTRL+F12" command="_G7DHwpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8IFxpHDEeeUq7sm0YNLEg" keySequence="CTRL+#" command="_G7CgsZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Is0ZHDEeeUq7sm0YNLEg" keySequence="CTRL+E" command="_G7E9DZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Is0pHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+E" command="_G7DuwpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8JT4ZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+F" command="_G7MRoJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8JT5ZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+G" command="_G7JOfpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8JT5pHDEeeUq7sm0YNLEg" keySequence="CTRL+F" command="_G7Cg0pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8J685HDEeeUq7sm0YNLEg" keySequence="CTRL+G" command="_G7BShpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8J695HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+H" command="_G7E9BpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8J6-JHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+G" command="_G7J1cZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8KiAJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+G" command="_G7M45pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8KiApHDEeeUq7sm0YNLEg" keySequence="CTRL+H" command="_G7LDtJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LJFJHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+H" command="_G7CgppHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LJF5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+I" command="_G7CgspHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LwIpHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+H" command="_G7IAUJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LwJpHDEeeUq7sm0YNLEg" keySequence="CTRL+N" command="_G7M47JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LwJ5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+T" command="_G7Fj_ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8MXMZHDEeeUq7sm0YNLEg" keySequence="F12" command="_G7LDuJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8MXMpHDEeeUq7sm0YNLEg" keySequence="CTRL+M" command="_G7LDsJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8NlUpHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_G7HZPZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8OMYZHDEeeUq7sm0YNLEg" keySequence="CTRL+W" command="_G7HZQpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8OzcJHDEeeUq7sm0YNLEg" keySequence="CTRL+{" command="_G7E895HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8OzcZHDEeeUq7sm0YNLEg" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="false"/> </bindings> - <bindings xmi:id="_mysJupHGEeeUq7sm0YNLEg" keySequence="CTRL+F6" command="_myt9SZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJu5HGEeeUq7sm0YNLEg" keySequence="F4" command="_myt9CpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJvJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F4" command="_myt995HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJvZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_myt905HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJvpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+W" command="_myujvpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJv5HGEeeUq7sm0YNLEg" keySequence="CTRL+BREAK" command="_myt9L5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJwJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+V" command="_myt-RJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJwZHGEeeUq7sm0YNLEg" keySequence="ALT+F5" command="_myt-VJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJwpHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+O" command="_myujpJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJw5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+S" command="_myt-rJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJxJHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+M" command="_myujoJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJxZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F12" command="_myt815HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJxpHGEeeUq7sm0YNLEg" keySequence="CTRL+Q" command="_myuAC5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJx5HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+P" command="_myt9SJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJyJHGEeeUq7sm0YNLEg" keySequence="ALT+-" command="_myt-2ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJyZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+R" command="_myukApHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJypHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F6" command="_myt_PZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJy5HGEeeUq7sm0YNLEg" keySequence="CTRL+F8" command="_myt9pZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJzJHGEeeUq7sm0YNLEg" keySequence="CTRL+3" command="_myt9rZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJzZHGEeeUq7sm0YNLEg" keySequence="F2" command="_myt9ApHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJzpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+F7" command="_myt_d5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJz5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+N" command="_myt98pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ0JHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F7" command="_myujoZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ0ZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+L" command="_myt9n5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ0pHGEeeUq7sm0YNLEg" keySequence="CTRL+-" command="_myuAO5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ05HGEeeUq7sm0YNLEg" keySequence="CTRL+U" command="_myt-hJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ1JHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+N" command="_myt-25HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ1ZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F8" command="_myt90JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ1pHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+F12" command="_myujs5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ15HGEeeUq7sm0YNLEg" keySequence="ALT+X" command="_myt-sZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ2JHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F9" command="_myt-UJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ2ZHGEeeUq7sm0YNLEg" keySequence="F3" command="_myt9nZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ2pHGEeeUq7sm0YNLEg" keySequence="ALT+F7" command="_myt-8ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ25HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+T" command="_myt9HJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ3JHGEeeUq7sm0YNLEg" keySequence="CTRL+6" command="_myt-Z5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ3ZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+W" command="_myt995HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ3pHGEeeUq7sm0YNLEg" keySequence="CTRL+," command="_myt9AJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysJ35HGEeeUq7sm0YNLEg" keySequence="ALT+V" command="_myt-YpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuYJHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+T" command="_myt-wZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuYZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+T" command="_myt-65HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuYpHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+S" command="_myt_M5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuY5HGEeeUq7sm0YNLEg" keySequence="CTRL+F9" command="_myt9bZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuZJHGEeeUq7sm0YNLEg" keySequence="CTRL+P" command="_myt_-5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuZZHGEeeUq7sm0YNLEg" keySequence="ALT+CR" command="_myt_sZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuZpHGEeeUq7sm0YNLEg" keySequence="CTRL+F7" command="_myt-xpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuZ5HGEeeUq7sm0YNLEg" keySequence="DEL" command="_myt9UJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuaJHGEeeUq7sm0YNLEg" keySequence="CTRL+F11" command="_myuAJJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuaZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+P" command="_myt_T5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuapHGEeeUq7sm0YNLEg" keySequence="CTRL+F4" command="_myt-mJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysua5HGEeeUq7sm0YNLEg" keySequence="SHIFT+F2" command="_myt_IpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysubJHGEeeUq7sm0YNLEg" keySequence="F5" command="_myt-GJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysubZHGEeeUq7sm0YNLEg" keySequence="F11" command="_myujnZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysubpHGEeeUq7sm0YNLEg" keySequence="CTRL+S" command="_myt-OJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysub5HGEeeUq7sm0YNLEg" keySequence="SHIFT+F5" command="_myt-bJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysucJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Z" command="_myt-s5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysucZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+M" command="_myujsZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysucpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+J" command="_myt95JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuc5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_myt_MpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysudJHGEeeUq7sm0YNLEg" keySequence="CTRL+." command="_myujxJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysudZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+U" command="_myt9b5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysudpHGEeeUq7sm0YNLEg" keySequence="CTRL+_" command="_myt90ZHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysud5HGEeeUq7sm0YNLEg" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="true"/> + <bindings xmi:id="_G8OzcpHDEeeUq7sm0YNLEg" keySequence="CTRL+F6" command="_G7DHsZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Ozc5HDEeeUq7sm0YNLEg" keySequence="F4" command="_G7B5y5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8PagZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F4" command="_G7Fj_JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QBkJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_G7E8-ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QBlJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+W" command="_G7M4zpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QBlZHDEeeUq7sm0YNLEg" keySequence="CTRL+BREAK" command="_G7CgwpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QBlpHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+V" command="_G7GLK5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QopZHDEeeUq7sm0YNLEg" keySequence="ALT+F5" command="_G7GyG5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8RPsJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+O" command="_G7M4tJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8RPt5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+S" command="_G7IAQ5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8RPupHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+M" command="_G7M4sJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8RPvZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F12" command="_G7B5mJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2zJHDEeeUq7sm0YNLEg" keySequence="CTRL+Q" command="_G7Lqx5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2zZHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+P" command="_G7DHsJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Sd05HDEeeUq7sm0YNLEg" keySequence="ALT+-" command="_G7InUpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Sd1JHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+R" command="_G7Nf05HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Sd1ZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F6" command="_G7J1ZpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Sd1pHDEeeUq7sm0YNLEg" keySequence="CTRL+F8" command="_G7EV4ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Sd15HDEeeUq7sm0YNLEg" keySequence="CTRL+3" command="_G7EV6ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8TE5JHDEeeUq7sm0YNLEg" keySequence="F2" command="_G7B5w5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8TE55HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+F7" command="_G7KcfJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8TE6JHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+N" command="_G7Fj95HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr8JHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F7" command="_G7M4sZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr9JHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+L" command="_G7EV25HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr95HDEeeUq7sm0YNLEg" keySequence="CTRL+-" command="_G7MRy5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr-ZHDEeeUq7sm0YNLEg" keySequence="CTRL+U" command="_G7HZLpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr-pHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+N" command="_G7InVJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr-5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F8" command="_G7E89pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTAZHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+F12" command="_G7M4w5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTApHDEeeUq7sm0YNLEg" keySequence="ALT+X" command="_G7IASJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTBZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F9" command="_G7GyF5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTEJHDEeeUq7sm0YNLEg" keySequence="F3" command="_G7EV2ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8U6EJHDEeeUq7sm0YNLEg" keySequence="ALT+F7" command="_G7InapHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8U6EZHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+T" command="_G7Cgr5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8U6FJHDEeeUq7sm0YNLEg" keySequence="CTRL+6" command="_G7GyLpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8U6FZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+W" command="_G7Fj_JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8U6FpHDEeeUq7sm0YNLEg" keySequence="CTRL+," command="_G7B5wZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8VhJJHDEeeUq7sm0YNLEg" keySequence="ALT+V" command="_G7GyKZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8VhJ5HDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+T" command="_G7IAWJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WINZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+T" command="_G7InZJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvRpHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+S" command="_G7JOiJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvR5HDEeeUq7sm0YNLEg" keySequence="CTRL+F9" command="_G7DuxpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvSZHDEeeUq7sm0YNLEg" keySequence="CTRL+P" command="_G7Lqt5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvTZHDEeeUq7sm0YNLEg" keySequence="ALT+CR" command="_G7LDoJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWUJHDEeeUq7sm0YNLEg" keySequence="CTRL+F7" command="_G7IAXZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWUZHDEeeUq7sm0YNLEg" keySequence="DEL" command="_G7DHuJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWWpHDEeeUq7sm0YNLEg" keySequence="CTRL+F11" command="_G7MRtJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWXJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+P" command="_G7J1eJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8X9YpHDEeeUq7sm0YNLEg" keySequence="CTRL+F4" command="_G7HZQpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8X9ZJHDEeeUq7sm0YNLEg" keySequence="SHIFT+F2" command="_G7JOd5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8YkcZHDEeeUq7sm0YNLEg" keySequence="F5" command="_G7FkHZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8YkdpHDEeeUq7sm0YNLEg" keySequence="F11" command="_G7MR7JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Ykd5HDEeeUq7sm0YNLEg" keySequence="CTRL+S" command="_G7GLH5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8ZLgJHDEeeUq7sm0YNLEg" keySequence="SHIFT+F5" command="_G7GyM5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8ZLgpHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Z" command="_G7IASpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8ZykJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+M" command="_G7M4wZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Zyk5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+J" command="_G7E9CpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8aZp5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_G7JOh5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bAtJHDEeeUq7sm0YNLEg" keySequence="CTRL+." command="_G7M41JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bAtpHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+U" command="_G7DuyJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8cO0JHDEeeUq7sm0YNLEg" keySequence="CTRL+_" command="_G7E895HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8cO0ZHDEeeUq7sm0YNLEg" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="true"/> </bindings> - <bindings xmi:id="_mysueJHGEeeUq7sm0YNLEg" keySequence="CTRL+DEL" command="_myuAP5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysueZHGEeeUq7sm0YNLEg" keySequence="CTRL+=" command="_myt-EpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuepHGEeeUq7sm0YNLEg" keySequence="SHIFT+DEL" command="_myt9yZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysue5HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+ARROW_DOWN" command="_myuj45HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysufJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+B" command="_myt9V5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysufZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+C" command="_myt_zJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysufpHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+B" command="_myt_XpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuf5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q B" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysugJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.BreakpointView"/> + <bindings xmi:id="_G8cO0pHDEeeUq7sm0YNLEg" keySequence="CTRL+DEL" command="_G7MRz5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8cO1JHDEeeUq7sm0YNLEg" keySequence="CTRL+=" command="_G7FkF5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8cO1ZHDEeeUq7sm0YNLEg" keySequence="SHIFT+DEL" command="_G7E875HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8c14JHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+SHIFT+ARROW_DOWN" command="_G7M485HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8c14ZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+B" command="_G7DHv5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8c14pHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+C" command="_G7LDu5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8dc8pHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+B" command="_G7J1h5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8dc9JHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q B" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8dc9ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.BreakpointView"/> </bindings> - <bindings xmi:id="_mysugZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q Q" command="_myt_VpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysugpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X A" command="_myt8_ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysug5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X Q" command="_myt9g5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuhJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q Z" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysuhZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.ui.GenericHistoryView"/> + <bindings xmi:id="_G8dc9pHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q Q" command="_G7J1f5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8dc95HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X A" command="_G7B5vpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8dc-JHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X Q" command="_G7Du3JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8eEAJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q Z" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8eEAZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.ui.GenericHistoryView"/> </bindings> - <bindings xmi:id="_mysuhpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q P" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysuh5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.PackageExplorer"/> + <bindings xmi:id="_G8eEApHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q P" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8eEA5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.PackageExplorer"/> </bindings> - <bindings xmi:id="_mysuiJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q V" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysuiZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.VariableView"/> + <bindings xmi:id="_G8eEBZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q V" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8eEBpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.VariableView"/> </bindings> - <bindings xmi:id="_mysuipHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X E" command="_myt_R5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysui5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X J" command="_myt_aZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysujJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X T" command="_myt-WpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysujZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q L" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysujpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.pde.runtime.LogView"/> + <bindings xmi:id="_G8eEB5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X E" command="_G7J1cJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8eECJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X J" command="_G7J1kpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8erEJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X T" command="_G7GyIZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8erEZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q L" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8erEpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.pde.runtime.LogView"/> </bindings> - <bindings xmi:id="_mysuj5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q Y" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysukJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.sync.views.SynchronizeView"/> + <bindings xmi:id="_G8erE5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q Y" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8erFJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.sync.views.SynchronizeView"/> </bindings> - <bindings xmi:id="_mysukZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q T" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysukpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.TypeHierarchy"/> + <bindings xmi:id="_G8erFZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q T" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8erFpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.TypeHierarchy"/> </bindings> - <bindings xmi:id="_mysuk5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q D" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysulJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.SourceView"/> + <bindings xmi:id="_G8erGJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q D" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8erGZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.SourceView"/> </bindings> - <bindings xmi:id="_mysulZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X X" command="_myt-35HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysulpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q H" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysul5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.cheatsheets.views.CheatSheetView"/> + <bindings xmi:id="_G8fSIZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X X" command="_G7InWJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8fSIpHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q H" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8fSI5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.cheatsheets.views.CheatSheetView"/> </bindings> - <bindings xmi:id="_mysumJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X M" command="_myt-Y5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysumZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q K" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysumpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.mylyn.tasks.ui.views.tasks"/> + <bindings xmi:id="_G8fSJJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X M" command="_G7GyKpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8f5MZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q K" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8f5MpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.mylyn.tasks.ui.views.tasks"/> </bindings> - <bindings xmi:id="_mysum5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X O" command="_myt_I5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysunJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X P" command="_myujuZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysunZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q S" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysunpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.search.ui.views.SearchView"/> + <bindings xmi:id="_G8f5M5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X O" command="_G7JOeJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8f5NJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X P" command="_G7M4yZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8f5NZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q S" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8f5NpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.search.ui.views.SearchView"/> </bindings> - <bindings xmi:id="_mysun5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q X" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysuoJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ProblemView"/> + <bindings xmi:id="_G8f5N5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q X" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8ggQJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ProblemView"/> </bindings> - <bindings xmi:id="_mysuoZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q O" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysuopHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ContentOutline"/> + <bindings xmi:id="_G8ggQZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q O" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8ggQpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ContentOutline"/> </bindings> - <bindings xmi:id="_mysuo5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X R" command="_myt-i5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysupJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q C" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysupZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.console.ConsoleView"/> + <bindings xmi:id="_G8ggQ5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+X R" command="_G7HZNZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8ggRZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q C" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8ggRpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.console.ConsoleView"/> </bindings> - <bindings xmi:id="_mysuppHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q J" command="_myt_VpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_mysup5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.JavadocView"/> + <bindings xmi:id="_G8ggR5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q J" command="_G7J1f5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G8ggSJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.JavadocView"/> </bindings> </bindingTables> - <bindingTables xmi:id="_mysuqJHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.TerminalContext" bindingContext="_mysvy5HGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysuqZHGEeeUq7sm0YNLEg" keySequence="ALT+D" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuqpHGEeeUq7sm0YNLEg" keySequence="ALT+C" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuq5HGEeeUq7sm0YNLEg" keySequence="ALT+B" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysurJHGEeeUq7sm0YNLEg" keySequence="ALT+E" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysurZHGEeeUq7sm0YNLEg" keySequence="ALT+G" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysurpHGEeeUq7sm0YNLEg" keySequence="ALT+H" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysur5HGEeeUq7sm0YNLEg" keySequence="ALT+P" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysusJHGEeeUq7sm0YNLEg" keySequence="ALT+N" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysusZHGEeeUq7sm0YNLEg" keySequence="ALT+W" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuspHGEeeUq7sm0YNLEg" keySequence="ALT+L" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysus5HGEeeUq7sm0YNLEg" keySequence="ALT+R" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysutJHGEeeUq7sm0YNLEg" keySequence="ALT+F" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysutZHGEeeUq7sm0YNLEg" keySequence="ALT+Y" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysutpHGEeeUq7sm0YNLEg" keySequence="ALT+S" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysut5HGEeeUq7sm0YNLEg" keySequence="ALT+V" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuuJHGEeeUq7sm0YNLEg" keySequence="ALT+T" command="_myt-1pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuuZHGEeeUq7sm0YNLEg" keySequence="ALT+A" command="_myt-1pHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8AJ8pHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.TerminalContext" bindingContext="_G7RKTpHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8AJ85HDEeeUq7sm0YNLEg" keySequence="ALT+D" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8DNRJHDEeeUq7sm0YNLEg" keySequence="ALT+C" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8D0U5HDEeeUq7sm0YNLEg" keySequence="ALT+B" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8IFxJHDEeeUq7sm0YNLEg" keySequence="ALT+E" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Is0JHDEeeUq7sm0YNLEg" keySequence="ALT+G" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8J68JHDEeeUq7sm0YNLEg" keySequence="ALT+H" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8M-QZHDEeeUq7sm0YNLEg" keySequence="ALT+P" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8M-QpHDEeeUq7sm0YNLEg" keySequence="ALT+N" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8M-Q5HDEeeUq7sm0YNLEg" keySequence="ALT+W" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8M-RJHDEeeUq7sm0YNLEg" keySequence="ALT+L" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8NlWJHDEeeUq7sm0YNLEg" keySequence="ALT+R" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Qoo5HDEeeUq7sm0YNLEg" keySequence="ALT+F" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8U6EpHDEeeUq7sm0YNLEg" keySequence="ALT+Y" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8VhI5HDEeeUq7sm0YNLEg" keySequence="ALT+S" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8VhJZHDEeeUq7sm0YNLEg" keySequence="ALT+V" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvRZHDEeeUq7sm0YNLEg" keySequence="ALT+T" command="_G7InT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bnxZHDEeeUq7sm0YNLEg" keySequence="ALT+A" command="_G7InT5HDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysuupHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.textEditorScope" bindingContext="_mysvm5HGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysuu5HGEeeUq7sm0YNLEg" keySequence="CTRL+ARROW_DOWN" command="_myuj_JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuvJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_myt-RZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuvZHGEeeUq7sm0YNLEg" keySequence="CTRL+ARROW_UP" command="_myt9W5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuvpHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+ARROW_UP" command="_myujv5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuv5HGEeeUq7sm0YNLEg" keySequence="ALT+ARROW_DOWN" command="_myt_cJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuwJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+DEL" command="_myt_zZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuwZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+A" command="_myt-6ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuwpHGEeeUq7sm0YNLEg" keySequence="CTRL+ARROW_LEFT" command="_myt-wJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuw5HGEeeUq7sm0YNLEg" keySequence="SHIFT+HOME" command="_myt-H5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuxJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_myt9d5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuxZHGEeeUq7sm0YNLEg" keySequence="CTRL+HOME" command="_myt8-JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuxpHGEeeUq7sm0YNLEg" keySequence="SHIFT+END" command="_myt-QZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysux5HGEeeUq7sm0YNLEg" keySequence="CTRL+END" command="_myt_dZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuyJHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+J" command="_myt9m5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuyZHGEeeUq7sm0YNLEg" keySequence="CTRL+BS" command="_myt8upHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuypHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+X" command="_myt-z5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuy5HGEeeUq7sm0YNLEg" keySequence="CTRL+L" command="_myt_3ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuzJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_myt_DZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuzZHGEeeUq7sm0YNLEg" keySequence="HOME" command="_myuAS5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuzpHGEeeUq7sm0YNLEg" keySequence="CTRL+NUMPAD_SUBTRACT" command="_myuAA5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysuz5HGEeeUq7sm0YNLEg" keySequence="CTRL+D" command="_myt9NJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu0JHGEeeUq7sm0YNLEg" keySequence="CTRL+ARROW_RIGHT" command="_myt9i5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu0ZHGEeeUq7sm0YNLEg" keySequence="CTRL+NUMPAD_ADD" command="_myujsJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu0pHGEeeUq7sm0YNLEg" keySequence="END" command="_myuAHpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu05HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+Y" command="_myt-MZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu1JHGEeeUq7sm0YNLEg" keySequence="F2" command="_myt9rpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu1ZHGEeeUq7sm0YNLEg" keySequence="ALT+/" command="_myujkpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu1pHGEeeUq7sm0YNLEg" keySequence="SHIFT+CR" command="_myuASZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu15HGEeeUq7sm0YNLEg" keySequence="CTRL+K" command="_myt_YJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu2JHGEeeUq7sm0YNLEg" keySequence="INSERT" command="_myt_C5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu2ZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+CR" command="_myuABJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu2pHGEeeUq7sm0YNLEg" keySequence="CTRL+J" command="_myt9JJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu25HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+Q" command="_myt9jpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu3JHGEeeUq7sm0YNLEg" keySequence="CTRL+NUMPAD_DIVIDE" command="_myt9YJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu3ZHGEeeUq7sm0YNLEg" keySequence="CTRL+F10" command="_myuAAJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu3pHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+INSERT" command="_myt9cZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu35HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+J" command="_myt9gZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu4JHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_myt_kJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu4ZHGEeeUq7sm0YNLEg" keySequence="CTRL+NUMPAD_MULTIPLY" command="_myt_iJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu4pHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+K" command="_myt9VpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu45HGEeeUq7sm0YNLEg" keySequence="ALT+ARROW_UP" command="_myuj55HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu5JHGEeeUq7sm0YNLEg" keySequence="CTRL+DEL" command="_myt96ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu5ZHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+ARROW_DOWN" command="_myt-ZpHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8AJ9ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.textEditorScope" bindingContext="_G7RKIpHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8AJ9pHDEeeUq7sm0YNLEg" keySequence="CTRL+ARROW_DOWN" command="_G7NfzZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8AxAJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_G7GLLJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8DNQZHDEeeUq7sm0YNLEg" keySequence="CTRL+ARROW_UP" command="_G7DHw5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8D0UpHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+ARROW_UP" command="_G7M4z5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8EbYpHDEeeUq7sm0YNLEg" keySequence="ALT+ARROW_DOWN" command="_G7KcdZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8EbY5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+DEL" command="_G7LDvJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8FCdJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+A" command="_G7InYpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8IFxZHDEeeUq7sm0YNLEg" keySequence="CTRL+ARROW_LEFT" command="_G7IAV5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8JT4pHDEeeUq7sm0YNLEg" keySequence="SHIFT+HOME" command="_G7GLBpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8JT45HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_G7Du0JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8J69pHDEeeUq7sm0YNLEg" keySequence="CTRL+HOME" command="_G7B5uZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8J6-ZHDEeeUq7sm0YNLEg" keySequence="SHIFT+END" command="_G7GLKJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LJEJHDEeeUq7sm0YNLEg" keySequence="CTRL+END" command="_G7KcepHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LJEZHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+J" command="_G7EV15HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LJE5HDEeeUq7sm0YNLEg" keySequence="CTRL+BS" command="_G7BShZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8MXM5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+X" command="_G7InSJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8NlUJHDEeeUq7sm0YNLEg" keySequence="CTRL+L" command="_G7LqmZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QBkZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_G7JOYpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QBkpHDEeeUq7sm0YNLEg" keySequence="HOME" command="_G7MR25HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QBk5HDEeeUq7sm0YNLEg" keySequence="CTRL+NUMPAD_SUBTRACT" command="_G7Lqv5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QooZHDEeeUq7sm0YNLEg" keySequence="CTRL+D" command="_G7Cgx5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QoopHDEeeUq7sm0YNLEg" keySequence="CTRL+ARROW_RIGHT" command="_G7Du5JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Sd0ZHDEeeUq7sm0YNLEg" keySequence="CTRL+NUMPAD_ADD" command="_G7M4wJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Sd2JHDEeeUq7sm0YNLEg" keySequence="END" command="_G7MRrpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8TE45HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+Y" command="_G7GLGJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8TE5ZHDEeeUq7sm0YNLEg" keySequence="F2" command="_G7EV6pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8TE6ZHDEeeUq7sm0YNLEg" keySequence="ALT+/" command="_G7MR4ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr-JHDEeeUq7sm0YNLEg" keySequence="SHIFT+CR" command="_G7MR2ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8U6F5HDEeeUq7sm0YNLEg" keySequence="CTRL+K" command="_G7J1iZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvQ5HDEeeUq7sm0YNLEg" keySequence="INSERT" command="_G7JOYJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvSpHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+CR" command="_G7LqwJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWVZHDEeeUq7sm0YNLEg" keySequence="CTRL+J" command="_G7Cgt5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWWZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+Q" command="_G7Du55HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWXZHDEeeUq7sm0YNLEg" keySequence="CTRL+NUMPAD_DIVIDE" command="_G7DHyJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWX5HDEeeUq7sm0YNLEg" keySequence="CTRL+F10" command="_G7LqvJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8ZykpHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+INSERT" command="_G7DuypHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8aZoZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+J" command="_G7Du2pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8aZqJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_G7KclZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bAtZHDEeeUq7sm0YNLEg" keySequence="CTRL+NUMPAD_MULTIPLY" command="_G7KcjZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bnwJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+K" command="_G7DHvpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bnyJHDEeeUq7sm0YNLEg" keySequence="ALT+ARROW_UP" command="_G7M495HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8cO05HDEeeUq7sm0YNLEg" keySequence="CTRL+DEL" command="_G7E9D5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8dc85HDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+ARROW_DOWN" command="_G7GyLZHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysu5pHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" bindingContext="_mysvzJHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysu55HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_myt-PpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu6JHGEeeUq7sm0YNLEg" keySequence="ALT+ARROW_DOWN" command="_myt94pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu6ZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_UP" command="_myt_uZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu6pHGEeeUq7sm0YNLEg" keySequence="SHIFT+INSERT" command="_myt9S5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu65HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+I" command="_myt-N5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu7JHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+U" command="_myt_gZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu7ZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_myt-QpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu7pHGEeeUq7sm0YNLEg" keySequence="F4" command="_myt9GZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu75HGEeeUq7sm0YNLEg" keySequence="INSERT" command="_myt-LpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu8JHGEeeUq7sm0YNLEg" keySequence="CTRL+CR" command="_myt93JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu8ZHGEeeUq7sm0YNLEg" keySequence="ALT+ARROW_UP" command="_myt_U5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu8pHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+C" command="_myt-qpHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8AxBZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" bindingContext="_G7RKUpHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8BYEJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_G7GLJZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8EbYZHDEeeUq7sm0YNLEg" keySequence="ALT+ARROW_DOWN" command="_G7E9CJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8FCcJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+ARROW_UP" command="_G7LDqJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8KiA5HDEeeUq7sm0YNLEg" keySequence="SHIFT+INSERT" command="_G7DHs5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LJGJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+I" command="_G7GLHpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8MXNZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+U" command="_G7KchpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8NlVZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_G7GLKZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8OzdJHDEeeUq7sm0YNLEg" keySequence="F4" command="_G7CgrJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvQpHDEeeUq7sm0YNLEg" keySequence="INSERT" command="_G7GLFZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWVpHDEeeUq7sm0YNLEg" keySequence="CTRL+CR" command="_G7E9ApHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bnxpHDEeeUq7sm0YNLEg" keySequence="ALT+ARROW_UP" command="_G7J1fJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8c145HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+C" command="_G7IAQZHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysu85HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" bindingContext="_mysv0ZHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysu9JHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+B" command="_myuj65HGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8B_IJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" bindingContext="_G7RKKZHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8B_IZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+B" command="_G7M4-5HDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysu9ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.debugging" bindingContext="_mysvxpHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysu9pHGEeeUq7sm0YNLEg" keySequence="F8" command="_myt_BZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu95HGEeeUq7sm0YNLEg" keySequence="F7" command="_myujypHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu-JHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+3" command="_myt9C5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu-ZHGEeeUq7sm0YNLEg" keySequence="F6" command="_myt-SZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu-pHGEeeUq7sm0YNLEg" keySequence="CTRL+F5" command="_myujmJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu-5HGEeeUq7sm0YNLEg" keySequence="CTRL+R" command="_myt-ypHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu_JHGEeeUq7sm0YNLEg" keySequence="F5" command="_myt9D5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysu_ZHGEeeUq7sm0YNLEg" keySequence="CTRL+F2" command="_myt_0JHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8G3opHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.debugging" bindingContext="_G7RKSJHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8G3o5HDEeeUq7sm0YNLEg" keySequence="F8" command="_G7JOWpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8PahZHDEeeUq7sm0YNLEg" keySequence="F7" command="_G7M42pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Sd0pHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+3" command="_G7B5zJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTAJHDEeeUq7sm0YNLEg" keySequence="F6" command="_G7GyEJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WIMZHDEeeUq7sm0YNLEg" keySequence="CTRL+F5" command="_G7MR55HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWVJHDEeeUq7sm0YNLEg" keySequence="CTRL+R" command="_G7InQ5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8YkcJHDEeeUq7sm0YNLEg" keySequence="F5" command="_G7CgopHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8ZLgZHDEeeUq7sm0YNLEg" keySequence="CTRL+F2" command="_G7LDv5HDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysu_pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.AntEditorScope" bindingContext="_mysvspHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysu_5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F" command="_myuASJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvAJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_myt9CZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvAZHGEeeUq7sm0YNLEg" keySequence="F3" command="_myt8y5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvApHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+O" command="_myt8w5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvA5HGEeeUq7sm0YNLEg" keySequence="SHIFT+F2" command="_myt-_ZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8G3pJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.AntEditorScope" bindingContext="_G7RKN5HDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8G3pZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F" command="_G7MR2JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8NlUZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_G7B5ypHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTD5HDEeeUq7sm0YNLEg" keySequence="F3" command="_G7BSlpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WIOJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+O" command="_G7BSjpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8X9Y5HDEeeUq7sm0YNLEg" keySequence="SHIFT+F2" command="_G7JOUpHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvBJHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.pdeEditorContext" bindingContext="_mysvtJHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvBZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F" command="_myt9LpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvBpHGEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_myt9RZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8HesZHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.pdeEditorContext" bindingContext="_G7RKQpHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8HespHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F" command="_G7CgwZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2xZHDEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_G7Cg2JHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvB5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesView" bindingContext="_mysvzpHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvCJHGEeeUq7sm0YNLEg" keySequence="CTRL+C" command="_myt9u5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvCZHGEeeUq7sm0YNLEg" keySequence="CTRL+V" command="_myt-zZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8HetpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesView" bindingContext="_G7RxMZHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8Het5HDEeeUq7sm0YNLEg" keySequence="CTRL+C" command="_G7E84ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8TE4JHDEeeUq7sm0YNLEg" keySequence="CTRL+V" command="_G7InRpHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvCpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ReflogView" bindingContext="_mysvypHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvC5HGEeeUq7sm0YNLEg" keySequence="CTRL+C" command="_myt9SpHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8HeuJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ReflogView" bindingContext="_G7RKTZHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8IFwJHDEeeUq7sm0YNLEg" keySequence="CTRL+C" command="_G7DHspHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvDJHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.keybindings.context" bindingContext="_mysv0pHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvDZHGEeeUq7sm0YNLEg" keySequence="CTRL+C" command="_myt-Q5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvDpHGEeeUq7sm0YNLEg" keySequence="CTRL+V" command="_myt9v5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvD5HGEeeUq7sm0YNLEg" keySequence="F2" command="_myuAQZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvEJHGEeeUq7sm0YNLEg" keySequence="DEL" command="_myt_QJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvEZHGEeeUq7sm0YNLEg" keySequence="F5" command="_myt_AZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvEpHGEeeUq7sm0YNLEg" keySequence="CTRL+INSERT" command="_myt_hZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8IFwpHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.keybindings.context" bindingContext="_G7RKK5HDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8IFw5HDEeeUq7sm0YNLEg" keySequence="CTRL+C" command="_G7GLKpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8TE4pHDEeeUq7sm0YNLEg" keySequence="CTRL+V" command="_G7E85ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8TE5pHDEeeUq7sm0YNLEg" keySequence="F2" command="_G7MR0ZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWUpHDEeeUq7sm0YNLEg" keySequence="DEL" command="_G7J1aZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Ykc5HDEeeUq7sm0YNLEg" keySequence="F5" command="_G7JOVpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bAs5HDEeeUq7sm0YNLEg" keySequence="CTRL+INSERT" command="_G7KcipHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvE5HGEeeUq7sm0YNLEg" elementId="org.eclipse.core.runtime.xml" bindingContext="_mysvpZHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvFJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+D" command="_myt-g5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvFZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+P" command="_myt_ypHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8Is1ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.core.runtime.xml" bindingContext="_G7RKMZHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8Is1pHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+D" command="_G7HZLZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTDJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+P" command="_G7LDuZHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvFpHGEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.diagramContext" bindingContext="_mysvwZHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvF5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+D" command="_myt_qpHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8Is15HDEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.diagramContext" bindingContext="_G7RKQ5HDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8JT4JHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+D" command="_G7LDmZHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvGJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" bindingContext="_mysvx5HGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvGZHGEeeUq7sm0YNLEg" keySequence="CTRL+G" command="_myt_wJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvGpHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+." command="_myt_v5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvG5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+," command="_myuAD5HGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8J68ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" bindingContext="_G7RKSZHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8J68pHDEeeUq7sm0YNLEg" keySequence="CTRL+G" command="_G7LDr5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2ypHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+." command="_G7LDrpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2y5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+," command="_G7Lqy5HDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvHJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" bindingContext="_mysvnZHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvHZHGEeeUq7sm0YNLEg" keySequence="CTRL+G" command="_myt_YZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvHpHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+G" command="_myt-7pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvH5HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+H" command="_myt_upHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvIJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+I" command="_myt--pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvIZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+H" command="_myuj_5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvIpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_myt_OJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvI5HGEeeUq7sm0YNLEg" keySequence="F4" command="_myt-a5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvJJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+V" command="_myt9jZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvJZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+O" command="_myt9NZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvJpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+S" command="_myt_LpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvJ5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+L" command="_myt-epHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvKJHGEeeUq7sm0YNLEg" keySequence="F3" command="_myt_e5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvKZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+T" command="_myt9VZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvKpHGEeeUq7sm0YNLEg" keySequence="SHIFT+F2" command="_myt_1JHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvK5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Z" command="_myt-U5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvLJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+M" command="_myuAIJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvLZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+J" command="_myt_HZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvLpHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+U" command="_myt9ipHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvL5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+C" command="_myt9wZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvMJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q P" command="_myt_QpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvMZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q T" command="_myt_GZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvMpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q D" command="_myt_cZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvM5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q J" command="_myuANJHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8J69JHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" bindingContext="_G7RKVpHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8J69ZHDEeeUq7sm0YNLEg" keySequence="CTRL+G" command="_G7J1ipHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8KiAZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+G" command="_G7InZ5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LJFZHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+H" command="_G7LDqZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LwIZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+I" command="_G7Inc5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8LwI5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+H" command="_G7Nf0JHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8NlV5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_G7J1YZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8OzdZHDEeeUq7sm0YNLEg" keySequence="F4" command="_G7GyMpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QooJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+V" command="_G7Du5pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8RPs5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+O" command="_G7CgyJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8RPuZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+S" command="_G7JOg5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr9ZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+L" command="_G7HZJJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTEZHDEeeUq7sm0YNLEg" keySequence="F3" command="_G7KcgJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WINpHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+T" command="_G7DHvZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8X9ZZHDEeeUq7sm0YNLEg" keySequence="SHIFT+F2" command="_G7LqkJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8ZLg5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Z" command="_G7GyGpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8ZykZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+M" command="_G7MRsJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8ZylJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+J" command="_G7JOcpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8bAt5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+U" command="_G7Du45HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8c15ZHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+C" command="_G7E855HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8eEBJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q P" command="_G7J1a5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8erF5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q T" command="_G7JObpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8fSIJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q D" command="_G7KcdpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8hHUJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+Q J" command="_G7MRxJHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvNJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.editors.task" bindingContext="_mysvtpHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvNZHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+I" command="_myt-N5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvNpHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+U" command="_myt_gZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvN5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_myt-QpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvOJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+S" command="_myt9_pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvOZHGEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_myuju5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvOpHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+M" command="_myt83pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvO5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+C" command="_myt-qpHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8LJGZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.editors.task" bindingContext="_G7RKU5HDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8LwIJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+I" command="_G7GLHpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8MXNpHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+U" command="_G7KchpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8NlVpHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_G7GLKZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8RPuJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+S" command="_G7FkA5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8R2wpHDEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_G7M4y5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTCJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+M" command="_G7B5n5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8c15JHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+C" command="_G7IAQZHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvPJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.memoryview" bindingContext="_mysvvZHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvPZHGEeeUq7sm0YNLEg" keySequence="CTRL+N" command="_myt_RJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvPpHGEeeUq7sm0YNLEg" keySequence="CTRL+W" command="_myt_E5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvP5HGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+M" command="_myt-V5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvQJHGEeeUq7sm0YNLEg" keySequence="CTRL+T" command="_myt9s5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvQZHGEeeUq7sm0YNLEg" keySequence="ALT+CTRL+N" command="_myujtJHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8LwJJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.memoryview" bindingContext="_G7RKJpHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8LwJZHDEeeUq7sm0YNLEg" keySequence="CTRL+N" command="_G7J1bZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8OMYJHDEeeUq7sm0YNLEg" keySequence="CTRL+W" command="_G7JOaJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Sd2ZHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+M" command="_G7GyHpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr8ZHDEeeUq7sm0YNLEg" keySequence="CTRL+T" command="_G7EV75HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WvSJHDEeeUq7sm0YNLEg" keySequence="ALT+CTRL+N" command="_G7M4xJHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvQpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.ui.structured.text.editor.jsp.scope" bindingContext="_mysvrJHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvQ5HGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_myujt5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvRJHGEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+V" command="_myt-X5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvRZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+M" command="_myt9wJHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8NlU5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.ui.structured.text.editor.jsp.scope" bindingContext="_G7RKPJHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8NlVJHDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+R" command="_G7M4x5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8QBl5HDEeeUq7sm0YNLEg" keySequence="ALT+SHIFT+V" command="_G7GyJpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTB5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+M" command="_G7E85pHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvRpHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.console" bindingContext="_mysvv5HGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvR5HGEeeUq7sm0YNLEg" keySequence="CTRL+Z" command="_myujvJHGEeeUq7sm0YNLEg"> + <bindingTables xmi:id="_G8PagpHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.console" bindingContext="_G7RKP5HDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8Pag5HDEeeUq7sm0YNLEg" keySequence="CTRL+Z" command="_G7M4zJHDEeeUq7sm0YNLEg"> <tags>platform:win32</tags> </bindings> </bindingTables> - <bindingTables xmi:id="_mysvSJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" bindingContext="_mysvuZHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvSZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+O" command="_myt875HGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8RPsZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" bindingContext="_G7RKWJHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8RPspHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+O" command="_G7B5sJHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvSpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.editorContext" bindingContext="_mysvs5HGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvS5HGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F12" command="_myujzpHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvTJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F5" command="_myt_d5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvTZHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F10" command="_myujvZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvTpHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F9" command="_myt-SJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvT5HGEeeUq7sm0YNLEg" keySequence="CTRL+F5" command="_myt-8ZHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvUJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F11" command="_myujm5HGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8RPu5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.editorContext" bindingContext="_G7RKOpHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8RPvJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F12" command="_G7M43pHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr_pHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F5" command="_G7KcfJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8Tr_5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F10" command="_G7M4zZHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8UTBJHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F9" command="_G7GLL5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WIM5HDEeeUq7sm0YNLEg" keySequence="CTRL+F5" command="_G7InapHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWU5HDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F11" command="_G7MR6pHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvUZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.classFileEditorScope" bindingContext="_mysvn5HGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvUpHGEeeUq7sm0YNLEg" keySequence="CTRL+1" command="_myuj0ZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8RPvpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.classFileEditorScope" bindingContext="_G7RKKJHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8RPv5HDEeeUq7sm0YNLEg" keySequence="CTRL+1" command="_G7M44ZHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvU5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" bindingContext="_mysvuJHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvVJHGEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_myt875HGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8R2w5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" bindingContext="_G7RKVZHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8R2xJHDEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_G7B5sJHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvVZHGEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.diagramEditor" bindingContext="_mysvzZHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvVpHGEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_myt_p5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvV5HGEeeUq7sm0YNLEg" keySequence="CTRL+F5" command="_myt8_pHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvWJHGEeeUq7sm0YNLEg" keySequence="SHIFT+DEL" command="_myuj2ZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8R2yJHDEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.diagramEditor" bindingContext="_G7RKV5HDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8R2yZHDEeeUq7sm0YNLEg" keySequence="CTRL+O" command="_G7LDlpHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WINJHDEeeUq7sm0YNLEg" keySequence="CTRL+F5" command="_G7B5v5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8cO15HDEeeUq7sm0YNLEg" keySequence="SHIFT+DEL" command="_G7M46ZHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvWZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" bindingContext="_mysvt5HGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvWpHGEeeUq7sm0YNLEg" keySequence="F1" command="_myt8yZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8R20JHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" bindingContext="_G7RKVJHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8R20ZHDEeeUq7sm0YNLEg" keySequence="F1" command="_G7BSlJHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvW5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsf.facesconfig.editorContext" bindingContext="_mysvu5HGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvXJHGEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F5" command="_myt_d5HGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvXZHGEeeUq7sm0YNLEg" keySequence="CTRL+F5" command="_myt-8ZHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8Tr_JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsf.facesconfig.editorContext" bindingContext="_G7RxMpHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8Tr_ZHDEeeUq7sm0YNLEg" keySequence="CTRL+SHIFT+F5" command="_G7KcfJHDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8WIMpHDEeeUq7sm0YNLEg" keySequence="CTRL+F5" command="_G7InapHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvXpHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.BreakpointView" bindingContext="_mysvmpHGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvX5HGEeeUq7sm0YNLEg" keySequence="ALT+CR" command="_myt-uJHGEeeUq7sm0YNLEg"/> - <bindings xmi:id="_mysvYJHGEeeUq7sm0YNLEg" keySequence="CTRL+CR" command="_myt9GpHGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8WvS5HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.BreakpointView" bindingContext="_G7RKIZHDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8WvTJHDEeeUq7sm0YNLEg" keySequence="ALT+CR" command="_G7IAT5HDEeeUq7sm0YNLEg"/> + <bindings xmi:id="_G8XWV5HDEeeUq7sm0YNLEg" keySequence="CTRL+CR" command="_G7CgrZHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvYZHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.datamapper.diagram.ui.diagramContext" bindingContext="_mysvw5HGEeeUq7sm0YNLEg"> - <bindings xmi:id="_mysvYpHGEeeUq7sm0YNLEg" keySequence="F5" command="_myt_H5HGEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_G8YkdJHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.datamapper.diagram.ui.diagramContext" bindingContext="_G7RKR5HDEeeUq7sm0YNLEg"> + <bindings xmi:id="_G8YkdZHDEeeUq7sm0YNLEg" keySequence="F5" command="_G7JOdJHDEeeUq7sm0YNLEg"/> </bindingTables> - <bindingTables xmi:id="_mysvY5HGEeeUq7sm0YNLEg" bindingContext="_mysv2JHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvZJHGEeeUq7sm0YNLEg" bindingContext="_mysv2ZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvZZHGEeeUq7sm0YNLEg" bindingContext="_mysv2pHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvZpHGEeeUq7sm0YNLEg" bindingContext="_mysv25HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvZ5HGEeeUq7sm0YNLEg" bindingContext="_mysv3JHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvaJHGEeeUq7sm0YNLEg" bindingContext="_mysv3ZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvaZHGEeeUq7sm0YNLEg" bindingContext="_mysv3pHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvapHGEeeUq7sm0YNLEg" bindingContext="_mysv35HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysva5HGEeeUq7sm0YNLEg" bindingContext="_mysv4JHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvbJHGEeeUq7sm0YNLEg" bindingContext="_mysv4ZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvbZHGEeeUq7sm0YNLEg" bindingContext="_mysv4pHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvbpHGEeeUq7sm0YNLEg" bindingContext="_mysv45HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvb5HGEeeUq7sm0YNLEg" bindingContext="_mysv5JHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvcJHGEeeUq7sm0YNLEg" bindingContext="_mysv5ZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvcZHGEeeUq7sm0YNLEg" bindingContext="_mysv5pHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvcpHGEeeUq7sm0YNLEg" bindingContext="_mysv55HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvc5HGEeeUq7sm0YNLEg" bindingContext="_mysv6JHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvdJHGEeeUq7sm0YNLEg" bindingContext="_mysv6ZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvdZHGEeeUq7sm0YNLEg" bindingContext="_mysv6pHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvdpHGEeeUq7sm0YNLEg" bindingContext="_mysv65HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvd5HGEeeUq7sm0YNLEg" bindingContext="_mysv7JHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysveJHGEeeUq7sm0YNLEg" bindingContext="_mysv7ZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysveZHGEeeUq7sm0YNLEg" bindingContext="_mysv7pHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvepHGEeeUq7sm0YNLEg" bindingContext="_mysv75HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysve5HGEeeUq7sm0YNLEg" bindingContext="_mysv8JHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvfJHGEeeUq7sm0YNLEg" bindingContext="_mysv8ZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvfZHGEeeUq7sm0YNLEg" bindingContext="_mysv8pHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvfpHGEeeUq7sm0YNLEg" bindingContext="_mysv85HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvf5HGEeeUq7sm0YNLEg" bindingContext="_mysv9JHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvgJHGEeeUq7sm0YNLEg" bindingContext="_mysv9ZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvgZHGEeeUq7sm0YNLEg" bindingContext="_mysv9pHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvgpHGEeeUq7sm0YNLEg" bindingContext="_mysv95HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvg5HGEeeUq7sm0YNLEg" bindingContext="_mysv-JHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvhJHGEeeUq7sm0YNLEg" bindingContext="_mysv-ZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvhZHGEeeUq7sm0YNLEg" bindingContext="_mysv-pHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvhpHGEeeUq7sm0YNLEg" bindingContext="_mysv-5HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvh5HGEeeUq7sm0YNLEg" bindingContext="_mysv_JHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysviJHGEeeUq7sm0YNLEg" bindingContext="_mysv_ZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysviZHGEeeUq7sm0YNLEg" bindingContext="_mysv_pHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvipHGEeeUq7sm0YNLEg" bindingContext="_mysv_5HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvi5HGEeeUq7sm0YNLEg" bindingContext="_myswAJHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvjJHGEeeUq7sm0YNLEg" bindingContext="_myswAZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvjZHGEeeUq7sm0YNLEg" bindingContext="_myswApHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvjpHGEeeUq7sm0YNLEg" bindingContext="_myswA5HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvj5HGEeeUq7sm0YNLEg" bindingContext="_myswBJHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvkJHGEeeUq7sm0YNLEg" bindingContext="_myswBZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvkZHGEeeUq7sm0YNLEg" bindingContext="_myswBpHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvkpHGEeeUq7sm0YNLEg" bindingContext="_myswB5HGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvk5HGEeeUq7sm0YNLEg" bindingContext="_myswCJHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvlJHGEeeUq7sm0YNLEg" bindingContext="_myswCZHGEeeUq7sm0YNLEg"/> - <bindingTables xmi:id="_mysvlZHGEeeUq7sm0YNLEg" bindingContext="_myswCpHGEeeUq7sm0YNLEg"/> - <rootContext xmi:id="_mysvlpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.dialogAndWindow" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs and Windows" description="Either a dialog or a window is open"> - <children xmi:id="_mysvl5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.window" contributorURI="platform:/plugin/org.eclipse.platform" name="In Windows" description="A window is open"> - <children xmi:id="_mysvmJHGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.contexts.views" contributorURI="platform:/plugin/org.eclipse.platform" name="%bindingcontext.name.bindingView"/> - <children xmi:id="_mysvmZHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.EditContext" name="Terminal Control in Focus" description="Show modified keyboard shortcuts in context menu"/> - <children xmi:id="_mysvmpHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.BreakpointView" name="In Breakpoints View" description="The breakpoints view context"/> - <children xmi:id="_mysvm5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.textEditorScope" name="Editing Text" description="Editing Text Context"> - <children xmi:id="_mysvnJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" name="Editing JavaScript Source" description="Editing JavaScript Source Context"> - <children xmi:id="_mysvnZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" name="JavaScript View" description="JavaScript View Context"/> - </children> - <children xmi:id="_mysvnpHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.SQLEditorScope" name="Editing SQL" description="Editing SQL Context"/> - <children xmi:id="_mysvn5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.classFileEditorScope" name="Browsing attached Java Source" description="Browsing attached Java Source Context"/> - <children xmi:id="_mysvoJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.javaEditorScope" name="Editing Java Source" description="Editing Java Source Context"/> - <children xmi:id="_mysvoZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors"> - <children xmi:id="_mysvopHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.cleanup" name="XML Source Cleanup" description="XML Source Cleanup"/> - <children xmi:id="_mysvo5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.comments" name="Source Comments in Structured Text Editors" description="Source Comments in Structured Text Editors"/> - <children xmi:id="_mysvpJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.core.jspsource" name="JSP Source" description="JSP Source"/> - <children xmi:id="_mysvpZHGEeeUq7sm0YNLEg" elementId="org.eclipse.core.runtime.xml" name="Editing XML Source" description="Editing XML Source"/> - <children xmi:id="_mysvppHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.occurrences" name="XML Source Occurrences" description="XML Source Occurrences"/> - <children xmi:id="_mysvp5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.grammar" name="XML Source Grammar" description="XML Source Grammar"/> - <children xmi:id="_mysvqJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.comments" name="XML Source Comments" description="XML Source Comments"/> - <children xmi:id="_mysvqZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.expand" name="XML Source Expand/Collapse" description="XML Source Expand/Collapse"/> - <children xmi:id="_mysvqpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.hideFormat" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors"/> - <children xmi:id="_mysvq5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.selection" name="XML Source Selection" description="XML Source Selection"/> - <children xmi:id="_mysvrJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.ui.structured.text.editor.jsp.scope" name="Editing JSP Source" description="Editing JSP Source"/> - <children xmi:id="_mysvrZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.navigation" name="XML Source Navigation" description="XML Source Navigation"/> - <children xmi:id="_mysvrpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.css.core.csssource" name="Editing CSS Source" description="Editing CSS Source"/> - <children xmi:id="_mysvr5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.html.core.htmlsource" name="Editing HTML Source" description="Editing HTML Source"/> - <children xmi:id="_mysvsJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.dependencies" name="XML Source Dependencies" description="XML Source Dependencies"/> - <children xmi:id="_mysvsZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.html.occurrences" name="HTML Source Occurrences" description="HTML Source Occurrences"/> - </children> - <children xmi:id="_mysvspHGEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.AntEditorScope" name="Editing Ant Buildfiles" description="Editing Ant Buildfiles Context"/> - <children xmi:id="_mysvs5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.editorContext" name="Using Web Page Editor" description="Key binding context when using the web page editor"/> - <children xmi:id="_mysvtJHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.pdeEditorContext" name="PDE editor" description="The context used by PDE editors"/> - <children xmi:id="_mysvtZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.text.editor.context" name="Editing XSD context"/> - <children xmi:id="_mysvtpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.editors.task" name="In Tasks Editor"/> - <children xmi:id="_mysvt5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context"> - <children xmi:id="_mysvuJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context"/> - <children xmi:id="_mysvuZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" name="Task Markup Editor Source Context"/> - </children> - <children xmi:id="_mysvupHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.propertiesEditorScope" name="Editing Properties Files" description="Editing Properties Files Context"/> - <children xmi:id="_mysvu5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsf.facesconfig.editorContext" name="In Faces Config Editor" description="Key binding context when using the Faces Config Editor"/> + <bindingTables xmi:id="_HheOg5HDEeeUq7sm0YNLEg" bindingContext="_HheOgpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOhZHDEeeUq7sm0YNLEg" bindingContext="_HheOhJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOh5HDEeeUq7sm0YNLEg" bindingContext="_HheOhpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOiZHDEeeUq7sm0YNLEg" bindingContext="_HheOiJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOi5HDEeeUq7sm0YNLEg" bindingContext="_HheOipHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOjZHDEeeUq7sm0YNLEg" bindingContext="_HheOjJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOj5HDEeeUq7sm0YNLEg" bindingContext="_HheOjpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOkZHDEeeUq7sm0YNLEg" bindingContext="_HheOkJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOk5HDEeeUq7sm0YNLEg" bindingContext="_HheOkpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOlZHDEeeUq7sm0YNLEg" bindingContext="_HheOlJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOl5HDEeeUq7sm0YNLEg" bindingContext="_HheOlpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOmZHDEeeUq7sm0YNLEg" bindingContext="_HheOmJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOm5HDEeeUq7sm0YNLEg" bindingContext="_HheOmpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOnZHDEeeUq7sm0YNLEg" bindingContext="_HheOnJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOn5HDEeeUq7sm0YNLEg" bindingContext="_HheOnpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOoZHDEeeUq7sm0YNLEg" bindingContext="_HheOoJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOo5HDEeeUq7sm0YNLEg" bindingContext="_HheOopHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOpZHDEeeUq7sm0YNLEg" bindingContext="_HheOpJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOp5HDEeeUq7sm0YNLEg" bindingContext="_HheOppHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOqZHDEeeUq7sm0YNLEg" bindingContext="_HheOqJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOq5HDEeeUq7sm0YNLEg" bindingContext="_HheOqpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOrZHDEeeUq7sm0YNLEg" bindingContext="_HheOrJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOr5HDEeeUq7sm0YNLEg" bindingContext="_HheOrpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_HheOsZHDEeeUq7sm0YNLEg" bindingContext="_HheOsJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_gZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_gJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_g5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_gpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_hZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_hJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_h5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_hpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_iZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_iJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_i5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_ipHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_jZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_jJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_j5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_jpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_kZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_kJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_k5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_kpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_lZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_lJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_l5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_lpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_mZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_mJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_m5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_mpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_nZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_nJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_n5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_npHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_oZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_oJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_o5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_opHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_pZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_pJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_p5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_ppHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_qZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_qJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_q5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_qpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_rZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_rJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_r5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_rpHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_sZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_sJHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_s5HDEeeUq7sm0YNLEg" bindingContext="_Hhn_spHDEeeUq7sm0YNLEg"/> + <bindingTables xmi:id="_Hhn_tZHDEeeUq7sm0YNLEg" bindingContext="_Hhn_tJHDEeeUq7sm0YNLEg"/> + <rootContext xmi:id="_G6KW5JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.dialogAndWindow" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs and Windows" description="Either a dialog or a window is open"> + <children xmi:id="_G6KW5ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.window" contributorURI="platform:/plugin/org.eclipse.platform" name="In Windows" description="A window is open"> + <children xmi:id="_G6KW5pHDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.contexts.views" contributorURI="platform:/plugin/org.eclipse.platform" name="%bindingcontext.name.bindingView"/> + <children xmi:id="_G7RKIJHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.EditContext" name="Terminal Control in Focus" description="Show modified keyboard shortcuts in context menu"/> + <children xmi:id="_G7RKIZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.BreakpointView" name="In Breakpoints View" description="The breakpoints view context"/> + <children xmi:id="_G7RKIpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.textEditorScope" name="Editing Text" description="Editing Text Context"> + <children xmi:id="_G7RKI5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" name="Editing JavaScript Source" description="Editing JavaScript Source Context"> + <children xmi:id="_G7RKVpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" name="JavaScript View" description="JavaScript View Context"/> + </children> + <children xmi:id="_G7RKJ5HDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.SQLEditorScope" name="Editing SQL" description="Editing SQL Context"/> + <children xmi:id="_G7RKKJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.classFileEditorScope" name="Browsing attached Java Source" description="Browsing attached Java Source Context"/> + <children xmi:id="_G7RKKpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.javaEditorScope" name="Editing Java Source" description="Editing Java Source Context"/> + <children xmi:id="_G7RKLZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors"> + <children xmi:id="_G7RKLpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.cleanup" name="XML Source Cleanup" description="XML Source Cleanup"/> + <children xmi:id="_G7RKL5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.comments" name="Source Comments in Structured Text Editors" description="Source Comments in Structured Text Editors"/> + <children xmi:id="_G7RKMJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.core.jspsource" name="JSP Source" description="JSP Source"/> + <children xmi:id="_G7RKMZHDEeeUq7sm0YNLEg" elementId="org.eclipse.core.runtime.xml" name="Editing XML Source" description="Editing XML Source"/> + <children xmi:id="_G7RKMpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.occurrences" name="XML Source Occurrences" description="XML Source Occurrences"/> + <children xmi:id="_G7RKM5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.grammar" name="XML Source Grammar" description="XML Source Grammar"/> + <children xmi:id="_G7RKNJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.comments" name="XML Source Comments" description="XML Source Comments"/> + <children xmi:id="_G7RKNpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.expand" name="XML Source Expand/Collapse" description="XML Source Expand/Collapse"/> + <children xmi:id="_G7RKOJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.hideFormat" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors"/> + <children xmi:id="_G7RKO5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.selection" name="XML Source Selection" description="XML Source Selection"/> + <children xmi:id="_G7RKPJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.ui.structured.text.editor.jsp.scope" name="Editing JSP Source" description="Editing JSP Source"/> + <children xmi:id="_G7RKQZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.navigation" name="XML Source Navigation" description="XML Source Navigation"/> + <children xmi:id="_G7RKT5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.css.core.csssource" name="Editing CSS Source" description="Editing CSS Source"/> + <children xmi:id="_G7RKUZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.html.core.htmlsource" name="Editing HTML Source" description="Editing HTML Source"/> + <children xmi:id="_G7RKWZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.dependencies" name="XML Source Dependencies" description="XML Source Dependencies"/> + <children xmi:id="_G7RxM5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.html.occurrences" name="HTML Source Occurrences" description="HTML Source Occurrences"/> + </children> + <children xmi:id="_G7RKN5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.AntEditorScope" name="Editing Ant Buildfiles" description="Editing Ant Buildfiles Context"/> + <children xmi:id="_G7RKOpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.editorContext" name="Using Web Page Editor" description="Key binding context when using the web page editor"/> + <children xmi:id="_G7RKQpHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.pdeEditorContext" name="PDE editor" description="The context used by PDE editors"/> + <children xmi:id="_G7RKUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.text.editor.context" name="Editing XSD context"/> + <children xmi:id="_G7RKU5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.editors.task" name="In Tasks Editor"/> + <children xmi:id="_G7RKVJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context"> + <children xmi:id="_G7RKVZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context"/> + <children xmi:id="_G7RKWJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" name="Task Markup Editor Source Context"/> + </children> + <children xmi:id="_G7RxMJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.propertiesEditorScope" name="Editing Properties Files" description="Editing Properties Files Context"/> + <children xmi:id="_G7RxMpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsf.facesconfig.editorContext" name="In Faces Config Editor" description="Key binding context when using the Faces Config Editor"/> </children> - <children xmi:id="_mysvvJHGEeeUq7sm0YNLEg" elementId="org.eclipse.compare.compareEditorScope" name="Comparing in an Editor" description="Comparing in an Editor"/> - <children xmi:id="_mysvvZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.memoryview" name="In Memory View" description="In memory view"/> - <children xmi:id="_mysvvpHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.schemaobjecteditor.schemaediting" name="Schema Object Editor" description="Schema Object Editor"/> - <children xmi:id="_mysvv5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.console" name="In I/O Console" description="In I/O console"/> - <children xmi:id="_mysvwJHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" name="In Terminal View" description="Show modified keyboard shortcuts in context menu"/> - <children xmi:id="_mysvwZHGEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.diagramContext" name="Diagram Editing" description="GMF Diagram Editing"> - <children xmi:id="_mysvwpHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.ui.diagramContext" name="In Esb Diagram Editor" description="Synapse Configuration Editor"/> - <children xmi:id="_mysvw5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.datamapper.diagram.ui.diagramContext" name="In DataMapper Diagram Editor" description="DataMapper Diagram Editing"/> + <children xmi:id="_G7RKJJHDEeeUq7sm0YNLEg" elementId="org.eclipse.compare.compareEditorScope" name="Comparing in an Editor" description="Comparing in an Editor"/> + <children xmi:id="_G7RKJpHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.memoryview" name="In Memory View" description="In memory view"/> + <children xmi:id="_G7RKLJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.schemaobjecteditor.schemaediting" name="Schema Object Editor" description="Schema Object Editor"/> + <children xmi:id="_G7RKP5HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.console" name="In I/O Console" description="In I/O console"/> + <children xmi:id="_G7RKQJHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" name="In Terminal View" description="Show modified keyboard shortcuts in context menu"/> + <children xmi:id="_G7RKQ5HDEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.diagramContext" name="Diagram Editing" description="GMF Diagram Editing"> + <children xmi:id="_G7RKRJHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.ui.diagramContext" name="In Esb Diagram Editor" description="Synapse Configuration Editor"/> + <children xmi:id="_G7RKR5HDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.datamapper.diagram.ui.diagramContext" name="In DataMapper Diagram Editor" description="DataMapper Diagram Editing"/> </children> - <children xmi:id="_mysvxJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.console.ConsoleView" name="In Console View" description="In Console View"/> - <children xmi:id="_mysvxZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.serverViewScope" name="In Servers View" description="In Servers View"/> - <children xmi:id="_mysvxpHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.debugging" name="Debugging" description="Debugging programs"> - <children xmi:id="_mysvx5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" name="In Table Memory Rendering" description="In Table Memory Rendering"/> - <children xmi:id="_mysvyJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsl.debug.ui.context" name="XSLT Debugging" description="Context for debugging XSLT"/> - <children xmi:id="_mysvyZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.debugging" name="Debugging Java" description="Debugging Java programs"/> + <children xmi:id="_G7RKRZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.console.ConsoleView" name="In Console View" description="In Console View"/> + <children xmi:id="_G7RKRpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.serverViewScope" name="In Servers View" description="In Servers View"/> + <children xmi:id="_G7RKSJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.debugging" name="Debugging" description="Debugging programs"> + <children xmi:id="_G7RKSZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" name="In Table Memory Rendering" description="In Table Memory Rendering"/> + <children xmi:id="_G7RKSpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsl.debug.ui.context" name="XSLT Debugging" description="Context for debugging XSLT"/> + <children xmi:id="_G7RKS5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.debugging" name="Debugging Java" description="Debugging Java programs"/> </children> - <children xmi:id="_mysvypHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ReflogView" name="In Git Reflog View"/> - <children xmi:id="_mysvy5HGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.TerminalContext" name="Terminal Typing Connected" description="Override ALT+x menu access keys while typing into the Terminal"/> - <children xmi:id="_mysvzJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" name="In Tasks View"/> - <children xmi:id="_mysvzZHGEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.diagramEditor" name="Graphiti Diagram"/> - <children xmi:id="_mysvzpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesView" name="In Git Repositories View"/> + <children xmi:id="_G7RKTZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ReflogView" name="In Git Reflog View"/> + <children xmi:id="_G7RKTpHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.TerminalContext" name="Terminal Typing Connected" description="Override ALT+x menu access keys while typing into the Terminal"/> + <children xmi:id="_G7RKUpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" name="In Tasks View"/> + <children xmi:id="_G7RKV5HDEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.diagramEditor" name="Graphiti Diagram"/> + <children xmi:id="_G7RxMZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesView" name="In Git Repositories View"/> </children> - <children xmi:id="_mysvz5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.dialog" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs" description="A dialog is open"/> + <children xmi:id="_G6KW55HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.dialog" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs" description="A dialog is open"/> </rootContext> - <rootContext xmi:id="_mysv0JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.workbenchMenu" name="Workbench Menu" description="When no Workbench windows are active"/> - <rootContext xmi:id="_mysv0ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" name="Editor Breadcrumb Navigation" description="Editor Breadcrumb Navigation Context"/> - <rootContext xmi:id="_mysv0pHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.keybindings.context" name="WSO2 Registry Context" description="WSO2 Registry Tool Context"/> - <rootContext xmi:id="_mysv05HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.editor.sourceView" name="XSD Editor Source View" description="XSD Editor Source View"/> - <rootContext xmi:id="_mysv1JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.wsdl.ui.editor.sourceView" name="WSDL Editor Source View" description="WSDL Editor Source View"/> - <rootContext xmi:id="_mysv1ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.editor.designView" name="XSD Editor Design View" description="XSD Editor Design View"/> - <rootContext xmi:id="_mysv1pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.actionSet" name="Action Set" description="Parent context for action sets"/> - <rootContext xmi:id="_mysv15HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.wsdl.ui.editor.designView" name="WSDL Editor Design View" description="WSDL Editor Design View"/> - <rootContext xmi:id="_mysv2JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.actionSet.presentation" name="Auto::org.eclipse.ant.ui.actionSet.presentation"/> - <rootContext xmi:id="_mysv2ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqlscrapbook.actionSet" name="Auto::org.eclipse.datatools.sqltools.sqlscrapbook.actionSet"/> - <rootContext xmi:id="_mysv2pHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.breakpointActionSet" name="Auto::org.eclipse.debug.ui.breakpointActionSet"/> - <rootContext xmi:id="_mysv25HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.debugActionSet" name="Auto::org.eclipse.debug.ui.debugActionSet"/> - <rootContext xmi:id="_mysv3JHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.launchActionSet" name="Auto::org.eclipse.debug.ui.launchActionSet"/> - <rootContext xmi:id="_mysv3ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.profileActionSet" name="Auto::org.eclipse.debug.ui.profileActionSet"/> - <rootContext xmi:id="_mysv3pHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.gitaction" name="Auto::org.eclipse.egit.ui.gitaction"/> - <rootContext xmi:id="_mysv35HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.navigation" name="Auto::org.eclipse.egit.ui.navigation"/> - <rootContext xmi:id="_mysv4JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.JDTDebugActionSet" name="Auto::org.eclipse.jdt.debug.ui.JDTDebugActionSet"/> - <rootContext xmi:id="_mysv4ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.JUnitActionSet" name="Auto::org.eclipse.jdt.junit.JUnitActionSet"/> - <rootContext xmi:id="_mysv4pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.jdt.ui.text.java.actionSet.presentation"/> - <rootContext xmi:id="_mysv45HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.jdt.ui.JavaElementCreationActionSet"/> - <rootContext xmi:id="_mysv5JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavaActionSet" name="Auto::org.eclipse.jdt.ui.JavaActionSet"/> - <rootContext xmi:id="_mysv5ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.A_OpenActionSet" name="Auto::org.eclipse.jdt.ui.A_OpenActionSet"/> - <rootContext xmi:id="_mysv5pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.CodingActionSet" name="Auto::org.eclipse.jdt.ui.CodingActionSet"/> - <rootContext xmi:id="_mysv55HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.SearchActionSet" name="Auto::org.eclipse.jdt.ui.SearchActionSet"/> - <rootContext xmi:id="_mysv6JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.actionSet.jpaElementCreation" name="Auto::org.eclipse.jpt.jpa.ui.actionSet.jpaElementCreation"/> - <rootContext xmi:id="_mysv6ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.j2ee.J2eeMainActionSet" name="Auto::org.eclipse.jst.j2ee.J2eeMainActionSet"/> - <rootContext xmi:id="_mysv6pHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.actionSet" name="Auto::org.eclipse.mylyn.context.ui.actionSet"/> - <rootContext xmi:id="_mysv65HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.java.actionSet" name="Auto::org.eclipse.mylyn.java.actionSet"/> - <rootContext xmi:id="_mysv7JHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.java.actionSet.browsing" name="Auto::org.eclipse.mylyn.java.actionSet.browsing"/> - <rootContext xmi:id="_mysv7ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.doc.actionSet" name="Auto::org.eclipse.mylyn.doc.actionSet"/> - <rootContext xmi:id="_mysv7pHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.navigation" name="Auto::org.eclipse.mylyn.tasks.ui.navigation"/> - <rootContext xmi:id="_mysv75HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.navigation.additions" name="Auto::org.eclipse.mylyn.tasks.ui.navigation.additions"/> - <rootContext xmi:id="_mysv8JHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.SearchActionSet" name="Auto::org.eclipse.pde.ui.SearchActionSet"/> - <rootContext xmi:id="_mysv8ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.actionSet" name="Auto::org.eclipse.ui.cheatsheets.actionSet"/> - <rootContext xmi:id="_mysv8pHGEeeUq7sm0YNLEg" elementId="org.eclipse.rse.core.search.searchActionSet" name="Auto::org.eclipse.rse.core.search.searchActionSet"/> - <rootContext xmi:id="_mysv85HGEeeUq7sm0YNLEg" elementId="org.eclipse.search.searchActionSet" name="Auto::org.eclipse.search.searchActionSet"/> - <rootContext xmi:id="_mysv9JHGEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.actionSet" name="Auto::org.eclipse.team.ui.actionSet"/> - <rootContext xmi:id="_mysv9ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.actionSet.annotationNavigation" name="Auto::org.eclipse.ui.edit.text.actionSet.annotationNavigation"/> - <rootContext xmi:id="_mysv9pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.actionSet.navigation" name="Auto::org.eclipse.ui.edit.text.actionSet.navigation"/> - <rootContext xmi:id="_mysv95HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo" name="Auto::org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/> - <rootContext xmi:id="_mysv-JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.externaltools.ExternalToolsSet" name="Auto::org.eclipse.ui.externaltools.ExternalToolsSet"/> - <rootContext xmi:id="_mysv-ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.NavigateActionSet" name="Auto::org.eclipse.ui.NavigateActionSet"/> - <rootContext xmi:id="_mysv-pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.actionSet.keyBindings" name="Auto::org.eclipse.ui.actionSet.keyBindings"/> - <rootContext xmi:id="_mysv-5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.WorkingSetModificationActionSet" name="Auto::org.eclipse.ui.WorkingSetModificationActionSet"/> - <rootContext xmi:id="_mysv_JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.WorkingSetActionSet" name="Auto::org.eclipse.ui.WorkingSetActionSet"/> - <rootContext xmi:id="_mysv_ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.actionSet.openFiles" name="Auto::org.eclipse.ui.actionSet.openFiles"/> - <rootContext xmi:id="_mysv_pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.actionSet.presentation" name="Auto::org.eclipse.ui.edit.text.actionSet.presentation"/> - <rootContext xmi:id="_mysv_5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation"/> - <rootContext xmi:id="_myswAJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet"/> - <rootContext xmi:id="_myswAZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavaActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaActionSet"/> - <rootContext xmi:id="_myswApHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.A_OpenActionSet" name="Auto::org.eclipse.wst.jsdt.ui.A_OpenActionSet"/> - <rootContext xmi:id="_myswA5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.CodingActionSet" name="Auto::org.eclipse.wst.jsdt.ui.CodingActionSet"/> - <rootContext xmi:id="_myswBJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.SearchActionSet" name="Auto::org.eclipse.wst.jsdt.ui.SearchActionSet"/> - <rootContext xmi:id="_myswBZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.new.actionSet" name="Auto::org.eclipse.wst.server.ui.new.actionSet"/> - <rootContext xmi:id="_myswBpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.internal.webbrowser.actionSet" name="Auto::org.eclipse.wst.server.ui.internal.webbrowser.actionSet"/> - <rootContext xmi:id="_myswB5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.web.ui.wizardsActionSet" name="Auto::org.eclipse.wst.web.ui.wizardsActionSet"/> - <rootContext xmi:id="_myswCJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.ws.explorer.explorer" name="Auto::org.eclipse.wst.ws.explorer.explorer"/> - <rootContext xmi:id="_myswCZHGEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.DiagramActionSet" name="Auto::org.eclipse.gmf.runtime.diagram.ui.DiagramActionSet"/> - <rootContext xmi:id="_myswCpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.forms.article.actionSet" name="Auto::org.eclipse.ui.forms.article.actionSet"/> - <descriptors xmi:id="_myswC5HGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.compatibility.editor" allowMultiple="true" category="org.eclipse.e4.primaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor"> + <rootContext xmi:id="_G7RKJZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.workbenchMenu" name="Workbench Menu" description="When no Workbench windows are active"/> + <rootContext xmi:id="_G7RKKZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" name="Editor Breadcrumb Navigation" description="Editor Breadcrumb Navigation Context"/> + <rootContext xmi:id="_G7RKK5HDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.keybindings.context" name="WSO2 Registry Context" description="WSO2 Registry Tool Context"/> + <rootContext xmi:id="_G7RKNZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.editor.sourceView" name="XSD Editor Source View" description="XSD Editor Source View"/> + <rootContext xmi:id="_G7RKOZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.wsdl.ui.editor.sourceView" name="WSDL Editor Source View" description="WSDL Editor Source View"/> + <rootContext xmi:id="_G7RKPZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.editor.designView" name="XSD Editor Design View" description="XSD Editor Design View"/> + <rootContext xmi:id="_G7RKPpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.contexts.actionSet" name="Action Set" description="Parent context for action sets"/> + <rootContext xmi:id="_G7RKTJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.wsdl.ui.editor.designView" name="WSDL Editor Design View" description="WSDL Editor Design View"/> + <rootContext xmi:id="_HheOgpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.actionSet.presentation" name="Auto::org.eclipse.ant.ui.actionSet.presentation"/> + <rootContext xmi:id="_HheOhJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqlscrapbook.actionSet" name="Auto::org.eclipse.datatools.sqltools.sqlscrapbook.actionSet"/> + <rootContext xmi:id="_HheOhpHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.breakpointActionSet" name="Auto::org.eclipse.debug.ui.breakpointActionSet"/> + <rootContext xmi:id="_HheOiJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.debugActionSet" name="Auto::org.eclipse.debug.ui.debugActionSet"/> + <rootContext xmi:id="_HheOipHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.launchActionSet" name="Auto::org.eclipse.debug.ui.launchActionSet"/> + <rootContext xmi:id="_HheOjJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.profileActionSet" name="Auto::org.eclipse.debug.ui.profileActionSet"/> + <rootContext xmi:id="_HheOjpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.gitaction" name="Auto::org.eclipse.egit.ui.gitaction"/> + <rootContext xmi:id="_HheOkJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.navigation" name="Auto::org.eclipse.egit.ui.navigation"/> + <rootContext xmi:id="_HheOkpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.JDTDebugActionSet" name="Auto::org.eclipse.jdt.debug.ui.JDTDebugActionSet"/> + <rootContext xmi:id="_HheOlJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.JUnitActionSet" name="Auto::org.eclipse.jdt.junit.JUnitActionSet"/> + <rootContext xmi:id="_HheOlpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.jdt.ui.text.java.actionSet.presentation"/> + <rootContext xmi:id="_HheOmJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.jdt.ui.JavaElementCreationActionSet"/> + <rootContext xmi:id="_HheOmpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavaActionSet" name="Auto::org.eclipse.jdt.ui.JavaActionSet"/> + <rootContext xmi:id="_HheOnJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.A_OpenActionSet" name="Auto::org.eclipse.jdt.ui.A_OpenActionSet"/> + <rootContext xmi:id="_HheOnpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.CodingActionSet" name="Auto::org.eclipse.jdt.ui.CodingActionSet"/> + <rootContext xmi:id="_HheOoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.SearchActionSet" name="Auto::org.eclipse.jdt.ui.SearchActionSet"/> + <rootContext xmi:id="_HheOopHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.actionSet.jpaElementCreation" name="Auto::org.eclipse.jpt.jpa.ui.actionSet.jpaElementCreation"/> + <rootContext xmi:id="_HheOpJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.j2ee.J2eeMainActionSet" name="Auto::org.eclipse.jst.j2ee.J2eeMainActionSet"/> + <rootContext xmi:id="_HheOppHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.actionSet" name="Auto::org.eclipse.mylyn.context.ui.actionSet"/> + <rootContext xmi:id="_HheOqJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.java.actionSet" name="Auto::org.eclipse.mylyn.java.actionSet"/> + <rootContext xmi:id="_HheOqpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.java.actionSet.browsing" name="Auto::org.eclipse.mylyn.java.actionSet.browsing"/> + <rootContext xmi:id="_HheOrJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.doc.actionSet" name="Auto::org.eclipse.mylyn.doc.actionSet"/> + <rootContext xmi:id="_HheOrpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.navigation" name="Auto::org.eclipse.mylyn.tasks.ui.navigation"/> + <rootContext xmi:id="_HheOsJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.navigation.additions" name="Auto::org.eclipse.mylyn.tasks.ui.navigation.additions"/> + <rootContext xmi:id="_Hhn_gJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.SearchActionSet" name="Auto::org.eclipse.pde.ui.SearchActionSet"/> + <rootContext xmi:id="_Hhn_gpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.actionSet" name="Auto::org.eclipse.ui.cheatsheets.actionSet"/> + <rootContext xmi:id="_Hhn_hJHDEeeUq7sm0YNLEg" elementId="org.eclipse.rse.core.search.searchActionSet" name="Auto::org.eclipse.rse.core.search.searchActionSet"/> + <rootContext xmi:id="_Hhn_hpHDEeeUq7sm0YNLEg" elementId="org.eclipse.search.searchActionSet" name="Auto::org.eclipse.search.searchActionSet"/> + <rootContext xmi:id="_Hhn_iJHDEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.actionSet" name="Auto::org.eclipse.team.ui.actionSet"/> + <rootContext xmi:id="_Hhn_ipHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.actionSet.annotationNavigation" name="Auto::org.eclipse.ui.edit.text.actionSet.annotationNavigation"/> + <rootContext xmi:id="_Hhn_jJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.actionSet.navigation" name="Auto::org.eclipse.ui.edit.text.actionSet.navigation"/> + <rootContext xmi:id="_Hhn_jpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo" name="Auto::org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/> + <rootContext xmi:id="_Hhn_kJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.externaltools.ExternalToolsSet" name="Auto::org.eclipse.ui.externaltools.ExternalToolsSet"/> + <rootContext xmi:id="_Hhn_kpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.NavigateActionSet" name="Auto::org.eclipse.ui.NavigateActionSet"/> + <rootContext xmi:id="_Hhn_lJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.actionSet.keyBindings" name="Auto::org.eclipse.ui.actionSet.keyBindings"/> + <rootContext xmi:id="_Hhn_lpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.WorkingSetModificationActionSet" name="Auto::org.eclipse.ui.WorkingSetModificationActionSet"/> + <rootContext xmi:id="_Hhn_mJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.WorkingSetActionSet" name="Auto::org.eclipse.ui.WorkingSetActionSet"/> + <rootContext xmi:id="_Hhn_mpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.actionSet.openFiles" name="Auto::org.eclipse.ui.actionSet.openFiles"/> + <rootContext xmi:id="_Hhn_nJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.actionSet.presentation" name="Auto::org.eclipse.ui.edit.text.actionSet.presentation"/> + <rootContext xmi:id="_Hhn_npHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation"/> + <rootContext xmi:id="_Hhn_oJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet"/> + <rootContext xmi:id="_Hhn_opHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavaActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaActionSet"/> + <rootContext xmi:id="_Hhn_pJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.A_OpenActionSet" name="Auto::org.eclipse.wst.jsdt.ui.A_OpenActionSet"/> + <rootContext xmi:id="_Hhn_ppHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.CodingActionSet" name="Auto::org.eclipse.wst.jsdt.ui.CodingActionSet"/> + <rootContext xmi:id="_Hhn_qJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.SearchActionSet" name="Auto::org.eclipse.wst.jsdt.ui.SearchActionSet"/> + <rootContext xmi:id="_Hhn_qpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.new.actionSet" name="Auto::org.eclipse.wst.server.ui.new.actionSet"/> + <rootContext xmi:id="_Hhn_rJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.internal.webbrowser.actionSet" name="Auto::org.eclipse.wst.server.ui.internal.webbrowser.actionSet"/> + <rootContext xmi:id="_Hhn_rpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.web.ui.wizardsActionSet" name="Auto::org.eclipse.wst.web.ui.wizardsActionSet"/> + <rootContext xmi:id="_Hhn_sJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.ws.explorer.explorer" name="Auto::org.eclipse.wst.ws.explorer.explorer"/> + <rootContext xmi:id="_Hhn_spHDEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.DiagramActionSet" name="Auto::org.eclipse.gmf.runtime.diagram.ui.DiagramActionSet"/> + <rootContext xmi:id="_Hhn_tJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.forms.article.actionSet" name="Auto::org.eclipse.ui.forms.article.actionSet"/> + <descriptors xmi:id="_G_HIUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.compatibility.editor" allowMultiple="true" category="org.eclipse.e4.primaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor"> <tags>Editor</tags> </descriptors> - <descriptors xmi:id="_myswDJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.views.AntView" label="Ant" iconURI="platform:/plugin/org.eclipse.ant.ui/icons/full/eview16/ant_view.png" tooltip="" category="Ant" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_JkkJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.views.AntView" label="Ant" iconURI="platform:/plugin/org.eclipse.ant.ui/icons/full/eview16/ant_view.png" tooltip="" category="Ant" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Ant</tags> </descriptors> - <descriptors xmi:id="_myswDZHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" label="Data Source Explorer" iconURI="platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif" tooltip="" category="Data Management" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_PrMJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" label="Data Source Explorer" iconURI="platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif" tooltip="" category="Data Management" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Data Management</tags> </descriptors> - <descriptors xmi:id="_myswDpHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.plan.planView" label="Execution Plan" iconURI="platform:/plugin/org.eclipse.datatools.sqltools.plan/icons/sqlplan.gif" tooltip="" category="Data Management" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_Q5UJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.plan.planView" label="Execution Plan" iconURI="platform:/plugin/org.eclipse.datatools.sqltools.plan/icons/sqlplan.gif" tooltip="" category="Data Management" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Data Management</tags> </descriptors> - <descriptors xmi:id="_myswD5HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.result.resultView" label="SQL Results" iconURI="platform:/plugin/org.eclipse.datatools.sqltools.result.ui/icons/sqlresult.gif" tooltip="" category="Data Management" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_RgYJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.result.resultView" label="SQL Results" iconURI="platform:/plugin/org.eclipse.datatools.sqltools.result.ui/icons/sqlresult.gif" tooltip="" category="Data Management" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Data Management</tags> </descriptors> - <descriptors xmi:id="_myswEJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.DebugView" label="Debug" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/debug_view.png" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_SugJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.DebugView" label="Debug" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/debug_view.png" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Debug</tags> </descriptors> - <descriptors xmi:id="_myswEZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.BreakpointView" label="Breakpoints" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/breakpoint_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_T8oJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.BreakpointView" label="Breakpoints" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/breakpoint_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Debug</tags> </descriptors> - <descriptors xmi:id="_myswEpHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.VariableView" label="Variables" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/variable_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_UjsJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.VariableView" label="Variables" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/variable_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Debug</tags> </descriptors> - <descriptors xmi:id="_myswE5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.ExpressionView" label="Expressions" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/watchlist_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_VKwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.ExpressionView" label="Expressions" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/watchlist_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Debug</tags> </descriptors> - <descriptors xmi:id="_myswFJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.RegisterView" label="Registers" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/register_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_W_8JHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.RegisterView" label="Registers" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/register_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Debug</tags> </descriptors> - <descriptors xmi:id="_myswFZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.ModuleView" label="Modules" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/module_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_XnAJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.ModuleView" label="Modules" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/module_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Debug</tags> </descriptors> - <descriptors xmi:id="_myswFpHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.MemoryView" label="Memory" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/memory_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_YOEJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.MemoryView" label="Memory" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/memory_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Debug</tags> </descriptors> - <descriptors xmi:id="_myswF5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesView" label="Git Repositories" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.gif" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_Y1IJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesView" label="Git Repositories" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.gif" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Git</tags> </descriptors> - <descriptors xmi:id="_myswGJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.StagingView" label="Git Staging" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/staging.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_aDQJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.StagingView" label="Git Staging" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/staging.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Git</tags> </descriptors> - <descriptors xmi:id="_myswGZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.InteractiveRebaseView" label="Git Interactive Rebase" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/rebase_interactive.gif" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_aqUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.InteractiveRebaseView" label="Git Interactive Rebase" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/rebase_interactive.gif" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Git</tags> </descriptors> - <descriptors xmi:id="_myswGpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.CompareTreeView" label="Git Tree Compare" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/obj16/gitrepository.gif" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_bRYJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.CompareTreeView" label="Git Tree Compare" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/obj16/gitrepository.gif" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Git</tags> </descriptors> - <descriptors xmi:id="_myswG5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ReflogView" label="Git Reflog" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/reflog.gif" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_b4cJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ReflogView" label="Git Reflog" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/reflog.gif" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Git</tags> </descriptors> - <descriptors xmi:id="_myswHJHGEeeUq7sm0YNLEg" elementId="org.eclipse.gef.ui.palette_view" label="Palette" iconURI="platform:/plugin/org.eclipse.gef/icons/palette_view.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_cfgJHDEeeUq7sm0YNLEg" elementId="org.eclipse.gef.ui.palette_view" label="Palette" iconURI="platform:/plugin/org.eclipse.gef/icons/palette_view.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswHZHGEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.HelpView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_dGkJHDEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.HelpView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Help</tags> </descriptors> - <descriptors xmi:id="_myswHpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.DisplayView" label="Display" iconURI="platform:/plugin/org.eclipse.jdt.debug.ui/icons/full/etool16/disp_sbook.gif" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_dtoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.DisplayView" label="Display" iconURI="platform:/plugin/org.eclipse.jdt.debug.ui/icons/full/etool16/disp_sbook.gif" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Debug</tags> </descriptors> - <descriptors xmi:id="_myswH5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.ResultView" label="JUnit" iconURI="platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.gif" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_e7wJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.ResultView" label="JUnit" iconURI="platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.gif" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Java</tags> </descriptors> - <descriptors xmi:id="_myswIJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.PackageExplorer" label="Package Explorer" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_gJ4JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.PackageExplorer" label="Package Explorer" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Java</tags> </descriptors> - <descriptors xmi:id="_myswIZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.TypeHierarchy" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_h_EJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.TypeHierarchy" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Java</tags> </descriptors> - <descriptors xmi:id="_myswIpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.ProjectsView" label="Projects" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/projects.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_imIJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.ProjectsView" label="Projects" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/projects.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Java Browsing</tags> </descriptors> - <descriptors xmi:id="_myswI5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.PackagesView" label="Packages" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/packages.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_jNMJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.PackagesView" label="Packages" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/packages.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Java Browsing</tags> </descriptors> - <descriptors xmi:id="_myswJJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.TypesView" label="Types" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/types.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_j0QJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.TypesView" label="Types" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/types.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Java Browsing</tags> </descriptors> - <descriptors xmi:id="_myswJZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.MembersView" label="Members" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/members.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_kbUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.MembersView" label="Members" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/members.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Java Browsing</tags> </descriptors> - <descriptors xmi:id="_myswJpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.callhierarchy.view" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/call_hierarchy.png" tooltip="" allowMultiple="true" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_lCYJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.callhierarchy.view" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/call_hierarchy.png" tooltip="" allowMultiple="true" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Java</tags> </descriptors> - <descriptors xmi:id="_myswJ5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.texteditor.TemplatesView" label="Templates" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/templates.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_lpcJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.texteditor.TemplatesView" label="Templates" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/templates.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswKJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.SourceView" label="Declaration" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_mQgJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.SourceView" label="Declaration" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Java</tags> </descriptors> - <descriptors xmi:id="_myswKZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavadocView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_neoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavadocView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Java</tags> </descriptors> - <descriptors xmi:id="_myswKpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.ui.jpaStructureView" label="JPA Structure" iconURI="platform:/plugin/org.eclipse.jpt.jpa.ui/images/views/jpa-structure.gif" tooltip="" category="JPA" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_oFsJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.ui.jpaStructureView" label="JPA Structure" iconURI="platform:/plugin/org.eclipse.jpt.jpa.ui/images/views/jpa-structure.gif" tooltip="" category="JPA" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:JPA</tags> </descriptors> - <descriptors xmi:id="_myswK5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.ui.jpaDetailsView" label="JPA Details" iconURI="platform:/plugin/org.eclipse.jpt.jpa.ui/images/views/jpa-details.gif" tooltip="" category="JPA" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_oswJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.ui.jpaDetailsView" label="JPA Details" iconURI="platform:/plugin/org.eclipse.jpt.jpa.ui/images/views/jpa-details.gif" tooltip="" category="JPA" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:JPA</tags> </descriptors> - <descriptors xmi:id="_myswLJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsf.ui.component.ComponentTreeView" label="JSF Component Tree" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="JavaServer Faces" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_p64JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsf.ui.component.ComponentTreeView" label="JSF Component Tree" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="JavaServer Faces" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:JavaServer Faces</tags> </descriptors> - <descriptors xmi:id="_myswLZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsf.ui.tagregistry.TagRegistryView" label="Tag Registry" iconURI="platform:/plugin/org.eclipse.jst.jsf.ui/icons/obj16/library_obj.gif" tooltip="" category="JavaServer Faces" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_qh8JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsf.ui.tagregistry.TagRegistryView" label="Tag Registry" iconURI="platform:/plugin/org.eclipse.jst.jsf.ui/icons/obj16/library_obj.gif" tooltip="" category="JavaServer Faces" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:JavaServer Faces</tags> </descriptors> - <descriptors xmi:id="_myswLpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.ws.jaxws.ui.views.AnnotationsView" label="Annotation Properties" iconURI="platform:/plugin/org.eclipse.jst.ws.jaxws.ui/icons/eview16/prop_ps.gif" tooltip="" category="Web Services" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_rJAJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.ws.jaxws.ui.views.AnnotationsView" label="Annotation Properties" iconURI="platform:/plugin/org.eclipse.jst.ws.jaxws.ui/icons/eview16/prop_ps.gif" tooltip="" category="Web Services" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Web Services</tags> </descriptors> - <descriptors xmi:id="_myswL5HGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.views.MavenRepositoryView" label="Maven Repositories" iconURI="platform:/plugin/org.eclipse.m2e.core.ui/icons/maven_indexes.gif" tooltip="" category="Maven" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_sXIJHDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.views.MavenRepositoryView" label="Maven Repositories" iconURI="platform:/plugin/org.eclipse.m2e.core.ui/icons/maven_indexes.gif" tooltip="" category="Maven" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Maven</tags> </descriptors> - <descriptors xmi:id="_myswMJHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.views.MavenBuild" label="Maven Workspace Build" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="Maven" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_s-MJHDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.views.MavenBuild" label="Maven Workspace Build" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="Maven" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Maven</tags> </descriptors> - <descriptors xmi:id="_myswMZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.commons.repositories.ui.navigator.Repositories" label="Team Repositories" iconURI="platform:/plugin/org.eclipse.mylyn.commons.repositories.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_tlQJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.commons.repositories.ui.navigator.Repositories" label="Team Repositories" iconURI="platform:/plugin/org.eclipse.mylyn.commons.repositories.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Mylyn</tags> </descriptors> - <descriptors xmi:id="_myswMpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" label="Task List" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" allowMultiple="true" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_uzYJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" label="Task List" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" allowMultiple="true" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Mylyn</tags> </descriptors> - <descriptors xmi:id="_myswM5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.repositories" label="Task Repositories" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_wBgJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.views.repositories" label="Task Repositories" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Mylyn</tags> </descriptors> - <descriptors xmi:id="_myswNJHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.p2.ui.RepositoryExplorer" label="Repository Explorer" iconURI="platform:/plugin/org.eclipse.oomph.p2.ui/icons/obj16/repository.gif" tooltip="" category="Oomph" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_wokJHDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.p2.ui.RepositoryExplorer" label="Repository Explorer" iconURI="platform:/plugin/org.eclipse.oomph.p2.ui/icons/obj16/repository.gif" tooltip="" category="Oomph" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Oomph</tags> </descriptors> - <descriptors xmi:id="_myswNZHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.api.tools.ui.views.apitooling.views.apitoolingview" label="API Tools" iconURI="platform:/plugin/org.eclipse.pde.api.tools.ui/icons/full/obj16/api_tools.gif" tooltip="" category="API Tools" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_xPoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.api.tools.ui.views.apitooling.views.apitoolingview" label="API Tools" iconURI="platform:/plugin/org.eclipse.pde.api.tools.ui/icons/full/obj16/api_tools.gif" tooltip="" category="API Tools" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:API Tools</tags> </descriptors> - <descriptors xmi:id="_myswNpHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.runtime.RegistryBrowser" label="Plug-in Registry" iconURI="platform:/plugin/org.eclipse.pde.runtime/icons/eview16/registry.gif" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_ydwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.runtime.RegistryBrowser" label="Plug-in Registry" iconURI="platform:/plugin/org.eclipse.pde.runtime/icons/eview16/registry.gif" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Plug-in Development</tags> </descriptors> - <descriptors xmi:id="_myswN5HGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.PluginsView" label="Plug-ins" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/eview16/plugin_depend.png" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_zE0JHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.PluginsView" label="Plug-ins" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/eview16/plugin_depend.png" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Plug-in Development</tags> </descriptors> - <descriptors xmi:id="_myswOJHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.DependenciesView" label="Plug-in Dependencies" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/req_plugins_obj.png" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_0S8JHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.DependenciesView" label="Plug-in Dependencies" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/req_plugins_obj.png" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Plug-in Development</tags> </descriptors> - <descriptors xmi:id="_myswOZHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.TargetPlatformState" label="Target Platform State" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/target_profile_xml_obj.png" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_06AJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.TargetPlatformState" label="Target Platform State" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/target_profile_xml_obj.png" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Plug-in Development</tags> </descriptors> - <descriptors xmi:id="_myswOpHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.ImageBrowserView" label="Plug-in Image Browser" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/psearch_obj.png" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_1hEJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.ImageBrowserView" label="Plug-in Image Browser" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/psearch_obj.png" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Plug-in Development</tags> </descriptors> - <descriptors xmi:id="_myswO5HGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.apidocs.rcp.views.apidocs" label="API Docs" iconURI="platform:/plugin/org.eclipse.recommenders.apidocs.rcp/icons/view16/apidocs.png" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_1hEZHDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.apidocs.rcp.views.apidocs" label="API Docs" iconURI="platform:/plugin/org.eclipse.recommenders.apidocs.rcp/icons/view16/apidocs.png" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Code Recommenders</tags> </descriptors> - <descriptors xmi:id="_myswPJHGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.models.rcp.views.projectCoordinates" label="Project Coordinates" iconURI="platform:/plugin/org.eclipse.recommenders.coordinates.rcp/icons/view16/depinsp.gif" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_2IIJHDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.models.rcp.views.projectCoordinates" label="Project Coordinates" iconURI="platform:/plugin/org.eclipse.recommenders.coordinates.rcp/icons/view16/depinsp.gif" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Code Recommenders</tags> </descriptors> - <descriptors xmi:id="_myswPZHGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.models.rcp.views.modelRepositories" label="Model Repositories" iconURI="platform:/plugin/org.eclipse.recommenders.models.rcp/icons/view16/depinsp.gif" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_3WQJHDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.models.rcp.views.modelRepositories" label="Model Repositories" iconURI="platform:/plugin/org.eclipse.recommenders.models.rcp/icons/view16/depinsp.gif" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Code Recommenders</tags> </descriptors> - <descriptors xmi:id="_myswPpHGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.models.rcp.views.dependencyOverview" label="Dependency Overview" iconURI="platform:/plugin/org.eclipse.recommenders.models.rcp/icons/view16/depinsp.gif" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_39UJHDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.models.rcp.views.dependencyOverview" label="Dependency Overview" iconURI="platform:/plugin/org.eclipse.recommenders.models.rcp/icons/view16/depinsp.gif" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Code Recommenders</tags> </descriptors> - <descriptors xmi:id="_myswP5HGEeeUq7sm0YNLEg" elementId="org.eclipse.rse.shells.ui.view.commandsView" label="Remote Shell" iconURI="platform:/plugin/org.eclipse.rse.shells.ui/icons/full/cview16/commands_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_39UZHDEeeUq7sm0YNLEg" elementId="org.eclipse.rse.shells.ui.view.commandsView" label="Remote Shell" iconURI="platform:/plugin/org.eclipse.rse.shells.ui/icons/full/cview16/commands_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Remote Systems</tags> </descriptors> - <descriptors xmi:id="_myswQJHGEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.systemView" label="Remote Systems" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/system_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_5LcJHDEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.systemView" label="Remote Systems" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/system_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Remote Systems</tags> </descriptors> - <descriptors xmi:id="_myswQZHGEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.teamView" label="Team" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/team_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_5ygJHDEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.teamView" label="Team" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/team_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Remote Systems</tags> </descriptors> - <descriptors xmi:id="_myswQpHGEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.systemTableView" label="Remote System Details" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/system_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_5ygZHDEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.systemTableView" label="Remote System Details" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/system_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Remote Systems</tags> </descriptors> - <descriptors xmi:id="_myswQ5HGEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.SystemSearchView" label="Remote Search" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/obj16/system_search.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_6ZkJHDEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.SystemSearchView" label="Remote Search" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/obj16/system_search.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Remote Systems</tags> </descriptors> - <descriptors xmi:id="_myswRJHGEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.scratchpad.SystemScratchpadViewPart" label="Remote Scratchpad" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/view16/scratchpad_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_7AoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.scratchpad.SystemScratchpadViewPart" label="Remote Scratchpad" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/view16/scratchpad_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Remote Systems</tags> </descriptors> - <descriptors xmi:id="_myswRZHGEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.monitorView" label="Remote Monitor" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/view16/system_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_7AoZHDEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.view.monitorView" label="Remote Monitor" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/view16/system_view.gif" tooltip="" category="Remote Systems" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Remote Systems</tags> </descriptors> - <descriptors xmi:id="_myswRpHGEeeUq7sm0YNLEg" elementId="org.eclipse.search.SearchResultView" label="Classic Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_7AopHDEeeUq7sm0YNLEg" elementId="org.eclipse.search.SearchResultView" label="Classic Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswR5HGEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.views.SearchView" label="Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_7nsJHDEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.views.SearchView" label="Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswSJHGEeeUq7sm0YNLEg" elementId="org.eclipse.team.sync.views.SynchronizeView" label="Synchronize" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/synch_synch.gif" tooltip="" allowMultiple="true" category="Team" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_8OwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.team.sync.views.SynchronizeView" label="Synchronize" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/synch_synch.gif" tooltip="" allowMultiple="true" category="Team" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Team</tags> </descriptors> - <descriptors xmi:id="_myswSZHGEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.GenericHistoryView" label="History" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/history_view.gif" tooltip="" allowMultiple="true" category="Team" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_810JHDEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.GenericHistoryView" label="History" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/history_view.gif" tooltip="" allowMultiple="true" category="Team" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Team</tags> </descriptors> - <descriptors xmi:id="_myswSpHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" label="Terminal" iconURI="platform:/plugin/org.eclipse.tm.terminal.view.ui/icons/eview16/terminal_view.gif" tooltip="" allowMultiple="true" category="Terminal" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_9c4JHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" label="Terminal" iconURI="platform:/plugin/org.eclipse.tm.terminal.view.ui/icons/eview16/terminal_view.gif" tooltip="" allowMultiple="true" category="Terminal" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Terminal</tags> </descriptors> - <descriptors xmi:id="_myswS5HGEeeUq7sm0YNLEg" elementId="org.eclipse.tcf.te.ui.terminals.TerminalsView" label="Terminals (Old)" iconURI="platform:/plugin/org.eclipse.tm.terminal.view.ui/icons/eview16/terminal_view.gif" tooltip="" allowMultiple="true" category="Other" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_-D8JHDEeeUq7sm0YNLEg" elementId="org.eclipse.tcf.te.ui.terminals.TerminalsView" label="Terminals (Old)" iconURI="platform:/plugin/org.eclipse.tm.terminal.view.ui/icons/eview16/terminal_view.gif" tooltip="" allowMultiple="true" category="Other" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Other</tags> </descriptors> - <descriptors xmi:id="_myswTJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.internal.introview" label="Welcome" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_-D8ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.internal.introview" label="Welcome" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswTZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.browser.view" label="Internal Web Browser" iconURI="platform:/plugin/org.eclipse.ui.browser/icons/obj16/internal_browser.gif" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G_-rAJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.browser.view" label="Internal Web Browser" iconURI="platform:/plugin/org.eclipse.ui.browser/icons/obj16/internal_browser.gif" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswTpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G__SEJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Help</tags> </descriptors> - <descriptors xmi:id="_myswT5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.console.ConsoleView" label="Console" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_G__5IJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.console.ConsoleView" label="Console" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswUJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProgressView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAAgMJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProgressView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswUZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ResourceNavigator" label="Navigator" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HABHQJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ResourceNavigator" label="Navigator" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswUpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.BookmarkView" label="Bookmarks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HABuUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.BookmarkView" label="Bookmarks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswU5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.TaskList" label="Tasks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/tasks_tsk.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HACVYJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.TaskList" label="Tasks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/tasks_tsk.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswVJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProblemView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HACVYZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ProblemView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswVZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.AllMarkersView" label="Markers" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAC8cJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.AllMarkersView" label="Markers" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswVpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAC8cZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.ProjectExplorer" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswV5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet" label="Properties" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAEKkJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.PropertySheet" label="Properties" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswWJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline" label="Outline" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAExoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.ContentOutline" label="Outline" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswWZHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.runtime.LogView" label="Error Log" iconURI="platform:/plugin/org.eclipse.ui.views.log/icons/eview16/error_log.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAExoZHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.runtime.LogView" label="Error Log" iconURI="platform:/plugin/org.eclipse.ui.views.log/icons/eview16/error_log.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswWpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" label="Snippets" iconURI="platform:/plugin/org.eclipse.wst.common.snippets/icons/snippets_view.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAFYsJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" label="Snippets" iconURI="platform:/plugin/org.eclipse.wst.common.snippets/icons/snippets_view.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswW5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.internet.monitor.view" label="TCP/IP Monitor" iconURI="platform:/plugin/org.eclipse.wst.internet.monitor.ui/icons/cview16/monitorView.gif" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAF_wJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.internet.monitor.view" label="TCP/IP Monitor" iconURI="platform:/plugin/org.eclipse.wst.internet.monitor.ui/icons/cview16/monitorView.gif" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Debug</tags> </descriptors> - <descriptors xmi:id="_myswXJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.TypeHierarchy" label="Hierarchy" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/class_hi.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAGm0JHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.TypeHierarchy" label="Hierarchy" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/class_hi.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:JavaScript</tags> </descriptors> - <descriptors xmi:id="_myswXZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.PackageExplorer" label="Script Explorer" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/package.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAMGYJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.PackageExplorer" label="Script Explorer" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/package.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:JavaScript</tags> </descriptors> - <descriptors xmi:id="_myswXpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.callhierarchy.view" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/call_hierarchy.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAMtcJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.callhierarchy.view" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/call_hierarchy.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:JavaScript</tags> </descriptors> - <descriptors xmi:id="_myswX5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.SourceView" label="Declaration" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAMtcZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.SourceView" label="Declaration" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif" tooltip="" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:JavaScript</tags> </descriptors> - <descriptors xmi:id="_myswYJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavadocView" label="Documentation" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif" tooltip="JavaScript Documentation" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HANUgJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavadocView" label="Documentation" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif" tooltip="JavaScript Documentation" category="JavaScript" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:JavaScript</tags> </descriptors> - <descriptors xmi:id="_myswYZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.ServersView" label="Servers" iconURI="platform:/plugin/org.eclipse.wst.server.ui/icons/cview16/servers_view.gif" tooltip="" category="Server" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAN7kJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui.ServersView" label="Servers" iconURI="platform:/plugin/org.eclipse.wst.server.ui/icons/cview16/servers_view.gif" tooltip="" category="Server" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Server</tags> </descriptors> - <descriptors xmi:id="_myswYpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.views.annotations.XMLAnnotationsView" label="Documentation" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/obj16/comment_obj.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAOioJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.views.annotations.XMLAnnotationsView" label="Documentation" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/obj16/comment_obj.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:XML</tags> </descriptors> - <descriptors xmi:id="_myswY5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.contentmodel.view" label="Content Model" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/view16/hierarchy.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAPJsJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.contentmodel.view" label="Content Model" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/view16/hierarchy.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:XML</tags> </descriptors> - <descriptors xmi:id="_myswZJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.views.XPathView" label="XPath" iconURI="platform:/plugin/org.eclipse.wst.xml.xpath.ui/icons/full/xpath.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAPwwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.views.XPathView" label="XPath" iconURI="platform:/plugin/org.eclipse.wst.xml.xpath.ui/icons/full/xpath.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:XML</tags> </descriptors> - <descriptors xmi:id="_myswZZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsl.jaxp.debug.ui.resultview" label="Result" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAQX0JHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsl.jaxp.debug.ui.resultview" label="Result" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:XML</tags> </descriptors> - <descriptors xmi:id="_myswZpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsl.ui.view.outline" label="Stylesheet Model" iconURI="platform:/plugin/org.eclipse.wst.xsl.ui/icons/full/hierarchy.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAQ-4JHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsl.ui.view.outline" label="Stylesheet Model" iconURI="platform:/plugin/org.eclipse.wst.xsl.ui/icons/full/hierarchy.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:XML</tags> </descriptors> - <descriptors xmi:id="_myswZ5HGEeeUq7sm0YNLEg" elementId="org.activiti.designer.eclipse.view.navigator" label="Activiti Explorer" iconURI="platform:/plugin/org.activiti.designer.eclipse/icons/logo/activiti.logo.gradients.16x16.png" tooltip="" category="Activiti" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HARl8JHDEeeUq7sm0YNLEg" elementId="org.activiti.designer.eclipse.view.navigator" label="Activiti Explorer" iconURI="platform:/plugin/org.activiti.designer.eclipse/icons/logo/activiti.logo.gradients.16x16.png" tooltip="" category="Activiti" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Activiti</tags> </descriptors> - <descriptors xmi:id="_myswaJHGEeeUq7sm0YNLEg" elementId="org.activiti.designer.eclipse.activiticloudeditor.view" label="Activiti Cloud Editor" iconURI="platform:/plugin/org.activiti.designer.eclipse/icons/logo/activiti.logo.gradients.16x16.png" tooltip="" category="Activiti" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HASNAJHDEeeUq7sm0YNLEg" elementId="org.activiti.designer.eclipse.activiticloudeditor.view" label="Activiti Cloud Editor" iconURI="platform:/plugin/org.activiti.designer.eclipse/icons/logo/activiti.logo.gradients.16x16.png" tooltip="" category="Activiti" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Activiti</tags> </descriptors> - <descriptors xmi:id="_myswaZHGEeeUq7sm0YNLEg" elementId="org.activiti.designer.kickstart.eclipse.cmisnavigator" label="CMIS Navigator" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="Activiti" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAS0EJHDEeeUq7sm0YNLEg" elementId="org.activiti.designer.kickstart.eclipse.cmisnavigator" label="CMIS Navigator" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="Activiti" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Activiti</tags> </descriptors> - <descriptors xmi:id="_myswapHGEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.internal.editor.thumbnailview" label="Miniature View" iconURI="platform:/plugin/org.eclipse.graphiti.ui/icons/outline/thumbnail.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAS0EZHDEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.internal.editor.thumbnailview" label="Miniature View" iconURI="platform:/plugin/org.eclipse.graphiti.ui/icons/outline/thumbnail.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:General</tags> </descriptors> - <descriptors xmi:id="_myswa5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.envelope.view" label="Message Envelope" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="ESB Mediation Debugger View" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HATbIJHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.envelope.view" label="Message Envelope" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="ESB Mediation Debugger View" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:ESB Mediation Debugger View</tags> </descriptors> - <descriptors xmi:id="_myswbJHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.wirelog.view" label="Wire Log View" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="ESB Mediation Debugger View" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAUCMJHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.wirelog.view" label="Wire Log View" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="ESB Mediation Debugger View" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:ESB Mediation Debugger View</tags> </descriptors> - <descriptors xmi:id="_myswbZHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.remote.registry.view" label="WSO2 Registry Browser" iconURI="platform:/plugin/org.wso2.developerstudio.eclipse.registry.manager.remote/icons/registry.png" tooltip="" category="Other" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAUCMZHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.remote.registry.view" label="WSO2 Registry Browser" iconURI="platform:/plugin/org.wso2.developerstudio.eclipse.registry.manager.remote/icons/registry.png" tooltip="" category="Other" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Other</tags> </descriptors> - <descriptors xmi:id="_myswbpHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.registry.properties" label="Resource Metadata" iconURI="platform:/plugin/org.wso2.developerstudio.eclipse.registry.manager.remote/icons/registryProperties.png" tooltip="" category="Other" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAUpQJHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.registry.properties" label="Resource Metadata" iconURI="platform:/plugin/org.wso2.developerstudio.eclipse.registry.manager.remote/icons/registryProperties.png" tooltip="" category="Other" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Other</tags> </descriptors> - <descriptors xmi:id="_myswb5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.registry.resource.info" label="Resource Info" iconURI="platform:/plugin/org.wso2.developerstudio.eclipse.registry.manager.remote/icons/registryProperties.png" tooltip="" category="Other" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAVQUJHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.registry.resource.info" label="Resource Info" iconURI="platform:/plugin/org.wso2.developerstudio.eclipse.registry.manager.remote/icons/registryProperties.png" tooltip="" category="Other" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:Other</tags> </descriptors> - <descriptors xmi:id="_myswcJHGEeeUq7sm0YNLEg" elementId="org.wso2.sample.multipage.form.editor.editors.FormView" label="My View" iconURI="platform:/plugin/org.wso2.developerstudio.esb.form.editors/icons/sample.gif" tooltip="" category="%categoryName" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAV3YJHDEeeUq7sm0YNLEg" elementId="org.wso2.sample.multipage.form.editor.editors.FormView" label="My View" iconURI="platform:/plugin/org.wso2.developerstudio.esb.form.editors/icons/sample.gif" tooltip="" category="%categoryName" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:%categoryName</tags> </descriptors> - <descriptors xmi:id="_myswcZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.forms.article.views.FormView" label="%viewName" iconURI="platform:/plugin/org.wso2.developerstudio.esb.form.editors/icons/sample.gif" tooltip="" category="%categoryName" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <descriptors xmi:id="_HAWecJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.forms.article.views.FormView" label="%viewName" iconURI="platform:/plugin/org.wso2.developerstudio.esb.form.editors/icons/sample.gif" tooltip="" category="%categoryName" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> <tags>View</tags> <tags>categoryTag:%categoryName</tags> </descriptors> - <commands xmi:id="_myt8s5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.inlineLocal.assist" commandName="Quick Assist - Inline local variable" description="Invokes quick assist and selects 'Inline local variable'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8tJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.pageUp" commandName="Select Page Up" description="Select to the top of the page" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8tZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaseline" commandName="Reset quickdiff baseline" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt8tpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaselineTarget" name="Reset target (HEAD, HEAD^1)" optional="false"/> + <trimContributions xmi:id="_2r10UF9tEeO-yojH_y4TJA" elementId="org.eclipse.ui.ide.application.trimcontribution.QuickAccess" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" toBeRendered="false" parentId="org.eclipse.ui.main.toolbar" positionInParent="last"> + <children xsi:type="menu:ToolControl" xmi:id="_76uUAF9tEeO-yojH_y4TJA" elementId="Spacer Glue" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl"> + <tags>glue</tags> + <tags>move_after:PerspectiveSpacer</tags> + <tags>SHOW_RESTORE_MENU</tags> + </children> + <children xsi:type="menu:ToolControl" xmi:id="_8tJPcF9tEeO-yojH_y4TJA" elementId="SearchField" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.quickaccess.SearchField"> + <tags>move_after:Spacer Glue</tags> + <tags>HIDEABLE</tags> + <tags>SHOW_RESTORE_MENU</tags> + </children> + <children xsi:type="menu:ToolControl" xmi:id="_9LgmcF9tEeO-yojH_y4TJA" elementId="Search-PS Glue" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl"> + <tags>glue</tags> + <tags>move_after:SearchField</tags> + <tags>SHOW_RESTORE_MENU</tags> + </children> + </trimContributions> + <commands xmi:id="_G7ArcJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.inlineLocal.assist" commandName="Quick Assist - Inline local variable" description="Invokes quick assist and selects 'Inline local variable'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7ArcZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.pageUp" commandName="Select Page Up" description="Select to the top of the page" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSgJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaseline" commandName="Reset quickdiff baseline" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7BSgZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaselineTarget" name="Reset target (HEAD, HEAD^1)" optional="false"/> </commands> - <commands xmi:id="_myt8t5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.convertLocalToField.assist" commandName="Quick Assist - Convert local variable to field" description="Invokes quick assist and selects 'Convert local variable to field'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8uJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8uZHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.maximize" commandName="Maximize Active View or Editor" category="_myuk45HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8upHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.deletePreviousWord" commandName="Delete Previous Word" description="Delete the previous word" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8u5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace" commandName="Declaration in Workspace" description="Search for declarations of the selected element in the workspace" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8vJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.commands.showElementInTypeHierarchyView" commandName="Show JavaScript Element Type Hierarchy" description="Show a JavaScript element in the Type Hierarchy view" category="_myuk15HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt8vZHGEeeUq7sm0YNLEg" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/> + <commands xmi:id="_G7BSgpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.convertLocalToField.assist" commandName="Quick Assist - Convert local variable to field" description="Invokes quick assist and selects 'Convert local variable to field'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSg5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BShJHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.maximize" commandName="Maximize Active View or Editor" category="_G6_dZpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BShZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.deletePreviousWord" commandName="Delete Previous Word" description="Delete the previous word" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BShpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace" commandName="Declaration in Workspace" description="Search for declarations of the selected element in the workspace" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSh5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.commands.showElementInTypeHierarchyView" commandName="Show JavaScript Element Type Hierarchy" description="Show a JavaScript element in the Type Hierarchy view" category="_G6_dWpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7BSiJHDEeeUq7sm0YNLEg" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/> </commands> - <commands xmi:id="_myt8vpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.delimiter.unix" commandName="Convert Line Delimiters to Unix (LF, \n, 0A, ¶)" description="Converts the line delimiters to Unix (LF, \n, 0A, ¶)" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8v5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.working.set" commandName="References in Working Set" description="Search for references to the selected element in a working set" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8wJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set" commandName="Read Access in Working Set" description="Search for read references to the selected element in a working set" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8wZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Edit" commandName="Edit Commit" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8wpHGEeeUq7sm0YNLEg" elementId="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard" commandName="Eclipse Marketplace" description="Show the Eclipse Marketplace wizard" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8w5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.toggleMarkOccurrences" commandName="Toggle Ant Mark Occurrences" description="Toggles mark occurrences in Ant editors" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8xJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.addToWorkingSet" commandName="Add to Working Set" description="Adds the selected object to a working set." category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8xZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.callhierarchy.view" commandName="JavaScript Call Hierarchy" description="Show the Call Hierarchy view" category="_myuk0pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8xpHGEeeUq7sm0YNLEg" elementId="esbproject.commands.new.template" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8x5HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.commands.export" commandName="Export Profiles Command" description="Command to export connection profiles" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8yJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.junitShortcut.debug" commandName="Debug JUnit Test" description="Debug JUnit Test" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8yZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.editor.showCheatSheetCommand" commandName="Show Markup Cheat Sheet" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8ypHGEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" commandName="Team Synchronizing" description="Open the Team Synchronizing Perspective" category="_myuk55HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8y5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.open.declaration.command" commandName="Open Declaration" description="Opens the Ant editor on the referenced element" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8zJHGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.commands.openBrowserDialog" commandName="Open a Web browser" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt8zZHGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/> + <commands xmi:id="_G7BSiZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.delimiter.unix" commandName="Convert Line Delimiters to Unix (LF, \n, 0A, ¶)" description="Converts the line delimiters to Unix (LF, \n, 0A, ¶)" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSipHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.working.set" commandName="References in Working Set" description="Search for references to the selected element in a working set" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSi5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set" commandName="Read Access in Working Set" description="Search for read references to the selected element in a working set" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSjJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Edit" commandName="Edit Commit" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSjZHDEeeUq7sm0YNLEg" elementId="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard" commandName="Eclipse Marketplace" description="Show the Eclipse Marketplace wizard" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSjpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.toggleMarkOccurrences" commandName="Toggle Ant Mark Occurrences" description="Toggles mark occurrences in Ant editors" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSj5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.addToWorkingSet" commandName="Add to Working Set" description="Adds the selected object to a working set." category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSkJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.callhierarchy.view" commandName="JavaScript Call Hierarchy" description="Show the Call Hierarchy view" category="_G6_dVZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSkZHDEeeUq7sm0YNLEg" elementId="esbproject.commands.new.template" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSkpHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.commands.export" commandName="Export Profiles Command" description="Command to export connection profiles" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSk5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.junitShortcut.debug" commandName="Debug JUnit Test" description="Debug JUnit Test" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSlJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.editor.showCheatSheetCommand" commandName="Show Markup Cheat Sheet" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSlZHDEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" commandName="Team Synchronizing" description="Open the Team Synchronizing Perspective" category="_G6_dapHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSlpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.open.declaration.command" commandName="Open Declaration" description="Opens the Ant editor on the referenced element" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7BSl5HDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.commands.openBrowserDialog" commandName="Open a Web browser" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7BSmJHDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/> </commands> - <commands xmi:id="_myt8zpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.create.delegate.methods" commandName="Generate Delegate Methods" description="Add delegate methods for a type's fields" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8z5HGEeeUq7sm0YNLEg" elementId="org.eclipse.gef.ui.palette_view" commandName="Palette" category="_myuk0pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt80JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.views.XPathView.prefixes" commandName="&Edit Namespace Prefixes" category="_myukyZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt80ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.toggleCommentAction" commandName="Toggle Comment" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt80pHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.task.clearContext" commandName="Clear Context" category="_myukuZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt805HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.working.set" commandName="Write Access in Working Set" description="Search for write references to the selected element in a working set" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt81JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.hierarchy" commandName="Read Access in Hierarchy" description="Search for read references of the selected element in its hierarchy" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt81ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt81pHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ToggleLineBreakpoint" commandName="Toggle Line Breakpoint" description="Creates or removes a line breakpoint" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt815HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.searchForTask" commandName="Search Repository for Task" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt82JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt82ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt82pHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.project" commandName="Write Access in Project" description="Search for write references to the selected element in the enclosing project" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt825HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.internal.reflog.CheckoutCommand" commandName="Checkout" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt83JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.move" commandName="Move..." description="Move the selected item" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt83ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt83pHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.maximizePart" commandName="Maximize Part" description="Maximize Part" category="_myuk1JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt835HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt84JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.commands.openElementInEditor" commandName="Open JavaScript Element" description="Open a JavaScript element in its editor" category="_myuk15HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt84ZHGEeeUq7sm0YNLEg" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/> + <commands xmi:id="_G7BSmZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.create.delegate.methods" commandName="Generate Delegate Methods" description="Add delegate methods for a type's fields" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5kJHDEeeUq7sm0YNLEg" elementId="org.eclipse.gef.ui.palette_view" commandName="Palette" category="_G6_dVZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5kZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.views.XPathView.prefixes" commandName="&Edit Namespace Prefixes" category="_G6-2U5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5kpHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.toggleCommentAction" commandName="Toggle Comment" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5k5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.task.clearContext" commandName="Clear Context" category="_G6-2Q5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5lJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.working.set" commandName="Write Access in Working Set" description="Search for write references to the selected element in a working set" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5lZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.hierarchy" commandName="Read Access in Hierarchy" description="Search for read references of the selected element in its hierarchy" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5lpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5l5HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ToggleLineBreakpoint" commandName="Toggle Line Breakpoint" description="Creates or removes a line breakpoint" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5mJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.searchForTask" commandName="Search Repository for Task" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5mZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5mpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5m5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.project" commandName="Write Access in Project" description="Search for write references to the selected element in the enclosing project" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5nJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.internal.reflog.CheckoutCommand" commandName="Checkout" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5nZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.move" commandName="Move..." description="Move the selected item" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5npHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5n5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.maximizePart" commandName="Maximize Part" description="Maximize Part" category="_G6_dV5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5oJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5oZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.commands.openElementInEditor" commandName="Open JavaScript Element" description="Open a JavaScript element in its editor" category="_G6_dWpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7B5opHDEeeUq7sm0YNLEg" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/> </commands> - <commands xmi:id="_myt84pHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.TypesView" commandName="JavaScript Types" description="Show the Types view" category="_myuk0pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt845HGEeeUq7sm0YNLEg" elementId="org.eclipse.compare.ignoreWhiteSpace" commandName="Ignore White Space" description="Ignore white space where applicable" category="_myuk25HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt85JHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.importProjects" commandName="Import Projects" category="_myuk1pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt85ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.hierarchy" commandName="Write Access in Hierarchy" description="Search for write references of the selected element in its hierarchy" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt85pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.constructor.using.fields" commandName="Generate Constructor using Fields" description="Choose fields to initialize and constructor from superclass to call " category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt855HGEeeUq7sm0YNLEg" elementId="esbproject.commands.new.msgProc" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt86JHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewRefresh" commandName="Refresh" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt86ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.disable.grammar.constraints" commandName="Turn off Grammar Constraints" description="Turn off grammar Constraints" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt86pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.commands.showElementInTypeHierarchyView" commandName="Show Java Element Type Hierarchy" description="Show a Java element in the Type Hierarchy view" category="_myuk15HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt865HGEeeUq7sm0YNLEg" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> + <commands xmi:id="_G7B5o5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.TypesView" commandName="JavaScript Types" description="Show the Types view" category="_G6_dVZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5pJHDEeeUq7sm0YNLEg" elementId="org.eclipse.compare.ignoreWhiteSpace" commandName="Ignore White Space" description="Ignore white space where applicable" category="_G6_dXpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5pZHDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.importProjects" commandName="Import Projects" category="_G6_dWZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5ppHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.hierarchy" commandName="Write Access in Hierarchy" description="Search for write references of the selected element in its hierarchy" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5p5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.constructor.using.fields" commandName="Generate Constructor using Fields" description="Choose fields to initialize and constructor from superclass to call " category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5qJHDEeeUq7sm0YNLEg" elementId="esbproject.commands.new.msgProc" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5qZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewRefresh" commandName="Refresh" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5qpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.disable.grammar.constraints" commandName="Turn off Grammar Constraints" description="Turn off grammar Constraints" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5q5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.commands.showElementInTypeHierarchyView" commandName="Show Java Element Type Hierarchy" description="Show a Java element in the Type Hierarchy view" category="_G6_dWpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7B5rJHDEeeUq7sm0YNLEg" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> </commands> - <commands xmi:id="_myt87JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.goToResource" commandName="Go to" description="Go to a particular resource in the active view" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt87ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt87pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.resetPerspective" commandName="Reset Perspective" description="Reset the current perspective to its default state" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt875HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.quickOutlineCommand" commandName="Quick Outline" description="Open a popup dialog with a quick outline of the current document" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt88JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.project" commandName="References in Project" description="Search for references to the selected element in the enclosing project" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt88ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.MembersView" commandName="JavaScript Members" description="Show the Members view" category="_myuk0pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt88pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.buildLast" commandName="Repeat Working Set Build" description="Repeat the last working set build" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt885HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.buildProject" commandName="Build Project" description="Build the selected project" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt89JHGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.commands.openBrowser" commandName="Open a Web browser" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt89ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/> + <commands xmi:id="_G7B5rZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.goToResource" commandName="Go to" description="Go to a particular resource in the active view" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5rpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5r5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.resetPerspective" commandName="Reset Perspective" description="Reset the current perspective to its default state" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5sJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.quickOutlineCommand" commandName="Quick Outline" description="Open a popup dialog with a quick outline of the current document" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5sZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.project" commandName="References in Project" description="Search for references to the selected element in the enclosing project" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5spHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.MembersView" commandName="JavaScript Members" description="Show the Members view" category="_G6_dVZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5s5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.buildLast" commandName="Repeat Working Set Build" description="Repeat the last working set build" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5tJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.buildProject" commandName="Build Project" description="Build the selected project" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5tZHDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.commands.openBrowser" commandName="Open a Web browser" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7B5tpHDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/> </commands> - <commands xmi:id="_myt89pHGEeeUq7sm0YNLEg" elementId="AddRemoveJavaLibsMenuCommandID" commandName="Add/Remove Java Libraries" description="Add new Java libraries" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt895HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.discoveryWizardCommand" commandName="Discovery Wizard" description="shows the connector discovery wizard" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8-JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.textStart" commandName="Text Start" description="Go to the beginning of the text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8-ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.paste" commandName="Paste" description="Paste from the clipboard" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8-pHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.working.set" commandName="Declaration in Working Set" description="Search for declarations of the selected element in a working set" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8-5HGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.refreshCache" commandName="Refresh Remote Cache" category="_myuk1pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8_JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify var access" description="Invokes quick assist and selects 'Qualify var access'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8_ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.run" commandName="Run Java Applet" description="Run Java Applet" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8_pHGEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.internal.action.UpdateAction" commandName="Update" description="Update selected Pictogram Elements" category="_myukxpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt8_5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.visualdatamapper.diagram.LoadResourceAction" commandName="Load Resource" category="_myuk3JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9AJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.previous" commandName="Previous" description="Navigate to the previous item" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9AZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.clean" commandName="Clean..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9ApHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.rename" commandName="Rename" description="Rename the selected item" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9A5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.buildAll" commandName="Build All" description="Build all projects" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9BJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.OpenInTextEditorCommand" commandName="Open in Text Editor" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9BZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.cut.line.to.beginning" commandName="Cut to Beginning of Line" description="Cut to the beginning of a line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9BpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9B5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb" commandName="Toggle Java Editor Breadcrumb" description="Toggle the Java editor breadcrumb" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9CJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.revisions.rendering.cycle" commandName="Cycle Revision Coloring Mode" description="Cycles through the available coloring modes for revisions" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9CZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.renameInFile" commandName="Rename In File" description="Renames all references within the same buildfile" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9CpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.type.hierarchy" commandName="Open Type Hierarchy" description="Open a type hierarchy on the selected element" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9C5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.debug.ui.script.opensource" commandName="Open Source" description="Shows the JavaScript source for the selected script element" category="_myuk2ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9DJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.interface" commandName="Extract Interface" description="Extract a set of members into a new interface and try to use the new interface" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9DZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactoring.commands.moveResources" commandName="Move Resources" description="Move the selected resources and notify LTK participants." category="_myuk6JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9DpHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.actions.LifeCycleGenerateSources.run" commandName="Run Maven Generate Sources" description="Run Maven Generate Sources" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9D5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.StepInto" commandName="Step Into" description="Step into" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9EJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.ws.jaxws.ui.configure.handlers" commandName="Configure Handlers" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9EZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structure.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9EpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.AddExceptionBreakpoint" commandName="Add Java Exception Breakpoint" description="Add a Java exception breakpoint" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9E5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.call.hierarchy" commandName="Open Call Hierarchy" description="Open a call hierarchy on the selected element" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9FJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewClearCredentials" commandName="Clear Credentials" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9FZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9FpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.convertToMarkupCommand" commandName="Generate Markup" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt9F5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.targetLanguage" name="TargetLanguage" optional="false"/> + <commands xmi:id="_G7B5t5HDEeeUq7sm0YNLEg" elementId="AddRemoveJavaLibsMenuCommandID" commandName="Add/Remove Java Libraries" description="Add new Java libraries" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5uJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.discoveryWizardCommand" commandName="Discovery Wizard" description="shows the connector discovery wizard" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5uZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.textStart" commandName="Text Start" description="Go to the beginning of the text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5upHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.paste" commandName="Paste" description="Paste from the clipboard" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5u5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.working.set" commandName="Declaration in Working Set" description="Search for declarations of the selected element in a working set" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5vJHDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.refreshCache" commandName="Refresh Remote Cache" category="_G6_dWZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5vZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify var access" description="Invokes quick assist and selects 'Qualify var access'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5vpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.run" commandName="Run Java Applet" description="Run Java Applet" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5v5HDEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.internal.action.UpdateAction" commandName="Update" description="Update selected Pictogram Elements" category="_G6-2UJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5wJHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.visualdatamapper.diagram.LoadResourceAction" commandName="Load Resource" category="_G6_dX5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5wZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.previous" commandName="Previous" description="Navigate to the previous item" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5wpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.clean" commandName="Clean..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5w5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.rename" commandName="Rename" description="Rename the selected item" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5xJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.buildAll" commandName="Build All" description="Build all projects" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5xZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.OpenInTextEditorCommand" commandName="Open in Text Editor" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5xpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.cut.line.to.beginning" commandName="Cut to Beginning of Line" description="Cut to the beginning of a line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5x5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5yJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb" commandName="Toggle Java Editor Breadcrumb" description="Toggle the Java editor breadcrumb" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5yZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.revisions.rendering.cycle" commandName="Cycle Revision Coloring Mode" description="Cycles through the available coloring modes for revisions" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5ypHDEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.renameInFile" commandName="Rename In File" description="Renames all references within the same buildfile" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5y5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.type.hierarchy" commandName="Open Type Hierarchy" description="Open a type hierarchy on the selected element" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5zJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.debug.ui.script.opensource" commandName="Open Source" description="Shows the JavaScript source for the selected script element" category="_G6_dXJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7B5zZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.interface" commandName="Extract Interface" description="Extract a set of members into a new interface and try to use the new interface" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactoring.commands.moveResources" commandName="Move Resources" description="Move the selected resources and notify LTK participants." category="_G6_da5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgoZHDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.actions.LifeCycleGenerateSources.run" commandName="Run Maven Generate Sources" description="Run Maven Generate Sources" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgopHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.StepInto" commandName="Step Into" description="Step into" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cgo5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.ws.jaxws.ui.configure.handlers" commandName="Configure Handlers" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgpJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structure.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgpZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.AddExceptionBreakpoint" commandName="Add Java Exception Breakpoint" description="Add a Java exception breakpoint" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgppHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.call.hierarchy" commandName="Open Call Hierarchy" description="Open a call hierarchy on the selected element" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cgp5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewClearCredentials" commandName="Clear Credentials" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgqJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgqZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.convertToMarkupCommand" commandName="Generate Markup" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7CgqpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.targetLanguage" name="TargetLanguage" optional="false"/> </commands> - <commands xmi:id="_myt9GJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.unimplemented.constructors" commandName="Generate Constructors from Superclass" description="Evaluate and add constructors from superclass" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9GZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.showToolTip" commandName="Show Tooltip Description" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9GpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.debug.ui.breakpoint.properties" commandName="JavaScript Breakpoint Properties" description="View and edit the properties for a given JavaScript breakpoint" category="_myuk2ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9G5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.task.copyContext" commandName="Copy Context" category="_myukuZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9HJHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.command.launchToolbar" commandName="Open Terminal" category="_myuk2pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9HZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.showViewMenu" commandName="Show View Menu" description="Show the view menu" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9HpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Commit" commandName="Commit..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9H5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or method" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9IJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.shiftRight" commandName="Shift Right" description="Shift a block of text to the right" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9IZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.backwardHistory" commandName="Backward History" description="Move backward in the editor navigation history" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9IpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.working.set" commandName="Implementors in Working Set" description="Search for implementors of the selected interface in a working set" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9I5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.removeTrailingWhitespace" commandName="Remove Trailing Whitespace" description="Removes the trailing whitespace of each line" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9JJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.findIncremental" commandName="Incremental Find" description="Incremental find" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9JZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.inlineLocal.assist" commandName="Quick Assist - Inline local variable" description="Invokes quick assist and selects 'Inline local variable'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9JpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.convert.anonymous.to.nested" commandName="Convert Anonymous Class to Nested" description="Convert an anonymous class to a nested class" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9J5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.newEntity" commandName="JPA Entity" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9KJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.assignToLocal.assist" commandName="Quick Assist - Assign to local variable" description="Invokes quick assist and selects 'Assign to local variable'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9KZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ImportChangedProjectsCommandId" commandName="Import Changed Projects" description="Import or create in local Git repository" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9KpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.return.continue.targets" commandName="Search break/continue Target Occurrences in File" description="Search for break/continue target occurrences of a selected target name" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9K5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9LJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.change.type" commandName="Generalize Declared Type" description="Change the declaration of a selected variable to a more general type consistent with usage" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9LZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.create.getter.setter" commandName="Generate Getters and Setters" description="Generate Getter and Setter methods for type's fields" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9LpHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.edit.text.format" commandName="Format Source" description="Format a PDE Source Page" category="_myukzJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9L5HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.result.terminate" commandName="Terminate Result" category="_myukwpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9MJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9MZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewNewRemote" commandName="Create Remote..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9MpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.generate.hashcode.equals" commandName="Generate hashCode() and equals()" description="Generates hashCode() and equals() functions for the type" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9M5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.Restart" commandName="Restart" description="Restart a process or debug target without terminating and re-launching" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9NJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.delete.line" commandName="Delete Line" description="Delete a line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9NZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.organize.imports" commandName="Organize Imports" description="Evaluate all required imports and replace the current imports" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9NpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9N5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.implementation" commandName="Open Implementation" description="Opens the Implementations of a method in its hierarchy" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9OJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.gotoTest" commandName="Referring Tests" description="Referring Tests" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9OZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.find.broken.nls.keys" commandName="Find Broken Externalized Strings" description="Finds undefined, duplicate and unused externalized string keys in property files" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9OpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.commands.showElementInPackageView" commandName="Show Java Element in Package Explorer" description="Select Java element in the Package Explorer view" category="_myuk15HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt9O5HGEeeUq7sm0YNLEg" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> + <commands xmi:id="_G7Cgq5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.unimplemented.constructors" commandName="Generate Constructors from Superclass" description="Evaluate and add constructors from superclass" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgrJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.showToolTip" commandName="Show Tooltip Description" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgrZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.debug.ui.breakpoint.properties" commandName="JavaScript Breakpoint Properties" description="View and edit the properties for a given JavaScript breakpoint" category="_G6_dXJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgrpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.task.copyContext" commandName="Copy Context" category="_G6-2Q5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cgr5HDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.command.launchToolbar" commandName="Open Terminal" category="_G6_dXZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgsJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.showViewMenu" commandName="Show View Menu" description="Show the view menu" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgsZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Commit" commandName="Commit..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgspHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or method" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cgs5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.shiftRight" commandName="Shift Right" description="Shift a block of text to the right" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgtJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.backwardHistory" commandName="Backward History" description="Move backward in the editor navigation history" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgtZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.working.set" commandName="Implementors in Working Set" description="Search for implementors of the selected interface in a working set" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgtpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.removeTrailingWhitespace" commandName="Remove Trailing Whitespace" description="Removes the trailing whitespace of each line" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cgt5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.findIncremental" commandName="Incremental Find" description="Incremental find" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CguJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.inlineLocal.assist" commandName="Quick Assist - Inline local variable" description="Invokes quick assist and selects 'Inline local variable'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CguZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.convert.anonymous.to.nested" commandName="Convert Anonymous Class to Nested" description="Convert an anonymous class to a nested class" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgupHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.newEntity" commandName="JPA Entity" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cgu5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.assignToLocal.assist" commandName="Quick Assist - Assign to local variable" description="Invokes quick assist and selects 'Assign to local variable'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgvJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ImportChangedProjectsCommandId" commandName="Import Changed Projects" description="Import or create in local Git repository" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgvZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.return.continue.targets" commandName="Search break/continue Target Occurrences in File" description="Search for break/continue target occurrences of a selected target name" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgvpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cgv5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.change.type" commandName="Generalize Declared Type" description="Change the declaration of a selected variable to a more general type consistent with usage" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.create.getter.setter" commandName="Generate Getters and Setters" description="Generate Getter and Setter methods for type's fields" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgwZHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.edit.text.format" commandName="Format Source" description="Format a PDE Source Page" category="_G6-2VpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgwpHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.result.terminate" commandName="Terminate Result" category="_G6-2TJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cgw5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgxJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewNewRemote" commandName="Create Remote..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgxZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.generate.hashcode.equals" commandName="Generate hashCode() and equals()" description="Generates hashCode() and equals() functions for the type" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgxpHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.Restart" commandName="Restart" description="Restart a process or debug target without terminating and re-launching" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cgx5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.delete.line" commandName="Delete Line" description="Delete a line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgyJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.organize.imports" commandName="Organize Imports" description="Evaluate all required imports and replace the current imports" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgyZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgypHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.implementation" commandName="Open Implementation" description="Opens the Implementations of a method in its hierarchy" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cgy5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.gotoTest" commandName="Referring Tests" description="Referring Tests" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgzJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.find.broken.nls.keys" commandName="Find Broken Externalized Strings" description="Finds undefined, duplicate and unused externalized string keys in property files" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7CgzZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.commands.showElementInPackageView" commandName="Show Java Element in Package Explorer" description="Select Java element in the Package Explorer view" category="_G6_dWpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7CgzpHDEeeUq7sm0YNLEg" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> </commands> - <commands xmi:id="_myt9PJHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.performDropdown" commandName="Perform Dropdown" category="_myuk1pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9PZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.InstanceCount" commandName="Instance Count" description="View the instance count of the selected type loaded in the target VM" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9PpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.create.getter.setter" commandName="Generate Getters and Setters" description="Generate Getter and Setter functions for type's vars" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9P5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.findReplace" commandName="Find and Replace" description="Find and replace text" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9QJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.MergeTool" commandName="Merge Tool" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9QZHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.addAllPluginsToJavaSearch" commandName="Add All Plug-ins to Java Search" description="Adds all plug-ins in the target platform to java search" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9QpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.command.shareProject" commandName="Share with Git" description="Share the project using Git" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt9Q5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.command.projectNameParameter" name="Project" optional="false"/> + <commands xmi:id="_G7Cgz5HDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.performDropdown" commandName="Perform Dropdown" category="_G6_dWZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cg0JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.InstanceCount" commandName="Instance Count" description="View the instance count of the selected type loaded in the target VM" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cg0ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.create.getter.setter" commandName="Generate Getters and Setters" description="Generate Getter and Setter functions for type's vars" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cg0pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.findReplace" commandName="Find and Replace" description="Find and replace text" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cg05HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.MergeTool" commandName="Merge Tool" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cg1JHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.addAllPluginsToJavaSearch" commandName="Add All Plug-ins to Java Search" description="Adds all plug-ins in the target platform to java search" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cg1ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.command.shareProject" commandName="Share with Git" description="Share the project using Git" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7Cg1pHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.command.projectNameParameter" name="Project" optional="false"/> </commands> - <commands xmi:id="_myt9RJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested" commandName="Convert Anonymous Class to Nested" description="Convert an anonymous class to a nested class" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9RZHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.quickOutline" commandName="Quick Outline" description="Open a quick outline popup dialog for a given editor input" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9RpHGEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.sdk.installationDetails" commandName="Installation Details" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9R5HGEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize resources in the workspace with another location" category="_myuk0ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9SJHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.profiles.ui.commands.selectMavenProfileCommand" commandName="Select Maven Profiles" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9SZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.nextEditor" commandName="Next Editor" description="Switch to the next editor" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9SpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.internal.reflog.CopyCommand" commandName="Copy SHA-1" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9S5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.new.subtask" commandName="New Subtask" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9TJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective" commandName="JavaScript Browsing" description="Show the JavaScript Browsing perspective" category="_myuk55HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9TZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.helpContents" commandName="Help Contents" description="Open the help contents" category="_myuk4ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9TpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9T5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Reset" commandName="Reset..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9UJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.delete" commandName="Delete" description="Delete the selection" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9UZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.delete.line.to.beginning" commandName="Delete to Beginning of Line" description="Delete to the beginning of a line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9UpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.RenameBranch" commandName="Rename Branch" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9U5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Synchronize" commandName="Synchronize" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9VJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set" commandName="Declaration in Working Set" description="Search for declarations of the selected element in a working set" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9VZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9VpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.findPrevious" commandName="Find Previous" description="Find previous item" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9V5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ToggleBreakpoint" commandName="Toggle Breakpoint" description="Creates or removes a breakpoint" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9WJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.Revert" commandName="Revert Commit" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9WZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.StashDrop" commandName="Delete Stashed Commit..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9WpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.openTask" commandName="Open Task" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9W5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.scroll.lineUp" commandName="Scroll Line Up" description="Scroll up one line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9XJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9XZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.java.ui.editor.folding.auto" commandName="Toggle Active Folding" description="Toggle Active Folding" category="_myuk2JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9XpHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.runtime.spy.commands.spyCommand" commandName="Plug-in Selection Spy" description="Show the Plug-in Spy" category="_myuk65HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9X5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.clean.up" commandName="Clean Up" description="Solve problems and improve code style on selected resources" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9YJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.toggle" commandName="Toggle Folding" description="Toggles folding in the current editor" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9YZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" commandName="Show Whitespace Characters" description="Shows whitespace characters in current text editor" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9YpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.revert" commandName="Revert" description="Revert to the last saved state" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9Y5HGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.ui.ToggleOfflineMode" commandName="Toggle Offline Mode" category="_myukzpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9ZJHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.openLog" commandName="Open Setup Log" category="_myuk1pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9ZZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.buildAutomatically" commandName="Build Automatically" description="Toggle the workspace build automatically function" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9ZpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.import" commandName="Import" description="Import" category="_myukv5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt9Z5HGEeeUq7sm0YNLEg" elementId="importWizardId" name="Import Wizard"/> + <commands xmi:id="_G7Cg15HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested" commandName="Convert Anonymous Class to Nested" description="Convert an anonymous class to a nested class" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cg2JHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.quickOutline" commandName="Quick Outline" description="Open a quick outline popup dialog for a given editor input" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cg2ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.sdk.installationDetails" commandName="Installation Details" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Cg2pHDEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize resources in the workspace with another location" category="_G6_dVJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHsJHDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.profiles.ui.commands.selectMavenProfileCommand" commandName="Select Maven Profiles" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHsZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.nextEditor" commandName="Next Editor" description="Switch to the next editor" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHspHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.internal.reflog.CopyCommand" commandName="Copy SHA-1" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHs5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.new.subtask" commandName="New Subtask" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHtJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective" commandName="JavaScript Browsing" description="Show the JavaScript Browsing perspective" category="_G6_dapHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHtZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.helpContents" commandName="Help Contents" description="Open the help contents" category="_G6_dZJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHtpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHt5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Reset" commandName="Reset..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHuJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.delete" commandName="Delete" description="Delete the selection" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHuZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.delete.line.to.beginning" commandName="Delete to Beginning of Line" description="Delete to the beginning of a line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHupHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.RenameBranch" commandName="Rename Branch" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHu5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Synchronize" commandName="Synchronize" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHvJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set" commandName="Declaration in Working Set" description="Search for declarations of the selected element in a working set" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHvZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHvpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.findPrevious" commandName="Find Previous" description="Find previous item" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHv5HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ToggleBreakpoint" commandName="Toggle Breakpoint" description="Creates or removes a breakpoint" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.Revert" commandName="Revert Commit" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHwZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.StashDrop" commandName="Delete Stashed Commit..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHwpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.openTask" commandName="Open Task" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHw5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.scroll.lineUp" commandName="Scroll Line Up" description="Scroll up one line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHxJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHxZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.java.ui.editor.folding.auto" commandName="Toggle Active Folding" description="Toggle Active Folding" category="_G6_dW5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHxpHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.runtime.spy.commands.spyCommand" commandName="Plug-in Selection Spy" description="Show the Plug-in Spy" category="_G6_dbpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHx5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.clean.up" commandName="Clean Up" description="Solve problems and improve code style on selected resources" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHyJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.toggle" commandName="Toggle Folding" description="Toggles folding in the current editor" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHyZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" commandName="Show Whitespace Characters" description="Shows whitespace characters in current text editor" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHypHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.revert" commandName="Revert" description="Revert to the last saved state" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHy5HDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.ui.ToggleOfflineMode" commandName="Toggle Offline Mode" category="_G6_dUZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHzJHDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.openLog" commandName="Open Setup Log" category="_G6_dWZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHzZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.buildAutomatically" commandName="Build Automatically" description="Toggle the workspace build automatically function" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DHzpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.import" commandName="Import" description="Import" category="_G6-2SZHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7DuwJHDEeeUq7sm0YNLEg" elementId="importWizardId" name="Import Wizard"/> </commands> - <commands xmi:id="_myt9aJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Merge" commandName="Merge" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9aZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.switchToEditor" commandName="Switch to Editor" description="Switch to an editor" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9apHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.find.broken.nls.keys" commandName="Find Broken Externalized Strings" description="Finds undefined, duplicate and unused externalized string keys in property files" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9a5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.dynamicHelp" commandName="Dynamic Help" description="Open the dynamic help" category="_myuk4ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9bJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into Java comments" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9bZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.activateTask" commandName="Activate Task" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9bpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CreateTag" commandName="Create Tag..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9b5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" commandName="Show Occurrences in File Quick Menu" description="Shows the Occurrences in File quick menu" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9cJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.next.member" commandName="Go to Next Member" description="Move the caret to the next member of the JavaScript file" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9cZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.toggleInsertMode" commandName="Toggle Insert Mode" description="Toggle insert mode" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9cpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewDelete" commandName="Delete Repository" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9c5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.closePart" commandName="Close Part" description="Close the active workbench part" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9dJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.revisions.id.toggle" commandName="Toggle Revision Id Display" description="Toggles the display of the revision id" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9dZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.cleanAction" commandName="Build Clean" description="Discard old built state" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9dpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.back" commandName="Back" description="Navigate back" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9d5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.wordNext" commandName="Select Next Word" description="Select the next word" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9eJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavaBrowsingPerspective" commandName="Java Browsing" description="Show the Java Browsing perspective" category="_myuk55HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9eZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.pageDown" commandName="Page Down" description="Go down one page" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9epHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.project" commandName="Implementors in Project" description="Search for implementors of the selected interface in the enclosing project" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9e5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.GarbageCollect" commandName="Collect Garbage" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9fJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CompareWithWorkingTree" commandName="Compare with Working Tree" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9fZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Branch" commandName="Branch" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9fpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.ProjectsView" commandName="JavaScript Projects" description="Show the Projects view" category="_myuk0pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9f5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.previousSibling" commandName="Previous Sibling" description="Go to Previous Sibling" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9gJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigurePush" commandName="Configure Push..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9gZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.findIncrementalReverse" commandName="Incremental Find Reverse" description="Incremental find reverse" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9gpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.factory" commandName="Introduce Factory" description="Introduce a factory function to encapsulate invocation of the selected constructor" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9g5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.antShortcut.run" commandName="Run Ant Build" description="Run Ant Build" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9hJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.convertAnonymousToLocal.assist" commandName="Quick Assist - Convert anonymous to local class" description="Invokes quick assist and selects 'Convert anonymous to local class'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9hZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.stash.apply" commandName="Apply Stashed Changes" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9hpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.Inspect" commandName="Inspect" description="Inspect result of evaluating selected text" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9h5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.columnNext" commandName="Next Column" description="Go to the next column" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9iJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Squash" commandName="Squash Commits" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9iZHGEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.performTextSearchWorkingSet" commandName="Find Text in Working Set" description="Searches the files in the working set for specific text." category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9ipHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" commandName="Show Occurrences in File Quick Menu" description="Shows the Occurrences in File quick menu" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9i5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.wordNext" commandName="Next Word" description="Go to the next word" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9jJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.convertLocalToField.assist" commandName="Quick Assist - Convert local variable to var" description="Invokes quick assist and selects 'Convert local variable to var'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9jZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9jpHGEeeUq7sm0YNLEg" elementId="org.eclipse.quickdiff.toggle" commandName="Quick Diff Toggle" description="Toggles quick diff information display on the line number ruler" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9j5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.deleteNext" commandName="Delete Next" description="Delete the next character" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9kJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.FetchGerritChange" commandName="Fetch From Gerrit" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9kZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.SynchronizeAll" commandName="Synchronize Changed" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9kpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.Watch" commandName="Watch" description="Create new watch expression" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9k5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Reword" commandName="Reword Commit" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9lJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.context.ui.editor.folding.auto" commandName="Toggle Active Folding" description="Toggle Active Folding" category="_myukvpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9lZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.OpenCommit" commandName="Open Git Commit" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9lpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.stop" commandName="Stop" description="Stop the server" category="_myukvZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9l5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.displayHelp" commandName="Display Help" description="Display a Help topic" category="_myuk4ZHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt9mJHGEeeUq7sm0YNLEg" elementId="href" name="Help topic href"/> + <commands xmi:id="_G7DuwZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Merge" commandName="Merge" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DuwpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.switchToEditor" commandName="Switch to Editor" description="Switch to an editor" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Duw5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.find.broken.nls.keys" commandName="Find Broken Externalized Strings" description="Finds undefined, duplicate and unused externalized string keys in property files" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DuxJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.dynamicHelp" commandName="Dynamic Help" description="Open the dynamic help" category="_G6_dZJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DuxZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into Java comments" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DuxpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.activateTask" commandName="Activate Task" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Dux5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CreateTag" commandName="Create Tag..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DuyJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" commandName="Show Occurrences in File Quick Menu" description="Shows the Occurrences in File quick menu" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DuyZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.next.member" commandName="Go to Next Member" description="Move the caret to the next member of the JavaScript file" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DuypHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.toggleInsertMode" commandName="Toggle Insert Mode" description="Toggle insert mode" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Duy5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewDelete" commandName="Delete Repository" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DuzJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.closePart" commandName="Close Part" description="Close the active workbench part" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DuzZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.revisions.id.toggle" commandName="Toggle Revision Id Display" description="Toggles the display of the revision id" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7DuzpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.cleanAction" commandName="Build Clean" description="Discard old built state" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Duz5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.back" commandName="Back" description="Navigate back" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du0JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.wordNext" commandName="Select Next Word" description="Select the next word" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du0ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavaBrowsingPerspective" commandName="Java Browsing" description="Show the Java Browsing perspective" category="_G6_dapHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du0pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.pageDown" commandName="Page Down" description="Go down one page" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du05HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.project" commandName="Implementors in Project" description="Search for implementors of the selected interface in the enclosing project" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du1JHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.GarbageCollect" commandName="Collect Garbage" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du1ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CompareWithWorkingTree" commandName="Compare with Working Tree" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du1pHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Branch" commandName="Branch" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du15HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.ProjectsView" commandName="JavaScript Projects" description="Show the Projects view" category="_G6_dVZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du2JHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.previousSibling" commandName="Previous Sibling" description="Go to Previous Sibling" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du2ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigurePush" commandName="Configure Push..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du2pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.findIncrementalReverse" commandName="Incremental Find Reverse" description="Incremental find reverse" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du25HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.factory" commandName="Introduce Factory" description="Introduce a factory function to encapsulate invocation of the selected constructor" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du3JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.antShortcut.run" commandName="Run Ant Build" description="Run Ant Build" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du3ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.convertAnonymousToLocal.assist" commandName="Quick Assist - Convert anonymous to local class" description="Invokes quick assist and selects 'Convert anonymous to local class'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du3pHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.stash.apply" commandName="Apply Stashed Changes" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du35HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.Inspect" commandName="Inspect" description="Inspect result of evaluating selected text" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du4JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.columnNext" commandName="Next Column" description="Go to the next column" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du4ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Squash" commandName="Squash Commits" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du4pHDEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.performTextSearchWorkingSet" commandName="Find Text in Working Set" description="Searches the files in the working set for specific text." category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du45HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" commandName="Show Occurrences in File Quick Menu" description="Shows the Occurrences in File quick menu" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du5JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.wordNext" commandName="Next Word" description="Go to the next word" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du5ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.convertLocalToField.assist" commandName="Quick Assist - Convert local variable to var" description="Invokes quick assist and selects 'Convert local variable to var'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du5pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du55HDEeeUq7sm0YNLEg" elementId="org.eclipse.quickdiff.toggle" commandName="Quick Diff Toggle" description="Toggles quick diff information display on the line number ruler" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du6JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.deleteNext" commandName="Delete Next" description="Delete the next character" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du6ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.FetchGerritChange" commandName="Fetch From Gerrit" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du6pHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.SynchronizeAll" commandName="Synchronize Changed" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du65HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.Watch" commandName="Watch" description="Create new watch expression" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Du7JHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Reword" commandName="Reword Commit" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV0JHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.context.ui.editor.folding.auto" commandName="Toggle Active Folding" description="Toggle Active Folding" category="_G6-2SJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV0ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.OpenCommit" commandName="Open Git Commit" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV0pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.stop" commandName="Stop" description="Stop the server" category="_G6-2R5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV05HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.displayHelp" commandName="Display Help" description="Display a Help topic" category="_G6_dZJHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7EV1JHDEeeUq7sm0YNLEg" elementId="href" name="Help topic href"/> </commands> - <commands xmi:id="_myt9mZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.pageDown" commandName="Select Page Down" description="Select to the bottom of the page" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9mpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactor.create.refactoring.script" commandName="Create Script" description="Create a refactoring script from refactorings on the local workspace" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9m5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.join.lines" commandName="Join Lines" description="Join lines of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9nJHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.saveAsTemplateAction" commandName="Save as Template" category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9nZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9npHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.showContextMenu" commandName="Show Context Menu" description="Show the context menu" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9n5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.local.variable" commandName="Extract Local Variable" description="Extracts an expression into a new local variable and uses the new local variable" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9oJHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.p2.ui.ExploreRepository" commandName="Explore Repository" category="_myukxZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9oZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactor.show.refactoring.history" commandName="Open Refactoring History " description="Opens the refactoring history" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9opHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy" commandName="Read Access in Hierarchy" description="Search for read references of the selected element in its hierarchy" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9o5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals" commandName="Quick Fix" description="Suggest possible fixes for a problem" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9pJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9pZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.nextPerspective" commandName="Next Perspective" description="Switch to the next perspective" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9ppHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.UpdateRepositoryConfiguration" commandName="Update Repository Configuration" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9p5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.security.SecurityFormPage" commandName="Apply Security" description="Quality of Service" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9qJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.StashApply" commandName="Apply Stashed Changes" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9qZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set" commandName="Write Access in Working Set" description="Search for write references to the selected element in a working set" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9qpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.ShowVersions" commandName="Open" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt9q5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CompareMode" name="Compare mode"/> + <commands xmi:id="_G7EV1ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.pageDown" commandName="Select Page Down" description="Select to the bottom of the page" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV1pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactor.create.refactoring.script" commandName="Create Script" description="Create a refactoring script from refactorings on the local workspace" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV15HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.join.lines" commandName="Join Lines" description="Join lines of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV2JHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.saveAsTemplateAction" commandName="Save as Template" category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV2ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV2pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.showContextMenu" commandName="Show Context Menu" description="Show the context menu" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV25HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.local.variable" commandName="Extract Local Variable" description="Extracts an expression into a new local variable and uses the new local variable" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV3JHDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.p2.ui.ExploreRepository" commandName="Explore Repository" category="_G6-2T5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV3ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactor.show.refactoring.history" commandName="Open Refactoring History " description="Opens the refactoring history" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV3pHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy" commandName="Read Access in Hierarchy" description="Search for read references of the selected element in its hierarchy" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV35HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals" commandName="Quick Fix" description="Suggest possible fixes for a problem" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV4JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV4ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.nextPerspective" commandName="Next Perspective" description="Switch to the next perspective" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV4pHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.UpdateRepositoryConfiguration" commandName="Update Repository Configuration" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV45HDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.security.SecurityFormPage" commandName="Apply Security" description="Quality of Service" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV5JHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.StashApply" commandName="Apply Stashed Changes" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV5ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set" commandName="Write Access in Working Set" description="Search for write references to the selected element in a working set" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV5pHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.ShowVersions" commandName="Open" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7EV55HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CompareMode" name="Compare mode"/> </commands> - <commands xmi:id="_myt9rJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.nextTab" commandName="Next Tab" description="Switch to the next tab" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9rZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.quickAccess" commandName="Quick Access" description="Quickly access UI elements" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9rpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.showInformation" commandName="Show Tooltip Description" description="Displays information for the current caret location in a focused hover" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9r5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9sJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.attachment.open" commandName="Open Attachment" category="_myuk1JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9sZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.extractLocal.assist" commandName="Quick Assist - Extract local variable" description="Invokes quick assist and selects 'Extract local variable'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9spHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.renameInFile.assist" commandName="Quick Assist - Rename in file" description="Invokes quick assist and selects 'Rename in file'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9s5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.toggleMemoryMonitorsPane" commandName="Toggle Memory Monitors Pane" description="Toggle visibility of the Memory Monitors Pane" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9tJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ConfigureUpstreamFetch" commandName="Configure Upstream Fetch" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9tZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.working.set" commandName="Implementors in Working Set" description="Search for implementors of the selected interface in a working set" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9tpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Discard" commandName="Replace with File in Index" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9t5HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.refreshFromDatabaseAction" commandName="Refresh from Database" category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9uJHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteAsOneStatementAction" commandName="Execute Selected Text As One Statement" category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9uZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewCreateBranch" commandName="Create Branch..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9upHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.commands.addrepository" commandName="New Repository Profile Command" description="Command to create a new repository profile" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9u5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewCopyPath" commandName="Copy Path to Clipboard" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9vJHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.perform.startup" commandName="Perform Setup Tasks (Startup)" category="_myuk1pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9vZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavaPerspective" commandName="JavaScript" description="Show the JavaScript perspective" category="_myuk55HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9vpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.showRulerAnnotationInformation" commandName="Show Ruler Annotation Tooltip" description="Displays annotation information for the caret line in a focused hover" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9v5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.paste" commandName="Paste Registry Element" description="Paste Registry Element Command" category="_myukzZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9wJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.ui.add.imports" commandName="Add Im&port" description="Create import declaration for selection" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9wZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.modify.method.parameters" commandName="Change Function Signature" description="Change function signature includes parameter names and parameter order" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9wpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.upgradeToEclipseLinkMappingFile" commandName="Upgrade to EclipseLink Mapping File" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9w5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.browser.openBrowser" commandName="Open Browser" description="Opens the default web browser." category="_myukwZHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt9xJHGEeeUq7sm0YNLEg" elementId="url" name="URL"/> - <parameters xmi:id="_myt9xZHGEeeUq7sm0YNLEg" elementId="browserId" name="Browser Id"/> - <parameters xmi:id="_myt9xpHGEeeUq7sm0YNLEg" elementId="name" name="Browser Name"/> - <parameters xmi:id="_myt9x5HGEeeUq7sm0YNLEg" elementId="tooltip" name="Browser Tooltip"/> + <commands xmi:id="_G7EV6JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.nextTab" commandName="Next Tab" description="Switch to the next tab" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV6ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.quickAccess" commandName="Quick Access" description="Quickly access UI elements" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV6pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.showInformation" commandName="Show Tooltip Description" description="Displays information for the current caret location in a focused hover" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV65HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV7JHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.attachment.open" commandName="Open Attachment" category="_G6_dV5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV7ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.extractLocal.assist" commandName="Quick Assist - Extract local variable" description="Invokes quick assist and selects 'Extract local variable'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV7pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.renameInFile.assist" commandName="Quick Assist - Rename in file" description="Invokes quick assist and selects 'Rename in file'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV75HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.toggleMemoryMonitorsPane" commandName="Toggle Memory Monitors Pane" description="Toggle visibility of the Memory Monitors Pane" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV8JHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ConfigureUpstreamFetch" commandName="Configure Upstream Fetch" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV8ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.working.set" commandName="Implementors in Working Set" description="Search for implementors of the selected interface in a working set" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV8pHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Discard" commandName="Replace with File in Index" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV85HDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.refreshFromDatabaseAction" commandName="Refresh from Database" category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV9JHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteAsOneStatementAction" commandName="Execute Selected Text As One Statement" category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7EV9ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewCreateBranch" commandName="Create Branch..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E84JHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.commands.addrepository" commandName="New Repository Profile Command" description="Command to create a new repository profile" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E84ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewCopyPath" commandName="Copy Path to Clipboard" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E84pHDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.perform.startup" commandName="Perform Setup Tasks (Startup)" category="_G6_dWZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E845HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavaPerspective" commandName="JavaScript" description="Show the JavaScript perspective" category="_G6_dapHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E85JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.showRulerAnnotationInformation" commandName="Show Ruler Annotation Tooltip" description="Displays annotation information for the caret line in a focused hover" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E85ZHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.paste" commandName="Paste Registry Element" description="Paste Registry Element Command" category="_G6_dUJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E85pHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.ui.add.imports" commandName="Add Im&port" description="Create import declaration for selection" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E855HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.modify.method.parameters" commandName="Change Function Signature" description="Change function signature includes parameter names and parameter order" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E86JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.upgradeToEclipseLinkMappingFile" commandName="Upgrade to EclipseLink Mapping File" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E86ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.browser.openBrowser" commandName="Open Browser" description="Opens the default web browser." category="_G6-2S5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7E86pHDEeeUq7sm0YNLEg" elementId="url" name="URL"/> + <parameters xmi:id="_G7E865HDEeeUq7sm0YNLEg" elementId="browserId" name="Browser Id"/> + <parameters xmi:id="_G7E87JHDEeeUq7sm0YNLEg" elementId="name" name="Browser Name"/> + <parameters xmi:id="_G7E87ZHDEeeUq7sm0YNLEg" elementId="tooltip" name="Browser Tooltip"/> </commands> - <commands xmi:id="_myt9yJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.constant" commandName="Extract Constant" description="Extracts a constant into a new static var and uses the new static var" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9yZHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.result.removeAllInstances" commandName="Remove All Visible Results" category="_myukwpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9ypHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences" commandName="Search Implement Occurrences in File" description="Search for implement occurrences of a selected type" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9y5HGEeeUq7sm0YNLEg" elementId="esbproject.commands.new.schedTask" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9zJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.DeleteBranch" commandName="Delete Branch..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9zZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.contentAssist.contextInformation" commandName="Context Information" description="Show Context Information" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9zpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.saveAs" commandName="Save As" description="Save the current contents to another location" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9z5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.workspace" commandName="Read Access in Workspace" description="Search for read references to the selected element in the workspace" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt90JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.previousPerspective" commandName="Previous Perspective" description="Switch to the previous perspective" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt90ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.splitEditor" commandName="Toggle Split Editor" description="Split or join the currently active editor." category="_myukwZHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt90pHGEeeUq7sm0YNLEg" elementId="Splitter.isHorizontal" name="Orientation" optional="false"/> + <commands xmi:id="_G7E87pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.constant" commandName="Extract Constant" description="Extracts a constant into a new static var and uses the new static var" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E875HDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.result.removeAllInstances" commandName="Remove All Visible Results" category="_G6-2TJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E88JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences" commandName="Search Implement Occurrences in File" description="Search for implement occurrences of a selected type" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E88ZHDEeeUq7sm0YNLEg" elementId="esbproject.commands.new.schedTask" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E88pHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.DeleteBranch" commandName="Delete Branch..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E885HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.contentAssist.contextInformation" commandName="Context Information" description="Show Context Information" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E89JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.saveAs" commandName="Save As" description="Save the current contents to another location" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E89ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.workspace" commandName="Read Access in Workspace" description="Search for read references to the selected element in the workspace" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E89pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.previousPerspective" commandName="Previous Perspective" description="Switch to the previous perspective" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E895HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.splitEditor" commandName="Toggle Split Editor" description="Split or join the currently active editor." category="_G6-2S5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7E8-JHDEeeUq7sm0YNLEg" elementId="Splitter.isHorizontal" name="Orientation" optional="false"/> </commands> - <commands xmi:id="_myt905HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.collapseAll" commandName="Collapse All" description="Collapse the current tree" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt91JHGEeeUq7sm0YNLEg" elementId="org.eclipse.compare.copyAllRightToLeft" commandName="Copy All from Right to Left" description="Copy All Changes from Right to Left" category="_myuk25HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt91ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateSelectedTask" commandName="Deactivate Selected Task" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt91pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.lockToolBar" commandName="Lock the Toolbars" description="Lock the Toolbars" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt915HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.Disconnect" commandName="Disconnect" description="Disconnect" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt92JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.interface" commandName="Extract Interface" description="Extract a set of members into a new interface and try to use the new interface" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt92ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace" commandName="Write Access in Workspace" description="Search for write references to the selected element in the workspace" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt92pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.removeFromWorkingSet" commandName="Remove From Working Set" description="Removes the selected object from a working set." category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt925HGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.createAntBuildFile" commandName="Create Ant Build File" description="Creates an Ant build file for the current project" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt93JHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.openSelectedTask" commandName="Open Selected Task" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt93ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.changeToStatic" commandName="Quick Fix - Change to static access" description="Invokes quick assist and selects 'Change to static access'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt93pHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.copycolumn" commandName="Copy" category="_myuk3pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt935HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesLinkWithSelection" commandName="Link with Selection" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt94JHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.toggle.focus.active.view" commandName="Focus on Active Task" description="Toggle the focus on active task for the active view" category="_myukuZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt94ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.deleteCompleted" commandName="Delete Completed Tasks" description="Delete the tasks marked as completed" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt94pHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.goToNextUnread" commandName="Go To Next Unread Task" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt945HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.debugAction" commandName="Debug" category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt95JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment" commandName="Add Javadoc Comment" description="Add a Javadoc comment stub to the member element" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt95ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RebaseInteractiveCurrent" commandName="%RebaseInteractiveCurrentHandler.name" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt95pHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt955HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.openEditorDropDown" commandName="Quick Switch Editor" description="Open the editor drop down list" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt96JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jaxb.ui.generateJaxbClasses" commandName="JAXB Classes..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt96ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.deleteNextWord" commandName="Delete Next Word" description="Delete the next word" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt96pHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.openDependencies" commandName="Open Plug-in Dependencies" description="Opens the plug-in dependencies view for the current plug-in" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt965HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in Java editors" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt97JHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.SkipRebase" commandName="Skip commit and continue" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt97ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected method" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt97pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy" commandName="Declaration in Hierarchy" description="Search for declarations of the selected element in its hierarchy" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt975HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.SetQuickdiffBaseline" commandName="Set quickdiff baseline" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt98JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.undo" commandName="Undo" description="Undo the last operation" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt98ZHGEeeUq7sm0YNLEg" elementId="org.activiti.designer.kickstart.command.refreshCmisNavigator" commandName="Refresh cmis navigator" description="Refresh cmis navigator"/> - <commands xmi:id="_myt98pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.newQuickMenu" commandName="New menu" description="Open the New menu" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt985HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt99JHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.actions.WatchCommand" commandName="Watch" description="Create a watch expression from the current selection and add it to the Expressions view" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt99ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.openWorkspace" commandName="Switch Workspace" description="Open the workspace selection dialog" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt99pHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.remove.occurrence.annotations" commandName="Remove Occurrence Annotations" description="Removes the occurrence annotations from the current editor" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt995HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.closeAll" commandName="Close All" description="Close all editors" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9-JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a Java editor" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9-ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.cut" commandName="Cut" description="Cut the selection to the clipboard" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9-pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.indirection" commandName="Introduce Indirection" description="Introduce an indirection to encapsulate invocations of a selected method" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9-5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Merge" commandName="Merge" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9_JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactor.apply.refactoring.script" commandName="Apply Script" description="Perform refactorings from a refactoring script on the local workspace" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9_ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ReplaceWithRef" commandName="Replace with branch, tag, or reference" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9_pHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.submitTask" commandName="Submit Task" description="Submits the currently open task" category="_myuk1JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt9_5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.superclass" commandName="Extract Superclass" description="Extract a set of members into a new superclass and try to use the new superclass" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-AJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.reload.dependencies" commandName="Reload Dependencies" description="Reload Dependencies" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-AZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.generate.xml" commandName="&XML File..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-ApHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" commandName="Show Selected Element Only" description="Show Selected Element Only" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-A5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-BJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.junitShortcut.rerunFailedFirst" commandName="Rerun JUnit Test - Failures First" description="Rerun JUnit Test - Failures First" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-BZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.export" commandName="Export" description="Export" category="_myukv5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-BpHGEeeUq7sm0YNLEg" elementId="exportWizardId" name="Export Wizard"/> + <commands xmi:id="_G7E8-ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.collapseAll" commandName="Collapse All" description="Collapse the current tree" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E8-pHDEeeUq7sm0YNLEg" elementId="org.eclipse.compare.copyAllRightToLeft" commandName="Copy All from Right to Left" description="Copy All Changes from Right to Left" category="_G6_dXpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E8-5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateSelectedTask" commandName="Deactivate Selected Task" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E8_JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.lockToolBar" commandName="Lock the Toolbars" description="Lock the Toolbars" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E8_ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.Disconnect" commandName="Disconnect" description="Disconnect" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E8_pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.interface" commandName="Extract Interface" description="Extract a set of members into a new interface and try to use the new interface" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E8_5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace" commandName="Write Access in Workspace" description="Search for write references to the selected element in the workspace" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9AJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.removeFromWorkingSet" commandName="Remove From Working Set" description="Removes the selected object from a working set." category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9AZHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.createAntBuildFile" commandName="Create Ant Build File" description="Creates an Ant build file for the current project" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9ApHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.openSelectedTask" commandName="Open Selected Task" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9A5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.changeToStatic" commandName="Quick Fix - Change to static access" description="Invokes quick assist and selects 'Change to static access'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9BJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.copycolumn" commandName="Copy" category="_G6_dYZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9BZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesLinkWithSelection" commandName="Link with Selection" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9BpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.toggle.focus.active.view" commandName="Focus on Active Task" description="Toggle the focus on active task for the active view" category="_G6-2Q5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9B5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.deleteCompleted" commandName="Delete Completed Tasks" description="Delete the tasks marked as completed" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9CJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.goToNextUnread" commandName="Go To Next Unread Task" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9CZHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.debugAction" commandName="Debug" category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9CpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment" commandName="Add Javadoc Comment" description="Add a Javadoc comment stub to the member element" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9C5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RebaseInteractiveCurrent" commandName="%RebaseInteractiveCurrentHandler.name" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9DJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9DZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.openEditorDropDown" commandName="Quick Switch Editor" description="Open the editor drop down list" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9DpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jaxb.ui.generateJaxbClasses" commandName="JAXB Classes..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9D5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.deleteNextWord" commandName="Delete Next Word" description="Delete the next word" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7E9EJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.openDependencies" commandName="Open Plug-in Dependencies" description="Opens the plug-in dependencies view for the current plug-in" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj8JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in Java editors" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj8ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.SkipRebase" commandName="Skip commit and continue" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj8pHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected method" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj85HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy" commandName="Declaration in Hierarchy" description="Search for declarations of the selected element in its hierarchy" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj9JHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.SetQuickdiffBaseline" commandName="Set quickdiff baseline" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj9ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.undo" commandName="Undo" description="Undo the last operation" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj9pHDEeeUq7sm0YNLEg" elementId="org.activiti.designer.kickstart.command.refreshCmisNavigator" commandName="Refresh cmis navigator" description="Refresh cmis navigator"/> + <commands xmi:id="_G7Fj95HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.newQuickMenu" commandName="New menu" description="Open the New menu" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj-JHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj-ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.actions.WatchCommand" commandName="Watch" description="Create a watch expression from the current selection and add it to the Expressions view" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj-pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.openWorkspace" commandName="Switch Workspace" description="Open the workspace selection dialog" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj-5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.remove.occurrence.annotations" commandName="Remove Occurrence Annotations" description="Removes the occurrence annotations from the current editor" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj_JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.closeAll" commandName="Close All" description="Close all editors" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj_ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a Java editor" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj_pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.cut" commandName="Cut" description="Cut the selection to the clipboard" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Fj_5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.indirection" commandName="Introduce Indirection" description="Introduce an indirection to encapsulate invocations of a selected method" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkAJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Merge" commandName="Merge" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkAZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactor.apply.refactoring.script" commandName="Apply Script" description="Perform refactorings from a refactoring script on the local workspace" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkApHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ReplaceWithRef" commandName="Replace with branch, tag, or reference" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkA5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.submitTask" commandName="Submit Task" description="Submits the currently open task" category="_G6_dV5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkBJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.superclass" commandName="Extract Superclass" description="Extract a set of members into a new superclass and try to use the new superclass" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkBZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.reload.dependencies" commandName="Reload Dependencies" description="Reload Dependencies" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkBpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.generate.xml" commandName="&XML File..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkB5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" commandName="Show Selected Element Only" description="Show Selected Element Only" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkCJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkCZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.junitShortcut.rerunFailedFirst" commandName="Rerun JUnit Test - Failures First" description="Rerun JUnit Test - Failures First" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkCpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.export" commandName="Export" description="Export" category="_G6-2SZHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7FkC5HDEeeUq7sm0YNLEg" elementId="exportWizardId" name="Export Wizard"/> </commands> - <commands xmi:id="_myt-B5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal" commandName="Make &Anonymous Type Global" description="Promotes anonymous type to global level and replaces its references" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-CJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project" commandName="Implementors in Project" description="Search for implementors of the selected interface in the enclosing project" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-CZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ApplyPatch" commandName="Apply Patch" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-CpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavaPerspective" commandName="Java" description="Show the Java perspective" category="_myuk55HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-C5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.indent" commandName="Correct Indentation" description="Corrects the indentation of the selected lines" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-DJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.copyConfigCommand" commandName="Copy Configuration Data To Clipboard" description="Copies the configuration data (system properties, installed bundles, etc) to the clipboard." category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-DZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.forwardHistory" commandName="Forward History" description="Move forward in the editor navigation history" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-DpHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.updater.CheckUpdatesCmd" commandName="Check for Updates" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-D5HGEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.performTextSearchProject" commandName="Find Text in Project" description="Searches the files in the project for specific text." category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-EJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.rebuildAll" commandName="Rebuild All" description="Rebuild all projects" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-EZHGEeeUq7sm0YNLEg" elementId="org.activiti.designer.command.refreshActivitiCloudEditorNavigator" commandName="Activiti Cloud Editor refresh" description="Activiti Cloud Editor refresh" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-EpHGEeeUq7sm0YNLEg" elementId="org.eclipse.gef.zoom_in" commandName="Zoom In" description="Zoom In" category="_myuk6ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-E5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-FJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.openLocalFile" commandName="Open File..." description="Open a file" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-FZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Disconnect" commandName="Disconnect" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-FpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-F5HGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.externalizeStrings" commandName="Externalize Strings in Plug-ins" description="Extract translatable strings from plug-in files" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-GJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.refresh" commandName="Refresh" description="Refresh the selected items" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-GZHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.commands.showcategory" commandName="Show Category" description="Show Category" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-GpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewChangeCredentials" commandName="Change Credentials" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-G5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.extractMethodInplace.assist" commandName="Quick Assist - Extract method" description="Invokes quick assist and selects 'Extract to method'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-HJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.closeAllPerspectives" commandName="Close All Perspectives" description="Close all open perspectives" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-HZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-HpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.disconnected" commandName="Disconnected" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-H5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.lineStart" commandName="Select Line Start" description="Select to the beginning of the line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-IJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.Reword" commandName="Reword Commit" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-IZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in JavaScript editors" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-IpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.lineNumberToggle" commandName="Show Line Numbers" description="Toggle display of line numbers" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-I5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.infer.type.arguments" commandName="Infer Generic Type Arguments" description="Infer type arguments for references to generic classes and remove unnecessary casts" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-JJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeMapAs" commandName="Map As" category="_myukypHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-JZHGEeeUq7sm0YNLEg" elementId="specifiedPersistentAttributeMappingKey" name="specified mapping key" optional="false"/> - <parameters xmi:id="_myt-JpHGEeeUq7sm0YNLEg" elementId="defaultPersistentAttributeMappingKey" name="default mapping key" optional="false"/> + <commands xmi:id="_G7FkDJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal" commandName="Make &Anonymous Type Global" description="Promotes anonymous type to global level and replaces its references" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkDZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project" commandName="Implementors in Project" description="Search for implementors of the selected interface in the enclosing project" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkDpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ApplyPatch" commandName="Apply Patch" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkD5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavaPerspective" commandName="Java" description="Show the Java perspective" category="_G6_dapHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkEJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.indent" commandName="Correct Indentation" description="Corrects the indentation of the selected lines" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkEZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.copyConfigCommand" commandName="Copy Configuration Data To Clipboard" description="Copies the configuration data (system properties, installed bundles, etc) to the clipboard." category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkEpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.forwardHistory" commandName="Forward History" description="Move forward in the editor navigation history" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkE5HDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.updater.CheckUpdatesCmd" commandName="Check for Updates" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkFJHDEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.performTextSearchProject" commandName="Find Text in Project" description="Searches the files in the project for specific text." category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkFZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.rebuildAll" commandName="Rebuild All" description="Rebuild all projects" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkFpHDEeeUq7sm0YNLEg" elementId="org.activiti.designer.command.refreshActivitiCloudEditorNavigator" commandName="Activiti Cloud Editor refresh" description="Activiti Cloud Editor refresh" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkF5HDEeeUq7sm0YNLEg" elementId="org.eclipse.gef.zoom_in" commandName="Zoom In" description="Zoom In" category="_G6_dbJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkGJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkGZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.openLocalFile" commandName="Open File..." description="Open a file" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkGpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Disconnect" commandName="Disconnect" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkG5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkHJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.externalizeStrings" commandName="Externalize Strings in Plug-ins" description="Extract translatable strings from plug-in files" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7FkHZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.refresh" commandName="Refresh" description="Refresh the selected items" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLAJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.commands.showcategory" commandName="Show Category" description="Show Category" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLAZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewChangeCredentials" commandName="Change Credentials" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLApHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.extractMethodInplace.assist" commandName="Quick Assist - Extract method" description="Invokes quick assist and selects 'Extract to method'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLA5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.closeAllPerspectives" commandName="Close All Perspectives" description="Close all open perspectives" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLBJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLBZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.disconnected" commandName="Disconnected" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLBpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.lineStart" commandName="Select Line Start" description="Select to the beginning of the line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLB5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.Reword" commandName="Reword Commit" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLCJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in JavaScript editors" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLCZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.lineNumberToggle" commandName="Show Line Numbers" description="Toggle display of line numbers" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLCpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.infer.type.arguments" commandName="Infer Generic Type Arguments" description="Infer type arguments for references to generic classes and remove unnecessary casts" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLC5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeMapAs" commandName="Map As" category="_G6-2VJHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7GLDJHDEeeUq7sm0YNLEg" elementId="specifiedPersistentAttributeMappingKey" name="specified mapping key" optional="false"/> + <parameters xmi:id="_G7GLDZHDEeeUq7sm0YNLEg" elementId="defaultPersistentAttributeMappingKey" name="default mapping key" optional="false"/> </commands> - <commands xmi:id="_myt-J5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.index.ui.command.ResetIndex" commandName="Refresh Search Index" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-KJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchCommit" commandName="Toggle Latest Branch Commit" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-KZHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.paste" commandName="Paste" category="_myuk45HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-KpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.PushCommit" commandName="Push Commit..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-K5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.assignToField.assist" commandName="Quick Assist - Assign to var" description="Invokes quick assist and selects 'Assign to var'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-LJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.convertJavaGenerators" commandName="Move Java Generators to XML..." category="_myukyJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-LZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.showInSystemExplorer" commandName="Show In (System Explorer)" description="Show in system's explorer (file manager)" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-LpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.new.local.task" commandName="New Local Task" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-L5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.lineDown" commandName="Select Line Down" description="Extend the selection to the next line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-MJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-MZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.lowerCase" commandName="To Lower Case" description="Changes the selection to lower case" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-MpHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.commands.addprofile" commandName="New Connection Profile Command" description="Command to create a new connection profile" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-M5HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.ui.ignoreCategory" name="ignoreCategory"/> - <parameters xmi:id="_myt-NJHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.ui.useSelection" name="useSelection"/> + <commands xmi:id="_G7GLDpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.index.ui.command.ResetIndex" commandName="Refresh Search Index" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLD5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchCommit" commandName="Toggle Latest Branch Commit" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLEJHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.paste" commandName="Paste" category="_G6_dZpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLEZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.PushCommit" commandName="Push Commit..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLEpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.assignToField.assist" commandName="Quick Assist - Assign to var" description="Invokes quick assist and selects 'Assign to var'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLE5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.convertJavaGenerators" commandName="Move Java Generators to XML..." category="_G6-2UpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLFJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.showInSystemExplorer" commandName="Show In (System Explorer)" description="Show in system's explorer (file manager)" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLFZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.new.local.task" commandName="New Local Task" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLFpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.lineDown" commandName="Select Line Down" description="Extend the selection to the next line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLF5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLGJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.lowerCase" commandName="To Lower Case" description="Changes the selection to lower case" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLGZHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.commands.addprofile" commandName="New Connection Profile Command" description="Command to create a new connection profile" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7GLGpHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.ui.ignoreCategory" name="ignoreCategory"/> + <parameters xmi:id="_G7GLG5HDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.ui.useSelection" name="useSelection"/> </commands> - <commands xmi:id="_myt-NZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareWithIndex" commandName="Compare with Index" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-NpHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.discovery.ui" commandName="m2e Marketplace" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-N5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskIncomplete" commandName="Mark Task Incomplete" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-OJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.save" commandName="Save" description="Save the current contents" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-OZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.project" commandName="References in Project" description="Search for references to the selected element in the enclosing project" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-OpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.indirection" commandName="Introduce Indirection" description="Introduce an indirection to encapsulate invocations of a selected function" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-O5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file" commandName="Search All Occurrences in File" description="Search for all occurrences of the selected element in its declaring file" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-PJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.specific_content_assist.command" commandName="Content Assist" description="A parameterizable command that invokes content assist with a single completion proposal category" category="_myuktpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-PZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.specific_content_assist.category_id" name="type" optional="false"/> + <commands xmi:id="_G7GLHJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareWithIndex" commandName="Compare with Index" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLHZHDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.discovery.ui" commandName="m2e Marketplace" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLHpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskIncomplete" commandName="Mark Task Incomplete" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLH5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.save" commandName="Save" description="Save the current contents" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLIJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.project" commandName="References in Project" description="Search for references to the selected element in the enclosing project" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLIZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.indirection" commandName="Introduce Indirection" description="Introduce an indirection to encapsulate invocations of a selected function" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLIpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file" commandName="Search All Occurrences in File" description="Search for all occurrences of the selected element in its declaring file" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLI5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.specific_content_assist.command" commandName="Content Assist" description="A parameterizable command that invokes content assist with a single completion proposal category" category="_G6-2QJHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7GLJJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.specific_content_assist.category_id" name="type" optional="false"/> </commands> - <commands xmi:id="_myt-PpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToNextUnread" commandName="Mark Task Read and Go To Next Unread Task" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-P5HGEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.applyPatch" commandName="Apply Patch..." description="Apply a patch to one or more workspace projects." category="_myuk0ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-QJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.generateEntities" commandName="Generate Entities from Tables..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-QZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.lineEnd" commandName="Select Line End" description="Select to the end of the line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-QpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskRead" commandName="Mark Task Read" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-Q5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.copy" commandName="Copy Registry Element" description="Copy Registry Element Command" category="_myukzZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-RJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-RZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.wordPrevious" commandName="Select Previous Word" description="Select the previous word" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-RpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.indent" commandName="Indent Line" description="Indents the current line" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-R5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-SJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.vertical" commandName="Vertical Layout" category="_myuk05HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-SZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.StepOver" commandName="Step Over" description="Step over" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-SpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.addToPersistenceUnit" commandName="Add to Persistence Unit" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-S5HGEeeUq7sm0YNLEg" elementId="org.eclipse.compare.selectPreviousChange" commandName="Select Previous Change" description="Select Previous Change" category="_myuk25HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-TJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.exit" commandName="Exit" description="Exit the application" category="_myukv5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-TZHGEeeUq7sm0YNLEg" elementId="mayPrompt" name="may prompt"/> + <commands xmi:id="_G7GLJZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToNextUnread" commandName="Mark Task Read and Go To Next Unread Task" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLJpHDEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.applyPatch" commandName="Apply Patch..." description="Apply a patch to one or more workspace projects." category="_G6_dVJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLJ5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.generateEntities" commandName="Generate Entities from Tables..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLKJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.lineEnd" commandName="Select Line End" description="Select to the end of the line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLKZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskRead" commandName="Mark Task Read" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLKpHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.copy" commandName="Copy Registry Element" description="Copy Registry Element Command" category="_G6_dUJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLK5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLLJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.wordPrevious" commandName="Select Previous Word" description="Select the previous word" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLLZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.indent" commandName="Indent Line" description="Indents the current line" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLLpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GLL5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.vertical" commandName="Vertical Layout" category="_G6_dVpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyEJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.StepOver" commandName="Step Over" description="Step over" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyEZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.addToPersistenceUnit" commandName="Add to Persistence Unit" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyEpHDEeeUq7sm0YNLEg" elementId="org.eclipse.compare.selectPreviousChange" commandName="Select Previous Change" description="Select Previous Change" category="_G6_dXpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyE5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.exit" commandName="Exit" description="Exit the application" category="_G6-2SZHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7GyFJHDEeeUq7sm0YNLEg" elementId="mayPrompt" name="may prompt"/> </commands> - <commands xmi:id="_myt-TpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareWithHead" commandName="Compare with HEAD Revision" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-T5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewOpen" commandName="Open" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-UJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateAllTasks" commandName="Deactivate Task" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-UZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ShowHistory" commandName="Show in History" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-UpHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.platform.ui.commands.opendashboard" commandName="Open Dashboard" category="_myukwJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-U5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-VJHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.ui.command.updateProject" commandName="Update Project" description="Update Maven Project configuration and dependencies" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-VZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.SimplePush" commandName="Push to Upstream" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-VpHGEeeUq7sm0YNLEg" elementId="refresh.schema.editor.action.id" commandName="Refresh from Server" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-V5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.addMemoryMonitor" commandName="Add Memory Block" description="Add memory block" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-WJHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.organizeManifest" commandName="Organize Manifests" description="Cleans up plug-in manifest files" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-WZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-WpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.junitShortcut.run" commandName="Run JUnit Test" description="Run JUnit Test" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-W5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.convertJavaQueries" commandName="Move Java Queries to XML..." category="_myukyJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-XJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.PushHeadToGerrit" commandName="Push Current Head to Gerrit" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-XZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.selectAll" commandName="Select All" description="Select all" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-XpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-X5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.ui.refactor.move" commandName="Move" description="Move a Java Element to another package" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-YJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.next.member" commandName="Go to Next Member" description="Move the caret to the next member of the compilation unit" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-YZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.rebuildProject" commandName="Rebuild Project" description="Rebuild the selected projects" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-YpHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.pastecolumn" commandName="Paste" category="_myuk3pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-Y5HGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.pomFileAction.run" commandName="Run Maven Build" description="Run Maven Build" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-ZJHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.actions.LifeCycleInstall.run" commandName="Run Maven Install" description="Run Maven Install" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-ZZHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteCurrentAction" commandName="Execute Current Text" category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-ZpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.copyLineDown" commandName="Copy Lines" description="Duplicates the selected lines and moves the selection to the copy" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-Z5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.platform.ui.commands.sampleCommand" commandName="Sample Command" category="_myukwJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-aJHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.perform" commandName="Perform Setup Tasks" category="_myuk1pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-aZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.installationDialog" commandName="Installation Information" description="Open the installation dialog" category="_myuk4ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-apHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.refactor.create.refactoring.script" commandName="Create Script" description="Create a refactoring script from refactorings on the local workspace" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-a5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.type.hierarchy" commandName="Open Type Hierarchy" description="Open a type hierarchy on the selected element" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-bJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ToggleStepFilters" commandName="Use Step Filters" description="Toggles enablement of debug step filters" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-bZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.lineUp" commandName="Line Up" description="Go up one line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-bpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.windowStart" commandName="Window Start" description="Go to the start of the window" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-b5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addBlock.assist" commandName="Quick Assist - Replace statement with block" description="Invokes quick assist and selects 'Replace statement with block'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-cJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.commons.ui.command.AddRepository" commandName="Add Repository" category="_myuky5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-cZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-cpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.antShortcut.debug" commandName="Debug Ant Build" description="Debug Ant Build" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-c5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewRenameBranch" commandName="Rename Branch..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-dJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addNonNLS" commandName="Quick Fix - Add non-NLS tag" description="Invokes quick assist and selects 'Add non-NLS tag'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-dZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.AssumeUnchanged" commandName="Assume Unchanged" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-dpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.closePerspective" commandName="Close Perspective" description="Close the current perspective" category="_myukwZHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-d5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.closePerspective.perspectiveId" name="Perspective Id"/> + <commands xmi:id="_G7GyFZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareWithHead" commandName="Compare with HEAD Revision" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyFpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewOpen" commandName="Open" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyF5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateAllTasks" commandName="Deactivate Task" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyGJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ShowHistory" commandName="Show in History" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyGZHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.platform.ui.commands.opendashboard" commandName="Open Dashboard" category="_G6-2SpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyGpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyG5HDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.ui.command.updateProject" commandName="Update Project" description="Update Maven Project configuration and dependencies" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyHJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.SimplePush" commandName="Push to Upstream" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyHZHDEeeUq7sm0YNLEg" elementId="refresh.schema.editor.action.id" commandName="Refresh from Server" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyHpHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.addMemoryMonitor" commandName="Add Memory Block" description="Add memory block" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyH5HDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.organizeManifest" commandName="Organize Manifests" description="Cleans up plug-in manifest files" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyIJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyIZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.junitShortcut.run" commandName="Run JUnit Test" description="Run JUnit Test" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyIpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.convertJavaQueries" commandName="Move Java Queries to XML..." category="_G6-2UpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyI5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.PushHeadToGerrit" commandName="Push Current Head to Gerrit" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyJJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.selectAll" commandName="Select All" description="Select all" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyJZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyJpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.ui.refactor.move" commandName="Move" description="Move a Java Element to another package" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyJ5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.next.member" commandName="Go to Next Member" description="Move the caret to the next member of the compilation unit" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyKJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.rebuildProject" commandName="Rebuild Project" description="Rebuild the selected projects" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyKZHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.pastecolumn" commandName="Paste" category="_G6_dYZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyKpHDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.pomFileAction.run" commandName="Run Maven Build" description="Run Maven Build" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyK5HDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.actions.LifeCycleInstall.run" commandName="Run Maven Install" description="Run Maven Install" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyLJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteCurrentAction" commandName="Execute Current Text" category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyLZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.copyLineDown" commandName="Copy Lines" description="Duplicates the selected lines and moves the selection to the copy" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyLpHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.platform.ui.commands.sampleCommand" commandName="Sample Command" category="_G6-2SpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyL5HDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.perform" commandName="Perform Setup Tasks" category="_G6_dWZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyMJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.installationDialog" commandName="Installation Information" description="Open the installation dialog" category="_G6_dZJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyMZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.refactor.create.refactoring.script" commandName="Create Script" description="Create a refactoring script from refactorings on the local workspace" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyMpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.type.hierarchy" commandName="Open Type Hierarchy" description="Open a type hierarchy on the selected element" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyM5HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ToggleStepFilters" commandName="Use Step Filters" description="Toggles enablement of debug step filters" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyNJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.lineUp" commandName="Line Up" description="Go up one line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyNZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.windowStart" commandName="Window Start" description="Go to the start of the window" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyNpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addBlock.assist" commandName="Quick Assist - Replace statement with block" description="Invokes quick assist and selects 'Replace statement with block'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyN5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.commons.ui.command.AddRepository" commandName="Add Repository" category="_G6-2VZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyOJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyOZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.antShortcut.debug" commandName="Debug Ant Build" description="Debug Ant Build" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyOpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewRenameBranch" commandName="Rename Branch..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyO5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addNonNLS" commandName="Quick Fix - Add non-NLS tag" description="Invokes quick assist and selects 'Add non-NLS tag'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7GyPJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.AssumeUnchanged" commandName="Assume Unchanged" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZIJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.closePerspective" commandName="Close Perspective" description="Close the current perspective" category="_G6-2S5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7HZIZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.closePerspective.perspectiveId" name="Perspective Id"/> </commands> - <commands xmi:id="_myt-eJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-eZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.nextSibling" commandName="Next Sibling" description="Go to Next Sibling" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-epHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.local.variable" commandName="Extract Local Variable" description="Extracts an expression into a new local variable and uses the new local variable" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-e5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a JavaScript editor" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-fJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.openCheatSheetURL" commandName="Open Cheat Sheet from URL" description="Open a Cheat Sheet from file at a specified URL." category="_myuk4ZHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-fZHGEeeUq7sm0YNLEg" elementId="cheatSheetId" name="Identifier" optional="false"/> - <parameters xmi:id="_myt-fpHGEeeUq7sm0YNLEg" elementId="name" name="Name" optional="false"/> - <parameters xmi:id="_myt-f5HGEeeUq7sm0YNLEg" elementId="url" name="URL" optional="false"/> + <commands xmi:id="_G7HZIpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZI5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.nextSibling" commandName="Next Sibling" description="Go to Next Sibling" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZJJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.local.variable" commandName="Extract Local Variable" description="Extracts an expression into a new local variable and uses the new local variable" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZJZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a JavaScript editor" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZJpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.openCheatSheetURL" commandName="Open Cheat Sheet from URL" description="Open a Cheat Sheet from file at a specified URL." category="_G6_dZJHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7HZJ5HDEeeUq7sm0YNLEg" elementId="cheatSheetId" name="Identifier" optional="false"/> + <parameters xmi:id="_G7HZKJHDEeeUq7sm0YNLEg" elementId="name" name="Name" optional="false"/> + <parameters xmi:id="_G7HZKZHDEeeUq7sm0YNLEg" elementId="url" name="URL" optional="false"/> </commands> - <commands xmi:id="_myt-gJHGEeeUq7sm0YNLEg" elementId="revert.schema.editor.action.id" commandName="Revert Object" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-gZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsl.debug.ui.launchshortcut.debug" commandName="Debug XSLT Transformation" description="Create a configuration to debug an XSLT transformation" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-gpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.PushBranch" commandName="Push Branch..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-g5HGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.ui.command.addDependency" commandName="Add Maven Dependency" description="Add Maven Dependency" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-hJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.Execute" commandName="Execute" description="Evaluate selected text" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-hZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-hpHGEeeUq7sm0YNLEg" elementId="org.eclipse.rse.shells.ui.actions.LaunchShellCommand" commandName="Launch Shell" category="_myuk3ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-h5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.core.synchronizeClasses" commandName="Synchronize Class List" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-iJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.navigate.gotopackage" commandName="Go to Folder" description="Go to Folder" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-iZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project" commandName="Read Access in Project" description="Search for read references to the selected element in the enclosing project" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-ipHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.closeAllSaved" commandName="Close All Saved" description="Close all saved editors" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-i5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.launchShortcut.run" commandName="Run on Server" description="Run the current selection on a server" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-jJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.move.inner.to.top.level" commandName="Convert Member Type to Top Level" description="Convert member type to top level" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-jZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.redo" commandName="Redo" description="Redo the last operation" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-jpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.launchShortcut.debug" commandName="Debug on Server" description="Debug the current selection on a server" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-j5HGEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.internal.action.ToggleContextPadAction" commandName="Hide Context Buttons" description="Toggle hiding the context buttons" category="_myukxpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-kJHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.editor.RenameArtifactAction" commandName="Rename Maven Artifact..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-kZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.selectWorkingSets" commandName="Select Working Sets" description="Select the working sets that are applicable for this window." category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-kpHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteSQLAction" commandName="Execute All" category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-k5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-lJHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.api.tools.ui.remove.filters" commandName="Remove &API Problem Filters..." description="Remove API problem filters for this project" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-lZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.externalize.strings" commandName="Externalize Strings" description="Finds all strings that are not externalized and moves them into a separate property file" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-lpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-l5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CherryPick" commandName="Cherry Pick" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-mJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.close" commandName="Close" description="Close the active editor" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-mZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch" commandName="Surround with try/catch Block" description="Surround the selected text with a try/catch block" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-mpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.previous.member" commandName="Go to Previous Member" description="Move the caret to the previous member of the compilation unit" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-m5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Reset" commandName="Reset..." category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-nJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.ResetMode" name="Reset mode" optional="false"/> + <commands xmi:id="_G7HZKpHDEeeUq7sm0YNLEg" elementId="revert.schema.editor.action.id" commandName="Revert Object" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZK5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsl.debug.ui.launchshortcut.debug" commandName="Debug XSLT Transformation" description="Create a configuration to debug an XSLT transformation" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZLJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.PushBranch" commandName="Push Branch..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZLZHDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.ui.command.addDependency" commandName="Add Maven Dependency" description="Add Maven Dependency" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZLpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.Execute" commandName="Execute" description="Evaluate selected text" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZL5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZMJHDEeeUq7sm0YNLEg" elementId="org.eclipse.rse.shells.ui.actions.LaunchShellCommand" commandName="Launch Shell" category="_G6_dYJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZMZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.core.synchronizeClasses" commandName="Synchronize Class List" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZMpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.navigate.gotopackage" commandName="Go to Folder" description="Go to Folder" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZM5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project" commandName="Read Access in Project" description="Search for read references to the selected element in the enclosing project" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZNJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.closeAllSaved" commandName="Close All Saved" description="Close all saved editors" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZNZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.launchShortcut.run" commandName="Run on Server" description="Run the current selection on a server" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZNpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.move.inner.to.top.level" commandName="Convert Member Type to Top Level" description="Convert member type to top level" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZN5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.redo" commandName="Redo" description="Redo the last operation" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZOJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.launchShortcut.debug" commandName="Debug on Server" description="Debug the current selection on a server" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZOZHDEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.internal.action.ToggleContextPadAction" commandName="Hide Context Buttons" description="Toggle hiding the context buttons" category="_G6-2UJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZOpHDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.editor.RenameArtifactAction" commandName="Rename Maven Artifact..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZO5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.selectWorkingSets" commandName="Select Working Sets" description="Select the working sets that are applicable for this window." category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZPJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteSQLAction" commandName="Execute All" category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZPZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZPpHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.api.tools.ui.remove.filters" commandName="Remove &API Problem Filters..." description="Remove API problem filters for this project" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZP5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.externalize.strings" commandName="Externalize Strings" description="Finds all strings that are not externalized and moves them into a separate property file" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZQJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZQZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CherryPick" commandName="Cherry Pick" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7HZQpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.close" commandName="Close" description="Close the active editor" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAMJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch" commandName="Surround with try/catch Block" description="Surround the selected text with a try/catch block" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAMZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.previous.member" commandName="Go to Previous Member" description="Move the caret to the previous member of the compilation unit" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAMpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Reset" commandName="Reset..." category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7IAM5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.ResetMode" name="Reset mode" optional="false"/> </commands> - <commands xmi:id="_myt-nZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.previousSubTab" commandName="Previous Sub-Tab" description="Switch to the previous sub-tab" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-npHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.hashcode.equals" commandName="Generate hashCode() and equals()" description="Generates hashCode() and equals() methods for the type" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-n5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.showIn" commandName="Show In" category="_myuk15HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-oJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.showIn.targetId" name="Show In Target Id" optional="false"/> + <commands xmi:id="_G7IANJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.previousSubTab" commandName="Previous Sub-Tab" description="Switch to the previous sub-tab" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IANZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.hashcode.equals" commandName="Generate hashCode() and equals()" description="Generates hashCode() and equals() methods for the type" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IANpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.showIn" commandName="Show In" category="_G6_dWpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7IAN5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.showIn.targetId" name="Show In Target Id" optional="false"/> </commands> - <commands xmi:id="_myt-oZHGEeeUq7sm0YNLEg" elementId="sed.tabletree.collapseAll" commandName="Collapse All" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-opHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewRemoveRemote" commandName="Delete Remote" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-o5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.dialogs.openInputDialog" commandName="Open Input Dialog" description="Open an Input Dialog" category="_myukxJHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-pJHGEeeUq7sm0YNLEg" elementId="title" name="Title"/> - <parameters xmi:id="_myt-pZHGEeeUq7sm0YNLEg" elementId="message" name="Message"/> - <parameters xmi:id="_myt-ppHGEeeUq7sm0YNLEg" elementId="initialValue" name="Initial Value"/> - <parameters xmi:id="_myt-p5HGEeeUq7sm0YNLEg" elementId="cancelReturns" name="Return Value on Cancel"/> + <commands xmi:id="_G7IAOJHDEeeUq7sm0YNLEg" elementId="sed.tabletree.collapseAll" commandName="Collapse All" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAOZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewRemoveRemote" commandName="Delete Remote" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAOpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.dialogs.openInputDialog" commandName="Open Input Dialog" description="Open an Input Dialog" category="_G6-2TpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7IAO5HDEeeUq7sm0YNLEg" elementId="title" name="Title"/> + <parameters xmi:id="_G7IAPJHDEeeUq7sm0YNLEg" elementId="message" name="Message"/> + <parameters xmi:id="_G7IAPZHDEeeUq7sm0YNLEg" elementId="initialValue" name="Initial Value"/> + <parameters xmi:id="_G7IAPpHDEeeUq7sm0YNLEg" elementId="cancelReturns" name="Return Value on Cancel"/> </commands> - <commands xmi:id="_myt-qJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RebaseCurrent" commandName="Rebase" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-qZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors" commandName="Generate Constructors from Superclass" description="Evaluate and add constructors from superclass" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-qpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskComplete" commandName="Mark Task Complete" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-q5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.windowStart" commandName="Select Window Start" description="Select to the start of the window" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-rJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-rZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project" commandName="Declaration in Project" description="Search for declarations of the selected element in the enclosing project" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-rpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Revert" commandName="Revert Commit" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-r5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewImportProjects" commandName="Import Projects..." description="Import or create in local Git repository" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-sJHGEeeUq7sm0YNLEg" elementId="org.eclipse.compare.copyAllLeftToRight" commandName="Copy All from Left to Right" description="Copy All Changes from Left to Right" category="_myuk25HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-sZHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.cutcolumn" commandName="Cut" category="_myuk3pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-spHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.debug.ui.evaluate.command" commandName="Evaluate" description="Evaluates the selected text in the JavaScript editor" category="_myuk2ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-s5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-tJHGEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.openFileSearchPage" commandName="File Search" description="Open the Search dialog's file search page" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-tZHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.LoadResourceAction" commandName="Load Resource" category="_myukx5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-tpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace" commandName="Implementors in Workspace" description="Search for implementors of the selected interface" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-t5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewAddRepository" commandName="Add a Git Repository" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-uJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.breakpoint.properties" commandName="Java Breakpoint Properties" description="View and edit the properties for a given Java breakpoint" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-uZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-upHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearActiveTime" commandName="Clear Active Time" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-u5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.copyBuildIdCommand" commandName="Copy Build Id To Clipboard" description="Copies the build id to the clipboard." category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-vJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.textEnd" commandName="Select Text End" description="Select to the end of the text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-vZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.task.attachContext" commandName="Attach Context" category="_myukuZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-vpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.views.XPathView.processor.xpathprocessor" commandName="XPath Processor" category="_myukyZHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-v5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.commands.radioStateParameter" name="State" optional="false"/> + <commands xmi:id="_G7IAP5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RebaseCurrent" commandName="Rebase" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAQJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors" commandName="Generate Constructors from Superclass" description="Evaluate and add constructors from superclass" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAQZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskComplete" commandName="Mark Task Complete" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAQpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.windowStart" commandName="Select Window Start" description="Select to the start of the window" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAQ5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IARJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project" commandName="Declaration in Project" description="Search for declarations of the selected element in the enclosing project" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IARZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.Revert" commandName="Revert Commit" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IARpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewImportProjects" commandName="Import Projects..." description="Import or create in local Git repository" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAR5HDEeeUq7sm0YNLEg" elementId="org.eclipse.compare.copyAllLeftToRight" commandName="Copy All from Left to Right" description="Copy All Changes from Left to Right" category="_G6_dXpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IASJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.cutcolumn" commandName="Cut" category="_G6_dYZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IASZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.debug.ui.evaluate.command" commandName="Evaluate" description="Evaluates the selected text in the JavaScript editor" category="_G6_dXJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IASpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAS5HDEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.openFileSearchPage" commandName="File Search" description="Open the Search dialog's file search page" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IATJHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.LoadResourceAction" commandName="Load Resource" category="_G6-2UZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IATZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace" commandName="Implementors in Workspace" description="Search for implementors of the selected interface" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IATpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewAddRepository" commandName="Add a Git Repository" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAT5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.breakpoint.properties" commandName="Java Breakpoint Properties" description="View and edit the properties for a given Java breakpoint" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAUZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearActiveTime" commandName="Clear Active Time" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAUpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.copyBuildIdCommand" commandName="Copy Build Id To Clipboard" description="Copies the build id to the clipboard." category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAU5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.textEnd" commandName="Select Text End" description="Select to the end of the text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAVJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.task.attachContext" commandName="Attach Context" category="_G6-2Q5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAVZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.views.XPathView.processor.xpathprocessor" commandName="XPath Processor" category="_G6-2U5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7IAVpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.commands.radioStateParameter" name="State" optional="false"/> </commands> - <commands xmi:id="_myt-wJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.wordPrevious" commandName="Previous Word" description="Go to the previous word" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-wZHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.connector.local.command.launch" commandName="Open Local Terminal on Selection" category="_myuk2pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-wpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.preferences" commandName="Preferences" description="Open the preferences dialog" category="_myukwZHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-w5HGEeeUq7sm0YNLEg" elementId="preferencePageId" name="Preference Page"/> + <commands xmi:id="_G7IAV5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.wordPrevious" commandName="Previous Word" description="Go to the previous word" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAWJHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.connector.local.command.launch" commandName="Open Local Terminal on Selection" category="_G6_dXZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAWZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.preferences" commandName="Preferences" description="Open the preferences dialog" category="_G6-2S5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7IAWpHDEeeUq7sm0YNLEg" elementId="preferencePageId" name="Preference Page"/> </commands> - <commands xmi:id="_myt-xJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.Squash" commandName="Squash Commits" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-xZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.copy" commandName="Copy" description="Copy the selection to the clipboard" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-xpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.nextView" commandName="Next View" description="Switch to the next view" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-x5HGEeeUq7sm0YNLEg" elementId="esbproject.commands.new.msgStore" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-yJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.revertToSaved" commandName="Revert to Saved" description="Revert to the last saved state" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-yZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.properties.NewPropertySheetCommand" commandName="Properties" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-ypHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.RunToLine" commandName="Run to Line" description="Resume and break when execution reaches the current line" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-y5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-zJHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.debug" commandName="Debug OSGi Framework" description="Debug OSGi Framework" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-zZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewPaste" commandName="Paste Repository Path or URI" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-zpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.showChangeRulerInformation" commandName="Show Quick Diff Ruler Tooltip" description="Displays quick diff or revision information for the caret line in a focused hover" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-z5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.upperCase" commandName="To Upper Case" description="Changes the selection to upper case" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-0JHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ConfigureFetch" commandName="Configure Upstream Fetch" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-0ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.goInto" commandName="Go Into" description="Navigate into the selected item" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-0pHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ConfigureUpstreamPush" commandName="Configure Upstream Push" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-05HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.OpenRunConfigurations" commandName="Run..." description="Open run launch configuration dialog" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-1JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.windowEnd" commandName="Select Window End" description="Select to the end of the window" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-1ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.minimizePart" commandName="Minimize Active View or Editor" description="Minimizes the active view or editor" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-1pHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.command1" commandName="Terminal view insert" category="_myuk45HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-15HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Untrack" commandName="Untrack" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-2JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.add.block.comment" commandName="Add Block Comment" description="Add Block Comment" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-2ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.showSystemMenu" commandName="Show System Menu" description="Show the system menu" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-2pHGEeeUq7sm0YNLEg" elementId="esbproject.commands.sampleCommand" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-25HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.AllInstances" commandName="All Instances" description="View all instances of the selected type loaded in the target VM" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-3JHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-3ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-3pHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.actions.LifeCycleTest.run" commandName="Run Maven Test" description="Run Maven Test" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-35HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsl.debug.ui.launchshortcut.run" commandName="Run XSLT Transformation" description="Create a configuration to debug an XSLT transformation" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-4JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.savePerspective" commandName="Save Perspective As" description="Save the current perspective" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-4ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.use.supertype" commandName="Use Supertype Where Possible" description="Change occurrences of a type to use a supertype instead" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-4pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.assignParamToField.assist" commandName="Quick Assist - Assign parameter to field" description="Invokes quick assist and selects 'Assign parameter to field'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-45HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.command.configureTrace" commandName="Configure Git Debug Trace" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-5JHGEeeUq7sm0YNLEg" elementId="esbproject.commands.new.lclEntry" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-5ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.move.inner.to.top.level" commandName="Move Type to New File" description="Move Type to New File" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-5pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.linkWithEditor" commandName="Toggle Link with Editor " description="Toggles linking of a view's selection with the active editor's selection" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-55HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.open.file.from.source" commandName="Open Selection" description="Open an editor on the selected link" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-6JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-6ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode" commandName="Toggle Block Selection" description="Toggle block / column selection in the current text editor" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-6pHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.goto.matching.bracket" commandName="Matching Character" description="Go to Matching Character" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-65HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-7JHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareIndexWithHead" commandName="Compare File in Index with HEAD Revision" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-7ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.override.methods" commandName="Override/Implement Methods" description="Override or implement methods from super types" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-7pHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.workspace" commandName="References in Workspace" description="Search for references to the selected element in the workspace" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-75HGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jaxb.eclipselink.ui.command.addEclipseLinkJaxbProperty" commandName="Add EclipseLink JAXB property" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-8JHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.convertToDocbookCommand" commandName="Generate Docbook" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-8ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.part.nextPage" commandName="Next Page" description="Switch to the next page" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-8pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.change.type" commandName="Generalize Declared Type" description="Change the declaration of a selected variable to a more general type consistent with usage" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-85HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CreateBranch" commandName="Create Branch" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-9JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-9ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewClone" commandName="Clone a Git Repository" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-9pHGEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.featureExecutionCommand" commandName="Feature execution" description="Execute a custom feature on selected Pictogram Elements" category="_myukxpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt-95HGEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.featureHint" name="Hint" optional="false"/> + <commands xmi:id="_G7IAW5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.Squash" commandName="Squash Commits" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAXJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.copy" commandName="Copy" description="Copy the selection to the clipboard" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IAXZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.nextView" commandName="Next View" description="Switch to the next view" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InQJHDEeeUq7sm0YNLEg" elementId="esbproject.commands.new.msgStore" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InQZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.revertToSaved" commandName="Revert to Saved" description="Revert to the last saved state" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InQpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.properties.NewPropertySheetCommand" commandName="Properties" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InQ5HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.RunToLine" commandName="Run to Line" description="Resume and break when execution reaches the current line" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InRJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InRZHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.debug" commandName="Debug OSGi Framework" description="Debug OSGi Framework" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InRpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewPaste" commandName="Paste Repository Path or URI" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InR5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.showChangeRulerInformation" commandName="Show Quick Diff Ruler Tooltip" description="Displays quick diff or revision information for the caret line in a focused hover" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InSJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.upperCase" commandName="To Upper Case" description="Changes the selection to upper case" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InSZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ConfigureFetch" commandName="Configure Upstream Fetch" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InSpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.goInto" commandName="Go Into" description="Navigate into the selected item" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InS5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ConfigureUpstreamPush" commandName="Configure Upstream Push" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InTJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.OpenRunConfigurations" commandName="Run..." description="Open run launch configuration dialog" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InTZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.windowEnd" commandName="Select Window End" description="Select to the end of the window" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InTpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.minimizePart" commandName="Minimize Active View or Editor" description="Minimizes the active view or editor" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InT5HDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.command1" commandName="Terminal view insert" category="_G6_dZpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Untrack" commandName="Untrack" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InUZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.add.block.comment" commandName="Add Block Comment" description="Add Block Comment" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InUpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.showSystemMenu" commandName="Show System Menu" description="Show the system menu" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InU5HDEeeUq7sm0YNLEg" elementId="esbproject.commands.sampleCommand" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InVJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.AllInstances" commandName="All Instances" description="View all instances of the selected type loaded in the target VM" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InVZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InVpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InV5HDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.actions.LifeCycleTest.run" commandName="Run Maven Test" description="Run Maven Test" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InWJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsl.debug.ui.launchshortcut.run" commandName="Run XSLT Transformation" description="Create a configuration to debug an XSLT transformation" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InWZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.savePerspective" commandName="Save Perspective As" description="Save the current perspective" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InWpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.use.supertype" commandName="Use Supertype Where Possible" description="Change occurrences of a type to use a supertype instead" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InW5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.assignParamToField.assist" commandName="Quick Assist - Assign parameter to field" description="Invokes quick assist and selects 'Assign parameter to field'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InXJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.command.configureTrace" commandName="Configure Git Debug Trace" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InXZHDEeeUq7sm0YNLEg" elementId="esbproject.commands.new.lclEntry" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InXpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.move.inner.to.top.level" commandName="Move Type to New File" description="Move Type to New File" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InX5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.linkWithEditor" commandName="Toggle Link with Editor " description="Toggles linking of a view's selection with the active editor's selection" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InYJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.open.file.from.source" commandName="Open Selection" description="Open an editor on the selected link" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InYZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InYpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode" commandName="Toggle Block Selection" description="Toggle block / column selection in the current text editor" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InY5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.goto.matching.bracket" commandName="Matching Character" description="Go to Matching Character" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InZJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InZZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareIndexWithHead" commandName="Compare File in Index with HEAD Revision" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InZpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.override.methods" commandName="Override/Implement Methods" description="Override or implement methods from super types" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InZ5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.workspace" commandName="References in Workspace" description="Search for references to the selected element in the workspace" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InaJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jaxb.eclipselink.ui.command.addEclipseLinkJaxbProperty" commandName="Add EclipseLink JAXB property" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InaZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.convertToDocbookCommand" commandName="Generate Docbook" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InapHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.part.nextPage" commandName="Next Page" description="Switch to the next page" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Ina5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.change.type" commandName="Generalize Declared Type" description="Change the declaration of a selected variable to a more general type consistent with usage" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InbJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CreateBranch" commandName="Create Branch" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InbZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7InbpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewClone" commandName="Clone a Git Repository" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Inb5HDEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.featureExecutionCommand" commandName="Feature execution" description="Execute a custom feature on selected Pictogram Elements" category="_G6-2UJHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7IncJHDEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.featureHint" name="Hint" optional="false"/> </commands> - <commands xmi:id="_myt--JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.clear.mark" commandName="Clear Mark" description="Clear the mark" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt--ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.quick_outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt--pHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or function" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt--5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewRemove" commandName="Remove Repository" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-_JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.PackagesView" commandName="JavaScript Folders" description="Show the Folders view" category="_myuk0pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-_ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.openExternalDoc" commandName="Open External Documentation" description="Open the External documentation for the current task in the Ant editor" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-_pHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewCreateRepository" commandName="Create a Repository" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt-_5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy" commandName="Write Access in Hierarchy" description="Search for write references of the selected element in its hierarchy" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_AJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.PushTags" commandName="Push Tags..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_AZHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.refresh" commandName="Refresh Registry Tree" description="Refresh Registry Tree Command" category="_myukzZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_ApHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ContinueRebase" commandName="Continue Rebase" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_A5HGEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.closeTray" commandName="Close User Assistance Tray" description="Close the user assistance tray containing context help information and cheat sheets." category="_myuk4ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_BJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CreatePatch" commandName="Create Patch" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_BZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.Resume" commandName="Resume" description="Resume" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_BpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_B5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.open.context.dialog" commandName="Show Context Quick View" description="Show Context Quick View" category="_myukuZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_CJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.restartWorkbench" commandName="Restart" description="Restart the workbench" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_CZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.project" commandName="Read Access in Project" description="Search for read references to the selected element in the enclosing project" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_CpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.attachment.retrieveContext" commandName="Retrieve Context Attachment" category="_myukuZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_C5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.toggleOverwrite" commandName="Toggle Overwrite" description="Toggle overwrite mode" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_DJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_DZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.collapse_all" commandName="Collapse All" description="Collapses all folded regions" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_DpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.try.catch" commandName="Surround with try/catch Block" description="Surround the selected text with a try/catch block" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_D5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.RefreshRepositoryTasks" commandName="Synchronize Changed" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_EJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ToggleWatchpoint" commandName="Toggle Watchpoint" description="Creates or removes a watchpoint" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_EZHGEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog" commandName="Show Repository Catalog" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt_EpHGEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter" name="P2 Repository URI"/> + <commands xmi:id="_G7IncZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.clear.mark" commandName="Clear Mark" description="Clear the mark" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7IncpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.quick_outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Inc5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or function" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOUJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewRemove" commandName="Remove Repository" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOUZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.PackagesView" commandName="JavaScript Folders" description="Show the Folders view" category="_G6_dVZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOUpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ant.ui.openExternalDoc" commandName="Open External Documentation" description="Open the External documentation for the current task in the Ant editor" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOU5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewCreateRepository" commandName="Create a Repository" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOVJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy" commandName="Write Access in Hierarchy" description="Search for write references of the selected element in its hierarchy" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOVZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.PushTags" commandName="Push Tags..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOVpHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.refresh" commandName="Refresh Registry Tree" description="Refresh Registry Tree Command" category="_G6_dUJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOV5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.ContinueRebase" commandName="Continue Rebase" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOWJHDEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.closeTray" commandName="Close User Assistance Tray" description="Close the user assistance tray containing context help information and cheat sheets." category="_G6_dZJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOWZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CreatePatch" commandName="Create Patch" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOWpHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.Resume" commandName="Resume" description="Resume" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOW5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOXJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.open.context.dialog" commandName="Show Context Quick View" description="Show Context Quick View" category="_G6-2Q5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOXZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.restartWorkbench" commandName="Restart" description="Restart the workbench" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOXpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.project" commandName="Read Access in Project" description="Search for read references to the selected element in the enclosing project" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOX5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.attachment.retrieveContext" commandName="Retrieve Context Attachment" category="_G6-2Q5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOYJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.toggleOverwrite" commandName="Toggle Overwrite" description="Toggle overwrite mode" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOYZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOYpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.collapse_all" commandName="Collapse All" description="Collapses all folded regions" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOY5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.try.catch" commandName="Surround with try/catch Block" description="Surround the selected text with a try/catch block" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOZJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.RefreshRepositoryTasks" commandName="Synchronize Changed" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOZZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ToggleWatchpoint" commandName="Toggle Watchpoint" description="Creates or removes a watchpoint" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOZpHDEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog" commandName="Show Repository Catalog" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7JOZ5HDEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter" name="P2 Repository URI"/> </commands> - <commands xmi:id="_myt_E5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.closeRendering" commandName="Close Rendering" description="Close the selected rendering." category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_FJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewOpenInEditor" commandName="Open in Editor" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_FZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.parameter" commandName="Introduce Parameter" description="Introduce a new function parameter based on the selected expression" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_FpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.submodule.update" commandName="Update Submodule" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_F5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ProfileLast" commandName="Profile" description="Launch in profile mode" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_GJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Pull" commandName="Pull" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_GZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.TypeHierarchy" commandName="JavaScript Type Hierarchy" description="Show the Type Hierarchy view" category="_myuk0pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_GpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.swap.mark" commandName="Swap Mark" description="Swap the mark with the cursor position" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_G5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_HJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.interest.increment" commandName="Make Landmark" description="Make Landmark" category="_myukuZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_HZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.javadoc.comment" commandName="Add JSDoc Comment" description="Add a JSDoc comment stub to the member element" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_HpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_H5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.datamapper.diagram.updateDiagram" commandName="Update DataMapper diagram" description="Perform DataMapper diagram update" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_IJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureFetch" commandName="Configure Fetch..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_IZHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.api.tools.ui.convert.javadocs" commandName="Convert API Tools &Javadoc Tags..." description="Starts a wizard that will allow you to convert existing Javadoc tags to annotations" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_IpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.external.javadoc" commandName="Open Attached Javadoc" description="Open the attached Javadoc of the selected element in a browser" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_I5HGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.run" commandName="Run OSGi Framework" description="Run OSGi Framework" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_JJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.shiftLeft" commandName="Shift Left" description="Shift a block of text to the left" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_JZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structure.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_JpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Push" commandName="Push..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_J5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.AddClassPrepareBreakpoint" commandName="Add Class Load Breakpoint" description="Add a class load breakpoint" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_KJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.convertJavaProjectToJpa" commandName="Convert to JPA Project..." category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_KZHGEeeUq7sm0YNLEg" elementId="org.eclipse.emf.codegen.ecore.ui.Generate" commandName="Generate Code" description="Generate code for the EMF models in the workspace" category="_myuk4JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_KpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.generate.javadoc" commandName="Generate JSDoc" description="Generates JSDoc for a selectable set of JavaScript resources" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_K5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.stash.drop" commandName="Delete Stashed Commit..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_LJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.DebugPerspective" commandName="Debug" description="Open the debug perspective" category="_myuk55HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_LZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.RenameBranch" commandName="Rename Branch..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_LpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_L5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.specific_content_assist.command" commandName="Content Assist" description="A parameterizable command that invokes content assist with a single completion proposal category" category="_myuktpHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt_MJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.specific_content_assist.category_id" name="type" optional="false"/> + <commands xmi:id="_G7JOaJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.closeRendering" commandName="Close Rendering" description="Close the selected rendering." category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOaZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewOpenInEditor" commandName="Open in Editor" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOapHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.parameter" commandName="Introduce Parameter" description="Introduce a new function parameter based on the selected expression" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOa5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.submodule.update" commandName="Update Submodule" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JObJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ProfileLast" commandName="Profile" description="Launch in profile mode" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JObZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Pull" commandName="Pull" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JObpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.TypeHierarchy" commandName="JavaScript Type Hierarchy" description="Show the Type Hierarchy view" category="_G6_dVZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOb5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.swap.mark" commandName="Swap Mark" description="Swap the mark with the cursor position" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOcJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOcZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.interest.increment" commandName="Make Landmark" description="Make Landmark" category="_G6-2Q5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOcpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.javadoc.comment" commandName="Add JSDoc Comment" description="Add a JSDoc comment stub to the member element" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOc5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOdJHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.datamapper.diagram.updateDiagram" commandName="Update DataMapper diagram" description="Perform DataMapper diagram update" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOdZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureFetch" commandName="Configure Fetch..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOdpHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.api.tools.ui.convert.javadocs" commandName="Convert API Tools &Javadoc Tags..." description="Starts a wizard that will allow you to convert existing Javadoc tags to annotations" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOd5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.open.external.javadoc" commandName="Open Attached Javadoc" description="Open the attached Javadoc of the selected element in a browser" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOeJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.run" commandName="Run OSGi Framework" description="Run OSGi Framework" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOeZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.shiftLeft" commandName="Shift Left" description="Shift a block of text to the left" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOepHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structure.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOe5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Push" commandName="Push..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOfJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.AddClassPrepareBreakpoint" commandName="Add Class Load Breakpoint" description="Add a class load breakpoint" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOfZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.convertJavaProjectToJpa" commandName="Convert to JPA Project..." category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOfpHDEeeUq7sm0YNLEg" elementId="org.eclipse.emf.codegen.ecore.ui.Generate" commandName="Generate Code" description="Generate code for the EMF models in the workspace" category="_G6_dY5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOf5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.generate.javadoc" commandName="Generate JSDoc" description="Generates JSDoc for a selectable set of JavaScript resources" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOgJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.stash.drop" commandName="Delete Stashed Commit..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOgZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.DebugPerspective" commandName="Debug" description="Open the debug perspective" category="_G6_dapHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOgpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.RenameBranch" commandName="Rename Branch..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOg5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOhJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.specific_content_assist.command" commandName="Content Assist" description="A parameterizable command that invokes content assist with a single completion proposal category" category="_G6-2QJHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7JOhZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.specific_content_assist.category_id" name="type" optional="false"/> </commands> - <commands xmi:id="_myt_MZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy" commandName="References in Hierarchy" description="Search for references of the selected element in its hierarchy" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_MpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.expandAll" commandName="Expand All" description="Expand the current tree" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_M5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.saveAll" commandName="Save All" description="Save all current contents" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_NJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.method.exits" commandName="Search Method Exit Occurrences in File" description="Search for method exit occurrences of a selected return type" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_NZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_NpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_N5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.closeOthers" commandName="Close Others" description="Close all editors except the one that is active" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_OJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_OZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.quickdiff.revertLine" commandName="Revert Line" description="Revert the current line" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_OpHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.OpenDebugConfigurations" commandName="Debug..." description="Open debug launch configuration dialog" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_O5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.generateDynamicEntities" commandName="Generate Dynamic Entities from Tables..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_PJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.SimpleFetch" commandName="Fetch from Upstream" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_PZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.previousEditor" commandName="Previous Editor" description="Switch to the previous editor" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_PpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.copy.qualified.name" commandName="Copy Qualified Name" description="Copy a fully qualified name to the system clipboard" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_P5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.promote.local.variable" commandName="Convert Local Variable to Field" description="Convert a local variable to a field" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_QJHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.delete" commandName="Delete Registry Element" description="Delete Registry Element Command" category="_myukzZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_QZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.OpenMarkersView" commandName="Open Another" description="Open another view" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_QpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.PackageExplorer" commandName="JavaScript Script Explorer" description="Show the Script Explorer" category="_myuk0pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_Q5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.changeToStatic" commandName="Quick Fix - Change to static access" description="Invokes quick assist and selects 'Change to static access'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_RJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.newRendering" commandName="New Rendering" description="Add a new rendering." category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_RZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.closeUnrelatedProjects" commandName="Close Unrelated Projects" description="Close unrelated projects" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_RpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field" commandName="Encapsulate Field" description="Create getting and setting methods for the field and use only those to access the field" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_R5HGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.run" commandName="Run Eclipse Application" description="Run Eclipse Application" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_SJHGEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.performTextSearchWorkspace" commandName="Find Text in Workspace" description="Searches the files in the workspace for specific text." category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_SZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.superclass" commandName="Extract Superclass" description="Extract a set of members into a new superclass and try to use the new superclass" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_SpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.remove.block.comment" commandName="Remove Block Comment" description="Remove Block Comment" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_S5HGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.runtime.spy.commands.menuSpyCommand" commandName="Plug-in Menu Spy" description="Show the Plug-in Spy" category="_myuk65HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_TJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.entityMappingsAddPersistentClass" commandName="Add Class..." category="_myukypHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_TZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.generate.constructor.using.fields" commandName="Generate Constructor using Vars" description="Choose vars to initialize and constructor from superclass to call " category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_TpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_T5HGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.ui.command.openPom" commandName="Open Maven POM" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_UJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.addBookmark" commandName="Add Bookmark" description="Add a bookmark" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_UZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.refactor.rename.element" commandName="&Rename XSD element" description="Rename XSD element" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_UpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.set.mark" commandName="Set Mark" description="Set the mark" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_U5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.goToPreviousUnread" commandName="Go To Previous Unread Task" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_VJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_VZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.splitJoinVariableDeclaration.assist" commandName="Quick Assist - Split/Join variable declaration" description="Invokes quick assist and selects 'Split/Join variable declaration'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_VpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView" commandName="Show View" description="Shows a particular view" category="_myuk0pHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt_V5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="View"/> - <parameters xmi:id="_myt_WJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.secondaryId" name="Secondary Id"/> - <parameters xmi:id="_myt_WZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.makeFast" name="As FastView"/> + <commands xmi:id="_G7JOhpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy" commandName="References in Hierarchy" description="Search for references of the selected element in its hierarchy" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOh5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.expandAll" commandName="Expand All" description="Expand the current tree" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOiJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.saveAll" commandName="Save All" description="Save all current contents" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOiZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.method.exits" commandName="Search Method Exit Occurrences in File" description="Search for method exit occurrences of a selected return type" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOipHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7JOi5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1YJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.closeOthers" commandName="Close Others" description="Close all editors except the one that is active" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1YZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1YpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.quickdiff.revertLine" commandName="Revert Line" description="Revert the current line" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1Y5HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.OpenDebugConfigurations" commandName="Debug..." description="Open debug launch configuration dialog" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1ZJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.generateDynamicEntities" commandName="Generate Dynamic Entities from Tables..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1ZZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.SimpleFetch" commandName="Fetch from Upstream" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1ZpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.previousEditor" commandName="Previous Editor" description="Switch to the previous editor" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1Z5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.copy.qualified.name" commandName="Copy Qualified Name" description="Copy a fully qualified name to the system clipboard" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1aJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.promote.local.variable" commandName="Convert Local Variable to Field" description="Convert a local variable to a field" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1aZHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.delete" commandName="Delete Registry Element" description="Delete Registry Element Command" category="_G6_dUJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1apHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.OpenMarkersView" commandName="Open Another" description="Open another view" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1a5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.PackageExplorer" commandName="JavaScript Script Explorer" description="Show the Script Explorer" category="_G6_dVZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1bJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.changeToStatic" commandName="Quick Fix - Change to static access" description="Invokes quick assist and selects 'Change to static access'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1bZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.newRendering" commandName="New Rendering" description="Add a new rendering." category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1bpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.closeUnrelatedProjects" commandName="Close Unrelated Projects" description="Close unrelated projects" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1b5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field" commandName="Encapsulate Field" description="Create getting and setting methods for the field and use only those to access the field" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1cJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.run" commandName="Run Eclipse Application" description="Run Eclipse Application" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1cZHDEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.performTextSearchWorkspace" commandName="Find Text in Workspace" description="Searches the files in the workspace for specific text." category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1cpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.superclass" commandName="Extract Superclass" description="Extract a set of members into a new superclass and try to use the new superclass" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1c5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.remove.block.comment" commandName="Remove Block Comment" description="Remove Block Comment" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1dJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.runtime.spy.commands.menuSpyCommand" commandName="Plug-in Menu Spy" description="Show the Plug-in Spy" category="_G6_dbpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1dZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.entityMappingsAddPersistentClass" commandName="Add Class..." category="_G6-2VJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1dpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.generate.constructor.using.fields" commandName="Generate Constructor using Vars" description="Choose vars to initialize and constructor from superclass to call " category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1d5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1eJHDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.ui.command.openPom" commandName="Open Maven POM" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1eZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.addBookmark" commandName="Add Bookmark" description="Add a bookmark" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1epHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.refactor.rename.element" commandName="&Rename XSD element" description="Rename XSD element" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1e5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.set.mark" commandName="Set Mark" description="Set the mark" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1fJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.goToPreviousUnread" commandName="Go To Previous Unread Task" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1fZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1fpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.splitJoinVariableDeclaration.assist" commandName="Quick Assist - Split/Join variable declaration" description="Invokes quick assist and selects 'Split/Join variable declaration'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1f5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView" commandName="Show View" description="Shows a particular view" category="_G6_dVZHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7J1gJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.viewId" name="View"/> + <parameters xmi:id="_G7J1gZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.secondaryId" name="Secondary Id"/> + <parameters xmi:id="_G7J1gpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.views.showView.makeFast" name="As FastView"/> </commands> - <commands xmi:id="_myt_WpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Ignore" commandName="Ignore" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_W5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.Edit" commandName="Edit Commit" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_XJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.showResourceByPath" commandName="Show Resource in Navigator" description="Show a resource in the Navigator given its path" category="_myuk15HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt_XZHGEeeUq7sm0YNLEg" elementId="resourcePath" name="Resource Path" typeId="org.eclipse.ui.ide.resourcePath" optional="false"/> + <commands xmi:id="_G7J1g5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Ignore" commandName="Ignore" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1hJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.Edit" commandName="Edit Commit" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1hZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.showResourceByPath" commandName="Show Resource in Navigator" description="Show a resource in the Navigator given its path" category="_G6_dWpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7J1hpHDEeeUq7sm0YNLEg" elementId="resourcePath" name="Resource Path" typeId="org.eclipse.ui.ide.resourcePath" optional="false"/> </commands> - <commands xmi:id="_myt_XpHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.SkipAllBreakpoints" commandName="Skip All Breakpoints" description="Sets whether or not any breakpoint should suspend execution" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_X5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.delimiter.windows" commandName="Convert Line Delimiters to Windows (CRLF, \r\n, 0D0A, ¤¶)" description="Converts the line delimiters to Windows (CRLF, \r\n, 0D0A, ¤¶)" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_YJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.findNext" commandName="Find Next" description="Find next item" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_YZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.workspace" commandName="Declaration in Workspace" description="Search for declarations of the selected element in the workspace" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_YpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_Y5HGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.openPluginArtifact" commandName="Open Plug-in Artifact" description="Open a plug-in artifact in the manifest editor" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_ZJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.debug" commandName="Debug" description="Debug server" category="_myukvZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_ZZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.nextSubTab" commandName="Next Sub-Tab" description="Switch to the next sub-tab" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_ZpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter" commandName="Introduce Parameter" description="Introduce a new method parameter based on the selected expression" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_Z5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.addTaskRepository" commandName="Add Task Repository..." category="_myuku5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt_aJHGEeeUq7sm0YNLEg" elementId="connectorKind" name="Repository Type"/> + <commands xmi:id="_G7J1h5HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.SkipAllBreakpoints" commandName="Skip All Breakpoints" description="Sets whether or not any breakpoint should suspend execution" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1iJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.delimiter.windows" commandName="Convert Line Delimiters to Windows (CRLF, \r\n, 0D0A, ¤¶)" description="Converts the line delimiters to Windows (CRLF, \r\n, 0D0A, ¤¶)" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1iZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.findNext" commandName="Find Next" description="Find next item" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1ipHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.workspace" commandName="Declaration in Workspace" description="Search for declarations of the selected element in the workspace" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1i5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1jJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.openPluginArtifact" commandName="Open Plug-in Artifact" description="Open a plug-in artifact in the manifest editor" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1jZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.debug" commandName="Debug" description="Debug server" category="_G6-2R5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1jpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.nextSubTab" commandName="Next Sub-Tab" description="Switch to the next sub-tab" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1j5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter" commandName="Introduce Parameter" description="Introduce a new method parameter based on the selected expression" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1kJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.addTaskRepository" commandName="Add Task Repository..." category="_G6-2RZHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7J1kZHDEeeUq7sm0YNLEg" elementId="connectorKind" name="Repository Type"/> </commands> - <commands xmi:id="_myt_aZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.run" commandName="Run Java Application" description="Run Java Application" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_apHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.addTask" commandName="Add Task..." description="Add a task" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_a5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structure.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_bJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.wsdl.ui.refactor.rename.element" commandName="Rename WSDL component" description="Renames WSDL component" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_bZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.openCheatSheet" commandName="Open Cheat Sheet" description="Open a Cheat Sheet." category="_myuk4ZHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt_bpHGEeeUq7sm0YNLEg" elementId="cheatSheetId" name="Identifier"/> + <commands xmi:id="_G7J1kpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.run" commandName="Run Java Application" description="Run Java Application" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7J1k5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.addTask" commandName="Add Task..." description="Add a task" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KccJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structure.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KccZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.wsdl.ui.refactor.rename.element" commandName="Rename WSDL component" description="Renames WSDL component" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KccpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.cheatsheets.openCheatSheet" commandName="Open Cheat Sheet" description="Open a Cheat Sheet." category="_G6_dZJHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7Kcc5HDEeeUq7sm0YNLEg" elementId="cheatSheetId" name="Identifier"/> </commands> - <commands xmi:id="_myt_b5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.viewSource.command" commandName="View Unformatted Text" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_cJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.moveLineDown" commandName="Move Lines Down" description="Moves the selected lines down" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_cZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.SourceView" commandName="JavaScript Declaration" description="Show the Declaration view" category="_myuk0pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_cpHGEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.sdk.update" commandName="Check for Updates" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_c5HGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.searchTargetRepositories" commandName="Add Artifact to Target Platform" description="Add an artifact to your target platform" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt_dJHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.searchTargetRepositories.term" name="The initial search pattern for the artifact search dialog"/> + <commands xmi:id="_G7KcdJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.viewSource.command" commandName="View Unformatted Text" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcdZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.moveLineDown" commandName="Move Lines Down" description="Moves the selected lines down" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcdpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.SourceView" commandName="JavaScript Declaration" description="Show the Declaration view" category="_G6_dVZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Kcd5HDEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.sdk.update" commandName="Check for Updates" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KceJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.searchTargetRepositories" commandName="Add Artifact to Target Platform" description="Add an artifact to your target platform" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7KceZHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.searchTargetRepositories.term" name="The initial search pattern for the artifact search dialog"/> </commands> - <commands xmi:id="_myt_dZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.textEnd" commandName="Text End" description="Go to the end of the text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_dpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_d5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.part.previousPage" commandName="Previous Page" description="Switch to the previous page" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_eJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.override.methods" commandName="Override/Implement Functions" description="Override or implement functions from super types" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_eZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.closeProject" commandName="Close Project" description="Close the selected project" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_epHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_e5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_fJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.publish" commandName="Publish" description="Publish to server" category="_myukvZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_fZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.factory" commandName="Introduce Factory" description="Introduce a factory method to encapsulate invocation of the selected constructor" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_fpHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.updateClasspath" commandName="Update Classpath" description="Updates the plug-in classpath from latest settings" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_f5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.CherryPick" commandName="Cherry Pick" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_gJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.use.supertype" commandName="Use Supertype Where Possible" description="Change occurrences of a type to use a supertype instead" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_gZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskUnread" commandName="Mark Task Unread" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_gpHGEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.performTextSearchFile" commandName="Find Text in File" description="Searches the files in the file for specific text." category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_g5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structure.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_hJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_hZHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.addresource" commandName="Add Registry Resource" description="Add Registry Resource Command" category="_myukzZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_hpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.cut.line" commandName="Cut Line" description="Cut a line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_h5HGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.command.launch" commandName="Open Terminal on Selection" category="_myuk2pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_iJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.expand_all" commandName="Expand All" description="Expands all folded regions" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_iZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.commands.showElementInPackageView" commandName="Show JavaScript Element in Script Explorer" description="Select JavaScript element in the Script Explorer view" category="_myuk15HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt_ipHGEeeUq7sm0YNLEg" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/> + <commands xmi:id="_G7KcepHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.textEnd" commandName="Text End" description="Go to the end of the text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Kce5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcfJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.part.previousPage" commandName="Previous Page" description="Switch to the previous page" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcfZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.override.methods" commandName="Override/Implement Functions" description="Override or implement functions from super types" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcfpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.closeProject" commandName="Close Project" description="Close the selected project" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Kcf5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcgJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcgZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.publish" commandName="Publish" description="Publish to server" category="_G6-2R5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcgpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.factory" commandName="Introduce Factory" description="Introduce a factory method to encapsulate invocation of the selected constructor" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Kcg5HDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.updateClasspath" commandName="Update Classpath" description="Updates the plug-in classpath from latest settings" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KchJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.CherryPick" commandName="Cherry Pick" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KchZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.use.supertype" commandName="Use Supertype Where Possible" description="Change occurrences of a type to use a supertype instead" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KchpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskUnread" commandName="Mark Task Unread" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Kch5HDEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.performTextSearchFile" commandName="Find Text in File" description="Searches the files in the file for specific text." category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KciJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.structure.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KciZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcipHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.addresource" commandName="Add Registry Resource" description="Add Registry Resource Command" category="_G6_dUJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Kci5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.cut.line" commandName="Cut Line" description="Cut a line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcjJHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.command.launch" commandName="Open Terminal on Selection" category="_G6_dXZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcjZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.expand_all" commandName="Expand All" description="Expands all folded regions" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KcjpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.commands.showElementInPackageView" commandName="Show JavaScript Element in Script Explorer" description="Select JavaScript element in the Script Explorer view" category="_G6_dWpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7Kcj5HDEeeUq7sm0YNLEg" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/> </commands> - <commands xmi:id="_myt_i5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.refactor.makeElementGlobal" commandName="Make Local Element &Global" description="Promotes local element to global level and replaces its references" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_jJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.encapsulateField.assist" commandName="Quick Assist - Create getter/setter for field" description="Invokes quick assist and selects 'Create getter/setter for field'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_jZHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.openEditorDropdown" commandName="Open Setup Editor" category="_myuk1pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_jpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.quickStartAction" commandName="Welcome" description="Show help for beginning users" category="_myuk4ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_j5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.hideShowEditors" commandName="Toggle Shared Area Visibility" description="Toggles the visibility of the shared area" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_kJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.restore" commandName="Reset Structure" description="Resets the folding structure" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_kZHGEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.indexcommand" commandName="Index" description="Show Keyword Index" category="_myuk4ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_kpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.clean.up" commandName="Clean Up" description="Solve problems and improve code style on selected resources" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_k5HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.GotoMatchingTokenAction" commandName="Goto Matching Token" category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_lJHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.api.tools.ui.setup.projects" commandName="API &Tools Setup..." description="Configure projects for API usage and compatibility checks" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_lZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.create.delegate.methods" commandName="Generate Delegate Functions" description="Add delegate functions for a type's vars" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_lpHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.server" commandName="Redeploy" description="Reploy the module in the server" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_l5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.updateDiagram" commandName="Update Esb diagram" description="Perform Esb diagram update" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_mJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.debug" commandName="Debug Java Application" description="Debug Java Application" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_mZHGEeeUq7sm0YNLEg" elementId="esbproject.commands.new.endPoint" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_mpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.forward" commandName="Forward" description="Navigate forward" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_m5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.convertJavaConverters" commandName="Move Java Converters to XML..." category="_myukyJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_nJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_nZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.DeleteTag" commandName="&Delete Tag" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_npHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations" commandName="Remove Occurrence Annotations" description="Removes the occurrence annotations from the current editor" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_n5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.pinEditor" commandName="Pin Editor" description="Pin the current editor" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_oJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.show.in.package.view" commandName="Show in Script Explorer" description="Show the selected element in the Script Explorer" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_oZHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.ds.editor.delete" commandName="Delete" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_opHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.pageUp" commandName="Page Up" description="Go up one page" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_o5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.submodule.sync" commandName="Sync Submodule" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_pJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.DeleteBranch" commandName="Delete Branch" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_pZHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.copy" commandName="Copy" category="_myuk45HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_ppHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.columnPrevious" commandName="Previous Column" description="Go to the previous column" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_p5HGEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.internal.action.SaveImageAction" commandName="Export Diagram" description="Export Diagram" category="_myukxpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_qJHGEeeUq7sm0YNLEg" elementId="org.eclipse.compare.selectNextChange" commandName="Select Next Change" description="Select Next Change" category="_myuk25HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_qZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.splitJoinVariableDeclaration.assist" commandName="Quick Assist - Split/Join variable declaration" description="Invokes quick assist and selects 'Split/Join variable declaration'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_qpHGEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.providers.duplicateNode" commandName="Duplicate" description="Duplicates the selection." category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_q5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.assignParamToField.assist" commandName="Quick Assist - Assign parameter to var" description="Invokes quick assist and selects 'Assign parameter to var'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_rJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource" commandName="Rename Resource" description="Rename the selected resource and notify LTK participants." category="_myuk6JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_rZHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.importFromRepository" commandName="Import Plug-in from a Repository" description="Imports a plug-in from a source repository" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_rpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Rebase" commandName="Rebase on" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_r5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.ShowInHistory" commandName="Show in History" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_sJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.previousTask" commandName="Previous Task Command" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_sZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.properties" commandName="Properties" description="Display the properties of the selected item" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_spHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.copy.qualified.name" commandName="Copy Qualified Name" description="Copy a fully qualified name to the system clipboard" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_s5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ReplaceWithHead" commandName="Replace with HEAD revision" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_tJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.renameInFile.assist" commandName="Quick Assist - Rename in file" description="Invokes quick assist and selects 'Rename in file'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_tZHGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.commands.openPreferences" commandName="Open the preferences dialog" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt_tpHGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/> + <commands xmi:id="_G7KckJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.refactor.makeElementGlobal" commandName="Make Local Element &Global" description="Promotes local element to global level and replaces its references" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KckZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.encapsulateField.assist" commandName="Quick Assist - Create getter/setter for field" description="Invokes quick assist and selects 'Create getter/setter for field'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KckpHDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.openEditorDropdown" commandName="Open Setup Editor" category="_G6_dWZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Kck5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.quickStartAction" commandName="Welcome" description="Show help for beginning users" category="_G6_dZJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KclJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.hideShowEditors" commandName="Toggle Shared Area Visibility" description="Toggles the visibility of the shared area" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7KclZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.restore" commandName="Reset Structure" description="Resets the folding structure" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDgJHDEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.indexcommand" commandName="Index" description="Show Keyword Index" category="_G6_dZJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDgZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.clean.up" commandName="Clean Up" description="Solve problems and improve code style on selected resources" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDgpHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.GotoMatchingTokenAction" commandName="Goto Matching Token" category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDg5HDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.api.tools.ui.setup.projects" commandName="API &Tools Setup..." description="Configure projects for API usage and compatibility checks" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDhJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.create.delegate.methods" commandName="Generate Delegate Functions" description="Add delegate functions for a type's vars" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDhZHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.server" commandName="Redeploy" description="Reploy the module in the server" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDhpHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.updateDiagram" commandName="Update Esb diagram" description="Perform Esb diagram update" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDh5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.debug" commandName="Debug Java Application" description="Debug Java Application" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDiJHDEeeUq7sm0YNLEg" elementId="esbproject.commands.new.endPoint" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDiZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.forward" commandName="Forward" description="Navigate forward" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDipHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.convertJavaConverters" commandName="Move Java Converters to XML..." category="_G6-2UpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDi5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDjJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.DeleteTag" commandName="&Delete Tag" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDjZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations" commandName="Remove Occurrence Annotations" description="Removes the occurrence annotations from the current editor" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDjpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.pinEditor" commandName="Pin Editor" description="Pin the current editor" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDj5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.show.in.package.view" commandName="Show in Script Explorer" description="Show the selected element in the Script Explorer" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDkJHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.ds.editor.delete" commandName="Delete" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDkZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.pageUp" commandName="Page Up" description="Go up one page" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDkpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.submodule.sync" commandName="Sync Submodule" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDk5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.DeleteBranch" commandName="Delete Branch" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDlJHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.copy" commandName="Copy" category="_G6_dZpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDlZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.columnPrevious" commandName="Previous Column" description="Go to the previous column" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDlpHDEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.internal.action.SaveImageAction" commandName="Export Diagram" description="Export Diagram" category="_G6-2UJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDl5HDEeeUq7sm0YNLEg" elementId="org.eclipse.compare.selectNextChange" commandName="Select Next Change" description="Select Next Change" category="_G6_dXpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDmJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.splitJoinVariableDeclaration.assist" commandName="Quick Assist - Split/Join variable declaration" description="Invokes quick assist and selects 'Split/Join variable declaration'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDmZHDEeeUq7sm0YNLEg" elementId="org.eclipse.gmf.runtime.diagram.ui.providers.duplicateNode" commandName="Duplicate" description="Duplicates the selection." category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDmpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.assignParamToField.assist" commandName="Quick Assist - Assign parameter to var" description="Invokes quick assist and selects 'Assign parameter to var'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDm5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource" commandName="Rename Resource" description="Rename the selected resource and notify LTK participants." category="_G6_da5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDnJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.importFromRepository" commandName="Import Plug-in from a Repository" description="Imports a plug-in from a source repository" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDnZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Rebase" commandName="Rebase on" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDnpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.ShowInHistory" commandName="Show in History" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDn5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.previousTask" commandName="Previous Task Command" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.properties" commandName="Properties" description="Display the properties of the selected item" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDoZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.copy.qualified.name" commandName="Copy Qualified Name" description="Copy a fully qualified name to the system clipboard" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDopHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ReplaceWithHead" commandName="Replace with HEAD revision" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDo5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.renameInFile.assist" commandName="Quick Assist - Rename in file" description="Invokes quick assist and selects 'Rename in file'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDpJHDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.commands.openPreferences" commandName="Open the preferences dialog" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7LDpZHDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/> </commands> - <commands xmi:id="_myt_t5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.hierarchy" commandName="References in Hierarchy" description="Search for references of the selected element in its hierarchy" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_uJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.activeContextInfo" commandName="Show activeContext Info" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_uZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToPreviousUnread" commandName="Mark Task Read and Go To Previous Unread Task" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_upHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.call.hierarchy" commandName="Open Call Hierarchy" description="Open a call hierarchy on the selected element" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_u5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.constant" commandName="Extract Constant" description="Extracts a constant into a new static field and uses the new static field" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_vJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.textStart" commandName="Select Text Start" description="Select to the beginning of the text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_vZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.cleanup.document" commandName="Cleanup Document..." description="Cleanup document" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_vpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ConfigurePush" commandName="Configure Upstream Push" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_v5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.command.nextpage" commandName="Next Page of Memory" description="Load next page of memory" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_wJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.command.gotoaddress" commandName="Go to Address" description="Go to Address" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_wZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.maximizePart" commandName="Maximize Active View or Editor" description="Toggles maximize/restore state of active view or editor" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_wpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify field access" description="Invokes quick assist and selects 'Qualify field access'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_w5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.newEditor" commandName="New Editor" description="Open another editor on the active editor's input" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_xJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.format" commandName="Format" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_xZHGEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.openSearchDialog" commandName="Open Search Dialog" description="Open the Search dialog" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_xpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.contentAssist.proposals" commandName="Content Assist" description="Content Assist" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_x5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.externalize.strings" commandName="Externalize Strings" description="Finds all strings that are not externalized and moves them into a separate property file" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_yJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.up" commandName="Up" description="Navigate up one level" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_yZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.activateEditor" commandName="Activate Editor" description="Activate the editor" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_ypHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.ui.command.addPlugin" commandName="Add Maven Plugin" description="Add Maven Plugin" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_y5HGEeeUq7sm0YNLEg" elementId="sed.tabletree.expandAll" commandName="Expand All" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_zJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.modify.method.parameters" commandName="Change Method Signature" description="Change method signature includes parameter names and parameter order" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_zZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.delete.line.to.end" commandName="Delete to End of Line" description="Delete to the end of a line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_zpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.CreateBranch" commandName="Create Branch..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_z5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.extractLocal.assist" commandName="Quick Assist - Extract local variable (replace all occurrences)" description="Invokes quick assist and selects 'Extract local variable (replace all occurrences)'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_0JHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.Terminate" commandName="Terminate" description="Terminate" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_0ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ShowRepositoriesView" commandName="Show Git Repositories View" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_0pHGEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.ignoreMissingPlaceholders" commandName="Do not warn of missing documentation" description="Sets the help preferences to no longer report a warning about the current set of missing documents." category="_myuk4ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_05HGEeeUq7sm0YNLEg" elementId="org.eclipse.compare.compareWithOther" commandName="Compare With Other Resource" description="Compare resources, clipboard contents or editors" category="_myuk25HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_1JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.external.javadoc" commandName="Open External JSDoc" description="Open the JSDoc of the selected element in an external browser" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_1ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CreatePatch" commandName="Create Patch" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_1pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.revisions.author.toggle" commandName="Toggle Revision Author Display" description="Toggles the display of the revision author" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_15HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.windowEnd" commandName="Window End" description="Go to the end of the window" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_2JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.persistentTypeAddVirtualAttribute" commandName="Add Virtual Attribute..." category="_myukypHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_2ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.perspectives.showPerspective" commandName="Show Perspective" description="Show a particular perspective" category="_myuk55HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt_2pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.perspectives.showPerspective.perspectiveId" name="Parameter"/> - <parameters xmi:id="_myt_25HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.perspectives.showPerspective.newWindow" name="In New Window"/> + <commands xmi:id="_G7LDppHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.hierarchy" commandName="References in Hierarchy" description="Search for references of the selected element in its hierarchy" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDp5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.activeContextInfo" commandName="Show activeContext Info" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDqJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToPreviousUnread" commandName="Mark Task Read and Go To Previous Unread Task" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDqZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.call.hierarchy" commandName="Open Call Hierarchy" description="Open a call hierarchy on the selected element" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDqpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.constant" commandName="Extract Constant" description="Extracts a constant into a new static field and uses the new static field" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDq5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.textStart" commandName="Select Text Start" description="Select to the beginning of the text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDrJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.cleanup.document" commandName="Cleanup Document..." description="Cleanup document" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDrZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ConfigurePush" commandName="Configure Upstream Push" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDrpHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.command.nextpage" commandName="Next Page of Memory" description="Load next page of memory" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDr5HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.command.gotoaddress" commandName="Go to Address" description="Go to Address" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDsJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.maximizePart" commandName="Maximize Active View or Editor" description="Toggles maximize/restore state of active view or editor" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDsZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify field access" description="Invokes quick assist and selects 'Qualify field access'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDspHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.newEditor" commandName="New Editor" description="Open another editor on the active editor's input" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDs5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.format" commandName="Format" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDtJHDEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.openSearchDialog" commandName="Open Search Dialog" description="Open the Search dialog" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDtZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.contentAssist.proposals" commandName="Content Assist" description="Content Assist" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDtpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.externalize.strings" commandName="Externalize Strings" description="Finds all strings that are not externalized and moves them into a separate property file" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDt5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.up" commandName="Up" description="Navigate up one level" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDuJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.activateEditor" commandName="Activate Editor" description="Activate the editor" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDuZHDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.core.ui.command.addPlugin" commandName="Add Maven Plugin" description="Add Maven Plugin" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDupHDEeeUq7sm0YNLEg" elementId="sed.tabletree.expandAll" commandName="Expand All" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDu5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.modify.method.parameters" commandName="Change Method Signature" description="Change method signature includes parameter names and parameter order" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDvJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.delete.line.to.end" commandName="Delete to End of Line" description="Delete to the end of a line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDvZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.CreateBranch" commandName="Create Branch..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDvpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.extractLocal.assist" commandName="Quick Assist - Extract local variable (replace all occurrences)" description="Invokes quick assist and selects 'Extract local variable (replace all occurrences)'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDv5HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.Terminate" commandName="Terminate" description="Terminate" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ShowRepositoriesView" commandName="Show Git Repositories View" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDwZHDEeeUq7sm0YNLEg" elementId="org.eclipse.help.ui.ignoreMissingPlaceholders" commandName="Do not warn of missing documentation" description="Sets the help preferences to no longer report a warning about the current set of missing documents." category="_G6_dZJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LDwpHDEeeUq7sm0YNLEg" elementId="org.eclipse.compare.compareWithOther" commandName="Compare With Other Resource" description="Compare resources, clipboard contents or editors" category="_G6_dXpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqkJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.external.javadoc" commandName="Open External JSDoc" description="Open the JSDoc of the selected element in an external browser" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqkZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CreatePatch" commandName="Create Patch" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqkpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.revisions.author.toggle" commandName="Toggle Revision Author Display" description="Toggles the display of the revision author" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqk5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.windowEnd" commandName="Window End" description="Go to the end of the window" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqlJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.persistentTypeAddVirtualAttribute" commandName="Add Virtual Attribute..." category="_G6-2VJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqlZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.perspectives.showPerspective" commandName="Show Perspective" description="Show a particular perspective" category="_G6_dapHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7LqlpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.perspectives.showPerspective.perspectiveId" name="Parameter"/> + <parameters xmi:id="_G7Lql5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.perspectives.showPerspective.newWindow" name="In New Window"/> </commands> - <commands xmi:id="_myt_3JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.newDynamicEntity" commandName="EclipseLink Dynamic Entity" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_3ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.line" commandName="Go to Line" description="Go to a specified line of text" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_3pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.quickdiff.revert" commandName="Revert Lines" description="Revert the current selection, block or deleted lines" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_35HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implement.occurrences" commandName="Search Implement Occurrences in File" description="Search for implement occurrences of a selected type" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_4JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.debug" commandName="Debug Java Applet" description="Debug Java Applet" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_4ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.gotoMatchingTag" commandName="Matching Tag" description="Go to Matching Tag" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_4pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.lineUp" commandName="Select Line Up" description="Extend the selection to the previous line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_45HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.saveToDatabaseAction" commandName="Save to Database" category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_5JHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.submodule.add" commandName="Add Submodule" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_5ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.cut.line.to.end" commandName="Cut to End of Line" description="Cut to the end of a line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_5pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.convertAnonymousToLocal.assist" commandName="Quick Assist - Convert anonymous to local class" description="Invokes quick assist and selects 'Convert anonymous to local class'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_55HGEeeUq7sm0YNLEg" elementId="org.eclipse.compare.copyLeftToRight" commandName="Copy from Left to Right" description="Copy Current Change from Left to Right" category="_myuk25HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_6JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.openProject" commandName="Open Project" description="Open a project" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_6ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.ShowBlame" commandName="Show Annotations" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_6pHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.org.eclipse.egit.ui.AbortRebase" commandName="Abort Rebase" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_65HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_7JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeAddToXml" commandName="Add Attribute to XML" category="_myukypHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_7ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_7pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project" commandName="Write Access in Project" description="Search for write references to the selected element in the enclosing project" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_75HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.properties" commandName="Properties" description="Display the properties of the selected item's project " category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_8JHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CompareVersionsInTree" commandName="Compare in Tree" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_8ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.persistentTypeMapAs" commandName="Map As" category="_myukypHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myt_8pHGEeeUq7sm0YNLEg" elementId="persistentTypeMappingKey" name="mapping key" optional="false"/> + <commands xmi:id="_G7LqmJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.newDynamicEntity" commandName="EclipseLink Dynamic Entity" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqmZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.line" commandName="Go to Line" description="Go to a specified line of text" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqmpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.editors.quickdiff.revert" commandName="Revert Lines" description="Revert the current selection, block or deleted lines" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqm5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implement.occurrences" commandName="Search Implement Occurrences in File" description="Search for implement occurrences of a selected type" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqnJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.debug" commandName="Debug Java Applet" description="Debug Java Applet" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqnZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.gotoMatchingTag" commandName="Matching Tag" description="Go to Matching Tag" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqnpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.lineUp" commandName="Select Line Up" description="Extend the selection to the previous line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqn5HDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.saveToDatabaseAction" commandName="Save to Database" category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.submodule.add" commandName="Add Submodule" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqoZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.cut.line.to.end" commandName="Cut to End of Line" description="Cut to the end of a line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqopHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.convertAnonymousToLocal.assist" commandName="Quick Assist - Convert anonymous to local class" description="Invokes quick assist and selects 'Convert anonymous to local class'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqo5HDEeeUq7sm0YNLEg" elementId="org.eclipse.compare.copyLeftToRight" commandName="Copy from Left to Right" description="Copy Current Change from Left to Right" category="_G6_dXpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqpJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.openProject" commandName="Open Project" description="Open a project" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqpZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.ShowBlame" commandName="Show Annotations" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqppHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.org.eclipse.egit.ui.AbortRebase" commandName="Abort Rebase" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqp5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqqJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeAddToXml" commandName="Add Attribute to XML" category="_G6-2VJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqqZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqqpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project" commandName="Write Access in Project" description="Search for write references to the selected element in the enclosing project" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqq5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.project.properties" commandName="Properties" description="Display the properties of the selected item's project " category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqrJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CompareVersionsInTree" commandName="Compare in Tree" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqrZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.persistentTypeMapAs" commandName="Map As" category="_G6-2VJHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7LqrpHDEeeUq7sm0YNLEg" elementId="persistentTypeMappingKey" name="mapping key" optional="false"/> </commands> - <commands xmi:id="_myt_85HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.DMLDialogSelectionAction" commandName="Edit in SQL Query Builder..." category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_9JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.columnPrevious" commandName="Select Previous Column" description="Select the previous column" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_9ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.dbws.ui.generateDbws" commandName="Generate Database Web Services" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_9pHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.debug" commandName="Debug JUnit Plug-in Test" description="Debug JUnit Plug-in Test" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_95HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.extractLocalNotReplaceOccurrences.assist" commandName="Quick Assist - Extract local variable" description="Invokes quick assist and selects 'Extract local variable'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_-JHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.attachProfileAction" commandName="Set Connection Information" category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_-ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchHierarchy" commandName="Toggle Branch Representation" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_-pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactoring.commands.deleteResources" commandName="Delete Resources" description="Delete the selected resources and notify LTK participants." category="_myuk6JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt_-5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.print" commandName="Print" description="Print" category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt__JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.AllReferences" commandName="All References" description="Inspect all references to the selected object" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt__ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.junitShortcut.rerunLast" commandName="Rerun JUnit Test" description="Rerun JUnit Test" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt__pHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.format.active.elements" commandName="Format Active Elements" description="Format active elements" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myt__5HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.commands.import" commandName="Import Profiles Command" description="Command to import connection profiles" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAAJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.showRulerContextMenu" commandName="Show Ruler Context Menu" description="Show the context menu for the ruler" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAAZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set" commandName="References in Working Set" description="Search for references to the selected element in a working set" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAApHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearOutgoing" commandName="Clear Outgoing Changes" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAA5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.collapse" commandName="Collapse" description="Collapses the folded region at the current selection" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuABJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.smartEnterInverse" commandName="Insert Line Above Current Line" description="Adds a new line above the current line" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuABZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.spy" commandName="Show Contributing Plug-in" description="Shows contribution information for the currently selected element" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuABpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.helpSearch" commandName="Help Search" description="Open the help search" category="_myuk4ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAB5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.infer.type.arguments" commandName="Infer Generic Type Arguments" description="Infer type arguments for references to generic classes and remove unnecessary casts" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuACJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.lineDown" commandName="Line Down" description="Go down one line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuACZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.Checkout" commandName="Checkout" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuACpHGEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.actions.LifeCycleClean.run" commandName="Run Maven Clean" description="Run Maven Clean" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAC5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition" commandName="Last Edit Location" description="Last edit location" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuADJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.open.hyperlink" commandName="Open Hyperlink" description="Opens the hyperlink at the caret location or opens a chooser if more than one hyperlink is available" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuADZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.convertToEclipseHelpCommand" commandName="Generate Eclipse Help (*.html and *-toc.xml)" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuADpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.exception.occurrences" commandName="Search Exception Occurrences in File" description="Search for exception occurrences of a selected exception type" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAD5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.command.prevpage" commandName="Previous Page of Memory" description="Load previous page of memory" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAEJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.ForceReturn" commandName="Force Return" description="Forces return from method with value of selected expression " category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAEZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.configureFilters" commandName="Configure Contents..." description="Configure the filters to apply to the markers view" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAEpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.previousTab" commandName="Previous Tab" description="Switch to the previous tab" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAE5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.hierarchy" commandName="Declaration in Hierarchy" description="Search for declarations of the selected element in its hierarchy" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAFJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.dialogs.openMessageDialog" commandName="Open Message Dialog" description="Open a Message Dialog" category="_myukxJHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myuAFZHGEeeUq7sm0YNLEg" elementId="title" name="Title"/> - <parameters xmi:id="_myuAFpHGEeeUq7sm0YNLEg" elementId="message" name="Message"/> - <parameters xmi:id="_myuAF5HGEeeUq7sm0YNLEg" elementId="imageType" name="Image Type Constant" typeId="org.eclipse.ui.dialogs.Integer"/> - <parameters xmi:id="_myuAGJHGEeeUq7sm0YNLEg" elementId="defaultIndex" name="Default Button Index" typeId="org.eclipse.ui.dialogs.Integer"/> - <parameters xmi:id="_myuAGZHGEeeUq7sm0YNLEg" elementId="buttonLabel0" name="First Button Label"/> - <parameters xmi:id="_myuAGpHGEeeUq7sm0YNLEg" elementId="buttonLabel1" name="Second Button Label"/> - <parameters xmi:id="_myuAG5HGEeeUq7sm0YNLEg" elementId="buttonLabel2" name="Third Button Label"/> - <parameters xmi:id="_myuAHJHGEeeUq7sm0YNLEg" elementId="buttonLabel3" name="Fourth Button Label"/> - <parameters xmi:id="_myuAHZHGEeeUq7sm0YNLEg" elementId="cancelReturns" name="Return Value on Cancel"/> + <commands xmi:id="_G7Lqr5HDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.DMLDialogSelectionAction" commandName="Edit in SQL Query Builder..." category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqsJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.columnPrevious" commandName="Select Previous Column" description="Select the previous column" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqsZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.dbws.ui.generateDbws" commandName="Generate Database Web Services" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqspHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.debug" commandName="Debug JUnit Plug-in Test" description="Debug JUnit Plug-in Test" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqs5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.extractLocalNotReplaceOccurrences.assist" commandName="Quick Assist - Extract local variable" description="Invokes quick assist and selects 'Extract local variable'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqtJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.attachProfileAction" commandName="Set Connection Information" category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqtZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchHierarchy" commandName="Toggle Branch Representation" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqtpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.refactoring.commands.deleteResources" commandName="Delete Resources" description="Delete the selected resources and notify LTK participants." category="_G6_da5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqt5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.file.print" commandName="Print" description="Print" category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LquJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.AllReferences" commandName="All References" description="Inspect all references to the selected object" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LquZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.junit.junitShortcut.rerunLast" commandName="Rerun JUnit Test" description="Rerun JUnit Test" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqupHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.format.active.elements" commandName="Format Active Elements" description="Format active elements" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqu5HDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.connectivity.commands.import" commandName="Import Profiles Command" description="Command to import connection profiles" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqvJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.showRulerContextMenu" commandName="Show Ruler Context Menu" description="Show the context menu for the ruler" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqvZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set" commandName="References in Working Set" description="Search for references to the selected element in a working set" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqvpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearOutgoing" commandName="Clear Outgoing Changes" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqv5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.collapse" commandName="Collapse" description="Collapses the folded region at the current selection" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.smartEnterInverse" commandName="Insert Line Above Current Line" description="Adds a new line above the current line" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqwZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.spy" commandName="Show Contributing Plug-in" description="Shows contribution information for the currently selected element" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqwpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.helpSearch" commandName="Help Search" description="Open the help search" category="_G6_dZJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqw5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.infer.type.arguments" commandName="Infer Generic Type Arguments" description="Infer type arguments for references to generic classes and remove unnecessary casts" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqxJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.lineDown" commandName="Line Down" description="Go down one line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqxZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.Checkout" commandName="Checkout" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqxpHDEeeUq7sm0YNLEg" elementId="org.eclipse.m2e.actions.LifeCycleClean.run" commandName="Run Maven Clean" description="Run Maven Clean" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqx5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition" commandName="Last Edit Location" description="Last edit location" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqyJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.open.hyperlink" commandName="Open Hyperlink" description="Opens the hyperlink at the caret location or opens a chooser if more than one hyperlink is available" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqyZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.convertToEclipseHelpCommand" commandName="Generate Eclipse Help (*.html and *-toc.xml)" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7LqypHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.exception.occurrences" commandName="Search Exception Occurrences in File" description="Search for exception occurrences of a selected exception type" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Lqy5HDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.command.prevpage" commandName="Previous Page of Memory" description="Load previous page of memory" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRoJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.ForceReturn" commandName="Force Return" description="Forces return from method with value of selected expression " category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRoZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.configureFilters" commandName="Configure Contents..." description="Configure the filters to apply to the markers view" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRopHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.previousTab" commandName="Previous Tab" description="Switch to the previous tab" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRo5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.hierarchy" commandName="Declaration in Hierarchy" description="Search for declarations of the selected element in its hierarchy" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRpJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.dialogs.openMessageDialog" commandName="Open Message Dialog" description="Open a Message Dialog" category="_G6-2TpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7MRpZHDEeeUq7sm0YNLEg" elementId="title" name="Title"/> + <parameters xmi:id="_G7MRppHDEeeUq7sm0YNLEg" elementId="message" name="Message"/> + <parameters xmi:id="_G7MRp5HDEeeUq7sm0YNLEg" elementId="imageType" name="Image Type Constant" typeId="org.eclipse.ui.dialogs.Integer"/> + <parameters xmi:id="_G7MRqJHDEeeUq7sm0YNLEg" elementId="defaultIndex" name="Default Button Index" typeId="org.eclipse.ui.dialogs.Integer"/> + <parameters xmi:id="_G7MRqZHDEeeUq7sm0YNLEg" elementId="buttonLabel0" name="First Button Label"/> + <parameters xmi:id="_G7MRqpHDEeeUq7sm0YNLEg" elementId="buttonLabel1" name="Second Button Label"/> + <parameters xmi:id="_G7MRq5HDEeeUq7sm0YNLEg" elementId="buttonLabel2" name="Third Button Label"/> + <parameters xmi:id="_G7MRrJHDEeeUq7sm0YNLEg" elementId="buttonLabel3" name="Fourth Button Label"/> + <parameters xmi:id="_G7MRrZHDEeeUq7sm0YNLEg" elementId="cancelReturns" name="Return Value on Cancel"/> </commands> - <commands xmi:id="_myuAHpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.lineEnd" commandName="Line End" description="Go to the end of the line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAH5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.CreateTag" commandName="Create Tag..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAIJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.method" commandName="Extract Function" description="Extract a set of statements or an expression into a new function and use the new function" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAIZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.generateDDL" commandName="Generate Tables from Entities..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAIpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.referencedFileErrors" commandName="Show Details..." description="Show Details..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAI5HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.runAction" commandName="Run" category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAJJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.RunLast" commandName="Run" description="Launch in run mode" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAJZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.externalTools.commands.OpenExternalToolsConfigurations" commandName="External Tools..." description="Open external tools launch configuration dialog" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAJpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.command.OpenFromClipboard" commandName="Open from Clipboard" description="Opens a Java element or a Java stack trace from clipboard" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAJ5HGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.internationalize" commandName="Internationalize Plug-ins" description="Sets up internationalization for a plug-in" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAKJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.deletePrevious" commandName="Delete Previous" description="Delete the previous character" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAKZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareWithPrevious" commandName="Compare with Previous Revision" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAKpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.columnNext" commandName="Select Next Column" description="Select the next column" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAK5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace" commandName="Read Access in Workspace" description="Search for read references to the selected element in the workspace" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuALJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.workspace" commandName="Implementors in Workspace" description="Search for implementors of the selected interface" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuALZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.TerminateAndRelaunch" commandName="Terminate and Relaunch" description="Terminate and Relaunch" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuALpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavaHierarchyPerspective" commandName="Java Type Hierarchy" description="Show the Java Type Hierarchy perspective" category="_myuk55HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAL5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.updater.InstallFeaturesCmd" commandName="Install WSO2 Tools" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAMJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.project" commandName="Declaration in Project" description="Search for declarations of the selected element in the enclosing project" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAMZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.multicatch" commandName="Surround with try/multi-catch Block" description="Surround the selected text with a try/multi-catch block" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAMpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Tag" commandName="Tag" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAM5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.NoAssumeUnchanged" commandName="No Assume Unchanged" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuANJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavadocView" commandName="Documentation" description="Show the JavaScript Documentation view" category="_myuk0pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuANZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.RemoveAllBreakpoints" commandName="Remove All Breakpoints" description="Removes all breakpoints" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuANpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.resources.nested.changeProjectPresentation" commandName="P&rojects Presentation" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myuAN5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.resources.nested.enabled" name="&Hierarchical"/> - <parameters xmi:id="_myuAOJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.commands.radioStateParameter" name="Nested Project view - Radio State" optional="false"/> + <commands xmi:id="_G7MRrpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.lineEnd" commandName="Line End" description="Go to the end of the line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRr5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commit.CreateTag" commandName="Create Tag..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRsJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.method" commandName="Extract Function" description="Extract a set of statements or an expression into a new function and use the new function" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRsZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.generateDDL" commandName="Generate Tables from Entities..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRspHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.referencedFileErrors" commandName="Show Details..." description="Show Details..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRs5HDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.runAction" commandName="Run" category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRtJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.RunLast" commandName="Run" description="Launch in run mode" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRtZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.externalTools.commands.OpenExternalToolsConfigurations" commandName="External Tools..." description="Open external tools launch configuration dialog" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRtpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.command.OpenFromClipboard" commandName="Open from Clipboard" description="Opens a Java element or a Java stack trace from clipboard" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRt5HDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.internationalize" commandName="Internationalize Plug-ins" description="Sets up internationalization for a plug-in" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRuJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.deletePrevious" commandName="Delete Previous" description="Delete the previous character" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRuZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareWithPrevious" commandName="Compare with Previous Revision" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRupHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.select.columnNext" commandName="Select Next Column" description="Select the next column" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRu5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace" commandName="Read Access in Workspace" description="Search for read references to the selected element in the workspace" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRvJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.workspace" commandName="Implementors in Workspace" description="Search for implementors of the selected interface" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRvZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.TerminateAndRelaunch" commandName="Terminate and Relaunch" description="Terminate and Relaunch" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRvpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.JavaHierarchyPerspective" commandName="Java Type Hierarchy" description="Show the Java Type Hierarchy perspective" category="_G6_dapHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRv5HDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.updater.InstallFeaturesCmd" commandName="Install WSO2 Tools" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.project" commandName="Declaration in Project" description="Search for declarations of the selected element in the enclosing project" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRwZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.multicatch" commandName="Surround with try/multi-catch Block" description="Surround the selected text with a try/multi-catch block" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRwpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Tag" commandName="Tag" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRw5HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.NoAssumeUnchanged" commandName="No Assume Unchanged" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRxJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.JavadocView" commandName="Documentation" description="Show the JavaScript Documentation view" category="_G6_dVZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRxZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.RemoveAllBreakpoints" commandName="Remove All Breakpoints" description="Removes all breakpoints" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRxpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.resources.nested.changeProjectPresentation" commandName="P&rojects Presentation" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7MRx5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigator.resources.nested.enabled" name="&Hierarchical"/> + <parameters xmi:id="_G7MRyJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.commands.radioStateParameter" name="Nested Project view - Radio State" optional="false"/> </commands> - <commands xmi:id="_myuAOZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.showKeyAssist" commandName="Show Key Assist" description="Show the key assist dialog" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAOpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter.object" commandName="Introduce Parameter Object" description="Introduce a parameter object to a selected method" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAO5HGEeeUq7sm0YNLEg" elementId="org.eclipse.gef.zoom_out" commandName="Zoom Out" description="Zoom Out" category="_myuk6ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAPJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.commands.openElementInEditor" commandName="Open Java Element" description="Open a Java element in its editor" category="_myuk15HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myuAPZHGEeeUq7sm0YNLEg" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> + <commands xmi:id="_G7MRyZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.showKeyAssist" commandName="Show Key Assist" description="Show the key assist dialog" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRypHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter.object" commandName="Introduce Parameter Object" description="Introduce a parameter object to a selected method" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRy5HDEeeUq7sm0YNLEg" elementId="org.eclipse.gef.zoom_out" commandName="Zoom Out" description="Zoom Out" category="_G6_dbJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRzJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.commands.openElementInEditor" commandName="Open Java Element" description="Open a Java element in its editor" category="_G6_dWpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7MRzZHDEeeUq7sm0YNLEg" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> </commands> - <commands xmi:id="_myuAPpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected JavaScript comment lines" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAP5HGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.result.removeInstance" commandName="Remove Result" category="_myukwpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAQJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.AddToIndex" commandName="Add to Index" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAQZHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.rename" commandName="Rename Registry Element" description="Rename Registry Element Command" category="_myukzZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAQpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.discovery.ui.discoveryWizardCommand" commandName="Discovery Wizard" description="shows the connector discovery wizard" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAQ5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.working.set" commandName="Read Access in Working Set" description="Search for read references to the selected element in a working set" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuARJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeAddToXmlAndMap" commandName="Add Attribute to XML and Map..." category="_myukypHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuARZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.toggle.comment" commandName="Toggle Comment" description="Toggle Comment" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuARpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.tipsAndTricksAction" commandName="Tips and Tricks" description="Open the tips and tricks help page" category="_myuk4ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAR5HGEeeUq7sm0YNLEg" elementId="esbproject.commands.new.seQuence" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuASJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuASZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.smartEnter" commandName="Insert Line Below Current Line" description="Adds a new line below the current line" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuASpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuAS5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.lineStart" commandName="Line Start" description="Go to the start of the line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuATJHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.synchronizePreferences" commandName="Synchronize Preferences" category="_myuk1pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuATZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.cmnd.contentmodel.sych" commandName="Synch" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuATpHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.artifact.seqence.create.proxy" commandName="Generate Proxy" description="Generate Proxy Service" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujkJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureBranch" commandName="Configure Branch" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujkZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.Suspend" commandName="Suspend" description="Suspend" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujkpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.hippieCompletion" commandName="Word Completion" description="Context insensitive completion" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujk5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.refactor.renameTargetNamespace" commandName="Rename Target Namespace" description="Changes the target namespace of the schema" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujlJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujlZHGEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.synchronizeLast" commandName="Repeat last synchronization" description="Repeat the last synchronization" category="_myuk0ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujlpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.generate.javadoc" commandName="Generate Javadoc" description="Generates Javadoc for a selectable set of Java resources" category="_myuk4pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujl5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureGerritRemote" commandName="Gerrit Configuration..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujmJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.StepIntoSelection" commandName="Step Into Selection" description="Step into the current selected statement" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujmZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.configureColumns" commandName="Configure Columns..." description="Configure the columns in the markers view" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujmpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ReplaceWithCommit" commandName="Replace with commit" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujm5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.design" commandName="Graphical Designer" category="_myuk05HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujnJHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.quickaccess" commandName="Quick Access" category="_myuk45HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujnZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.DebugLast" commandName="Debug" description="Launch in debug mode" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujnpHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.maven.pom.generator" commandName="Generate POM..." description="Generate Maven Pom file for a Project" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujn5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.convertToHtmlCommand" commandName="Generate HTML" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujoJHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.openManifest" commandName="Open Manifest" description="Open the plug-in manifest" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujoZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.previousView" commandName="Previous View" description="Switch to the previous view" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujopHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.self.encapsulate.field" commandName="Encapsulate Var" description="Create getting and setting functions for the var and use only those to access the var" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujo5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.tostring" commandName="Generate toString()" description="Generates the toString() method for the type" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujpJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.organize.imports" commandName="Organize Imports" description="Evaluate all required imports and replace the current imports" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujpZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.DropToFrame" commandName="Drop to Frame" description="Drop to Frame" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujppHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.promote.local.variable" commandName="Convert Local Variable to Var" description="Convert a local variable to a var" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujp5HGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.api.tools.ui.compare.to.baseline" commandName="API Baseline..." description="Allows to compare the selected resource with the current baseline" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujqJHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.imagebrowser.saveToWorkspace" commandName="Save Image" description="Save the selected image into a project in the workspace" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujqZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.Display" commandName="Display" description="Display result of evaluating selected text" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujqpHGEeeUq7sm0YNLEg" elementId="esbproject.commands.new.rstAPI" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujq5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences" commandName="Search Exception Occurrences in File" description="Search for exception occurrences of a selected exception type" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujrJHGEeeUq7sm0YNLEg" elementId="esbproject.commands.new.proxService" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujrZHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.command.disconnect" commandName="Disconnect Terminal" category="_myuk2pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujrpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ShowBlame" commandName="Show Annotations" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujr5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.assignToField.assist" commandName="Quick Assist - Assign to field" description="Invokes quick assist and selects 'Assign to field'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujsJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.expand" commandName="Expand" description="Expands the folded region at the current selection" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujsZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.method" commandName="Extract Method" description="Extract a set of statements or an expression into a new method and use the new method" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujspHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.newEclipseLinkMappingFile" commandName="EclipseLink ORM Mapping File" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujs5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.openRemoteTask" commandName="Open Remote Task" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujtJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.nextMemoryBlock" commandName="Next Memory Monitor" description="Show renderings from next memory monitor." category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujtZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.internal.reflog.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujtpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.task.retrieveContext" commandName="Retrieve Context" category="_myukuZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujt5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.ui.refactor.rename" commandName="Rename" description="Rename a Java Element" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujuJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Fetch" commandName="Fetch" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujuZHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.run" commandName="Run JUnit Plug-in Test" description="Run JUnit Plug-in Test" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujupHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.navigate.gotopackage" commandName="Go to Package" description="Go to Package" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuju5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.task.ui.editor.QuickOutline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_myuku5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujvJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.eof" commandName="EOF" description="Send end of file" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujvZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.horizotal" commandName="Horizontal Layout" category="_myuk05HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujvpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.showInQuickMenu" commandName="Show In..." description="Open the Show In menu" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujv5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.copyLineUp" commandName="Duplicate Lines" description="Duplicates the selected lines and leaves the selection unchanged" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujwJHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ToggleMethodBreakpoint" commandName="Toggle Method Breakpoint" description="Creates or removes a method breakpoint" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujwZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujwpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.assignToLocal.assist" commandName="Quick Assist - Assign to local variable" description="Invokes quick assist and selects 'Assign to local variable'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujw5HGEeeUq7sm0YNLEg" elementId="esbproject.commands.new.synapse" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujxJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.next" commandName="Next" description="Navigate to the next item" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujxZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.bugs.commands.newTaskFromMarker" commandName="New Task from Marker..." description="Report as Bug from Marker" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujxpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.refactor.apply.refactoring.script" commandName="Apply Script" description="Perform refactorings from a refactoring script on the local workspace" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujx5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.run" commandName="Run" description="Run server" category="_myukvZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujyJHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.focus.view" commandName="Focus View" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myujyZHGEeeUq7sm0YNLEg" elementId="viewId" name="View ID to Focus" optional="false"/> + <commands xmi:id="_G7MRzpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected JavaScript comment lines" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MRz5HDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.result.removeInstance" commandName="Remove Result" category="_G6-2TJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR0JHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.AddToIndex" commandName="Add to Index" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR0ZHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.commands.rename" commandName="Rename Registry Element" description="Rename Registry Element Command" category="_G6_dUJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR0pHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.discovery.ui.discoveryWizardCommand" commandName="Discovery Wizard" description="shows the connector discovery wizard" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR05HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.working.set" commandName="Read Access in Working Set" description="Search for read references to the selected element in a working set" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR1JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.persistentAttributeAddToXmlAndMap" commandName="Add Attribute to XML and Map..." category="_G6-2VJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR1ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.toggle.comment" commandName="Toggle Comment" description="Toggle Comment" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR1pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.tipsAndTricksAction" commandName="Tips and Tricks" description="Open the tips and tricks help page" category="_G6_dZJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR15HDEeeUq7sm0YNLEg" elementId="esbproject.commands.new.seQuence" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR2JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR2ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.smartEnter" commandName="Insert Line Below Current Line" description="Adds a new line below the current line" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR2pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR25HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.goto.lineStart" commandName="Line Start" description="Go to the start of the line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR3JHDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.editor.synchronizePreferences" commandName="Synchronize Preferences" category="_G6_dWZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR3ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.ui.cmnd.contentmodel.sych" commandName="Synch" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR3pHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.artifact.seqence.create.proxy" commandName="Generate Proxy" description="Generate Proxy Service" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR35HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureBranch" commandName="Configure Branch" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR4JHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.Suspend" commandName="Suspend" description="Suspend" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR4ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.hippieCompletion" commandName="Word Completion" description="Context insensitive completion" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR4pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xsd.ui.refactor.renameTargetNamespace" commandName="Rename Target Namespace" description="Changes the target namespace of the schema" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR45HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR5JHDEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.synchronizeLast" commandName="Repeat last synchronization" description="Repeat the last synchronization" category="_G6_dVJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR5ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.generate.javadoc" commandName="Generate Javadoc" description="Generates Javadoc for a selectable set of Java resources" category="_G6_dZZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR5pHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureGerritRemote" commandName="Gerrit Configuration..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR55HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.StepIntoSelection" commandName="Step Into Selection" description="Step into the current selected statement" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR6JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.configureColumns" commandName="Configure Columns..." description="Configure the columns in the markers view" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR6ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ReplaceWithCommit" commandName="Replace with commit" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR6pHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.design" commandName="Graphical Designer" category="_G6_dVpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR65HDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.quickaccess" commandName="Quick Access" category="_G6_dZpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR7JHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.DebugLast" commandName="Debug" description="Launch in debug mode" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR7ZHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.maven.pom.generator" commandName="Generate POM..." description="Generate Maven Pom file for a Project" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7MR7pHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.convertToHtmlCommand" commandName="Generate HTML" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4sJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.openManifest" commandName="Open Manifest" description="Open the plug-in manifest" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4sZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.previousView" commandName="Previous View" description="Switch to the previous view" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4spHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.self.encapsulate.field" commandName="Encapsulate Var" description="Create getting and setting functions for the var and use only those to access the var" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4s5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.tostring" commandName="Generate toString()" description="Generates the toString() method for the type" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4tJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.organize.imports" commandName="Organize Imports" description="Evaluate all required imports and replace the current imports" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4tZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.DropToFrame" commandName="Drop to Frame" description="Drop to Frame" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4tpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.promote.local.variable" commandName="Convert Local Variable to Var" description="Convert a local variable to a var" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4t5HDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.api.tools.ui.compare.to.baseline" commandName="API Baseline..." description="Allows to compare the selected resource with the current baseline" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4uJHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.imagebrowser.saveToWorkspace" commandName="Save Image" description="Save the selected image into a project in the workspace" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4uZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.debug.ui.commands.Display" commandName="Display" description="Display result of evaluating selected text" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4upHDEeeUq7sm0YNLEg" elementId="esbproject.commands.new.rstAPI" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4u5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences" commandName="Search Exception Occurrences in File" description="Search for exception occurrences of a selected exception type" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4vJHDEeeUq7sm0YNLEg" elementId="esbproject.commands.new.proxService" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4vZHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.command.disconnect" commandName="Disconnect Terminal" category="_G6_dXZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4vpHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ShowBlame" commandName="Show Annotations" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4v5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.assignToField.assist" commandName="Quick Assist - Assign to field" description="Invokes quick assist and selects 'Assign to field'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4wJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.folding.expand" commandName="Expand" description="Expands the folded region at the current selection" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4wZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.method" commandName="Extract Method" description="Extract a set of statements or an expression into a new method and use the new method" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4wpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.eclipselink.ui.newEclipseLinkMappingFile" commandName="EclipseLink ORM Mapping File" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4w5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.openRemoteTask" commandName="Open Remote Task" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4xJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.nextMemoryBlock" commandName="Next Memory Monitor" description="Show renderings from next memory monitor." category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4xZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.internal.reflog.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4xpHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.task.retrieveContext" commandName="Retrieve Context" category="_G6-2Q5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4x5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.jsp.ui.refactor.rename" commandName="Rename" description="Rename a Java Element" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4yJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.Fetch" commandName="Fetch" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4yZHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.run" commandName="Run JUnit Plug-in Test" description="Run JUnit Plug-in Test" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4ypHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.navigate.gotopackage" commandName="Go to Package" description="Go to Package" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4y5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.task.ui.editor.QuickOutline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_G6-2RZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4zJHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.eof" commandName="EOF" description="Send end of file" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4zZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.horizotal" commandName="Horizontal Layout" category="_G6_dVpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4zpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.showInQuickMenu" commandName="Show In..." description="Open the Show In menu" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4z5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.copyLineUp" commandName="Duplicate Lines" description="Duplicates the selected lines and leaves the selection unchanged" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M40JHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.ToggleMethodBreakpoint" commandName="Toggle Method Breakpoint" description="Creates or removes a method breakpoint" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M40ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M40pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.assignToLocal.assist" commandName="Quick Assist - Assign to local variable" description="Invokes quick assist and selects 'Assign to local variable'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M405HDEeeUq7sm0YNLEg" elementId="esbproject.commands.new.synapse" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M41JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.next" commandName="Next" description="Navigate to the next item" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M41ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.bugs.commands.newTaskFromMarker" commandName="New Task from Marker..." description="Report as Bug from Marker" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M41pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.refactor.apply.refactoring.script" commandName="Apply Script" description="Perform refactorings from a refactoring script on the local workspace" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M415HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.run" commandName="Run" description="Run server" category="_G6-2R5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M42JHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.focus.view" commandName="Focus View" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7M42ZHDEeeUq7sm0YNLEg" elementId="viewId" name="View ID to Focus" optional="false"/> </commands> - <commands xmi:id="_myujypHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.StepReturn" commandName="Step Return" description="Step return" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujy5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.browser.openBundleResource" commandName="Open Resource in Browser" description="Opens a bundle resource in the default web browser." category="_myukwZHGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myujzJHGEeeUq7sm0YNLEg" elementId="plugin" name="Plugin"/> - <parameters xmi:id="_myujzZHGEeeUq7sm0YNLEg" elementId="path" name="Path"/> + <commands xmi:id="_G7M42pHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.StepReturn" commandName="Step Return" description="Step return" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M425HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.browser.openBundleResource" commandName="Open Resource in Browser" description="Opens a bundle resource in the default web browser." category="_G6-2S5HDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7M43JHDEeeUq7sm0YNLEg" elementId="plugin" name="Plugin"/> + <parameters xmi:id="_G7M43ZHDEeeUq7sm0YNLEg" elementId="path" name="Path"/> </commands> - <commands xmi:id="_myujzpHGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.source" commandName="Source Code" category="_myuk05HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myujz5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.aboutAction" commandName="About" description="Open the about dialog" category="_myuk4ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj0JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.common.project.facet.ui.ConvertProjectToFacetedForm" commandName="Convert to Faceted Form..." category="_myukv5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj0ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.annotate.classFile" commandName="Annotate Class File" description="Externally add Annotations to a Class File." category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj0pHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.stash.create" commandName="Stash Changes..." category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj05HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected function" category="_myuk0JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj1JHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CheckoutCommand" commandName="Checkout" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj1ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.activateSelectedTask" commandName="Activate Selected Task" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj1pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace" commandName="References in Workspace" description="Search for references to the selected element in the workspace" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj15HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.format.document" commandName="Format" description="Format selection" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj2JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addNonNLS" commandName="Quick Fix - Add non-NLS tag" description="Invokes quick assist and selects 'Add non-NLS tag'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj2ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.internal.action.RemoveAction" commandName="Remove" description="Remove selected Pictogram Elements" category="_myukxpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj2pHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.workspace" commandName="Write Access in Workspace" description="Search for write references to the selected element in the workspace" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj25HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.RemoveFromIndex" commandName="Remove from Index" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj3JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.newWizard" commandName="New" description="Open the New item wizard" category="_myukv5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myuj3ZHGEeeUq7sm0YNLEg" elementId="newWizardId" name="New Wizard"/> + <commands xmi:id="_G7M43pHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.source" commandName="Source Code" category="_G6_dVpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M435HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.help.aboutAction" commandName="About" description="Open the about dialog" category="_G6_dZJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M44JHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.common.project.facet.ui.ConvertProjectToFacetedForm" commandName="Convert to Faceted Form..." category="_G6-2SZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M44ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.annotate.classFile" commandName="Annotate Class File" description="Externally add Annotations to a Class File." category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M44pHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.stash.create" commandName="Stash Changes..." category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M445HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected function" category="_G6_dU5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M45JHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CheckoutCommand" commandName="Checkout" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M45ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.command.activateSelectedTask" commandName="Activate Selected Task" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M45pHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace" commandName="References in Workspace" description="Search for references to the selected element in the workspace" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M455HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.format.document" commandName="Format" description="Format selection" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M46JHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.addNonNLS" commandName="Quick Fix - Add non-NLS tag" description="Invokes quick assist and selects 'Add non-NLS tag'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M46ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.internal.action.RemoveAction" commandName="Remove" description="Remove selected Pictogram Elements" category="_G6-2UJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M46pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.workspace" commandName="Write Access in Workspace" description="Search for write references to the selected element in the workspace" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M465HDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.RemoveFromIndex" commandName="Remove from Index" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M47JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.newWizard" commandName="New" description="Open the New item wizard" category="_G6-2SZHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7M47ZHDEeeUq7sm0YNLEg" elementId="newWizardId" name="New Wizard"/> </commands> - <commands xmi:id="_myuj3pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.newWindow" commandName="New Window" description="Open another window" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj35HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected Java comment lines" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj4JHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CompareVersions" commandName="Compare with each other" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj4ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.sdk.install" commandName="Install New Software..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj4pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.customizePerspective" commandName="Customize Perspective" description="Customize the current perspective" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj45HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.interest.decrement" commandName="Make Less Interesting" description="Make Less Interesting" category="_myukuZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj5JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar" commandName="Run Last Launched External Tool" description="Runs the last launched external Tool" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj5ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.CheckoutCommand" commandName="Checkout" category="_myuk5ZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj5pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file" commandName="Search All Occurrences in File" description="Search for all occurrences of the selected element in its declaring file" category="_myuk5JHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj55HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.moveLineUp" commandName="Move Lines Up" description="Moves the selected lines up" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj6JHGEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog" commandName="Show Bundle Catalog" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myuj6ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.DirectoryParameter" name="Directory URL"/> - <parameters xmi:id="_myuj6pHGEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.TagsParameter" name="Tags"/> + <commands xmi:id="_G7M47pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.newWindow" commandName="New Window" description="Open another window" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M475HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected Java comment lines" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M48JHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.history.CompareVersions" commandName="Compare with each other" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M48ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.sdk.install" commandName="Install New Software..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M48pHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.window.customizePerspective" commandName="Customize Perspective" description="Customize the current perspective" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M485HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands.interest.decrement" commandName="Make Less Interesting" description="Make Less Interesting" category="_G6-2Q5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M49JHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar" commandName="Run Last Launched External Tool" description="Runs the last launched external Tool" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M49ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.CheckoutCommand" commandName="Checkout" category="_G6_daJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M49pHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file" commandName="Search All Occurrences in File" description="Search for all occurrences of the selected element in its declaring file" category="_G6_dZ5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M495HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.moveLineUp" commandName="Move Lines Up" description="Moves the selected lines up" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4-JHDEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog" commandName="Show Bundle Catalog" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7M4-ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.DirectoryParameter" name="Directory URL"/> + <parameters xmi:id="_G7M4-pHDEeeUq7sm0YNLEg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.TagsParameter" name="Tags"/> </commands> - <commands xmi:id="_myuj65HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.gotoBreadcrumb" commandName="Show In Breadcrumb" description="Shows the Java editor breadcrumb and sets the keyboard focus into it" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj7JHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.debug" commandName="Debug Eclipse Application" description="Debug Eclipse Application" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj7ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.makePersistent" commandName="Make Persistent..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj7pHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteSelectionAction" commandName="Execute Selected Text" category="_myuk5pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj75HGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jaxb.ui.command.createPackageInfo" commandName="Create package-info.java" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj8JHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.class" commandName="Extract Class..." description="Extracts fields into a new class" category="_myuk35HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj8ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_myuk6pHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj8pHGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.rcp.commands.extensionDiscovery" commandName="Discover New Extensions" category="_myukz5HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myuj85HGEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/> + <commands xmi:id="_G7M4-5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.gotoBreadcrumb" commandName="Show In Breadcrumb" description="Shows the Java editor breadcrumb and sets the keyboard focus into it" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4_JHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.debug" commandName="Debug Eclipse Application" description="Debug Eclipse Application" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4_ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.makePersistent" commandName="Make Persistent..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7M4_pHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteSelectionAction" commandName="Execute Selected Text" category="_G6_daZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7NfwJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jaxb.ui.command.createPackageInfo" commandName="Create package-info.java" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7NfwZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.class" commandName="Extract Class..." description="Extracts fields into a new class" category="_G6_dYpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7NfwpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_G6_dbZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Nfw5HDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.rcp.commands.extensionDiscovery" commandName="Discover New Extensions" category="_G6_dUpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7NfxJHDEeeUq7sm0YNLEg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/> </commands> - <commands xmi:id="_myuj9JHGEeeUq7sm0YNLEg" elementId="org.eclipse.compare.copyRightToLeft" commandName="Copy from Right to Left" description="Copy Current Change from Right to Left" category="_myuk25HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj9ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.OpenProfileConfigurations" commandName="Profile..." description="Open profile launch configuration dialog" category="_myukw5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj9pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.newMappingFile" commandName="JPA ORM Mapping File" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj95HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.markCompleted" commandName="Mark Completed" description="Mark the selected tasks as completed" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj-JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into JavaScript comments" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj-ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.recenter" commandName="Recenter" description="Scroll cursor line to center, top and bottom" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj-pHGEeeUq7sm0YNLEg" elementId="esbproject.commands.new.mediatorPro" commandName="ESB Command" category="_myukvJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj-5HGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.xmlFileUpgradeToLatestVersion" commandName="Upgrade JPA Document Version" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj_JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.scroll.lineDown" commandName="Scroll Line Down" description="Scroll down one line of text" category="_myukuJHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj_ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.search.find.occurrences" commandName="Occurrences in File" description="Find occurrences of the selection in the file" category="_myuktpHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj_pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ToggleCoolbarAction" commandName="Toggle Toolbar Visibility" description="Toggles the visibility of the window toolbar" category="_myukwZHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuj_5HGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukAJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.outline.customFilter" commandName="&Filters" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukAZHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqlscrapbook.commands.openscrapbook" commandName="Open SQL Scrapboo&k" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukApHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.openResource" commandName="Open Resource" description="Open an editor on a particular resource" category="_myuk15HGEeeUq7sm0YNLEg"> - <parameters xmi:id="_myukA5HGEeeUq7sm0YNLEg" elementId="filePath" name="File Path" typeId="org.eclipse.ui.ide.resourcePath"/> + <commands xmi:id="_G7NfxZHDEeeUq7sm0YNLEg" elementId="org.eclipse.compare.copyRightToLeft" commandName="Copy from Right to Left" description="Copy Current Change from Right to Left" category="_G6_dXpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7NfxpHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.commands.OpenProfileConfigurations" commandName="Profile..." description="Open profile launch configuration dialog" category="_G6-2TZHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Nfx5HDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.newMappingFile" commandName="JPA ORM Mapping File" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7NfyJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.markCompleted" commandName="Mark Completed" description="Mark the selected tasks as completed" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7NfyZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into JavaScript comments" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7NfypHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.recenter" commandName="Recenter" description="Scroll cursor line to center, top and bottom" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Nfy5HDEeeUq7sm0YNLEg" elementId="esbproject.commands.new.mediatorPro" commandName="ESB Command" category="_G6-2RpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7NfzJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.xmlFileUpgradeToLatestVersion" commandName="Upgrade JPA Document Version" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7NfzZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.edit.text.scroll.lineDown" commandName="Scroll Line Down" description="Scroll down one line of text" category="_G6-2QpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7NfzpHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.search.find.occurrences" commandName="Occurrences in File" description="Find occurrences of the selection in the file" category="_G6-2QJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Nfz5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ToggleCoolbarAction" commandName="Toggle Toolbar Visibility" description="Toggles the visibility of the window toolbar" category="_G6-2S5HDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Nf0JHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Nf0ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.sse.ui.outline.customFilter" commandName="&Filters" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Nf0pHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqlscrapbook.commands.openscrapbook" commandName="Open SQL Scrapboo&k" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Nf05HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.navigate.openResource" commandName="Open Resource" description="Open an editor on a particular resource" category="_G6_dWpHDEeeUq7sm0YNLEg"> + <parameters xmi:id="_G7Nf1JHDEeeUq7sm0YNLEg" elementId="filePath" name="File Path" typeId="org.eclipse.ui.ide.resourcePath"/> </commands> - <commands xmi:id="_myukBJHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addBlock.assist" commandName="Quick Assist - Replace statement with block" description="Invokes quick assist and selects 'Replace statement with block'" category="_myukupHGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukBZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.previous.member" commandName="Go to Previous Member" description="Move the caret to the previous member of the JavaScript file" category="_myuk15HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukBpHGEeeUq7sm0YNLEg" elementId="org.activiti.designer.eclipse.navigator.processmodel.download" commandName="org.activiti.designer.eclipse.navigator.processmodel.download"/> - <commands xmi:id="_myukB5HGEeeUq7sm0YNLEg" elementId="org.activiti.designer.kickstart.cmisnavigator.command.download" commandName="org.activiti.designer.kickstart.cmisnavigator.command.download"/> - <commands xmi:id="_myukCJHGEeeUq7sm0YNLEg" elementId="org.activiti.designer.kickstart.cmisnavigator.command.delete" commandName="org.activiti.designer.kickstart.cmisnavigator.command.delete"/> - <commands xmi:id="_myukCZHGEeeUq7sm0YNLEg" elementId="org.activiti.designer.kickstart.cmisnavigator.command.remame" commandName="org.activiti.designer.kickstart.cmisnavigator.command.remame"/> - <commands xmi:id="_myukCpHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareWithCommit" commandName="org.eclipse.egit.ui.team.CompareWithCommit"/> - <commands xmi:id="_myukC5HGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareWithRevision" commandName="org.eclipse.egit.ui.team.CompareWithRevision"/> - <commands xmi:id="_myukDJHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ReplaceWithPrevious" commandName="org.eclipse.egit.ui.team.ReplaceWithPrevious"/> - <commands xmi:id="_myukDZHGEeeUq7sm0YNLEg" elementId="developerstudio.commands.new.esbConfigProject" commandName="developerstudio.commands.new.esbConfigProject"/> - <commands xmi:id="_myukDpHGEeeUq7sm0YNLEg" elementId="developerstudio.commands.new.esbSolutionProject" commandName="developerstudio.commands.new.esbSolutionProject"/> - <commands xmi:id="_myukD5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.ui.commands.InjectNewProperty" commandName="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.ui.commands.InjectNewProperty"/> - <commands xmi:id="_myukEJHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.ui.commands.ClearProperty" commandName="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.ui.commands.ClearProperty"/> - <commands xmi:id="_myukEZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ant.ui.actionSet.presentation/org.eclipse.ant.ui.toggleAutoReconcile" commandName="Toggle Ant Editor Auto Reconcile" description="Toggle Ant Editor Auto Reconcile" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukEpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.datatools.sqltools.sqlscrapbook.actionSet/org.eclipse.datatools.sqltools.sqlscrapbook.actions.OpenScrapbookAction" commandName="Open SQL Scrapbook" description="Open scrapbook to edit SQL statements" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukE5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunWithConfigurationAction" commandName="Run As" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukFJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunHistoryMenuAction" commandName="Run History" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukFZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunDropDownAction" commandName="Run" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukFpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugWithConfigurationAction" commandName="Debug As" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukF5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugHistoryMenuAction" commandName="Debug History" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukGJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugDropDownAction" commandName="Debug" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukGZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileDropDownAction" commandName="Profile" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukGpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileWithConfigurationAction" commandName="Profile As" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukG5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileHistoryMenuAction" commandName="Profile History" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukHJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.NewTypeDropDown" commandName="Class..." description="New Java Class" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukHZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenPackageWizard" commandName="Package..." description="New Java Package" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukHpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenProjectWizard" commandName="Java Project..." description="New Java Project" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukH5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.ui.SearchActionSet/org.eclipse.jdt.ui.actions.OpenJavaSearchPage" commandName="Java..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukIJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jst.j2ee.J2eeMainActionSet/org.eclipse.jst.j2ee.internal.actions.NewJavaEEArtifact" commandName="Servlet" description="Create a new Servlet" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukIZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jst.j2ee.J2eeMainActionSet/org.eclipse.jst.j2ee.internal.actions.NewJavaEEProject" commandName="Dynamic Web Project" description="Create a Dynamic Web project" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukIpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.java.actionSet.browsing/org.eclipse.mylyn.java.ui.actions.ApplyMylynToBrowsingPerspectiveAction" commandName="Focus Browsing Perspective" description="Focus Java Browsing Views on Active Task" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukI5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.doc.actionSet/org.eclipse.mylyn.tasks.ui.bug.report" commandName="Report Bug or Enhancement..." description="Report Bug or Enhancement" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukJJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.navigation.additions/org.eclipse.mylyn.tasks.ui.navigate.task.history" commandName="Activate Previous Task" description="Activate Previous Task" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukJZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.pde.ui.SearchActionSet/org.eclipse.pde.ui.actions.OpenPluginSearchPage" commandName="Plug-in..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukJpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction" commandName="Cheat Sheets..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukJ5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.rse.core.search.searchActionSet/org.eclipse.rse.core.search.searchAction" commandName="Remote..." description="Opens Remote Search dialog page for text and file searching on remote systems" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukKJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.search.searchActionSet/org.eclipse.search.OpenSearchDialogPage" commandName="Search..." description="Search" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukKZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukKpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.ConfigureProject" commandName="Share Project..." description="Share the project with others using a version and configuration management system." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukK5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.externaltools.ExternalToolsSet/org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu" commandName="External Tools" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukLJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet/org.eclipse.wst.jsdt.ui.actions.OpenFileWizard" commandName="JavaScript Source File" description="New JavaScript file" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukLZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet/org.eclipse.wst.jsdt.ui.actions.OpenProjectWizard" commandName="JavaScript Project..." description="New JavaScript Project" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukLpHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.refactor.show.refactoring.history" commandName="History..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukL5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.SearchActionSet/org.eclipse.wst.jsdt.ui.actions.OpenJavaSearchPage" commandName="JavaScript..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukMJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.server.ui.new.actionSet/org.eclipse.wst.server.ui.action.new.server" commandName="Create Server" description="Create Server" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukMZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.server.ui.internal.webbrowser.actionSet/org.eclipse.wst.server.ui.internal.webbrowser.action.open" commandName="Open Web Browser" description="Open Web Browser" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukMpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.server.ui.internal.webbrowser.actionSet/org.eclipse.wst.server.ui.internal.webbrowser.action.switch" commandName="Web Browser" description="Web Browser" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukM5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newCSSFile" commandName="CSS" description="Create a new Cascading Style Sheet" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukNJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newJSFile" commandName="JavaScript" description="Create a new JavaScript file" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukNZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newHTMLFile" commandName="HTML" description="Create a new HTML page" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukNpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.ws.explorer.explorer/org.eclipse.wst.ws.internal.explorer.action.LaunchWSEAction" commandName="Launch the Web Services Explorer" description="Launch the Web Services Explorer" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukN5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.forms.article.actionSet/org.eclipse.ui.forms.article.simple" commandName="%actionLabel" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukOJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ant.ui.BreakpointRulerActions/org.eclipse.ant.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukOZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.datatools.sqltools.rullerDoubleClick/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Add Breakpoint" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukOpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.exporter.genModelEditorContribution/org.eclipse.emf.exporter.ui.GenModelExportActionDelegate.Editor" commandName="Export Model..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukO5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.importer.genModelEditorContribution/org.eclipse.emf.importer.ui.GenModelReloadActionDelegate.Editor" commandName="Reload..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukPJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.RemoveMappingActionID" commandName="Remove Mapping" description="Remove the mapping associated with the selected objects." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukPZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.TypeMatchMappingActionID" commandName="Match Mapping by Type" description="Create child mappings automatically by type." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukPpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.NameMatchMappingActionID" commandName="Match Mapping by Name" description="Create child mappings automatically by name." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukP5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.CreateOneSidedMappingActionID" commandName="Create One-sided Mapping" description="Create a new mapping for the selected object." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukQJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.CreateMappingActionID" commandName="Create Mapping" description="Create a new mapping between the selected objects." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukQZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.ecore2ecore.action.AddOuputRootActionID" commandName="Add Output Root..." description="Add new output root." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukQpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.ecore2ecore.action.AddInputRootActionID" commandName="Add Input Root..." description="Add new input root." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukQ5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukRJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukRZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetExecute" commandName="Execute" description="Execute the Selected Text" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukRpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetDisplay" commandName="Display" description="Display Result of Evaluating Selected Text" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukR5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetInspect" commandName="Inspect" description="Inspect Result of Evaluating Selected Text" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukSJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukSZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukSpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukS5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukTJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukTZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jst.jsp.core.jspsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukTpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jst.jsp.core.jspsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukT5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution/org.eclipse.m2e.jdt.ui.downloadSourcesAction" commandName="label" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukUJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution_38/org.eclipse.m2e.jdt.ui.downloadSourcesAction_38" commandName="label" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukUZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Text Editor Bookmark Ruler Action" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukUpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Text Editor Ruler Single-Click" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukU5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.css.core.csssource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukVJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.css.core.csssource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukVZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukVpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukV5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.html.core.htmlsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukWJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.html.core.htmlsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukWZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.debug.ui.togglebreakpoint/org.eclipse.wst.jsdt.debug.ui.RulerToggleBreakpoint" commandName="Toggle Breakpoint" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukWpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="JavaScript Editor Bookmark Ruler Action" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukW5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="JavaScript Editor Ruler Single-Click" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukXJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="JavaScript Editor Ruler Single-Click" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukXZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="JavaScript Editor Bookmark Ruler Action" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukXpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="JavaScript Editor Ruler Single-Click" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukX5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.articles.action.contribution.editor/org.eclipse.wst.wsdl.ui.actions.ReloadDependenciesActionDelegate" commandName="Reload Dependencies" description="Reload Dependencies" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukYJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.wsdl.wsdlsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukYZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.wsdl.wsdlsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukYpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukY5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukZJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukZZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukZpHGEeeUq7sm0YNLEg" elementId="Ctrl+D" commandName="Duplicate" description="Duplicate the selected object." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukZ5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.bpel.ui.bpel.editor.contribution/org.eclipse.bpel.ui.saveasimage.action" commandName="Export as Image..." description="Export BPEL as image..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukaJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.PulldownActions/org.eclipse.debug.ui.debugview.pulldown.ViewManagementAction" commandName="View Management..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukaZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.debugview.toolbar/org.eclipse.debug.ui.debugview.toolbar.removeAllTerminated" commandName="Remove All Terminated" description="Remove All Terminated Launches" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukapHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.removeAll" commandName="Remove All" description="Remove All Breakpoints" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuka5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.linkWithDebugView" commandName="Link with Debug View" description="Link with Debug View" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukbJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.workingSets" commandName="Working Sets..." description="Manage Working Sets" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukbZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.clearDefaultBreakpointGroup" commandName="Deselect Default Working Set" description="Deselect Default Working Set" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukbpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.setDefaultBreakpointGroup" commandName="Select Default Working Set..." description="Select Default Working Set" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukb5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.groupByAction" commandName="Group By" description="Show" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukcJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.removeAll" commandName="Remove All" description="Remove All Expressions" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukcZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.AddWatchExpression" commandName="Add Watch Expression..." description="Create a new watch expression" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukcpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.PinMemoryBlockAction" commandName="Pin Memory Monitor" description="Pin Memory Monitor" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukc5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.NewMemoryViewAction" commandName="New Memory View" description="New Memory View" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukdJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglemonitors" commandName="Toggle Memory Monitors Pane" description="Toggle Memory Monitors Pane" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukdZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.linkrenderingpanes" commandName="Link Memory Rendering Panes" description="Link Memory Rendering Panes" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukdpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.tablerendering.preferencesaction" commandName="Table Renderings Preferences..." description="&Table Renderings Preferences..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukd5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglesplitpane" commandName="Toggle Split Pane" description="Toggle Split Pane" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukeJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.switchMemoryBlock" commandName="Switch Memory Monitor" description="Switch Memory Monitor" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukeZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.memoryViewPreferencesAction" commandName="Preferences..." description="&Preferences..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukepHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.Preferences" commandName="Java Preferences..." description="Opens preferences for Java variables" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuke5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variablesViewActions.AllReferencesInView" commandName="Show References" description="Shows references to each object in the variables view as an array of objects." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukfJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowNullEntries" commandName="Show Null Array Entries" description="Show Null Array Entries" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukfZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukfpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukf5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukgJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.variableViewActions.Preferences" commandName="Java Preferences..." description="Opens preferences for Java variables" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukgZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.AllReferencesInView" commandName="Show References" description="Show &References" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukgpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowNullEntries" commandName="Show Null Array Entries" description="Show Null Array Entries" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukg5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukhJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukhZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukhpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.actions.AddException" commandName="Add Java Exception Breakpoint" description="Add Java Exception Breakpoint" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukh5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukiJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowThreadGroups" commandName="Show Thread Groups" description="Show Thread Groups" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukiZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukipHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowSystemThreads" commandName="Show System Threads" description="Show System Threads" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuki5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowMonitorThreadInfo" commandName="Show Monitors" description="Show the Thread & Monitor Information" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukjJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Watch" commandName="Watch" description="Create a Watch Expression from the Selected Text" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukjZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Execute" commandName="Execute" description="Execute the Selected Text" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukjpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Display" commandName="Display" description="Display Result of Evaluating Selected Text" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukj5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Inspect" commandName="Inspect" description="Inspect Result of Evaluating Selected Text" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukkJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.context.ui.outline.contribution/org.eclipse.mylyn.context.ui.contentOutline.focus" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukkZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.java.ui.markers.breakpoints.contribution/org.eclipse.mylyn.java.ui.actions.focus.markers.breakpoints" commandName="Focus on Active Task" description="Focus on Active Task" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukkpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.debug.view.contribution/org.eclipse.mylyn.ui.actions.FilterResourceNavigatorAction" commandName="Focus on Active Task (Experimental)" description="Focus on Active Task (Experimental)" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukk5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.projectexplorer.filter/org.eclipse.mylyn.ide.ui.actions.focus.projectExplorer" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuklJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.resource.navigator.filter/org.eclipse.mylyn.ide.ui.actions.focus.resourceNavigator" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuklZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.problems.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.problems" commandName="Focus on Active Task" description="Focus on Active Task" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuklpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.all.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.all" commandName="Focus on Active Task" description="Focus on Active Task" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukl5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.tasks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.tasks" commandName="Focus on Active Task" description="Focus on Active Task" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukmJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.bookmarks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.bookmarks" commandName="Focus on Active Task" description="Focus on Active Task" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukmZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.java.explorer.contribution/org.eclipse.mylyn.java.actions.focus.packageExplorer" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukmpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.search.open" commandName="Search Repository..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukm5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.synchronize.changed" commandName="Synchronize Changed" description="Synchronize Changed" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuknJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.tasks.restore" commandName="Restore Tasks from History..." category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuknZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.open.repositories.view" commandName="Show Task Repositories View" description="Show Task Repositories View" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuknpHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.doc.legend.show.action" commandName="Show UI Legend" description="Show Tasks UI Legend" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukn5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.context.ui.actions.tasklist.focus" commandName="Focus on Workweek" description="Focus on Workweek" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukoJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.pde.ui.logViewActions/org.eclipse.jdt.debug.ui.LogViewActions.showStackTrace" commandName="Show Stack Trace in Console View" description="Show Stack Trace in Console View" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukoZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.rse.ui.view.systemView.toolbar/org.eclipse.rse.ui.view.systemView.toolbar.linkWithSystemView" commandName="Link with Editor" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukopHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.wst.jsdt.debug.ui.add.scriptload.breakpoint" commandName="Add Script Load Breakpoint" description="Add Script Load Breakpoint" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myuko5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="Suspend For All Script Loads" description="Suspends when any script is loaded" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukpJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.wst.jsdt.debug.ui.suspend.on.exceptions" commandName="Suspend On JavaScript Exceptions" description="Suspend on all JavaScript exceptions" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukpZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::debugViewActions/org.eclipse.wst.jsdt.debug.ui.show.all.scripts" commandName="Show All Scripts" description="Shows or hides all scripts loaded in the visible targets" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukppHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.functions" commandName="Show function variables" description="Show or hide function variables" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukp5HGEeeUq7sm0YNLEg" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.this" commandName="Show 'this' variable" description="Show or hide the this variable" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukqJHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.prototypes" commandName="Show proto variables" description="Show or hide proto variables" category="_myukz5HGEeeUq7sm0YNLEg"/> - <commands xmi:id="_myukqZHGEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.articles.action.contribution.view/org.eclipse.wst.wsi.ui.internal.actions.actionDelegates.ValidateWSIProfileActionDelegate" commandName="WS-I Profile Validator" description="Validate WS-I Message Log File" category="_myukz5HGEeeUq7sm0YNLEg"/> - <addons xmi:id="_myukqpHGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.core.commands.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.core.commands/org.eclipse.e4.core.commands.CommandServiceAddon"/> - <addons xmi:id="_myukq5HGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.contexts.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.services/org.eclipse.e4.ui.services.ContextServiceAddon"/> - <addons xmi:id="_myukrJHGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.bindings.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.bindings/org.eclipse.e4.ui.bindings.BindingServiceAddon"/> - <addons xmi:id="_myukrZHGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.workbench.commands.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon"/> - <addons xmi:id="_myukrpHGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.workbench.contexts.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon"/> - <addons xmi:id="_myukr5HGEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.workbench.bindings.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.swt/org.eclipse.e4.ui.workbench.swt.util.BindingProcessingAddon"/> - <addons xmi:id="_myuksJHGEeeUq7sm0YNLEg" elementId="Cleanup Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddon"/> - <addons xmi:id="_myuksZHGEeeUq7sm0YNLEg" elementId="DnD Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.dndaddon.DnDAddon"/> - <addons xmi:id="_myukspHGEeeUq7sm0YNLEg" elementId="MinMax Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon"/> - <addons xmi:id="_myuks5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.workbench.addon.0" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.HandlerProcessingAddon"/> - <addons xmi:id="_myuktJHGEeeUq7sm0YNLEg" elementId="SplitterAddon" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.splitteraddon.SplitterAddon"/> - <addons xmi:id="_myuktZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.application.addon.0" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.ui.ide.application/org.eclipse.ui.internal.ide.application.addons.ModelCleanupAddon"/> - <categories xmi:id="_myuktpHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.edit" name="Edit"/> - <categories xmi:id="_myukt5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.editor.category" name="WikiText Markup Editing Commands" description="commands for editing lightweight markup"/> - <categories xmi:id="_myukuJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.textEditor" name="Text Editing" description="Text Editing Commands"/> - <categories xmi:id="_myukuZHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands" name="Focused UI" description="Task-Focused Interface"/> - <categories xmi:id="_myukupHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.category.source" name="Source" description="JavaScript Source Actions"/> - <categories xmi:id="_myuku5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.commands" name="Task Repositories"/> - <categories xmi:id="_myukvJHGEeeUq7sm0YNLEg" elementId="esbproject.commands.category" name="Sample Category"/> - <categories xmi:id="_myukvZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui" name="Server" description="Server"/> - <categories xmi:id="_myukvpHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.context.ui.commands" name="%commands.category.name" description="%commands.category.description"/> - <categories xmi:id="_myukv5HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.file" name="File"/> - <categories xmi:id="_myukwJHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.platform.ui.commands.category" name="Sample Category"/> - <categories xmi:id="_myukwZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.window" name="Window"/> - <categories xmi:id="_myukwpHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.result.category" name="SQL Results View"/> - <categories xmi:id="_myukw5HGEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.category.run" name="Run/Debug" description="Run/Debug command category"/> - <categories xmi:id="_myukxJHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.dialogs" name="Dialogs" description="Commands for opening dialogs"/> - <categories xmi:id="_myukxZHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph" name="Oomph"/> - <categories xmi:id="_myukxpHGEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.Graphiti_Category" name="Edit" description="Graphiti Diagram Editor"/> - <categories xmi:id="_myukx5HGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID" name="Esb Editor Commands" description="Esb Editor Commands"/> - <categories xmi:id="_myukyJHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.jpaMetadataConversionCommands" name="JPA Metadata Conversion"/> - <categories xmi:id="_myukyZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.views.XPathView" name="XPath"/> - <categories xmi:id="_myukypHGEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.jpaStructureViewCommands" name="JPA Structure View"/> - <categories xmi:id="_myuky5HGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.commons.repositories.ui.category.Team" name="Team"/> - <categories xmi:id="_myukzJHGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.category.source" name="Manifest Editor Source" description="PDE Source Page actions"/> - <categories xmi:id="_myukzZHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.keybindings.category" name="WSO2 Registry Category" description="WSO2 Registry Browser Command Category"/> - <categories xmi:id="_myukzpHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.commands" name="Oomph"/> - <categories xmi:id="_myukz5HGEeeUq7sm0YNLEg" elementId="org.eclipse.core.commands.categories.autogenerated" name="Uncategorized" description="Commands that were either auto-generated or have no category"/> - <categories xmi:id="_myuk0JHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.category.refactoring" name="Refactor - JavaScript" description="JavaScript Refactoring Actions"/> - <categories xmi:id="_myuk0ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.category.team" name="Team" description="Actions that apply when working with a Team"/> - <categories xmi:id="_myuk0pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.views" name="Views" description="Commands for opening views"/> - <categories xmi:id="_myuk05HGEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.pagelayout" name="Web Page Editor Layout"/> - <categories xmi:id="_myuk1JHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.category.editor" name="Task Editor"/> - <categories xmi:id="_myuk1ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.markerContents" name="Contents" description="The category for menu contents"/> - <categories xmi:id="_myuk1pHGEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.category" name="Oomph Setup"/> - <categories xmi:id="_myuk15HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.navigate" name="Navigate"/> - <categories xmi:id="_myuk2JHGEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.java.ui.commands" name="Java Context" description="Java Task-Focused Interface Commands"/> - <categories xmi:id="_myuk2ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.debug.ui.category" name="JavaScript Debug" description="Tooling for debugging JavaScript"/> - <categories xmi:id="_myuk2pHGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.commands.category" name="Terminal Commands"/> - <categories xmi:id="_myuk25HGEeeUq7sm0YNLEg" elementId="org.eclipse.compare.ui.category.compare" name="Compare" description="Compare command category"/> - <categories xmi:id="_myuk3JHGEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.datamapper.diagram.part.DataMapperDiagramEditorID" name="DataMapper Editor Commands" description="DataMapper Editor Commands"/> - <categories xmi:id="_myuk3ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.commands.category" name="Remote Systems"/> - <categories xmi:id="_myuk3pHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" name="ASA 9.x table schema editor"/> - <categories xmi:id="_myuk35HGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.category.refactoring" name="Refactor - Java" description="Java Refactoring Actions"/> - <categories xmi:id="_myuk4JHGEeeUq7sm0YNLEg" elementId="org.eclipse.emf.codegen.ecore.ui.Commands" name="EMF Code Generation" description="Commands for the EMF code generation tools"/> - <categories xmi:id="_myuk4ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.help" name="Help"/> - <categories xmi:id="_myuk4pHGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.project" name="Project"/> - <categories xmi:id="_myuk45HGEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.category1" name="Terminal view commands" description="Terminal view commands"/> - <categories xmi:id="_myuk5JHGEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.category.search" name="Search" description="Search command category"/> - <categories xmi:id="_myuk5ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commandCategory" name="Git"/> - <categories xmi:id="_myuk5pHGEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.category" name="Database Tools" description="Database Development tools"/> - <categories xmi:id="_myuk55HGEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.perspectives" name="Perspectives" description="Commands for opening perspectives"/> - <categories xmi:id="_myuk6JHGEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.category.refactoring" name="Refactoring"/> - <categories xmi:id="_myuk6ZHGEeeUq7sm0YNLEg" elementId="org.eclipse.gef.category.view" name="View" description="View"/> - <categories xmi:id="_myuk6pHGEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.category.source" name="Source" description="Java Source Actions"/> - <categories xmi:id="_myuk65HGEeeUq7sm0YNLEg" elementId="org.eclipse.pde.runtime.spy.commands.category" name="Spy"/> + <commands xmi:id="_G7Nf1ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.correction.addBlock.assist" commandName="Quick Assist - Replace statement with block" description="Invokes quick assist and selects 'Replace statement with block'" category="_G6-2RJHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_G7Nf1pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.previous.member" commandName="Go to Previous Member" description="Move the caret to the previous member of the JavaScript file" category="_G6_dWpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HA0_kJHDEeeUq7sm0YNLEg" elementId="org.activiti.designer.eclipse.navigator.processmodel.download" commandName="org.activiti.designer.eclipse.navigator.processmodel.download"/> + <commands xmi:id="_HA3b0JHDEeeUq7sm0YNLEg" elementId="org.activiti.designer.kickstart.cmisnavigator.command.download" commandName="org.activiti.designer.kickstart.cmisnavigator.command.download"/> + <commands xmi:id="_HA4p8JHDEeeUq7sm0YNLEg" elementId="org.activiti.designer.kickstart.cmisnavigator.command.delete" commandName="org.activiti.designer.kickstart.cmisnavigator.command.delete"/> + <commands xmi:id="_HA5RAJHDEeeUq7sm0YNLEg" elementId="org.activiti.designer.kickstart.cmisnavigator.command.remame" commandName="org.activiti.designer.kickstart.cmisnavigator.command.remame"/> + <commands xmi:id="_HB1FIJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareWithCommit" commandName="org.eclipse.egit.ui.team.CompareWithCommit"/> + <commands xmi:id="_HB1sMJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.CompareWithRevision" commandName="org.eclipse.egit.ui.team.CompareWithRevision"/> + <commands xmi:id="_HB1sMZHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.team.ReplaceWithPrevious" commandName="org.eclipse.egit.ui.team.ReplaceWithPrevious"/> + <commands xmi:id="_HChosJHDEeeUq7sm0YNLEg" elementId="developerstudio.commands.new.esbConfigProject" commandName="developerstudio.commands.new.esbConfigProject"/> + <commands xmi:id="_HChosZHDEeeUq7sm0YNLEg" elementId="developerstudio.commands.new.esbSolutionProject" commandName="developerstudio.commands.new.esbSolutionProject"/> + <commands xmi:id="_HChospHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.ui.commands.InjectNewProperty" commandName="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.ui.commands.InjectNewProperty"/> + <commands xmi:id="_HChos5HDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.ui.commands.ClearProperty" commandName="org.wso2.developerstudio.eclipse.gmf.esb.diagram.debugger.ui.commands.ClearProperty"/> + <commands xmi:id="_HTUdwJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ant.ui.actionSet.presentation/org.eclipse.ant.ui.toggleAutoReconcile" commandName="Toggle Ant Editor Auto Reconcile" description="Toggle Ant Editor Auto Reconcile" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTUdwZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.datatools.sqltools.sqlscrapbook.actionSet/org.eclipse.datatools.sqltools.sqlscrapbook.actions.OpenScrapbookAction" commandName="Open SQL Scrapbook" description="Open scrapbook to edit SQL statements" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTUdwpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunWithConfigurationAction" commandName="Run As" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTUdw5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunHistoryMenuAction" commandName="Run History" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTUdxJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunDropDownAction" commandName="Run" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTUdxZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugWithConfigurationAction" commandName="Debug As" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTUdxpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugHistoryMenuAction" commandName="Debug History" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTUdx5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugDropDownAction" commandName="Debug" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTUdyJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileDropDownAction" commandName="Profile" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTUdyZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileWithConfigurationAction" commandName="Profile As" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTUdypHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileHistoryMenuAction" commandName="Profile History" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOwJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.NewTypeDropDown" commandName="Class..." description="New Java Class" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOwZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenPackageWizard" commandName="Package..." description="New Java Package" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOwpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenProjectWizard" commandName="Java Project..." description="New Java Project" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOw5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.ui.SearchActionSet/org.eclipse.jdt.ui.actions.OpenJavaSearchPage" commandName="Java..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOxJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jst.j2ee.J2eeMainActionSet/org.eclipse.jst.j2ee.internal.actions.NewJavaEEArtifact" commandName="Servlet" description="Create a new Servlet" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOxZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jst.j2ee.J2eeMainActionSet/org.eclipse.jst.j2ee.internal.actions.NewJavaEEProject" commandName="Dynamic Web Project" description="Create a Dynamic Web project" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOxpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.java.actionSet.browsing/org.eclipse.mylyn.java.ui.actions.ApplyMylynToBrowsingPerspectiveAction" commandName="Focus Browsing Perspective" description="Focus Java Browsing Views on Active Task" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOx5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.doc.actionSet/org.eclipse.mylyn.tasks.ui.bug.report" commandName="Report Bug or Enhancement..." description="Report Bug or Enhancement" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOyJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.navigation.additions/org.eclipse.mylyn.tasks.ui.navigate.task.history" commandName="Activate Previous Task" description="Activate Previous Task" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOyZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.pde.ui.SearchActionSet/org.eclipse.pde.ui.actions.OpenPluginSearchPage" commandName="Plug-in..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOypHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction" commandName="Cheat Sheets..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOy5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.rse.core.search.searchActionSet/org.eclipse.rse.core.search.searchAction" commandName="Remote..." description="Opens Remote Search dialog page for text and file searching on remote systems" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOzJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.search.searchActionSet/org.eclipse.search.OpenSearchDialogPage" commandName="Search..." description="Search" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOzZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOzpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.ConfigureProject" commandName="Share Project..." description="Share the project with others using a version and configuration management system." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeOz5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.externaltools.ExternalToolsSet/org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu" commandName="External Tools" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO0JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet/org.eclipse.wst.jsdt.ui.actions.OpenFileWizard" commandName="JavaScript Source File" description="New JavaScript file" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO0ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet/org.eclipse.wst.jsdt.ui.actions.OpenProjectWizard" commandName="JavaScript Project..." description="New JavaScript Project" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO0pHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.refactor.show.refactoring.history" commandName="History..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO05HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.SearchActionSet/org.eclipse.wst.jsdt.ui.actions.OpenJavaSearchPage" commandName="JavaScript..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO1JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.server.ui.new.actionSet/org.eclipse.wst.server.ui.action.new.server" commandName="Create Server" description="Create Server" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO1ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.server.ui.internal.webbrowser.actionSet/org.eclipse.wst.server.ui.internal.webbrowser.action.open" commandName="Open Web Browser" description="Open Web Browser" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO1pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.server.ui.internal.webbrowser.actionSet/org.eclipse.wst.server.ui.internal.webbrowser.action.switch" commandName="Web Browser" description="Web Browser" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO15HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newCSSFile" commandName="CSS" description="Create a new Cascading Style Sheet" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO2JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newJSFile" commandName="JavaScript" description="Create a new JavaScript file" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO2ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.web.ui.wizardsActionSet/org.eclipse.wst.web.ui.actions.newHTMLFile" commandName="HTML" description="Create a new HTML page" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO2pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.ws.explorer.explorer/org.eclipse.wst.ws.internal.explorer.action.LaunchWSEAction" commandName="Launch the Web Services Explorer" description="Launch the Web Services Explorer" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO25HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.forms.article.actionSet/org.eclipse.ui.forms.article.simple" commandName="%actionLabel" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO3JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ant.ui.BreakpointRulerActions/org.eclipse.ant.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTeO3ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.datatools.sqltools.rullerDoubleClick/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Add Breakpoint" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYsJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.exporter.genModelEditorContribution/org.eclipse.emf.exporter.ui.GenModelExportActionDelegate.Editor" commandName="Export Model..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYsZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.importer.genModelEditorContribution/org.eclipse.emf.importer.ui.GenModelReloadActionDelegate.Editor" commandName="Reload..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYspHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.RemoveMappingActionID" commandName="Remove Mapping" description="Remove the mapping associated with the selected objects." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYs5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.TypeMatchMappingActionID" commandName="Match Mapping by Type" description="Create child mappings automatically by type." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYtJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.NameMatchMappingActionID" commandName="Match Mapping by Name" description="Create child mappings automatically by name." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYtZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.CreateOneSidedMappingActionID" commandName="Create One-sided Mapping" description="Create a new mapping for the selected object." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYtpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.CreateMappingActionID" commandName="Create Mapping" description="Create a new mapping between the selected objects." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYt5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.ecore2ecore.action.AddOuputRootActionID" commandName="Add Output Root..." description="Add new output root." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYuJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.ecore2ecore.action.AddInputRootActionID" commandName="Add Input Root..." description="Add new input root." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYuZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYupHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYu5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetExecute" commandName="Execute" description="Execute the Selected Text" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYvJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetDisplay" commandName="Display" description="Display Result of Evaluating Selected Text" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYvZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetInspect" commandName="Inspect" description="Inspect Result of Evaluating Selected Text" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYvpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYv5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYwJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYwZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYwpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYw5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jst.jsp.core.jspsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYxJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jst.jsp.core.jspsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYxZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution/org.eclipse.m2e.jdt.ui.downloadSourcesAction" commandName="label" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYxpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution_38/org.eclipse.m2e.jdt.ui.downloadSourcesAction_38" commandName="label" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYx5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Text Editor Bookmark Ruler Action" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYyJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Text Editor Ruler Single-Click" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYyZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.css.core.csssource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYypHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.css.core.csssource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYy5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYzJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYzZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.html.core.htmlsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYzpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.html.core.htmlsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnYz5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.debug.ui.togglebreakpoint/org.eclipse.wst.jsdt.debug.ui.RulerToggleBreakpoint" commandName="Toggle Breakpoint" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY0JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="JavaScript Editor Bookmark Ruler Action" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY0ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="JavaScript Editor Ruler Single-Click" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY0pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="JavaScript Editor Ruler Single-Click" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY05HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="JavaScript Editor Bookmark Ruler Action" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY1JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.jsdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="JavaScript Editor Ruler Single-Click" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY1ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.articles.action.contribution.editor/org.eclipse.wst.wsdl.ui.actions.ReloadDependenciesActionDelegate" commandName="Reload Dependencies" description="Reload Dependencies" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY1pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.wsdl.wsdlsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY15HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.wsdl.wsdlsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY2JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY2ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY2pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY25HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY3JHDEeeUq7sm0YNLEg" elementId="Ctrl+D" commandName="Duplicate" description="Duplicate the selected object." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY3ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.bpel.ui.bpel.editor.contribution/org.eclipse.bpel.ui.saveasimage.action" commandName="Export as Image..." description="Export BPEL as image..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY3pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.PulldownActions/org.eclipse.debug.ui.debugview.pulldown.ViewManagementAction" commandName="View Management..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY35HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.debugview.toolbar/org.eclipse.debug.ui.debugview.toolbar.removeAllTerminated" commandName="Remove All Terminated" description="Remove All Terminated Launches" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY4JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.removeAll" commandName="Remove All" description="Remove All Breakpoints" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY4ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.linkWithDebugView" commandName="Link with Debug View" description="Link with Debug View" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY4pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.workingSets" commandName="Working Sets..." description="Manage Working Sets" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY45HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.clearDefaultBreakpointGroup" commandName="Deselect Default Working Set" description="Deselect Default Working Set" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY5JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.setDefaultBreakpointGroup" commandName="Select Default Working Set..." description="Select Default Working Set" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY5ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.groupByAction" commandName="Group By" description="Show" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY5pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.removeAll" commandName="Remove All" description="Remove All Expressions" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY55HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.AddWatchExpression" commandName="Add Watch Expression..." description="Create a new watch expression" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY6JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.PinMemoryBlockAction" commandName="Pin Memory Monitor" description="Pin Memory Monitor" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY6ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.NewMemoryViewAction" commandName="New Memory View" description="New Memory View" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY6pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglemonitors" commandName="Toggle Memory Monitors Pane" description="Toggle Memory Monitors Pane" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY65HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.linkrenderingpanes" commandName="Link Memory Rendering Panes" description="Link Memory Rendering Panes" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY7JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.tablerendering.preferencesaction" commandName="Table Renderings Preferences..." description="&Table Renderings Preferences..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY7ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglesplitpane" commandName="Toggle Split Pane" description="Toggle Split Pane" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY7pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.switchMemoryBlock" commandName="Switch Memory Monitor" description="Switch Memory Monitor" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY75HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.memoryViewPreferencesAction" commandName="Preferences..." description="&Preferences..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY8JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.Preferences" commandName="Java Preferences..." description="Opens preferences for Java variables" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY8ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variablesViewActions.AllReferencesInView" commandName="Show References" description="Shows references to each object in the variables view as an array of objects." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY8pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowNullEntries" commandName="Show Null Array Entries" description="Show Null Array Entries" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY85HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY9JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY9ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY9pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.variableViewActions.Preferences" commandName="Java Preferences..." description="Opens preferences for Java variables" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY95HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.AllReferencesInView" commandName="Show References" description="Show &References" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY-JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowNullEntries" commandName="Show Null Array Entries" description="Show Null Array Entries" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY-ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY-pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY-5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY_JHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.actions.AddException" commandName="Add Java Exception Breakpoint" description="Add Java Exception Breakpoint" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY_ZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY_pHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowThreadGroups" commandName="Show Thread Groups" description="Show Thread Groups" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnY_5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnZAJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowSystemThreads" commandName="Show System Threads" description="Show System Threads" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnZAZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowMonitorThreadInfo" commandName="Show Monitors" description="Show the Thread & Monitor Information" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnZApHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Watch" commandName="Watch" description="Create a Watch Expression from the Selected Text" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnZA5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Execute" commandName="Execute" description="Execute the Selected Text" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnZBJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Display" commandName="Display" description="Display Result of Evaluating Selected Text" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnZBZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Inspect" commandName="Inspect" description="Inspect Result of Evaluating Selected Text" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnZBpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.context.ui.outline.contribution/org.eclipse.mylyn.context.ui.contentOutline.focus" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnZB5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.java.ui.markers.breakpoints.contribution/org.eclipse.mylyn.java.ui.actions.focus.markers.breakpoints" commandName="Focus on Active Task" description="Focus on Active Task" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTnZCJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.debug.view.contribution/org.eclipse.mylyn.ui.actions.FilterResourceNavigatorAction" commandName="Focus on Active Task (Experimental)" description="Focus on Active Task (Experimental)" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJsJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.projectexplorer.filter/org.eclipse.mylyn.ide.ui.actions.focus.projectExplorer" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJsZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.resource.navigator.filter/org.eclipse.mylyn.ide.ui.actions.focus.resourceNavigator" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJspHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.problems.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.problems" commandName="Focus on Active Task" description="Focus on Active Task" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJs5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.all.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.all" commandName="Focus on Active Task" description="Focus on Active Task" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJtJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.tasks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.tasks" commandName="Focus on Active Task" description="Focus on Active Task" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJtZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.bookmarks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.bookmarks" commandName="Focus on Active Task" description="Focus on Active Task" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJtpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.java.explorer.contribution/org.eclipse.mylyn.java.actions.focus.packageExplorer" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJt5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.search.open" commandName="Search Repository..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJuJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.synchronize.changed" commandName="Synchronize Changed" description="Synchronize Changed" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJuZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.tasks.restore" commandName="Restore Tasks from History..." category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJupHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.open.repositories.view" commandName="Show Task Repositories View" description="Show Task Repositories View" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJu5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.doc.legend.show.action" commandName="Show UI Legend" description="Show Tasks UI Legend" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJvJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.context.ui.actions.tasklist.focus" commandName="Focus on Workweek" description="Focus on Workweek" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJvZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.pde.ui.logViewActions/org.eclipse.jdt.debug.ui.LogViewActions.showStackTrace" commandName="Show Stack Trace in Console View" description="Show Stack Trace in Console View" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJvpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.rse.ui.view.systemView.toolbar/org.eclipse.rse.ui.view.systemView.toolbar.linkWithSystemView" commandName="Link with Editor" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJv5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.wst.jsdt.debug.ui.add.scriptload.breakpoint" commandName="Add Script Load Breakpoint" description="Add Script Load Breakpoint" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJwJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="Suspend For All Script Loads" description="Suspends when any script is loaded" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJwZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::breakpointsViewActions/org.eclipse.wst.jsdt.debug.ui.suspend.on.exceptions" commandName="Suspend On JavaScript Exceptions" description="Suspend on all JavaScript exceptions" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJwpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::debugViewActions/org.eclipse.wst.jsdt.debug.ui.show.all.scripts" commandName="Show All Scripts" description="Shows or hides all scripts loaded in the visible targets" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJw5HDEeeUq7sm0YNLEg" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.functions" commandName="Show function variables" description="Show or hide function variables" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJxJHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.this" commandName="Show 'this' variable" description="Show or hide the this variable" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJxZHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::variableViewActions/org.eclipse.wst.jsdt.debug.ui.variableview.show.prototypes" commandName="Show proto variables" description="Show or hide proto variables" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <commands xmi:id="_HTxJxpHDEeeUq7sm0YNLEg" elementId="AUTOGEN:::org.eclipse.ui.articles.action.contribution.view/org.eclipse.wst.wsi.ui.internal.actions.actionDelegates.ValidateWSIProfileActionDelegate" commandName="WS-I Profile Validator" description="Validate WS-I Message Log File" category="_G6_dUpHDEeeUq7sm0YNLEg"/> + <addons xmi:id="_G6KW6JHDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.core.commands.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.core.commands/org.eclipse.e4.core.commands.CommandServiceAddon"/> + <addons xmi:id="_G6KW6ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.contexts.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.services/org.eclipse.e4.ui.services.ContextServiceAddon"/> + <addons xmi:id="_G6KW6pHDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.bindings.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.bindings/org.eclipse.e4.ui.bindings.BindingServiceAddon"/> + <addons xmi:id="_G6KW65HDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.workbench.commands.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon"/> + <addons xmi:id="_G6KW7JHDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.workbench.contexts.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon"/> + <addons xmi:id="_G6KW7ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.e4.ui.workbench.bindings.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.swt/org.eclipse.e4.ui.workbench.swt.util.BindingProcessingAddon"/> + <addons xmi:id="_G6KW7pHDEeeUq7sm0YNLEg" elementId="Cleanup Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddon"/> + <addons xmi:id="_G6KW75HDEeeUq7sm0YNLEg" elementId="DnD Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.dndaddon.DnDAddon"/> + <addons xmi:id="_G6KW8JHDEeeUq7sm0YNLEg" elementId="MinMax Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon"/> + <addons xmi:id="_G6KW8ZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.workbench.addon.0" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.HandlerProcessingAddon"/> + <addons xmi:id="_G6QdgJHDEeeUq7sm0YNLEg" elementId="SplitterAddon" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.splitteraddon.SplitterAddon"/> + <addons xmi:id="_dz0JgGOlEeSMMaPQU2nlzw" elementId="org.eclipse.ui.ide.application.addon.0" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.ui.ide.application/org.eclipse.ui.internal.ide.application.addons.ModelCleanupAddon"/> + <categories xmi:id="_G6-2QJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.edit" name="Edit"/> + <categories xmi:id="_G6-2QZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.ui.editor.category" name="WikiText Markup Editing Commands" description="commands for editing lightweight markup"/> + <categories xmi:id="_G6-2QpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.textEditor" name="Text Editing" description="Text Editing Commands"/> + <categories xmi:id="_G6-2Q5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.context.ui.commands" name="Focused UI" description="Task-Focused Interface"/> + <categories xmi:id="_G6-2RJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.category.source" name="Source" description="JavaScript Source Actions"/> + <categories xmi:id="_G6-2RZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.commands" name="Task Repositories"/> + <categories xmi:id="_G6-2RpHDEeeUq7sm0YNLEg" elementId="esbproject.commands.category" name="Sample Category"/> + <categories xmi:id="_G6-2R5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.server.ui" name="Server" description="Server"/> + <categories xmi:id="_G6-2SJHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.wikitext.context.ui.commands" name="%commands.category.name" description="%commands.category.description"/> + <categories xmi:id="_G6-2SZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.file" name="File"/> + <categories xmi:id="_G6-2SpHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.platform.ui.commands.category" name="Sample Category"/> + <categories xmi:id="_G6-2S5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.window" name="Window"/> + <categories xmi:id="_G6-2TJHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.result.category" name="SQL Results View"/> + <categories xmi:id="_G6-2TZHDEeeUq7sm0YNLEg" elementId="org.eclipse.debug.ui.category.run" name="Run/Debug" description="Run/Debug command category"/> + <categories xmi:id="_G6-2TpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.dialogs" name="Dialogs" description="Commands for opening dialogs"/> + <categories xmi:id="_G6-2T5HDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph" name="Oomph"/> + <categories xmi:id="_G6-2UJHDEeeUq7sm0YNLEg" elementId="org.eclipse.graphiti.ui.Graphiti_Category" name="Edit" description="Graphiti Diagram Editor"/> + <categories xmi:id="_G6-2UZHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.eclipse.gmf.esb.diagram.part.EsbDiagramEditorID" name="Esb Editor Commands" description="Esb Editor Commands"/> + <categories xmi:id="_G6-2UpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.jpaMetadataConversionCommands" name="JPA Metadata Conversion"/> + <categories xmi:id="_G6-2U5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.xml.views.XPathView" name="XPath"/> + <categories xmi:id="_G6-2VJHDEeeUq7sm0YNLEg" elementId="org.eclipse.jpt.jpa.ui.jpaStructureViewCommands" name="JPA Structure View"/> + <categories xmi:id="_G6-2VZHDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.commons.repositories.ui.category.Team" name="Team"/> + <categories xmi:id="_G6-2VpHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.ui.category.source" name="Manifest Editor Source" description="PDE Source Page actions"/> + <categories xmi:id="_G6_dUJHDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.registry.browser.keybindings.category" name="WSO2 Registry Category" description="WSO2 Registry Browser Command Category"/> + <categories xmi:id="_G6_dUZHDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.commands" name="Oomph"/> + <categories xmi:id="_G6_dUpHDEeeUq7sm0YNLEg" elementId="org.eclipse.core.commands.categories.autogenerated" name="Uncategorized" description="Commands that were either auto-generated or have no category"/> + <categories xmi:id="_G6_dU5HDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.ui.category.refactoring" name="Refactor - JavaScript" description="JavaScript Refactoring Actions"/> + <categories xmi:id="_G6_dVJHDEeeUq7sm0YNLEg" elementId="org.eclipse.team.ui.category.team" name="Team" description="Actions that apply when working with a Team"/> + <categories xmi:id="_G6_dVZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.views" name="Views" description="Commands for opening views"/> + <categories xmi:id="_G6_dVpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jst.pagedesigner.pagelayout" name="Web Page Editor Layout"/> + <categories xmi:id="_G6_dV5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.tasks.ui.category.editor" name="Task Editor"/> + <categories xmi:id="_G6_dWJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.ide.markerContents" name="Contents" description="The category for menu contents"/> + <categories xmi:id="_G6_dWZHDEeeUq7sm0YNLEg" elementId="org.eclipse.oomph.setup.category" name="Oomph Setup"/> + <categories xmi:id="_G6_dWpHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.navigate" name="Navigate"/> + <categories xmi:id="_G6_dW5HDEeeUq7sm0YNLEg" elementId="org.eclipse.mylyn.java.ui.commands" name="Java Context" description="Java Task-Focused Interface Commands"/> + <categories xmi:id="_G6_dXJHDEeeUq7sm0YNLEg" elementId="org.eclipse.wst.jsdt.debug.ui.category" name="JavaScript Debug" description="Tooling for debugging JavaScript"/> + <categories xmi:id="_G6_dXZHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.view.ui.commands.category" name="Terminal Commands"/> + <categories xmi:id="_G6_dXpHDEeeUq7sm0YNLEg" elementId="org.eclipse.compare.ui.category.compare" name="Compare" description="Compare command category"/> + <categories xmi:id="_G6_dX5HDEeeUq7sm0YNLEg" elementId="org.wso2.developerstudio.datamapper.diagram.part.DataMapperDiagramEditorID" name="DataMapper Editor Commands" description="DataMapper Editor Commands"/> + <categories xmi:id="_G6_dYJHDEeeUq7sm0YNLEg" elementId="org.eclipse.rse.ui.commands.category" name="Remote Systems"/> + <categories xmi:id="_G6_dYZHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" name="ASA 9.x table schema editor"/> + <categories xmi:id="_G6_dYpHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.category.refactoring" name="Refactor - Java" description="Java Refactoring Actions"/> + <categories xmi:id="_G6_dY5HDEeeUq7sm0YNLEg" elementId="org.eclipse.emf.codegen.ecore.ui.Commands" name="EMF Code Generation" description="Commands for the EMF code generation tools"/> + <categories xmi:id="_G6_dZJHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.help" name="Help"/> + <categories xmi:id="_G6_dZZHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.project" name="Project"/> + <categories xmi:id="_G6_dZpHDEeeUq7sm0YNLEg" elementId="org.eclipse.tm.terminal.category1" name="Terminal view commands" description="Terminal view commands"/> + <categories xmi:id="_G6_dZ5HDEeeUq7sm0YNLEg" elementId="org.eclipse.search.ui.category.search" name="Search" description="Search command category"/> + <categories xmi:id="_G6_daJHDEeeUq7sm0YNLEg" elementId="org.eclipse.egit.ui.commandCategory" name="Git"/> + <categories xmi:id="_G6_daZHDEeeUq7sm0YNLEg" elementId="org.eclipse.datatools.sqltools.sqleditor.category" name="Database Tools" description="Database Development tools"/> + <categories xmi:id="_G6_dapHDEeeUq7sm0YNLEg" elementId="org.eclipse.ui.category.perspectives" name="Perspectives" description="Commands for opening perspectives"/> + <categories xmi:id="_G6_da5HDEeeUq7sm0YNLEg" elementId="org.eclipse.ltk.ui.category.refactoring" name="Refactoring"/> + <categories xmi:id="_G6_dbJHDEeeUq7sm0YNLEg" elementId="org.eclipse.gef.category.view" name="View" description="View"/> + <categories xmi:id="_G6_dbZHDEeeUq7sm0YNLEg" elementId="org.eclipse.jdt.ui.category.source" name="Source" description="Java Source Actions"/> + <categories xmi:id="_G6_dbpHDEeeUq7sm0YNLEg" elementId="org.eclipse.pde.runtime.spy.commands.category" name="Spy"/> </application:Application> diff --git a/.metadata/.plugins/org.eclipse.gmf.runtime.diagram.ui/_NF8RwJHFEeeUq7sm0YNLEg b/.metadata/.plugins/org.eclipse.gmf.runtime.diagram.ui/_NF8RwJHFEeeUq7sm0YNLEg new file mode 100644 index 0000000000000000000000000000000000000000..7443409e2fe16779ac9cd08242e8c6f6bf05a53c --- /dev/null +++ b/.metadata/.plugins/org.eclipse.gmf.runtime.diagram.ui/_NF8RwJHFEeeUq7sm0YNLEg @@ -0,0 +1,17 @@ +#Tue Sep 05 06:16:52 ICT 2017 +rulergrid.gridlinestyle=6 +print.margin.bottom=0.5 +print.margin.top=0.5 +print.page.height=11.0 +print.usePortrait=true +rulergrid.gridlinecolor=12632256 +print.margin.left=0.5 +rulergrid.gridspacing=0.125 +rulergrid.rulerunit=0 +print.margin.right=0.5 +rulergrid.snaptogrid=true +rulergrid.gridlevel=true +print.page.size=Letter +print.useInches=true +print.page.width=8.5 +zoom=1.0 diff --git a/.metadata/.plugins/org.eclipse.gmf.runtime.diagram.ui/_WhvvwJHDEeeUq7sm0YNLEg b/.metadata/.plugins/org.eclipse.gmf.runtime.diagram.ui/_WhvvwJHDEeeUq7sm0YNLEg new file mode 100644 index 0000000000000000000000000000000000000000..8aa68cb140db36541ffd1bc8be65ec8de5498adb --- /dev/null +++ b/.metadata/.plugins/org.eclipse.gmf.runtime.diagram.ui/_WhvvwJHDEeeUq7sm0YNLEg @@ -0,0 +1,19 @@ +#Tue Sep 05 06:16:52 ICT 2017 +viewport.x=1035 +zoom=0.75 +print.margin.right=0.5 +rulergrid.rulerunit=0 +rulergrid.snaptogrid=true +print.page.size=Letter +print.margin.left=0.5 +print.page.width=8.5 +print.useInches=true +rulergrid.gridspacing=0.125 +print.page.height=11.0 +rulergrid.gridlinecolor=12632256 +print.margin.bottom=0.5 +rulergrid.gridlinestyle=6 +rulergrid.gridlevel=true +print.margin.top=0.5 +print.usePortrait=true +viewport.y=489 diff --git a/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache b/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache new file mode 100644 index 0000000000000000000000000000000000000000..593f4708db84ac8fd0f5cc47c634f38c013fe9e4 Binary files /dev/null and b/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache differ diff --git a/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache b/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache new file mode 100644 index 0000000000000000000000000000000000000000..2a3b709ca194b1c9ec382ae04bd55d346aff45ed Binary files /dev/null and b/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache differ diff --git a/.metadata/.plugins/org.eclipse.jdt.core/indexNamesMap.txt b/.metadata/.plugins/org.eclipse.jdt.core/indexNamesMap.txt new file mode 100644 index 0000000000000000000000000000000000000000..32e47edfaff10ef08d2ba2e692c0efc766911e46 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.jdt.core/indexNamesMap.txt @@ -0,0 +1 @@ +INDEX VERSION 1.127 diff --git a/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache b/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache new file mode 100644 index 0000000000000000000000000000000000000000..2a3b709ca194b1c9ec382ae04bd55d346aff45ed Binary files /dev/null and b/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache differ diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml b/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml new file mode 100644 index 0000000000000000000000000000000000000000..a4ee3cbc9a7fb4242b2f2becb901674986dc4389 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<typeInfoHistroy/> diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml b/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml new file mode 100644 index 0000000000000000000000000000000000000000..9e390f501d055f97f1a023eb11d0916f4992c3e9 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<qualifiedTypeNameHistroy/> diff --git a/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser b/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser new file mode 100644 index 0000000000000000000000000000000000000000..eaf759ad862d6f3e8cf06cfa2a87569657f0b896 Binary files /dev/null and b/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser differ diff --git a/.metadata/.plugins/org.eclipse.pde.core/.cache/clean-cache.properties b/.metadata/.plugins/org.eclipse.pde.core/.cache/clean-cache.properties new file mode 100644 index 0000000000000000000000000000000000000000..678ed0ed787b6eb5f924fd8a2c2fa84ad1517476 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.pde.core/.cache/clean-cache.properties @@ -0,0 +1,2 @@ +#Cached timestamps +#Tue Sep 05 06:16:53 ICT 2017 diff --git a/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml b/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml new file mode 100644 index 0000000000000000000000000000000000000000..851c296e6f4aafbda8f9e3b33838515a853f9e06 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<section name="Workbench"> + <section name="org.eclipse.ui.internal.QuickAccess"> + <item value="-1" key="dialogHeight"/> + <item value="-1" key="dialogWidth"/> + <list key="textEntries"> + </list> + <list key="orderedElements"> + </list> + <list key="orderedProviders"> + </list> + <list key="textArray"> + </list> + </section> +</section> diff --git a/.metadata/.plugins/org.eclipse.wst.internet.cache/cache.xml b/.metadata/.plugins/org.eclipse.wst.internet.cache/cache.xml new file mode 100644 index 0000000000000000000000000000000000000000..65740332480f0f2e443498d8904f11bf5429a051 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.wst.internet.cache/cache.xml @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?><cache/> \ No newline at end of file diff --git a/.metadata/.plugins/org.eclipse.wst.sse.ui/dialog_settings.xml b/.metadata/.plugins/org.eclipse.wst.sse.ui/dialog_settings.xml new file mode 100644 index 0000000000000000000000000000000000000000..63fae25e8f3156f795253e3d673745c80b6431bd --- /dev/null +++ b/.metadata/.plugins/org.eclipse.wst.sse.ui/dialog_settings.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<section name="Workbench"> + <section name="contentassistsize"> + </section> +</section> diff --git a/dataServiceSample/__MACOSX/qsg/._DOCTORS_DataService.dbs b/dataServiceSample/__MACOSX/qsg/._DOCTORS_DataService.dbs new file mode 100644 index 0000000000000000000000000000000000000000..9ab536980734f7a6b7949d204b8342a1791e777e Binary files /dev/null and b/dataServiceSample/__MACOSX/qsg/._DOCTORS_DataService.dbs differ diff --git a/dataServiceSample/__MACOSX/qsg/._Doctors.sql b/dataServiceSample/__MACOSX/qsg/._Doctors.sql new file mode 100644 index 0000000000000000000000000000000000000000..9ab536980734f7a6b7949d204b8342a1791e777e Binary files /dev/null and b/dataServiceSample/__MACOSX/qsg/._Doctors.sql differ diff --git a/dataServiceSample/__MACOSX/qsg/._build.xml b/dataServiceSample/__MACOSX/qsg/._build.xml new file mode 100644 index 0000000000000000000000000000000000000000..9ab536980734f7a6b7949d204b8342a1791e777e Binary files /dev/null and b/dataServiceSample/__MACOSX/qsg/._build.xml differ diff --git a/dataServiceSample/qsg/DOCTORS_DataService.dbs b/dataServiceSample/qsg/DOCTORS_DataService.dbs new file mode 100644 index 0000000000000000000000000000000000000000..8e87f27dc0ffae643fd54955529395c22110f3e0 --- /dev/null +++ b/dataServiceSample/qsg/DOCTORS_DataService.dbs @@ -0,0 +1,49 @@ +<data name="DOCTORS_DataService" serviceNamespace="http://ws.wso2.org/dataservice"> + <config id="default"> + <property name="org.wso2.ws.dataservice.driver">org.h2.Driver</property> + <property name="org.wso2.ws.dataservice.protocol">jdbc:h2:file:./samples/data-services/database/DATA_SERV_QSG</property> + <property name="org.wso2.ws.dataservice.user">wso2ds</property> + <property name="org.wso2.ws.dataservice.password">wso2ds</property> + <property name="org.wso2.ws.dataservice.minpoolsize">1</property> + <property name="org.wso2.ws.dataservice.maxpoolsize">10</property> + <property name="org.wso2.ws.dataservice.autocommit">false</property> + <property name="org.wso2.ws.dataservice.validation_query"/> + </config> + <query id="select_all_DOCTORS_query" useConfig="default"> + <sql>SELECT NAME, HOSPITAL, SPECIALITY, AVAILABILITY, CHARGE FROM PUBLIC.DOCTORS</sql> + <result element="DOCTORSCollection" rowName="DOCTOR"> + <element column="NAME" name="NAME" xsdType="xs:string"/> + <element column="HOSPITAL" name="HOSPITAL" xsdType="xs:string"/> + <element column="SPECIALITY" name="SPECIALITY" xsdType="xs:string"/> + <element column="AVAILABILITY" name="AVAILABILITY" xsdType="xs:string"/> + <element column="CHARGE" name="CHARGE" xsdType="xs:integer"/> + </result> + </query> + <query id="select_DOCTORS_from_SPECIALITY_query" useConfig="default"> + <sql>SELECT NAME, HOSPITAL, SPECIALITY, AVAILABILITY, CHARGE FROM PUBLIC.DOCTORS WHERE SPECIALITY=?</sql> + <result element="DOCTORSLIST" rowName="DOCTOR"> + <element column="NAME" name="NAME" xsdType="string"/> + <element column="HOSPITAL" name="HOSPITAL" xsdType="string"/> + <element column="SPECIALITY" name="SPECIALITY" xsdType="string"/> + <element column="AVAILABILITY" name="AVAILABILITY" xsdType="string"/> + <element column="CHARGE" name="CHARGE" xsdType="string"/> + </result> + <param name="SPECIALITY" sqlType="STRING"/> + </query> + <operation name="select_all_DOCTORS_operation"> + <call-query href="select_all_DOCTORS_query"/> + </operation> + <operation name="select_DOCTOR_from_SPECIALITY_operation"> + <call-query href="select_DOCTORS_from_SPECIALITY_query"> + <with-param name="SPECIALITY" query-param="SPECIALITY"/> + </call-query> + </operation> + <resource method="GET" path="/getAllDoctors"> + <call-query href="select_all_DOCTORS_query"/> + </resource> + <resource method="GET" path="/getDoctors"> + <call-query href="select_DOCTORS_from_SPECIALITY_query"> + <with-param name="SPECIALITY" query-param="SPECIALITY"/> + </call-query> + </resource> +</data> \ No newline at end of file diff --git a/dataServiceSample/qsg/Doctors.sql b/dataServiceSample/qsg/Doctors.sql new file mode 100644 index 0000000000000000000000000000000000000000..5615f80a4a796077d976eb3dfd14b5e15e99ee26 --- /dev/null +++ b/dataServiceSample/qsg/Doctors.sql @@ -0,0 +1,19 @@ +CREATE TABLE IF NOT EXISTS Doctors( + name VARCHAR(50), + hospital VARCHAR(50), + speciality VARCHAR(50), + availability VARCHAR(50), + charge INTEGER(10) +); + +insert into Doctors values ('thomas collins', 'grand oak community hospital', 'surgery', '9.00 a.m - 11.00 a.m', 7000); +insert into Doctors values ('henry parker', 'grand oak community hospital', 'ent', '9.00 a.m - 11.00 a.m', 4500); +insert into Doctors values ('abner jones', 'grand oak community hospital', 'gynaecology', '8.00 a.m - 10.00 a.m', 11000); +insert into Doctors values ('abner jones', 'grand oak community hospital', 'ent', '8.00 a.m - 10.00 a.m', 6750); +insert into Doctors values ('anne clement', 'clemency medical center', 'surgery', '8.00 a.m - 10.00 a.m', 12000); +insert into Doctors values ('thomas kirk', 'clemency medical center', 'gynaecology', '9.00 a.m - 11.00 a.m', 8000); +insert into Doctors values ('cailen cooper', 'clemency medical center', 'paediatric', '9.00 a.m - 11.00 a.m', 5500); +insert into Doctors values ('seth mears', 'pine valley community hospital', 'surgery', '3.00 p.m - 5.00 p.m', 8000); +insert into Doctors values ('emeline fulton', 'pine valley community hospital', 'cardiology', '8.00 a.m - 10.00 a.m', 4000); +insert into Doctors values ('jared morris', 'willow gardens general hospital', 'cardiology', '9.00 a.m - 11.00 a.m', 10000); +insert into Doctors values ('henry foster', 'willow gardens general hospital', 'paediatric', '8.00 a.m - 10.00 a.m', 10000); \ No newline at end of file diff --git a/dataServiceSample/qsg/build.xml b/dataServiceSample/qsg/build.xml new file mode 100644 index 0000000000000000000000000000000000000000..9c820f073b053d84dcfb5ea466d904c57967cc0e --- /dev/null +++ b/dataServiceSample/qsg/build.xml @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + ~ + ~ WSO2 Inc. licenses this file to you under the Apache License, + ~ Version 2.0 (the "License"); you may not use this file except + ~ in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + +<project name="dataservice" default="create-ei-database"> + <property environment="env"/> + <property name="dshome" value="${dshome}"/> + <property name="src" value="src"/> + <property name="classes" value="${dshome}/samples/data-services/classes"/> + <property name="db.dir" value="${dshome}/samples/data-services/database"/> + <property name="ds.repository" value="${dshome}/repository/deployment/server/dataservices"/> + <property name="basedir" value="${dshome}"/> + + <property name="carbon.home" value="${dshome}"/> + <property name="dshome.lib" value="${dshome}/lib"/> + <property name="dshome.components.lib" value="${dshome}/lib"/> + <property name="ds.product.version" value="2.5.0"/> + + <property name="userid" value="wso2ds"/> + <property name="password" value="wso2ds"/> + + <property name="dbURL" + value="jdbc:h2:file:${db.dir}/DATA_SERV_QSG"/> + + <path id="all.jar.classpath"> + <fileset dir="${dshome}/wso2/components/plugins"> + <include name="**/*.jar"/> + </fileset> + </path> + + <path id="client.class.path"> + <fileset dir="${dshome}/wso2/components/plugins"> + <include name="**/*.jar"/> + </fileset> + <pathelement location="${classes}"/> + </path> + <target name="clean" description="clean generated artifacts"> + <delete dir="${db.dir}"/> + <delete dir="${qs}"/> + </target> + + <target name="init"> + <mkdir dir="${db.dir}"/> + <mkdir dir="${classes}"/> + </target> + + <target name="create-ei-database" depends="init"> + <sql driver="org.h2.Driver" url="${dbURL}" userid="${userid}" password="${password}" autocommit="true" + onerror="continue"> + <classpath> + <path refid="all.jar.classpath"/> + </classpath> + <fileset file="Doctors.sql"/> + </sql> + </target> + + <target name="compile-all" depends="init"> + <javac debug="on" destdir="${classes}"> + <src path="${src}"/> + <classpath refid="all.jar.classpath"/> + </javac> + </target> + +</project>