4134 lines
599 KiB
XML
4134 lines
599 KiB
XML
<?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="_mfTGgETkEeuhcohFiL0HdQ" elementId="org.eclipse.e4.legacy.ide.application" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_mfTGgUTkEeuhcohFiL0HdQ" bindingContexts="_mfTGikTkEeuhcohFiL0HdQ">
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<workbench>
<mruList>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="CPU.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/cpu/CPU.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/cpu/CPU.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="GameBoy.java" tooltip="playing-coffee/src/main/java/playingcoffee/application/GameBoy.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/application/GameBoy.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="Application.java" tooltip="playing-coffee/src/main/java/playingcoffee/application/Application.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/application/Application.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="MMU.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/MMU.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/MMU.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="RotateOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/prefixed/RotateOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/prefixed/RotateOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="ResetBitOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/prefixed/ResetBitOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/prefixed/ResetBitOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="BitOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/prefixed/BitOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/prefixed/BitOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="SetCarryOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/SetCarryOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/SetCarryOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="RotateAOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/RotateAOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/RotateAOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="ReturnOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/ReturnOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/ReturnOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="RestartOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/RestartOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/RestartOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="PushOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/PushOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/PushOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="PopOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/PopOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/PopOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="LoadOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/LoadOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/LoadOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="JumpRelativeOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/JumpRelativeOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/JumpRelativeOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="JumpOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/JumpOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/JumpOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="InterruptOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/InterruptOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/InterruptOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="FlipCarryOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/FlipCarryOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/FlipCarryOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="ComplementOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/ComplementOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/ComplementOpcode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="CallOpcode.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/opcode/CallOpcode.java">
<persistable path="/playing-coffee/src/main/java/playingcoffee/core/opcode/CallOpcode.java"/>
</file>
</mruList>
</workbench>"/>
|
|
<tags>activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration</tags>
|
|
<tags>ModelMigrationProcessor.001</tags>
|
|
<children xsi:type="basic:TrimmedWindow" xmi:id="_mfTGgUTkEeuhcohFiL0HdQ" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_myuY0ETkEeuhcohFiL0HdQ" label="%trimmedwindow.label.eclipseSDK" x="773" y="-19" width="974" height="1047">
|
|
<persistedState key="coolBarVisible" value="true"/>
|
|
<persistedState key="perspectiveBarVisible" value="true"/>
|
|
<persistedState key="isRestored" value="true"/>
|
|
<persistedState key="workingSets" value="<?xml version="1.0" encoding="UTF-8"?>
<workingSets/>"/>
|
|
<persistedState key="aggregateWorkingSetId" value="Aggregate for window 1608703424909"/>
|
|
<persistedState key="show_in_time" value="<?xml version="1.0" encoding="UTF-8"?>
<show_in_time/>"/>
|
|
<tags>topLevel</tags>
|
|
<tags>shellMaximized</tags>
|
|
<children xsi:type="basic:PartSashContainer" xmi:id="_myuY0ETkEeuhcohFiL0HdQ" selectedElement="_myuY0UTkEeuhcohFiL0HdQ" horizontal="true">
|
|
<children xsi:type="advanced:PerspectiveStack" xmi:id="_myuY0UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.perspectivestack" containerData="7500" selectedElement="_dFClAEnmEeuTBKzOQj8NhQ">
|
|
<children xsi:type="advanced:Perspective" xmi:id="_nBEW0UTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavaPerspective" selectedElement="_nBEW0kTkEeuhcohFiL0HdQ" label="Java" iconURI="platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/eview16/jperspective.png">
|
|
<persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/>
|
|
<tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.search.searchActionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.text.quicksearch.actionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.actionSet.keyBindings</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.actionSet.openFiles</tags>
|
|
<tags>persp.actionSet:org.eclipse.wb.core.ui.actionset</tags>
|
|
<tags>persp.actionSet:org.eclipse.debug.ui.launchActionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.jdt.ui.JavaActionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.NavigateActionSet</tags>
|
|
<tags>persp.viewSC:org.eclipse.jdt.ui.PackageExplorer</tags>
|
|
<tags>persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy</tags>
|
|
<tags>persp.viewSC:org.eclipse.jdt.ui.SourceView</tags>
|
|
<tags>persp.viewSC:org.eclipse.jdt.ui.JavadocView</tags>
|
|
<tags>persp.viewSC:org.eclipse.search.ui.views.SearchView</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.console.ConsoleView</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.views.ContentOutline</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.views.ProblemView</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.views.ResourceNavigator</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.views.TaskList</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.views.ProgressView</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.texteditor.TemplatesView</tags>
|
|
<tags>persp.viewSC:org.eclipse.pde.runtime.LogView</tags>
|
|
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.ui.wizards.new.folder</tags>
|
|
<tags>persp.newWizSC:org.eclipse.ui.wizards.new.file</tags>
|
|
<tags>persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard</tags>
|
|
<tags>persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective</tags>
|
|
<tags>persp.perspSC:org.eclipse.debug.ui.DebugPerspective</tags>
|
|
<tags>persp.showIn:org.eclipse.jdt.ui.PackageExplorer</tags>
|
|
<tags>persp.showIn:org.eclipse.team.ui.GenericHistoryView</tags>
|
|
<tags>persp.showIn:org.eclipse.ui.views.ResourceNavigator</tags>
|
|
<tags>persp.showIn:org.eclipse.ui.navigator.ProjectExplorer</tags>
|
|
<tags>persp.perspSC:org.eclipse.wst.jsdt.ui.JavaPerspective</tags>
|
|
<tags>persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks</tags>
|
|
<tags>persp.newWizSC:org.eclipse.mylyn.tasks.ui.wizards.new.repository.task</tags>
|
|
<tags>persp.actionSet:org.eclipse.debug.ui.breakpointActionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet</tags>
|
|
<tags>persp.showIn:org.eclipse.eclemma.ui.CoverageView</tags>
|
|
<tags>persp.viewSC:org.eclipse.wb.core.StructureView</tags>
|
|
<tags>persp.viewSC:org.eclipse.wb.core.PaletteView</tags>
|
|
<tags>persp.showIn:org.eclipse.egit.ui.RepositoriesView</tags>
|
|
<tags>persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard</tags>
|
|
<tags>persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet</tags>
|
|
<tags>persp.viewSC:org.eclipse.ant.ui.views.AntView</tags>
|
|
<tags>persp.newWizSC:org.eclipse.xtend.ide.wizards.NewXtendClassWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.xtend.ide.wizards.NewXtendInterfaceWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.xtend.ide.wizards.NewXtendEnumWizard</tags>
|
|
<tags>persp.newWizSC:org.eclipse.xtend.ide.wizards.NewXtendAnnotationWizard</tags>
|
|
<tags>persp.actionSet:org.eclipse.debug.ui.debugActionSet</tags>
|
|
<children xsi:type="basic:PartSashContainer" xmi:id="_nBEW0kTkEeuhcohFiL0HdQ" selectedElement="_nBEW3kTkEeuhcohFiL0HdQ" horizontal="true">
|
|
<children xsi:type="basic:PartSashContainer" xmi:id="_nBEW00TkEeuhcohFiL0HdQ" containerData="1848" selectedElement="_nBEW1ETkEeuhcohFiL0HdQ">
|
|
<children xsi:type="basic:PartStack" xmi:id="_nBEW1ETkEeuhcohFiL0HdQ" elementId="left" containerData="6000" selectedElement="_nBEW1UTkEeuhcohFiL0HdQ">
|
|
<tags>org.eclipse.e4.primaryNavigationStack</tags>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW1UTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.PackageExplorer" ref="_nAgWIETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW1kTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_nAhkQETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW10TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.ResourceNavigator" toBeRendered="false" ref="_nAhkQUTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW2ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigator.ProjectExplorer" toBeRendered="false" ref="_nAiLUETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW2UTkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.StructureView" toBeRendered="false" ref="_nBDvwETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:WindowBuilder</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW2kTkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.PaletteView" toBeRendered="false" ref="_nBDvwUTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:WindowBuilder</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW20TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.junit.ResultView" toBeRendered="false" ref="_nBDvw0TkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</children>
|
|
</children>
|
|
<children xsi:type="basic:PartStack" xmi:id="_nBEW3ETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewMStack" toBeRendered="false" containerData="4000">
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW3UTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesView" toBeRendered="false" ref="_nBDvwkTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Git</tags>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
<children xsi:type="basic:PartSashContainer" xmi:id="_nBEW3kTkEeuhcohFiL0HdQ" containerData="8152" selectedElement="_nBEW6UTkEeuhcohFiL0HdQ">
|
|
<children xsi:type="basic:PartSashContainer" xmi:id="_nBEW30TkEeuhcohFiL0HdQ" containerData="7500" selectedElement="_nBEW4ETkEeuhcohFiL0HdQ" horizontal="true">
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW4ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.editorss" containerData="8140" ref="_nAV-EETkEeuhcohFiL0HdQ"/>
|
|
<children xsi:type="basic:PartSashContainer" xmi:id="_nBEW4UTkEeuhcohFiL0HdQ" containerData="1860" selectedElement="_nBEW4kTkEeuhcohFiL0HdQ">
|
|
<children xsi:type="basic:PartStack" xmi:id="_nBEW4kTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.views.tasksMStack" containerData="5000" selectedElement="_nBEW40TkEeuhcohFiL0HdQ">
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW40TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" ref="_nBChoETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Mylyn</tags>
|
|
</children>
|
|
</children>
|
|
<children xsi:type="basic:PartStack" xmi:id="_nBEW5ETkEeuhcohFiL0HdQ" elementId="right" containerData="5000" selectedElement="_nBEW5UTkEeuhcohFiL0HdQ">
|
|
<tags>org.eclipse.e4.secondaryNavigationStack</tags>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW5UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.ContentOutline" ref="_nAjZcETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW5kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.texteditor.TemplatesView" toBeRendered="false" ref="_nAjZcUTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW50TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.minimap.MinimapView" toBeRendered="false" ref="_nBB6kETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW6ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.views.AntView" toBeRendered="false" ref="_nBEW0ETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Ant</tags>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
<children xsi:type="basic:PartStack" xmi:id="_nBEW6UTkEeuhcohFiL0HdQ" elementId="bottom" containerData="2500" selectedElement="_nBEW7kTkEeuhcohFiL0HdQ">
|
|
<tags>org.eclipse.e4.secondaryDataStack</tags>
|
|
<tags>Synthclipse</tags>
|
|
<tags>Java</tags>
|
|
<tags>Debug</tags>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW6kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.ProblemView" ref="_nAiLUUTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW60TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavadocView" ref="_nAiLUkTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW7ETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.SourceView" ref="_nAiLU0TkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW7UTkEeuhcohFiL0HdQ" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="_nAiyYETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW7kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.console.ConsoleView" ref="_nAiyYUTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW70TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_nAiyYkTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_nBEW8ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_nAiyY0TkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_TM_1IEVBEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.ViewportView" toBeRendered="false" ref="_TM_OEEVBEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_ssZ_gEj2Eeu6Q66Qg8j13Q" elementId="org.eclipse.eclemma.ui.CoverageView" ref="_ssYxYEj2Eeu6Q66Qg8j13Q" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_2L1qEEqFEeuaMNxSucFVVA" elementId="org.eclipse.debug.ui.DebugView" ref="_dE7QQEnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
<children xsi:type="advanced:Perspective" xmi:id="_dFClAEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.DebugPerspective" selectedElement="_dFClAUnmEeuTBKzOQj8NhQ" label="Debug" iconURI="platform:/plugin/org.eclipse.debug.ui/$nl$/icons/full/eview16/debug_persp.png">
|
|
<persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/>
|
|
<tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.search.searchActionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.text.quicksearch.actionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.actionSet.keyBindings</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.actionSet.openFiles</tags>
|
|
<tags>persp.actionSet:org.eclipse.wb.core.ui.actionset</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.views.ProgressView</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.texteditor.TemplatesView</tags>
|
|
<tags>persp.actionSet:org.eclipse.debug.ui.launchActionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.debug.ui.debugActionSet</tags>
|
|
<tags>persp.actionSet:org.eclipse.ui.NavigateActionSet</tags>
|
|
<tags>persp.viewSC:org.eclipse.debug.ui.DebugView</tags>
|
|
<tags>persp.viewSC:org.eclipse.debug.ui.VariableView</tags>
|
|
<tags>persp.viewSC:org.eclipse.debug.ui.BreakpointView</tags>
|
|
<tags>persp.viewSC:org.eclipse.debug.ui.ExpressionView</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.views.ContentOutline</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.console.ConsoleView</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.views.ProblemView</tags>
|
|
<tags>persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer</tags>
|
|
<tags>persp.viewSC:org.eclipse.pde.runtime.LogView</tags>
|
|
<tags>persp.actionSet:org.eclipse.debug.ui.breakpointActionSet</tags>
|
|
<tags>persp.perspSC:org.eclipse.jdt.ui.JavaPerspective</tags>
|
|
<tags>persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective</tags>
|
|
<tags>persp.actionSet:org.eclipse.jdt.ui.JavaActionSet</tags>
|
|
<tags>persp.showIn:org.eclipse.jdt.ui.PackageExplorer</tags>
|
|
<tags>persp.perspSC:org.eclipse.cdt.ui.CPerspective</tags>
|
|
<tags>persp.perspSC:org.eclipse.wst.jsdt.ui.JavaPerspective</tags>
|
|
<tags>persp.showIn:org.eclipse.wst.jsdt.ui.PackageExplorer</tags>
|
|
<tags>persp.perspSC:org.eclipse.wst.xml.ui.perspective</tags>
|
|
<tags>persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet</tags>
|
|
<tags>persp.viewSC:org.eclipse.jdt.debug.ui.DisplayView</tags>
|
|
<tags>persp.viewSC:org.eclipse.cdt.debug.ui.SignalsView</tags>
|
|
<tags>persp.viewSC:org.eclipse.debug.ui.RegisterView</tags>
|
|
<tags>persp.viewSC:org.eclipse.debug.ui.ModuleView</tags>
|
|
<tags>persp.viewSC:org.eclipse.debug.ui.MemoryView</tags>
|
|
<tags>persp.viewSC:org.eclipse.cdt.debug.ui.executablesView</tags>
|
|
<tags>persp.actionSet:org.eclipse.cdt.debug.ui.debugActionSet</tags>
|
|
<tags>persp.actionSet:com.python.pydev.navigate.actionSet</tags>
|
|
<tags>persp.actionSet:org.python.pydev.exceptionBreakpoints</tags>
|
|
<tags>persp.showIn:org.eclipse.ui.views.ContentOutline</tags>
|
|
<tags>persp.actionSet:org.python.pydev.pyPropertyTrace</tags>
|
|
<tags>persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet</tags>
|
|
<tags>persp.showIn:org.eclipse.eclemma.ui.CoverageView</tags>
|
|
<tags>persp.showIn:org.eclipse.egit.ui.RepositoriesView</tags>
|
|
<tags>persp.viewSC:org.eclipse.jdt.junit.ResultView</tags>
|
|
<tags>persp.viewSC:org.eclipse.cdt.dsf.debug.ui.disassembly.view</tags>
|
|
<tags>persp.actionSet:com.python.pydev.debug.actionSet</tags>
|
|
<tags>persp.viewSC:org.eclipse.ant.ui.views.AntView</tags>
|
|
<tags>persp.viewSC:org.eclipse.cdt.dsf.gdb.ui.tracecontrol.view</tags>
|
|
<tags>persp.viewSC:org.eclipse.cdt.debug.ui.debuggerConsoleView</tags>
|
|
<children xsi:type="basic:PartSashContainer" xmi:id="_dFClAUnmEeuTBKzOQj8NhQ" selectedElement="_dFClC0nmEeuTBKzOQj8NhQ" horizontal="true">
|
|
<children xsi:type="basic:PartSashContainer" xmi:id="_dFClAknmEeuTBKzOQj8NhQ" containerData="2364" selectedElement="_dFClA0nmEeuTBKzOQj8NhQ" horizontal="true">
|
|
<children xsi:type="basic:PartStack" xmi:id="_dFClA0nmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.internal.ui.NavigatorFolderView" containerData="5000" selectedElement="_dFClBEnmEeuTBKzOQj8NhQ">
|
|
<tags>org.eclipse.e4.primaryNavigationStack</tags>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClBEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.DebugView" ref="_dE7QQEnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClBUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.navigator.ProjectExplorer" toBeRendered="false" ref="_nAiLUETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClBknmEeuTBKzOQj8NhQ" elementId="org.eclipse.jdt.ui.PackageExplorer" toBeRendered="false" ref="_nAgWIETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClB0nmEeuTBKzOQj8NhQ" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_nAhkQETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClCEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.jdt.junit.ResultView" toBeRendered="false" ref="_nBDvw0TkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
<tags>busy</tags>
|
|
</children>
|
|
</children>
|
|
<children xsi:type="basic:PartStack" xmi:id="_dFClCUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.cdt.dsf.gdb.ui.tracecontrol.viewMStack" toBeRendered="false" containerData="5000">
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClCknmEeuTBKzOQj8NhQ" elementId="org.eclipse.cdt.dsf.gdb.ui.tracecontrol.view" toBeRendered="false" ref="_dFBW4UnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
<children xsi:type="basic:PartSashContainer" xmi:id="_dFClC0nmEeuTBKzOQj8NhQ" containerData="7636" selectedElement="_dFClDEnmEeuTBKzOQj8NhQ">
|
|
<children xsi:type="basic:PartSashContainer" xmi:id="_dFClDEnmEeuTBKzOQj8NhQ" containerData="7500" selectedElement="_dFClDUnmEeuTBKzOQj8NhQ" horizontal="true">
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClDUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.editorss" containerData="5705" ref="_nAV-EETkEeuhcohFiL0HdQ"/>
|
|
<children xsi:type="basic:PartStack" xmi:id="_dFClDknmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.internal.ui.OutlineFolderView" containerData="4295" selectedElement="_dFClD0nmEeuTBKzOQj8NhQ">
|
|
<tags>org.eclipse.e4.secondaryNavigationStack</tags>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClD0nmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.VariableView" ref="_dE8eYEnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClEEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.BreakpointView" ref="_dE8eYUnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClEUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.ExpressionView" toBeRendered="false" ref="_dE8eYknmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClEknmEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.views.ContentOutline" toBeRendered="false" ref="_nAjZcETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClE0nmEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.views.PropertySheet" toBeRendered="false" ref="_dE8eY0nmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClFEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.views.minimap.MinimapView" toBeRendered="false" ref="_nBB6kETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClFUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.cdt.debug.ui.SignalsView" toBeRendered="false" ref="_dFAIwEnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClFknmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.ModuleView" toBeRendered="false" ref="_dFAIwUnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClF0nmEeuTBKzOQj8NhQ" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.view" toBeRendered="false" ref="_dFBW4EnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClGEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.ant.ui.views.AntView" toBeRendered="false" ref="_nBEW0ETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Ant</tags>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
<children xsi:type="basic:PartStack" xmi:id="_dFClGUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.internal.ui.ToolsFolderView" containerData="2500" selectedElement="_dFClGknmEeuTBKzOQj8NhQ">
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClGknmEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.console.ConsoleView" ref="_nAiyYUTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
<tags>active</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClG0nmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.RegisterView" toBeRendered="false" ref="_dE73UEnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClHEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_nAiyYkTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClHUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_nAiyY0TkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClHknmEeuTBKzOQj8NhQ" elementId="org.eclipse.pde.runtime.LogView" toBeRendered="false" ref="_dE-6oEnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClH0nmEeuTBKzOQj8NhQ" elementId="org.eclipse.jdt.debug.ui.DisplayView" ref="_dE_hsEnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClIEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.search.ui.views.SearchView" ref="_nAiyYETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClIUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.views.ProblemView" ref="_nAiLUUTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClIknmEeuTBKzOQj8NhQ" elementId="org.eclipse.cdt.debug.ui.executablesView" ref="_dFAv0EnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_dFClI0nmEeuTBKzOQj8NhQ" elementId="org.eclipse.cdt.debug.ui.debuggerConsoleView" toBeRendered="false" ref="_dFB98EnmEeuTBKzOQj8NhQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
<children xsi:type="basic:PartStack" xmi:id="_myuY0kTkEeuhcohFiL0HdQ" elementId="stickyFolderRight" toBeRendered="false" containerData="2500">
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_myuY00TkEeuhcohFiL0HdQ" elementId="org.eclipse.help.ui.HelpView" toBeRendered="false" ref="_mytKsETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Help</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_myuY1ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.internal.introview" toBeRendered="false" ref="_mytxwETkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</children>
|
|
<children xsi:type="advanced:Placeholder" xmi:id="_myuY1UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" toBeRendered="false" ref="_mytxwUTkEeuhcohFiL0HdQ" closeable="true">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Help</tags>
|
|
</children>
|
|
</children>
|
|
</children>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_mytKsETkEeuhcohFiL0HdQ" 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.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.help.ui.internal.views.HelpView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.help.ui"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view pageId="context-help-page"/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Help</tags>
|
|
<menus xmi:id="_LeWP4EiNEeum4qghVBHPEA" elementId="org.eclipse.help.ui.HelpView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_LeWP4UiNEeum4qghVBHPEA" elementId="org.eclipse.help.ui.HelpView" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_mytxwETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.ViewIntroAdapterPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view>
<presentation currentPage="qroot" restore="true"/>
<standbyPart/>
</view>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
<menus xmi:id="_numyQETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.internal.introview">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_numyQUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.internal.introview" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_mytxwUTkEeuhcohFiL0HdQ" 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.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.cheatsheets.views.CheatSheetView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.cheatsheets"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Help</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="advanced:Area" xmi:id="_nAV-EETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.editorss" selectedElement="_nAV-EUTkEeuhcohFiL0HdQ">
|
|
<children xsi:type="basic:PartStack" xmi:id="_nAV-EUTkEeuhcohFiL0HdQ" elementId="org.eclipse.e4.primaryDataStack" selectedElement="_sFcCIEuTEeukZO5Uxu0DMw">
|
|
<tags>org.eclipse.e4.primaryDataStack</tags>
|
|
<tags>EditorStack</tags>
|
|
<tags>active</tags>
|
|
<children xsi:type="basic:Part" xmi:id="_teLMIEuSEeukZO5Uxu0DMw" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="CPU.java" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/obj16/jcu_obj.png" closeable="true">
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<editor id="org.eclipse.jdt.ui.CompilationUnitEditor" name="CPU.java" partName="CPU.java" title="CPU.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/cpu/CPU.java">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/playing-coffee/src/main/java/playingcoffee/core/cpu/CPU.java"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="12795" selectionTopPixel="3645"/>
</editor>"/>
|
|
<tags>Editor</tags>
|
|
<tags>removeOnHide</tags>
|
|
<tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags>
|
|
</children>
|
|
<children xsi:type="basic:Part" xmi:id="_A32WkEuTEeukZO5Uxu0DMw" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="MMU.java" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/obj16/jcu_obj.png" closeable="true">
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<editor id="org.eclipse.jdt.ui.CompilationUnitEditor" name="MMU.java" partName="MMU.java" title="MMU.java" tooltip="playing-coffee/src/main/java/playingcoffee/core/MMU.java">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/playing-coffee/src/main/java/playingcoffee/core/MMU.java"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="1185" selectionTopPixel="695"/>
</editor>"/>
|
|
<tags>Editor</tags>
|
|
<tags>removeOnHide</tags>
|
|
<tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags>
|
|
</children>
|
|
<children xsi:type="basic:Part" xmi:id="_sFcCIEuTEeukZO5Uxu0DMw" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="Application.java" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/obj16/jcu_obj.png" closeable="true">
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<editor id="org.eclipse.jdt.ui.CompilationUnitEditor" name="Application.java" partName="Application.java" title="Application.java" tooltip="playing-coffee/src/main/java/playingcoffee/application/Application.java">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/playing-coffee/src/main/java/playingcoffee/application/Application.java"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="0" selectionTopPixel="0"/>
</editor>"/>
|
|
<tags>Editor</tags>
|
|
<tags>removeOnHide</tags>
|
|
<tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags>
|
|
<tags>active</tags>
|
|
<tags>activeOnClose</tags>
|
|
</children>
|
|
<children xsi:type="basic:Part" xmi:id="_syXZkEuTEeukZO5Uxu0DMw" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="GameBoy.java" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/obj16/jcu_obj.png" closeable="true">
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<editor id="org.eclipse.jdt.ui.CompilationUnitEditor" name="GameBoy.java" partName="GameBoy.java" title="GameBoy.java" tooltip="playing-coffee/src/main/java/playingcoffee/application/GameBoy.java">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/playing-coffee/src/main/java/playingcoffee/application/GameBoy.java"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="739" selectionTopPixel="0"/>
</editor>"/>
|
|
<tags>Editor</tags>
|
|
<tags>removeOnHide</tags>
|
|
<tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags>
|
|
</children>
|
|
</children>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAgWIETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.PackageExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Package Explorer" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view group_libraries="1" layout="2" linkWithEditor="0" rootMode="1" workingSetName="Aggregate for window 1608703424909">
<customFilters userDefinedPatternsEnabled="false">
<xmlDefinedFilters>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.StaticsFilter" isEnabled="false"/>
<child filterId="org.eclipse.buildship.ui.packageexplorer.filter.gradle.buildfolder" isEnabled="true"/>
<child filterId="org.eclipse.mylyn.java.ui.MembersFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter" isEnabled="true"/>
<child filterId="org.eclipse.m2e.MavenModuleFilter" isEnabled="false"/>
<child filterId="org.eclipse.buildship.ui.packageexplorer.filter.gradle.subProject" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter" isEnabled="true"/>
<child filterId="org.eclipse.pde.ui.BinaryProjectFilter1" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter" isEnabled="false"/>
<child filterId="org.eclipse.pde.ui.ExternalPluginLibrariesFilter1" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.FieldsFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.DeprecatedMembersFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.LibraryFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter" isEnabled="false"/>
</xmlDefinedFilters>
</customFilters>
</view>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
<menus xmi:id="_nFN3AETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.PackageExplorer">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_nFN3AUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.PackageExplorer"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAhkQETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAhkQUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.ResourceNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Navigator (Deprecated)" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.navigator.ResourceNavigator"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAiLUETkEeuhcohFiL0HdQ" 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.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.navigator.resources.ProjectExplorer"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.navigator.resources"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view CommonNavigator.LINKING_ENABLED="0" currentWorkingSetName="Aggregate for window 1608703424909" org.eclipse.cdt.ui.cview.groupincludes="false" org.eclipse.cdt.ui.cview.groupmacros="false" org.eclipse.cdt.ui.editor.CUChildren="true" org.eclipse.ui.navigator.resources.workingSets.showTopLevelWorkingSets="0">
<lastRecentlyUsedFilters/>
</view>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
<menus xmi:id="_hSW6AEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.navigator.ProjectExplorer">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_hSW6AUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.navigator.ProjectExplorer" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAiLUUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.ProblemsView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view PRIMARY_SORT_FIELD="org.eclipse.ui.ide.severityAndDescriptionField" categoryGroup="org.eclipse.ui.ide.severity" markerContentGenerator="org.eclipse.ui.ide.problemsGenerator" partName="Problems">
<expanded>
<category IMemento.internal.id="Errors"/>
<category IMemento.internal.id="Errors (1 item)"/>
<category IMemento.internal.id="Warnings"/>
</expanded>
<columnWidths org.eclipse.ui.ide.locationField="90" org.eclipse.ui.ide.markerType="90" org.eclipse.ui.ide.pathField="120" org.eclipse.ui.ide.resourceField="90" org.eclipse.ui.ide.severityAndDescriptionField="300"/>
<visible IMemento.internal.id="org.eclipse.ui.ide.severityAndDescriptionField"/>
<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="_ngfdwETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.ProblemView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_ngfdwUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.ProblemView" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAiLUkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavadocView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.JavadocView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
<menus xmi:id="_0oWqQEVEEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavadocView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_0oWqQUVEEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavadocView" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAiLU0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.SourceView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Declaration" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.SourceView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAiyYETkEeuhcohFiL0HdQ" 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.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.search2.internal.ui.SearchView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view isPinned="false">
<view IMemento.internal.id="" org.eclipse.search.lastActivation="0"/>
<view IMemento.internal.id="org.eclipse.jdt.ui.JavaSearchResultPage" org.eclipse.jdt.search.resultpage.grouping="4" org.eclipse.jdt.search.resultpage.limit="1000" org.eclipse.jdt.search.resultpage.limit_enabled="TRUE" org.eclipse.jdt.search.resultpage.sorting="1" org.eclipse.search.lastActivation="3" org.eclipse.search.resultpage.layout="2"/>
<view IMemento.internal.id="org.eclipse.search.text.FileSearchResultPage" org.eclipse.search.lastActivation="4" org.eclipse.search.resultpage.layout="2" org.eclipse.search.resultpage.limit="1000" org.eclipse.search.resultpage.sorting="2"/>
</view>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
<menus xmi:id="_nSvogEp9EeuaMNxSucFVVA" elementId="org.eclipse.search.ui.views.SearchView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_nSvogUp9EeuaMNxSucFVVA" elementId="org.eclipse.search.ui.views.SearchView" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAiyYUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.console.ConsoleView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.console"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
<menus xmi:id="_mN4iYEUQEeuhcohFiL0HdQ" elementId="org.eclipse.ui.console.ConsoleView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_mN4iYUUQEeuhcohFiL0HdQ" elementId="org.eclipse.ui.console.ConsoleView"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAiyYkTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.BookmarksView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAiyY0TkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.progress.ProgressView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAjZcETkEeuhcohFiL0HdQ" 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="originalCompatibilityViewClass" value="org.eclipse.ui.views.contentoutline.ContentOutline"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
<menus xmi:id="_nfHkwETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.ContentOutline">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_nfHkwUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.ContentOutline"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nAjZcUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.texteditor.TemplatesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Templates" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/templates.gif" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.texteditor.templates.TemplatesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nBB6kETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.minimap.MinimapView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Minimap" iconURI="platform:/plugin/org.eclipse.ui.workbench.texteditor/icons/full/eview16/minimap.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.minimap.MinimapView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.workbench.texteditor"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nBChoETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskListView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view linkWithEditor="true" presentation="org.eclipse.mylyn.tasks.ui.categorized">
<sorter groupBy="CATEGORY_QUERY">
<sorter>
<sortorg.eclipse.mylyn.tasks.ui.scheduled0 sortDirection="1" sortKey="DUE_DATE"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled1 sortDirection="1" sortKey="SCHEDULED_DATE"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled2 sortDirection="1" sortKey="PRIORITY"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled3 sortDirection="1" sortKey="RANK"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled4 sortDirection="1" sortKey="DATE_CREATED"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled5 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled6 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled7 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled8 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized0 sortDirection="1" sortKey="PRIORITY"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized1 sortDirection="1" sortKey="RANK"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized2 sortDirection="1" sortKey="DATE_CREATED"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized3 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized4 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized5 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized6 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized7 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized8 sortDirection="1" sortKey="NONE"/>
</sorter>
</sorter>
<filteredTreeFindHistory/>
</view>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Mylyn</tags>
|
|
<menus xmi:id="_naPEwETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.views.tasks">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_naPEwUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.views.tasks"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nBDvwETkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.StructureView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Structure" iconURI="platform:/plugin/org.eclipse.wb.core/icons/structure/properties_view.gif" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wb.internal.core.views.StructureView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wb.core"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:WindowBuilder</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nBDvwUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.PaletteView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Palette" iconURI="platform:/plugin/org.eclipse.wb.core/icons/structure/palette.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wb.internal.core.views.PaletteView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wb.core"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:WindowBuilder</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nBDvwkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Git Repositories" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.repository.RepositoriesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Git</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nBDvw0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.junit.ResultView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="JUnit" iconURI="platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.junit"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view failuresOnly="false" ignoredOnly="false" layout="1" orientation="2" ratio="500" scroll="false" time="true"/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
<menus xmi:id="_1q03AEh9Eeum4qghVBHPEA" elementId="org.eclipse.jdt.junit.ResultView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_1q03AUh9Eeum4qghVBHPEA" elementId="org.eclipse.jdt.junit.ResultView" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_nBEW0ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.views.AntView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Ant" iconURI="platform:/plugin/org.eclipse.ant.ui/icons/full/eview16/ant_view.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ant.internal.ui.views.AntView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ant.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Ant</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_TM_OEEVBEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.ViewportView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Viewport" iconURI="platform:/plugin/org.synthclipse.ide/images/viewport.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.ViewportView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
<menus xmi:id="_TNQ64EVBEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.ViewportView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_TNQ64UVBEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.ViewportView" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_ssYxYEj2Eeu6Q66Qg8j13Q" elementId="org.eclipse.eclemma.ui.CoverageView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Coverage" iconURI="platform:/plugin/org.eclipse.eclemma.ui/icons/full/eview16/coverage.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.eclemma.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.eclemma.internal.ui.coverageview.CoverageView"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view column0="300" column1="80" column2="120" column3="120" column4="120" counters="INSTRUCTION" hideunusedelements="false" linked="false" reversesort="true" roottype="GROUP" sortcolumn="3"/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
<menus xmi:id="_ssjwgEj2Eeu6Q66Qg8j13Q" elementId="org.eclipse.eclemma.ui.CoverageView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_ssjwgUj2Eeu6Q66Qg8j13Q" elementId="org.eclipse.eclemma.ui.CoverageView" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dE7QQEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.DebugView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Debug" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/debug_view.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.launch.LaunchView"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
<menus xmi:id="_dIPqAEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.DebugView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_dIPqAUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.DebugView"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dE73UEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.RegisterView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Registers" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/register_view.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.registers.RegistersView"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dE8eYEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.VariableView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Variables" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/variable_view.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.variables.VariablesView"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
<menus xmi:id="_dLM3YEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.VariableView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_dLM3YUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.VariableView"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dE8eYUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.BreakpointView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Breakpoints" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/breakpoint_view.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.breakpoints.BreakpointsView"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
<menus xmi:id="_mxajsEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.BreakpointView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_mxajsUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.BreakpointView" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dE8eYknmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.ExpressionView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Expressions" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/watchlist_view.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.expression.ExpressionView"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
<menus xmi:id="_mv4SoEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.ExpressionView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_mv45sEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.ExpressionView" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dE8eY0nmEeuTBKzOQj8NhQ" 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="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.properties.PropertySheet"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dE-6oEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.pde.runtime.LogView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Error Log" iconURI="platform:/plugin/org.eclipse.ui.views.log/icons/eview16/error_log.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views.log"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.log.LogView"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dE_hsEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.jdt.debug.ui.DisplayView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Debug Shell" iconURI="platform:/plugin/org.eclipse.jdt.debug.ui/icons/full/etool16/disp_sbook.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.debug.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.debug.ui.display.DisplayView"/>
|
|
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
<menus xmi:id="_myLYsEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.jdt.debug.ui.DisplayView">
|
|
<tags>ViewMenu</tags>
|
|
<tags>menuContribution:menu</tags>
|
|
</menus>
|
|
<toolbar xmi:id="_myLYsUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.jdt.debug.ui.DisplayView" visible="false"/>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dFAIwEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.cdt.debug.ui.SignalsView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Signals" iconURI="platform:/plugin/org.eclipse.cdt.debug.ui/icons/view16/signals_view.gif" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.debug.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.debug.internal.ui.views.signals.FlexibleSignalsView"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dFAIwUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.debug.ui.ModuleView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Modules" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/module_view.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.modules.ModulesView"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dFAv0EnmEeuTBKzOQj8NhQ" elementId="org.eclipse.cdt.debug.ui.executablesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Executables" iconURI="platform:/plugin/org.eclipse.cdt.debug.ui/icons/obj16/exec_view_obj.gif" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.debug.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.debug.internal.ui.views.executables.ExecutablesView"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dFBW4EnmEeuTBKzOQj8NhQ" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.view" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Disassembly" iconURI="platform:/plugin/org.eclipse.cdt.dsf.ui/icons/disassembly.gif" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.dsf.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyView"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dFBW4UnmEeuTBKzOQj8NhQ" elementId="org.eclipse.cdt.dsf.gdb.ui.tracecontrol.view" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Trace Control" iconURI="platform:/plugin/org.eclipse.cdt.dsf.gdb.ui/icons/full/view16/tracecontrol_view.gif" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.dsf.gdb.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.dsf.gdb.internal.ui.tracepoints.TraceControlView"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</sharedElements>
|
|
<sharedElements xsi:type="basic:Part" xmi:id="_dFB98EnmEeuTBKzOQj8NhQ" elementId="org.eclipse.cdt.debug.ui.debuggerConsoleView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Debugger Console" iconURI="platform:/plugin/org.eclipse.cdt.debug.ui/icons/view16/debugger_console_view.png" tooltip="" closeable="true">
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.debug.ui"/>
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.debug.internal.ui.views.debuggerconsole.DebuggerConsoleView"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</sharedElements>
|
|
<trimBars xmi:id="_mfTGgkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.main.toolbar" contributorURI="platform:/plugin/org.eclipse.platform">
|
|
<children xsi:type="menu:ToolBar" xmi:id="_m0kL4ETkEeuhcohFiL0HdQ" elementId="group.file" toBeRendered="false">
|
|
<tags>toolbarSeparator</tags>
|
|
<children xsi:type="menu:ToolBarSeparator" xmi:id="_m0kL4UTkEeuhcohFiL0HdQ" elementId="group.file" toBeRendered="false"/>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_m0ky8ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.workbench.file">
|
|
<tags>Draggable</tags>
|
|
<children xsi:type="menu:HandledToolItem" xmi:id="_j4LBAEsrEeukZO5Uxu0DMw" elementId="print" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.png" tooltip="Print" command="_mf2gXUTkEeuhcohFiL0HdQ"/>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_m0ky8UTkEeuhcohFiL0HdQ" elementId="group.edit" toBeRendered="false">
|
|
<tags>toolbarSeparator</tags>
|
|
<children xsi:type="menu:ToolBarSeparator" xmi:id="_m0ky8kTkEeuhcohFiL0HdQ" elementId="group.edit" toBeRendered="false"/>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_m0ky80TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.workbench.edit" visible="false">
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_m0laAETkEeuhcohFiL0HdQ" elementId="additions" toBeRendered="false">
|
|
<tags>toolbarSeparator</tags>
|
|
<children xsi:type="menu:ToolBarSeparator" xmi:id="_m0laAUTkEeuhcohFiL0HdQ" elementId="additions" toBeRendered="false"/>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_dFyy8EnmEeuTBKzOQj8NhQ" elementId="com.python.pydev.debug.actionSet">
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_dFZxYEnmEeuTBKzOQj8NhQ" elementId="com.python.pydev.navigate.actionSet">
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_nCcP0ETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.launchActionSet">
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_nB1L0ETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" visible="false">
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_nCRQsETkEeuhcohFiL0HdQ" elementId="org.eclipse.search.searchActionSet">
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_1U1XYETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.actionSet.presentation">
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_m0laAkTkEeuhcohFiL0HdQ" elementId="group.nav" toBeRendered="false">
|
|
<tags>toolbarSeparator</tags>
|
|
<children xsi:type="menu:ToolBarSeparator" xmi:id="_m0laA0TkEeuhcohFiL0HdQ" elementId="group.nav" toBeRendered="false"/>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_m0laBETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.workbench.navigate">
|
|
<tags>Draggable</tags>
|
|
<children xsi:type="menu:HandledToolItem" xmi:id="_j4NdQksrEeukZO5Uxu0DMw" elementId="org.eclipse.ui.window.pinEditor" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.png" tooltip="Pin Editor" type="Check" command="_mf15a0TkEeuhcohFiL0HdQ"/>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_KYVdwEp0EeuaMNxSucFVVA" elementId="org.eclipse.ui.DefaultTextEditor" visible="false">
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_m0laBUTkEeuhcohFiL0HdQ" elementId="group.editor" toBeRendered="false">
|
|
<tags>toolbarSeparator</tags>
|
|
<children xsi:type="menu:ToolBarSeparator" xmi:id="_m0laBkTkEeuhcohFiL0HdQ" elementId="group.editor" toBeRendered="false"/>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_m0laB0TkEeuhcohFiL0HdQ" elementId="group.help" toBeRendered="false">
|
|
<tags>toolbarSeparator</tags>
|
|
<children xsi:type="menu:ToolBarSeparator" xmi:id="_m0laCETkEeuhcohFiL0HdQ" elementId="group.help" toBeRendered="false"/>
|
|
</children>
|
|
<children xsi:type="menu:ToolBar" xmi:id="_m0laCUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.workbench.help" visible="false">
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolControl" xmi:id="_m4BvkETkEeuhcohFiL0HdQ" 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="_m4CWoETkEeuhcohFiL0HdQ" 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="_mfTGg0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.trim.status" contributorURI="platform:/plugin/org.eclipse.platform" side="Bottom">
|
|
<children xsi:type="menu:ToolControl" xmi:id="_mfTGhETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.StatusLine" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
|
|
<tags>stretch</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolControl" xmi:id="_mfTGhUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.HeapStatus" contributorURI="platform:/plugin/org.eclipse.platform" toBeRendered="false" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolControl" xmi:id="_mfTGhkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ProgressBar" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
</trimBars>
|
|
<trimBars xmi:id="_mfTGh0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.trim.vertical1" contributorURI="platform:/plugin/org.eclipse.platform" toBeRendered="false" side="Left">
|
|
<children xsi:type="menu:ToolControl" xmi:id="_nzMXUETkEeuhcohFiL0HdQ" 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>
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolControl" xmi:id="_YS17UEVGEeuhcohFiL0HdQ" elementId="left(IDEWindow).(org.eclipse.jdt.ui.JavaPerspective)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
|
|
<tags>TrimStack</tags>
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolControl" xmi:id="_D7IEAEoXEeuZmqzOHW_30Q" elementId="org.eclipse.debug.internal.ui.NavigatorFolderView(IDEWindow).(org.eclipse.debug.ui.DebugPerspective)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
|
|
<tags>TrimStack</tags>
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
</trimBars>
|
|
<trimBars xmi:id="_mfTGiETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.trim.vertical2" contributorURI="platform:/plugin/org.eclipse.platform" toBeRendered="false" side="Right">
|
|
<children xsi:type="menu:ToolControl" xmi:id="_YTNuwEVGEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.views.tasksMStack(IDEWindow).(org.eclipse.jdt.ui.JavaPerspective)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
|
|
<tags>TrimStack</tags>
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolControl" xmi:id="_YTbKIEVGEeuhcohFiL0HdQ" elementId="right(IDEWindow).(org.eclipse.jdt.ui.JavaPerspective)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
|
|
<tags>TrimStack</tags>
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolControl" xmi:id="_YTmJQEVGEeuhcohFiL0HdQ" elementId="bottom(IDEWindow).(org.eclipse.jdt.ui.JavaPerspective)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
|
|
<tags>TrimStack</tags>
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolControl" xmi:id="_eSeCcEnbEeuTBKzOQj8NhQ" elementId="org.eclipse.ui.editorss(IDEWindow).(org.eclipse.jdt.ui.JavaPerspective)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
|
|
<tags>TrimStack</tags>
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolControl" xmi:id="_D7XUkEoXEeuZmqzOHW_30Q" elementId="org.eclipse.debug.internal.ui.OutlineFolderView(IDEWindow).(org.eclipse.debug.ui.DebugPerspective)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
|
|
<tags>TrimStack</tags>
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
<children xsi:type="menu:ToolControl" xmi:id="_D7jh0EoXEeuZmqzOHW_30Q" elementId="org.eclipse.debug.internal.ui.ToolsFolderView(IDEWindow).(org.eclipse.debug.ui.DebugPerspective)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
|
|
<tags>TrimStack</tags>
|
|
<tags>Draggable</tags>
|
|
</children>
|
|
</trimBars>
|
|
</children>
|
|
<bindingTables xmi:id="_mfTGiUTkEeuhcohFiL0HdQ" contributorURI="platform:/plugin/org.eclipse.platform" bindingContext="_mfTGikTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_mgI0AETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.textEditorScope" bindingContext="_mf6KgkTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgKpMETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+CR" command="_mf2gaETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgL3U0TkEeuhcohFiL0HdQ" keySequence="CTRL+BS" command="_mfwZiUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgMebkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+Q" command="_mfyO0kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTnkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+J" command="_mfyOvUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOToUTkEeuhcohFiL0HdQ" keySequence="CTRL++" command="_mf1SUkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTpUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+K" command="_mfxn10TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6sETkEeuhcohFiL0HdQ" keySequence="CTRL+-" command="_mfzdMkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv3UTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+J" command="_mfy1wkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW40TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+A" command="_mf0rQETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR990TkEeuhcohFiL0HdQ" keySequence="CTRL+J" command="_mfxA3UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR9-UTkEeuhcohFiL0HdQ" keySequence="CTRL+K" command="_mf15GUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR9_UTkEeuhcohFiL0HdQ" keySequence="CTRL+L" command="_mf2gPUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMF0TkEeuhcohFiL0HdQ" keySequence="CTRL+D" command="_mfxnrUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzNETkEeuhcohFiL0HdQ" keySequence="CTRL+=" command="_mf1SUkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaPETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Y" command="_mfvyc0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBQ0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+DEL" command="_mf2gKkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBRUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+X" command="_mf0rHkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBSUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+Y" command="_mfzdMETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBUUTkEeuhcohFiL0HdQ" keySequence="CTRL+DEL" command="_mfzc00TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBVkTkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_UP" command="_mf3HjkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBW0TkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_DOWN" command="_mf15LkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoV0TkEeuhcohFiL0HdQ" keySequence="SHIFT+F12" command="_mf2geETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoWkTkEeuhcohFiL0HdQ" keySequence="SHIFT+END" command="_mf0D4ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoZ0TkEeuhcohFiL0HdQ" keySequence="SHIFT+HOME" command="_mfzdG0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPY0TkEeuhcohFiL0HdQ" keySequence="F12" command="_mf0rAkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPZUTkEeuhcohFiL0HdQ" keySequence="END" command="_mf2gikTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPaETkEeuhcohFiL0HdQ" keySequence="INSERT" command="_mf1SFUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPbkTkEeuhcohFiL0HdQ" keySequence="F2" command="_mfy12kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdgkTkEeuhcohFiL0HdQ" keySequence="HOME" command="_mf2gv0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdh0TkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+ARROW_UP" command="_mf3HXUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdi0TkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+ARROW_DOWN" command="_mf0ECETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdj0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+INSERT" command="_mfxn-UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEl0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_mf0D5ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEm0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_mfxn_0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrokTkEeuhcohFiL0HdQ" keySequence="CTRL+F10" command="_mf2gYkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrsETkEeuhcohFiL0HdQ" keySequence="CTRL+END" command="_mf15MUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrvUTkEeuhcohFiL0HdQ" keySequence="CTRL+ARROW_UP" command="_mfxn3ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrv0TkEeuhcohFiL0HdQ" keySequence="CTRL+ARROW_DOWN" command="_mf3Hp0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrwUTkEeuhcohFiL0HdQ" keySequence="CTRL+ARROW_LEFT" command="_mf0rDETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSsETkEeuhcohFiL0HdQ" keySequence="CTRL+ARROW_RIGHT" command="_mfyOz0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZStETkEeuhcohFiL0HdQ" keySequence="CTRL+HOME" command="_mfxAnUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSuUTkEeuhcohFiL0HdQ" keySequence="CTRL+NUMPAD_MULTIPLY" command="_mf15T0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSu0TkEeuhcohFiL0HdQ" keySequence="CTRL+NUMPAD_ADD" command="_mf3HR0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSvUTkEeuhcohFiL0HdQ" keySequence="CTRL+NUMPAD_SUBTRACT" command="_mf2gZUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSv0TkEeuhcohFiL0HdQ" keySequence="CTRL+NUMPAD_DIVIDE" command="_mfxn5ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5wUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_mf15XETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5yETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_mf1SF0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag6kTkEeuhcohFiL0HdQ" keySequence="ALT+/" command="_mf2gxETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH4ETkEeuhcohFiL0HdQ" keySequence="SHIFT+CR" command="_mf2gvUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgLQQETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.embeddedTextEditorScope" bindingContext="_mf6Kn0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgLQQUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+CR" command="_mf2gaETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgL3VETkEeuhcohFiL0HdQ" keySequence="CTRL+BS" command="_mfwZiUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOToETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+J" command="_mfyOvUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6okTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+K" command="_mfxn10TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv3kTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+J" command="_mfy1wkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW5ETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+A" command="_mf0rQETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR9-ETkEeuhcohFiL0HdQ" keySequence="CTRL+J" command="_mfxA3UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR9-kTkEeuhcohFiL0HdQ" keySequence="CTRL+K" command="_mf15GUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR9_kTkEeuhcohFiL0HdQ" keySequence="CTRL+L" command="_mf2gPUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMGETkEeuhcohFiL0HdQ" keySequence="CTRL+D" command="_mfxnrUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBRETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+DEL" command="_mf2gKkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBSETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+X" command="_mf0rHkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBSkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+Y" command="_mfzdMETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBUkTkEeuhcohFiL0HdQ" keySequence="CTRL+DEL" command="_mfzc00TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBWETkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_UP" command="_mf3HjkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBXETkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_DOWN" command="_mf15LkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoW0TkEeuhcohFiL0HdQ" keySequence="SHIFT+END" command="_mf0D4ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoaETkEeuhcohFiL0HdQ" keySequence="SHIFT+HOME" command="_mfzdG0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPZkTkEeuhcohFiL0HdQ" keySequence="END" command="_mf2gikTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPaUTkEeuhcohFiL0HdQ" keySequence="INSERT" command="_mf1SFUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPcUTkEeuhcohFiL0HdQ" keySequence="F2" command="_mfy12kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdhETkEeuhcohFiL0HdQ" keySequence="HOME" command="_mf2gv0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdiETkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+ARROW_UP" command="_mf3HXUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdjETkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+ARROW_DOWN" command="_mf0ECETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdkETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+INSERT" command="_mfxn-UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEmETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_mf0D5ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEnETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_mfxn_0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYro0TkEeuhcohFiL0HdQ" keySequence="CTRL+F10" command="_mf2gYkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrsUTkEeuhcohFiL0HdQ" keySequence="CTRL+END" command="_mf15MUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrvkTkEeuhcohFiL0HdQ" keySequence="CTRL+ARROW_UP" command="_mfxn3ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrwETkEeuhcohFiL0HdQ" keySequence="CTRL+ARROW_DOWN" command="_mf3Hp0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrwkTkEeuhcohFiL0HdQ" keySequence="CTRL+ARROW_LEFT" command="_mf0rDETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSsUTkEeuhcohFiL0HdQ" keySequence="CTRL+ARROW_RIGHT" command="_mfyOz0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZStUTkEeuhcohFiL0HdQ" keySequence="CTRL+HOME" command="_mfxAnUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag60TkEeuhcohFiL0HdQ" keySequence="ALT+/" command="_mf2gxETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH4kTkEeuhcohFiL0HdQ" keySequence="SHIFT+CR" command="_mf2gvUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgLQQkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.ui.editor.scope" bindingContext="_mf6Kp0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgLQQ0TkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+CR" command="_mf0q_ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgL3WUTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+SHIFT+I" command="_mfy1-ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgL3XETkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+SHIFT+O" command="_mf0rU0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgMeZkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+P" command="_mf1SNETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgMefkTkEeuhcohFiL0HdQ" keySequence="CTRL+2" command="_mfzdDUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNFckTkEeuhcohFiL0HdQ" keySequence="CTRL+4" command="_mfxnuUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNFdETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+T" command="_mfwZqUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNFe0TkEeuhcohFiL0HdQ" keySequence="CTRL+5" command="_mfxAokTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhsETkEeuhcohFiL0HdQ" keySequence="CTRL+/" command="_mf0EHkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhuUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+O" command="_mf15S0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIx0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+D" command="_mfwZhkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQI0ETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F" command="_mf3HWkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQI2UTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+G" command="_mfzc-ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW8ETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+3" command="_mfxAyETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW-UTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+4" command="_mfwZokTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR-CUTkEeuhcohFiL0HdQ" keySequence="CTRL+O" command="_mfwZpkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlDkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+R" command="_mf1SaETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzKUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+I" command="_mfxAoUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzLkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+L" command="_mf15PETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaMUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+M" command="_mfwZo0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaOUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+O" command="_mfwZlUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBQETkEeuhcohFiL0HdQ" keySequence="CTRL+\" command="_mfxAyETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBXUTkEeuhcohFiL0HdQ" keySequence="SHIFT+F9" command="_mf2gykTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVobETkEeuhcohFiL0HdQ" keySequence="F9" command="_mf0EOkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPb0TkEeuhcohFiL0HdQ" keySequence="F2" command="_mfwZjkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPdkTkEeuhcohFiL0HdQ" keySequence="F3" command="_mf3HoETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2eUTkEeuhcohFiL0HdQ" keySequence="F4" command="_mf0EFETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdikTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F9" command="_mf2gWUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdl0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_UP" command="_mf3HUUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEk0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_mfyO3ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYElkTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+F9" command="_mfxA2UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEpETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_UP" command="_mfwZoETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYErETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_DOWN" command="_mf3HWETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYroETkEeuhcohFiL0HdQ" keySequence="CTRL+F9" command="_mf3HTUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSukTkEeuhcohFiL0HdQ" keySequence="CTRL+NUMPAD_MULTIPLY" command="_mf3HZETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSvETkEeuhcohFiL0HdQ" keySequence="CTRL+NUMPAD_ADD" command="_mf15hETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSvkTkEeuhcohFiL0HdQ" keySequence="CTRL+NUMPAD_SUBTRACT" command="_mfxnvETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSwETkEeuhcohFiL0HdQ" keySequence="CTRL+NUMPAD_DIVIDE" command="_mfxA40TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ52kTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+T C" command="_mfxAxETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag0ETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+T E" command="_mfwZo0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag1kTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+T I" command="_mfxAoUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH7UTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+T L" command="_mf15PETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH7kTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+T O" command="_mf1SckTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH8UTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+T P" command="_mf15dETkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgLQRETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.contexts.window" bindingContext="_mfTGi0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgL3UETkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+SHIFT+A" command="_mf15MkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgL3WETkEeuhcohFiL0HdQ" keySequence="CTRL+CR" command="_mf0rOkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgL3WkTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+SHIFT+L" command="_mf1SBETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgL3W0TkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+SHIFT+M" command="_mf3HNkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgMeYETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q O" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgMeYUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ContentOutline"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgMed0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q P" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgMeeETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.PackageExplorer"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgMee0TkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+B" command="_mf15FUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgMefETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+R" command="_mf3HrUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgMefUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q Q" command="_mf1SbkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgMef0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+S" command="_mf1SRETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgMegETkEeuhcohFiL0HdQ" keySequence="CTRL+3" command="_mfy12UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgMegUTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+C" command="_mf2gtkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNFcETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q S" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgNFcUTkEeuhcohFiL0HdQ" 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="_mgNFc0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+T" command="_mfzc40TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNFfETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+U" command="_mfxn90TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNFfkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q T" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgNFf0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.TypeHierarchy"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgNFgUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+V" command="_mf2gkETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNFiETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q V" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgNFiUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.VariableView"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgOTk0TkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+G" command="_mf1SXETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTlETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+W" command="_mfzc4kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTlUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+H" command="_mf0rBUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTmUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q H" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgOTmkTkEeuhcohFiL0HdQ" 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="_mgOTokTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q J" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgOTo0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.JavadocView"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgO6o0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q K" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgO6pETkEeuhcohFiL0HdQ" 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="_mgO6pUTkEeuhcohFiL0HdQ" keySequence="CTRL+," command="_mfxAqkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6rUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q L" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgO6rkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.pde.runtime.LogView"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgO6r0TkEeuhcohFiL0HdQ" keySequence="CTRL+-" command="_mf2grETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6sUTkEeuhcohFiL0HdQ" keySequence="CTRL+." command="_mf3HYkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6skTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+N" command="_mf0rLUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhtkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+O" command="_mf3HOUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhvkTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+P" command="_mfxnyUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhwETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+A" command="_mf15HUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhxETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+B" command="_mfxn2ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhxUTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+R" command="_mf2gt0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIxETkEeuhcohFiL0HdQ" keySequence="CTRL+#" command="_mfxA00TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIyUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+E" command="_mfxn70TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQI1kTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+G" command="_mf3HdETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv0ETkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+H" command="_mfxAxUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv10TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q X" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgQv2ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ProblemView"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgQv20TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q Y" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgQv3ETkEeuhcohFiL0HdQ" 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="_mgQv30TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q Z" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgQv4ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.ui.GenericHistoryView"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgRW4ETkEeuhcohFiL0HdQ" keySequence="CTRL+P" command="_mf2gXUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW4UTkEeuhcohFiL0HdQ" keySequence="CTRL+Q" command="_mf2gckTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW4kTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+1" command="_mf15j0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW6ETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+2" command="_mf2gV0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW60TkEeuhcohFiL0HdQ" keySequence="CTRL+R" command="_mf3HlkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW7ETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+C" command="_mf2gKUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW8UTkEeuhcohFiL0HdQ" keySequence="CTRL+S" command="_mfzdNUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW-kTkEeuhcohFiL0HdQ" keySequence="CTRL+U" command="_mf0EKUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW-0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+F" command="_mf2gd0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR98UTkEeuhcohFiL0HdQ" keySequence="CTRL+W" command="_mf0EPUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR98kTkEeuhcohFiL0HdQ" keySequence="CTRL+H" command="_mf2gIUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR9_0TkEeuhcohFiL0HdQ" keySequence="CTRL+M" command="_mf15mETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR-AkTkEeuhcohFiL0HdQ" keySequence="CTRL+N" command="_mf3He0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlCETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+P" command="_mf1SYkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlC0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+R" command="_mf0ENkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlE0TkEeuhcohFiL0HdQ" keySequence="CTRL+B" command="_mfxArkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlFETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q B" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgSlFUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.BreakpointView"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgSlGkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+S" command="_mf0q80TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMEkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q C" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgTME0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.console.ConsoleView"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgTMFETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+T" command="_mf0rQkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMHUTkEeuhcohFiL0HdQ" keySequence="CTRL+E" command="_mfzc0UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMHkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q D" command="_mf1SbkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgTMH0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.SourceView"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgTMIUTkEeuhcohFiL0HdQ" keySequence="CTRL+F" command="_mfxnvUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMIkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+V" command="_mf0D40TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMJUTkEeuhcohFiL0HdQ" keySequence="CTRL+G" command="_mfwZikTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzJETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+W" command="_mf3HXETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzJUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+H" command="_mfy2FkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzJkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+I" command="_mfxA1ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzK0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+J" command="_mfy2GkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzLUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+L" command="_mfy1yUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzM0TkEeuhcohFiL0HdQ" keySequence="CTRL+=" command="_mfzdB0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaMETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+M" command="_mf3HSETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaNUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+N" command="_mfzc3UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaPUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Z" command="_mf0q_kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBQUTkEeuhcohFiL0HdQ" keySequence="CTRL+_" command="_mfy2AkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgVBQkTkEeuhcohFiL0HdQ" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="true"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgVBS0TkEeuhcohFiL0HdQ" keySequence="CTRL+{" command="_mfy2AkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mgVBTETkEeuhcohFiL0HdQ" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="false"/>
|
|
</bindings>
|
|
<bindings xmi:id="_mgVBXkTkEeuhcohFiL0HdQ" keySequence="SHIFT+F9" command="_mfzc_UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoUETkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_LEFT" command="_mfxA2ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoU0TkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_RIGHT" command="_mfzdA0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoWETkEeuhcohFiL0HdQ" keySequence="SHIFT+F12" command="_mf15OUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoYETkEeuhcohFiL0HdQ" keySequence="SHIFT+F2" command="_mf1SL0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoYkTkEeuhcohFiL0HdQ" keySequence="SHIFT+F5" command="_mf0EEETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoZUTkEeuhcohFiL0HdQ" keySequence="ALT+F7" command="_mf0rR0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoaUTkEeuhcohFiL0HdQ" keySequence="ALT+F5" command="_mf0D80TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPYETkEeuhcohFiL0HdQ" keySequence="F9" command="_mfzdFUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPYUTkEeuhcohFiL0HdQ" keySequence="F11" command="_mf3HMkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPYkTkEeuhcohFiL0HdQ" keySequence="F12" command="_mf2gJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPbUTkEeuhcohFiL0HdQ" keySequence="F2" command="_mfxArUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPc0TkEeuhcohFiL0HdQ" keySequence="F3" command="_mfy1xUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2d0TkEeuhcohFiL0HdQ" keySequence="F4" command="_mfxAuUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdgETkEeuhcohFiL0HdQ" keySequence="F5" command="_mfzdD0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdhUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F7" command="_mf3HNUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdhkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F8" command="_mfy2AETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdiUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F9" command="_mf0D8ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdjUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F11" command="_mf0q-ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdjkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F12" command="_mfwZrkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdkUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F3" command="_mf2gVETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdkkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F4" command="_mfzc4kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdk0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F5" command="_mfxn8kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdlETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F6" command="_mf1ST0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEmUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+X J" command="_mf15JETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEnUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+X M" command="_mf0EA0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEnkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+X A" command="_mfxAp0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEn0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+X E" command="_mf1SW0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEoETkEeuhcohFiL0HdQ" keySequence="CTRL+F7" command="_mf0rE0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEqETkEeuhcohFiL0HdQ" keySequence="CTRL+F8" command="_mfy10UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEsETkEeuhcohFiL0HdQ" keySequence="CTRL+F9" command="_mfxn9kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrqUTkEeuhcohFiL0HdQ" keySequence="CTRL+F11" command="_mf2gjUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrr0TkEeuhcohFiL0HdQ" keySequence="CTRL+F12" command="_mfxn20TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrt0TkEeuhcohFiL0HdQ" keySequence="CTRL+F4" command="_mf0EPUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrukTkEeuhcohFiL0HdQ" keySequence="CTRL+F6" command="_mfxnyETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYru0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+F7" command="_mf15NkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrvETkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+X G" command="_mf2gzkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSwkTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+SHIFT+ARROW_UP" command="_mf1SJ0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSw0TkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+SHIFT+ARROW_DOWN" command="_mf3HiUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSxETkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+SHIFT+ARROW_RIGHT" command="_mf1SEETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSxUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+X O" command="_mf1SMUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5wETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_mf1SQ0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5wkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+X P" command="_mf3HUETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5xETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+X Q" command="_mfyOw0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5xUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+X T" command="_mf0D-0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5x0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_mfy2BETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5ykTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+SHIFT+F12" command="_mf3HSkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5y0TkEeuhcohFiL0HdQ" keySequence="DEL" command="_mfxn0UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ510TkEeuhcohFiL0HdQ" keySequence="ALT+P" command="_mf15YkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag00TkEeuhcohFiL0HdQ" keySequence="ALT+T" command="_mfzdQETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag1ETkEeuhcohFiL0HdQ" keySequence="ALT+T" command="_mf1SGETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag50TkEeuhcohFiL0HdQ" keySequence="ALT+-" command="_mf0rLETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag7ETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+E E" command="_mfxA20TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag7UTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+E G" command="_mfzc60TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag7kTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+E J" command="_mfxAnkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH4UTkEeuhcohFiL0HdQ" keySequence="SHIFT+CR" command="_mf15OUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH40TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+E S" command="_mf0D_0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH5ETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+E T" command="_mfxA0ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH5UTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+E L" command="_mfxAq0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH5kTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+E N" command="_mf3HaETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH50TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+E P" command="_mfwZhUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH6kTkEeuhcohFiL0HdQ" keySequence="ALT+CR" command="_mf15gETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH60TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+E R" command="_mfyO1kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH7ETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+D E" command="_mf3HlUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH8kTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+D A" command="_mf2gQETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH80TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+D T" command="_mfwZmkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH9UTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+D J" command="_mf15YUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH9kTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+D O" command="_mf0rG0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH90TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+D P" command="_mf2gWETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH-UTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+D Q" command="_mf0EGETkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgL3UUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.cEditorScope" bindingContext="_mf6Kv0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgL3UkTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+SHIFT+C" command="_mf3Hq0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgL3VUTkEeuhcohFiL0HdQ" keySequence="CTRL+TAB" command="_mf3HoUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgMeaUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+P" command="_mfzdEkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNFd0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+T" command="_mfy1-0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTkETkEeuhcohFiL0HdQ" keySequence="CTRL+7" command="_mfxAqETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTlkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+H" command="_mf1SLkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6s0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+N" command="_mfyOzUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhs0TkEeuhcohFiL0HdQ" keySequence="CTRL+/" command="_mfxAqETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhukTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+O" command="_mfzdAETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhw0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+A" command="_mf2ga0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhyUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+C" command="_mfxAqETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIw0TkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+S" command="_mf3HeUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIxUTkEeuhcohFiL0HdQ" keySequence="CTRL+#" command="_mf15fUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQI00TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F" command="_mf3HokTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQI2kTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+G" command="_mfwZgkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv0UTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+H" command="_mfy100TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv2UTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+I" command="_mf0rT0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW9kTkEeuhcohFiL0HdQ" keySequence="CTRL+T" command="_mf15OETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR99UTkEeuhcohFiL0HdQ" keySequence="CTRL+I" command="_mfyOvETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlAETkEeuhcohFiL0HdQ" keySequence="CTRL+O" command="_mf0rKETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlBUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+/" command="_mf3HQUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlD0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+R" command="_mf2gM0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMEETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+S" command="_mfxA1kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMFUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+T" command="_mf15hUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzIUTkEeuhcohFiL0HdQ" keySequence="CTRL+G" command="_mf3HbUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzL0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+L" command="_mf0ECkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzNUTkEeuhcohFiL0HdQ" keySequence="CTRL+=" command="_mf15fUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaMkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+M" command="_mfwZwUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaOkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+O" command="_mfzc7ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaPkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Z" command="_mf2gUkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBT0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+\" command="_mf0rSUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2cETkEeuhcohFiL0HdQ" keySequence="F3" command="_mf3HsUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2ekTkEeuhcohFiL0HdQ" keySequence="F4" command="_mf3HO0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdmETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_UP" command="_mf2gPETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYElETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_mf15JUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEpUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_UP" command="_mfzdIUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYErUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_DOWN" command="_mf3Ho0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrpkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_LEFT" command="_mf2gI0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrrETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_mf2goUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5zkTkEeuhcohFiL0HdQ" keySequence="ALT+C" command="_mf0rS0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag70TkEeuhcohFiL0HdQ" keySequence="SHIFT+TAB" command="_mf1SMETkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgL3VkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" bindingContext="_mf6Kt0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgL3V0TkEeuhcohFiL0HdQ" keySequence="CTRL+CR" command="_mfy2EkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW7UTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+C" command="_mf0q8UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlDETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+R" command="_mf0D4kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMGkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+U" command="_mf15RUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzJ0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+I" command="_mfzdNETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBVUTkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_UP" command="_mf1Sa0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBWkTkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_DOWN" command="_mfy2GETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoXETkEeuhcohFiL0HdQ" keySequence="SHIFT+INSERT" command="_mfxnzETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPZ0TkEeuhcohFiL0HdQ" keySequence="INSERT" command="_mfzdLUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2eETkEeuhcohFiL0HdQ" keySequence="F4" command="_mfxAzkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEokTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_UP" command="_mf15iETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEqkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_DOWN" command="_mfzdPUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgMeYkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.javaEditorScope" bindingContext="_mf6KjETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgMeY0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+P" command="_mf15NUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNsgETkEeuhcohFiL0HdQ" keySequence="CTRL+7" command="_mf0rMUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6qUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+M" command="_mfy120TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6tETkEeuhcohFiL0HdQ" keySequence="CTRL+/" command="_mf0rMUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhxkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+C" command="_mf0rMUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIzETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F" command="_mf2gvETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW5UTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+B" command="_mf3HkkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW9UTkEeuhcohFiL0HdQ" keySequence="CTRL+T" command="_mf0rPkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR980TkEeuhcohFiL0HdQ" keySequence="CTRL+I" command="_mfzdAUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR-A0TkEeuhcohFiL0HdQ" keySequence="CTRL+O" command="_mf0EAETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlA0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+/" command="_mf0EKkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMGUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+U" command="_mf15akTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaOETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+O" command="_mfzc1kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBTUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+\" command="_mfxnsUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdlUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_UP" command="_mf0EQkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEkUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_mf0EAUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEoUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_UP" command="_mf0EF0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEqUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_DOWN" command="_mfxn3kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrpETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_LEFT" command="_mfzdDETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrqkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_mfxnqETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrtUTkEeuhcohFiL0HdQ" keySequence="CTRL+F3" command="_mf3HX0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ500TkEeuhcohFiL0HdQ" keySequence="CTRL+2 F" command="_mf3HRkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag30TkEeuhcohFiL0HdQ" keySequence="CTRL+2 R" command="_mf15g0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag4UTkEeuhcohFiL0HdQ" keySequence="CTRL+2 L" command="_mfxA4kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag5kTkEeuhcohFiL0HdQ" keySequence="CTRL+2 M" command="_mfzdEUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgMeZETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" bindingContext="_mf6KjkTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgMeZUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+P" command="_mf0rQUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhv0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+A" command="_mf3HqETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhyETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+C" command="_mf2guUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIzUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F" command="_mf3HdUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv5ETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+>" command="_mf2gQUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR99ETkEeuhcohFiL0HdQ" keySequence="CTRL+I" command="_mf2gYETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR-B0TkEeuhcohFiL0HdQ" keySequence="CTRL+O" command="_mf0rUkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlBETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+/" command="_mf0rK0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBTkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+\" command="_mf1SXkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPdUTkEeuhcohFiL0HdQ" keySequence="F3" command="_mf0rPUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdlkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_UP" command="_mfyOuUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEkkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_mf0EIETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEo0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_UP" command="_mf15KUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEq0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_DOWN" command="_mf15SkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrpUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_LEFT" command="_mfxAwkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrq0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_mf1SMkTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgMeZ0TkEeuhcohFiL0HdQ" elementId="org.eclipse.core.runtime.xml" bindingContext="_mf6KkkTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgMeaETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+P" command="_mf2gKETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIyETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+D" command="_mf0EKETkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgMeakTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" bindingContext="_mf6Kg0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgMea0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+P" command="_mf1SRkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNFekTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+T" command="_mf0EIkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTkUTkEeuhcohFiL0HdQ" keySequence="CTRL+7" command="_mf1SD0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6rETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+M" command="_mfxAyUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhtETkEeuhcohFiL0HdQ" keySequence="CTRL+/" command="_mf1SD0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIwETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+C" command="_mf1SD0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQI1ETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F" command="_mfxno0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW90TkEeuhcohFiL0HdQ" keySequence="CTRL+T" command="_mf1SKkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR99kTkEeuhcohFiL0HdQ" keySequence="CTRL+I" command="_mf0D5UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlAUTkEeuhcohFiL0HdQ" keySequence="CTRL+O" command="_mfwZuETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlBkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+/" command="_mf0EH0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMHETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+U" command="_mfzc4UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaO0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+O" command="_mfzdH0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBUETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+\" command="_mfxnz0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEkETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_UP" command="_mf3HsETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYElUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_mfxn-ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEpkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_UP" command="_mfxAs0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYErkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_DOWN" command="_mf15Z0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrp0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_LEFT" command="_mf2gvkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrrUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_mf1SbETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrtkTkEeuhcohFiL0HdQ" keySequence="CTRL+F3" command="_mf0rGkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ51ETkEeuhcohFiL0HdQ" keySequence="CTRL+2 F" command="_mfzdKkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag4ETkEeuhcohFiL0HdQ" keySequence="CTRL+2 R" command="_mfy13kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag4kTkEeuhcohFiL0HdQ" keySequence="CTRL+2 L" command="_mf3HYUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgMebETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.XtextEditorScope" bindingContext="_mf6KmETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgMebUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+P" command="_mf3HNETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTkkTkEeuhcohFiL0HdQ" keySequence="CTRL+7" command="_mf2go0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhtUTkEeuhcohFiL0HdQ" keySequence="CTRL+/" command="_mf2go0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhvETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+O" command="_mf2gj0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIwkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+C" command="_mf2go0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQI1UTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F" command="_mfzc-kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQI3UTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+G" command="_mfxn9UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv1ETkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+H" command="_mf0rIUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW-ETkEeuhcohFiL0HdQ" keySequence="CTRL+T" command="_mf0rPkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlAkTkEeuhcohFiL0HdQ" keySequence="CTRL+O" command="_mf2gokTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlEkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+R" command="_mf15kETkEeuhcohFiL0HdQ">
|
|
<tags>platform:win32</tags>
|
|
</bindings>
|
|
<bindings xmi:id="_mgTzMUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+L" command="_mf0EQUTkEeuhcohFiL0HdQ">
|
|
<tags>platform:win32</tags>
|
|
</bindings>
|
|
<bindings xmi:id="_mgUaNETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+M" command="_mf3HMUTkEeuhcohFiL0HdQ">
|
|
<tags>platform:win32</tags>
|
|
</bindings>
|
|
<bindings xmi:id="_mgW2dkTkEeuhcohFiL0HdQ" keySequence="F3" command="_mf0ELkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2fUTkEeuhcohFiL0HdQ" keySequence="F4" command="_mf3HYETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEp0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_UP" command="_mfxAm0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEr0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_DOWN" command="_mfyO1ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrqETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_LEFT" command="_mfxAmkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrrkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_mfy2FUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgMeb0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.classFileEditorScope" bindingContext="_mf6KikTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgMecETkEeuhcohFiL0HdQ" keySequence="CTRL+1" command="_mf3Hb0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgMecUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.contexts.dialogAndWindow" bindingContext="_mfTGikTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgMeckTkEeuhcohFiL0HdQ" keySequence="CTRL+1" command="_mfy1zkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTm0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+I" command="_mfyOxkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6pkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+L" command="_mf2gqETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhvUTkEeuhcohFiL0HdQ" keySequence="CTRL+SPACE" command="_mf2gIkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIxkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+D" command="_mf3HQ0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW_kTkEeuhcohFiL0HdQ" keySequence="CTRL+V" command="_mfxAn0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlB0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+SPACE" command="_mfy1_ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlCUTkEeuhcohFiL0HdQ" keySequence="CTRL+A" command="_mf0D_UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlGUTkEeuhcohFiL0HdQ" keySequence="CTRL+C" command="_mf0rEkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaQETkEeuhcohFiL0HdQ" keySequence="CTRL+X" command="_mfzc5ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaQUTkEeuhcohFiL0HdQ" keySequence="CTRL+Y" command="_mf0EMETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaRkTkEeuhcohFiL0HdQ" keySequence="CTRL+Z" command="_mfzc20TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoVkTkEeuhcohFiL0HdQ" keySequence="ALT+PAGE_UP" command="_mf0ERUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoWUTkEeuhcohFiL0HdQ" keySequence="ALT+PAGE_DOWN" command="_mf15HkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoXUTkEeuhcohFiL0HdQ" keySequence="SHIFT+INSERT" command="_mfxAn0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoZkTkEeuhcohFiL0HdQ" keySequence="ALT+F11" command="_mfxnxUTkEeuhcohFiL0HdQ">
|
|
<tags>platform:win32</tags>
|
|
</bindings>
|
|
<bindings xmi:id="_mgYroUTkEeuhcohFiL0HdQ" keySequence="CTRL+F10" command="_mfxA0kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrskTkEeuhcohFiL0HdQ" keySequence="CTRL+INSERT" command="_mf0rEkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSskTkEeuhcohFiL0HdQ" keySequence="CTRL+PAGE_UP" command="_mf2gfETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSs0TkEeuhcohFiL0HdQ" keySequence="CTRL+PAGE_DOWN" command="_mfy12ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZStkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+F1" command="_mfxn4ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSt0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+F2" command="_mf1SX0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSuETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+F3" command="_mf2gaUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZSwUTkEeuhcohFiL0HdQ" keySequence="SHIFT+DEL" command="_mfzc5ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5yUTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+SHIFT+F9" command="_mf0D9ETkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgMec0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.java.editorScope" bindingContext="_mf6KhETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgMedETkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+A" command="_mf0EFkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhwUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+A" command="_mf0EFkTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgMedUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.xml.editorScope" bindingContext="_mf6Kj0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgMedkTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+A" command="_mf0EFkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhwkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+A" command="_mf0EFkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPZETkEeuhcohFiL0HdQ" keySequence="F12" command="_mf0EUkTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgMeeUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" bindingContext="_mf6KvETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgMeekTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q P" command="_mf1SVUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNFfUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+U" command="_mfyOzkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgNFgETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q T" command="_mf1SJETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTmETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+H" command="_mf3HrETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTpETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q J" command="_mf2gn0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhu0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+O" command="_mfxnrkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQI3ETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+G" command="_mf0rRUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv00TkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+H" command="_mf15ikTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW70TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+C" command="_mfy18ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlEUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+R" command="_mf1SSkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMEUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+S" command="_mf1SPkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMFkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+T" command="_mfxn1kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMIETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Q D" command="_mf15L0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMI0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+V" command="_mfyO0UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzI0TkEeuhcohFiL0HdQ" keySequence="CTRL+G" command="_mf15G0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzKkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+I" command="_mf0rVETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzLETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+J" command="_mf1SKUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzMETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+L" command="_mf0EIUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaM0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+M" command="_mf2gi0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaP0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+Z" command="_mf0D8kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoYUTkEeuhcohFiL0HdQ" keySequence="SHIFT+F2" command="_mf2gNETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2dUTkEeuhcohFiL0HdQ" keySequence="F3" command="_mf15QETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2fETkEeuhcohFiL0HdQ" keySequence="F4" command="_mf0ED0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgNFdUTkEeuhcohFiL0HdQ" elementId="com.python.pydev.contexts.window" bindingContext="_mf6KiETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgNFdkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+T" command="_mf15iUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgNFeETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.cViewScope" bindingContext="_mf6KoETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgNFeUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+T" command="_mfy1-0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTl0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+H" command="_mf1SLkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQI20TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+G" command="_mfwZgkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv0kTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+H" command="_mfy100TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv2kTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+I" command="_mf0rT0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlEETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+R" command="_mf2gM0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzIkTkEeuhcohFiL0HdQ" keySequence="CTRL+G" command="_mf3HbUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2c0TkEeuhcohFiL0HdQ" keySequence="F3" command="_mf3HsUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2e0TkEeuhcohFiL0HdQ" keySequence="F4" command="_mf3HO0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgNFgkTkEeuhcohFiL0HdQ" elementId="org.eclipse.tm.terminal.EditContext" bindingContext="_mf6KgETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgNFg0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+V" command="_mfzdJ0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhykTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+C" command="_mf15c0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBV0TkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_UP" command="_mfwZh0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoVUTkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_RIGHT" command="_mf3HMETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoXkTkEeuhcohFiL0HdQ" keySequence="SHIFT+INSERT" command="_mfzdJ0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrs0TkEeuhcohFiL0HdQ" keySequence="CTRL+INSERT" command="_mf15c0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgNFhETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.context.TimelineView" bindingContext="_mf6KpUTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgNFhUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+V" command="_mfy15kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6oETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+K" command="_mf2gfkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6p0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+L" command="_mf1SM0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQIwUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+C" command="_mfxn6UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW8kTkEeuhcohFiL0HdQ" keySequence="CTRL+S" command="_mfy1wUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaQkTkEeuhcohFiL0HdQ" keySequence="CTRL+Y" command="_mfxn50TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaR0TkEeuhcohFiL0HdQ" keySequence="CTRL+Z" command="_mf15mUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBRkTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+X" command="_mfy1-UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ52ETkEeuhcohFiL0HdQ" keySequence="SPACE" command="_mfzdBETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH70TkEeuhcohFiL0HdQ" keySequence="CR" command="_mfxApkTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgNFhkTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.XtendEditorScope" bindingContext="_mf6KmUTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgNFh0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+V" command="_mf0EUETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzMkTkEeuhcohFiL0HdQ" keySequence="CTRL+<" command="_mfy2B0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaNkTkEeuhcohFiL0HdQ" keySequence="CTRL+>" command="_mfzdJETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYEmkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+X J" command="_mfxn2kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5w0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+X P" command="_mf15U0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5xkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+X T" command="_mf2gekTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag2UTkEeuhcohFiL0HdQ" keySequence="ALT+COMMAND+D J" command="_mfzc9kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag5UTkEeuhcohFiL0HdQ" keySequence="COMMAND+<" command="_mfy2B0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag6UTkEeuhcohFiL0HdQ" keySequence="COMMAND+>" command="_mfzdJETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH9ETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+D T" command="_mfy16UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH-ETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+D P" command="_mf2gRUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgNsgUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.propertiesEditorScope" bindingContext="_mf6KwUTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgNsgkTkEeuhcohFiL0HdQ" keySequence="CTRL+7" command="_mf0rMUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6tUTkEeuhcohFiL0HdQ" keySequence="CTRL+/" command="_mf0rMUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgPhx0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+C" command="_mf0rMUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgOTnETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.context.GraphView" bindingContext="_mf6KhUTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgOTnUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+I" command="_mf2gb0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgOTn0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+J" command="_mf15kkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6oUTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+K" command="_mf15R0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgO6qETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+L" command="_mfzdHkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW80TkEeuhcohFiL0HdQ" keySequence="CTRL+S" command="_mfwZtkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaQ0TkEeuhcohFiL0HdQ" keySequence="CTRL+Y" command="_mf3HnkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaSETkEeuhcohFiL0HdQ" keySequence="CTRL+Z" command="_mfxA4UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBR0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+X" command="_mf0EU0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ52UTkEeuhcohFiL0HdQ" keySequence="SPACE" command="_mfxAxkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag3kTkEeuhcohFiL0HdQ" keySequence="P" command="_mfxnykTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgbH8ETkEeuhcohFiL0HdQ" keySequence="CR" command="_mfxAkkTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgO6qkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.editors.task" bindingContext="_mf6KuETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgO6q0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+M" command="_mfwZt0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW7kTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+C" command="_mf0q8UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR-BETkEeuhcohFiL0HdQ" keySequence="CTRL+O" command="_mf3HVETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlDUTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+R" command="_mf0D4kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlG0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+S" command="_mfzc6kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMG0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+U" command="_mf15RUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTzKETkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+I" command="_mfzdNETkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgPhsUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.makefileEditorScope" bindingContext="_mf6Ku0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgPhskTkEeuhcohFiL0HdQ" keySequence="CTRL+/" command="_mf15EETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPd0TkEeuhcohFiL0HdQ" keySequence="F3" command="_mf1SOUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgPht0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" bindingContext="_mf6KvkTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgPhuETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+O" command="_mfxAlUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgQIykTkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.AntEditorScope" bindingContext="_mf6KnETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgQIy0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F" command="_mf2gvETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlCkTkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+R" command="_mfxAt0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgUaN0TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+O" command="_mfwZlkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoX0TkEeuhcohFiL0HdQ" keySequence="SHIFT+F2" command="_mf1SAUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPckTkEeuhcohFiL0HdQ" keySequence="F3" command="_mfwZn0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgQIzkTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.pdeEditorContext" bindingContext="_mf6KqETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgQIz0TkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F" command="_mfxnpkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR-CETkEeuhcohFiL0HdQ" keySequence="CTRL+O" command="_mfxnw0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgQI0UTkEeuhcohFiL0HdQ" elementId="com.boothen.jsonedit.jsonEditorScope" bindingContext="_mf6Km0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgQI0kTkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+F" command="_mfzc_0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR-CkTkEeuhcohFiL0HdQ" keySequence="CTRL+O" command="_mf15IkTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgQI10TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.genericeditor.genericEditorContext" bindingContext="_mf6KrETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgQI2ETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+G" command="_mf2giUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPdETkEeuhcohFiL0HdQ" keySequence="F3" command="_mf2gc0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgQv1UTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.xtext.ui.XtextEditorScope" bindingContext="_mf6KmkTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgQv1kTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+H" command="_mf0rTUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgQv4UTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.memoryview" bindingContext="_mf6KiUTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgQv4kTkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+M" command="_mf0D90TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgQv40TkEeuhcohFiL0HdQ" keySequence="ALT+CTRL+N" command="_mf3HS0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgRW9ETkEeuhcohFiL0HdQ" keySequence="CTRL+T" command="_mfy14ETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR98ETkEeuhcohFiL0HdQ" keySequence="CTRL+W" command="_mf1SHkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR-AUTkEeuhcohFiL0HdQ" keySequence="CTRL+N" command="_mf1SV0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgRW5kTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" bindingContext="_mf6Ki0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgRW50TkEeuhcohFiL0HdQ" keySequence="ALT+SHIFT+B" command="_mf3HkkTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgRW6UTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.debugging" bindingContext="_mf6KrkTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgRW6kTkEeuhcohFiL0HdQ" keySequence="CTRL+R" command="_mf0rGUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoakTkEeuhcohFiL0HdQ" keySequence="F7" command="_mf3HaUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoa0TkEeuhcohFiL0HdQ" keySequence="F8" command="_mf1SDETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2gETkEeuhcohFiL0HdQ" keySequence="F5" command="_mfxAwETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdgUTkEeuhcohFiL0HdQ" keySequence="F6" command="_mf0D50TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYrtETkEeuhcohFiL0HdQ" keySequence="CTRL+F2" command="_mf2gL0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYruETkEeuhcohFiL0HdQ" keySequence="CTRL+F5" command="_mf2gzUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgRW_ETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesView" bindingContext="_mf6KwkTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgRW_UTkEeuhcohFiL0HdQ" keySequence="CTRL+V" command="_mf0rHETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgSlFkTkEeuhcohFiL0HdQ" keySequence="CTRL+C" command="_mfy16kTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPbETkEeuhcohFiL0HdQ" keySequence="F2" command="_mfxn00TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgR9-0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" bindingContext="_mf6Kr0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgR9_ETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+," command="_mf2gdkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgR-AETkEeuhcohFiL0HdQ" keySequence="CTRL+SHIFT+." command="_mf15lkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgTMJETkEeuhcohFiL0HdQ" keySequence="CTRL+G" command="_mf15l0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgR-BUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" bindingContext="_mf6KukTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgR-BkTkEeuhcohFiL0HdQ" keySequence="CTRL+O" command="_mfxAlUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgR-C0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.editor.scope" bindingContext="_mf6KokTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgR-DETkEeuhcohFiL0HdQ" keySequence="CTRL+O" command="_mf1SSUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgWPcETkEeuhcohFiL0HdQ" keySequence="F2" command="_mfzc0kTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgSlF0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.ReflogView" bindingContext="_mf6Ks0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgSlGETkEeuhcohFiL0HdQ" keySequence="CTRL+C" command="_mfxny0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgTMJkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.context" bindingContext="_mf6KsETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgTzIETkEeuhcohFiL0HdQ" keySequence="CTRL+G" command="_mf3Hd0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgXdg0TkEeuhcohFiL0HdQ" keySequence="HOME" command="_mfy130TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgUaRETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.console" bindingContext="_mf6KpETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgUaRUTkEeuhcohFiL0HdQ" keySequence="CTRL+Z" command="_mf3HV0TkEeuhcohFiL0HdQ">
|
|
<tags>platform:win32</tags>
|
|
</bindings>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgVBU0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.debugging" bindingContext="_mf6KskTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgVBVETkEeuhcohFiL0HdQ" keySequence="SHIFT+F7" command="_mf1SOETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVBWUTkEeuhcohFiL0HdQ" keySequence="SHIFT+F8" command="_mf15k0TkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoY0TkEeuhcohFiL0HdQ" keySequence="SHIFT+F5" command="_mf0D6UTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoZETkEeuhcohFiL0HdQ" keySequence="SHIFT+F6" command="_mfxAsUTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgYruUTkEeuhcohFiL0HdQ" keySequence="CTRL+F5" command="_mf2gyUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgVoUUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.macroExpansionHoverScope" bindingContext="_mf6KqkTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgVoUkTkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_LEFT" command="_mf15OkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgVoVETkEeuhcohFiL0HdQ" keySequence="ALT+ARROW_RIGHT" command="_mf15WETkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgW2dETkEeuhcohFiL0HdQ" keySequence="F3" command="_mf3HsUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgWPakTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" bindingContext="_mf6KuUTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgWPa0TkEeuhcohFiL0HdQ" keySequence="F1" command="_mfwZm0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgW2cUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.asmEditorScope" bindingContext="_mf6Kq0TkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgW2ckTkEeuhcohFiL0HdQ" keySequence="F3" command="_mf3HsUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgW2fkTkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.contexts.taskview" bindingContext="_mf6KvUTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgW2f0TkEeuhcohFiL0HdQ" keySequence="F5" command="_mf2guETkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgZSxkTkEeuhcohFiL0HdQ" elementId="org.eclipse.tm.terminal.TerminalContext" bindingContext="_mf6KtETkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgZSx0TkEeuhcohFiL0HdQ" keySequence="ALT+Y" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5zETkEeuhcohFiL0HdQ" keySequence="ALT+A" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5zUTkEeuhcohFiL0HdQ" keySequence="ALT+B" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ5z0TkEeuhcohFiL0HdQ" keySequence="ALT+C" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ50ETkEeuhcohFiL0HdQ" keySequence="ALT+D" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ50UTkEeuhcohFiL0HdQ" keySequence="ALT+E" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ50kTkEeuhcohFiL0HdQ" keySequence="ALT+F" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ51UTkEeuhcohFiL0HdQ" keySequence="ALT+G" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ51kTkEeuhcohFiL0HdQ" keySequence="ALT+P" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgZ520TkEeuhcohFiL0HdQ" keySequence="ALT+R" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag0UTkEeuhcohFiL0HdQ" keySequence="ALT+S" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag0kTkEeuhcohFiL0HdQ" keySequence="ALT+T" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag1UTkEeuhcohFiL0HdQ" keySequence="ALT+V" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag10TkEeuhcohFiL0HdQ" keySequence="ALT+W" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag2ETkEeuhcohFiL0HdQ" keySequence="ALT+H" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag3ETkEeuhcohFiL0HdQ" keySequence="ALT+L" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag3UTkEeuhcohFiL0HdQ" keySequence="ALT+N" command="_mf0rJkTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgag2kTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.context.ViewportView" bindingContext="_mf6KtUTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgag20TkEeuhcohFiL0HdQ" keySequence="ESC" command="_mf1SCUTkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgag40TkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.l10n.ui.NLSEditorScope" bindingContext="_mf6KrUTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgag5ETkEeuhcohFiL0HdQ" keySequence="COMMAND+<" command="_mf0rSkTkEeuhcohFiL0HdQ"/>
|
|
<bindings xmi:id="_mgag6ETkEeuhcohFiL0HdQ" keySequence="COMMAND+>" command="_mf0EPETkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_mgbH6ETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.BreakpointView" bindingContext="_mf6KgUTkEeuhcohFiL0HdQ">
|
|
<bindings xmi:id="_mgbH6UTkEeuhcohFiL0HdQ" keySequence="ALT+CR" command="_mf0rA0TkEeuhcohFiL0HdQ"/>
|
|
</bindingTables>
|
|
<bindingTables xmi:id="_nAXzQUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.actionSet.presentation" bindingContext="_nAXzQETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAYaUUTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.breakpointActionSet" bindingContext="_nAYaUETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAYaU0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.debugActionSet" bindingContext="_nAYaUkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAYaVUTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.launchActionSet" bindingContext="_nAYaVETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAYaV0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.profileActionSet" bindingContext="_nAYaVkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAYaWUTkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.CoverageActionSet" bindingContext="_nAYaWETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAYaW0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.gitaction" bindingContext="_nAYaWkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAZBYUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.navigation" bindingContext="_nAZBYETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAZBY0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.SearchActionSet" bindingContext="_nAZBYkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAZBZUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.JDTDebugActionSet" bindingContext="_nAZBZETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAZBZ0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.junit.JUnitActionSet" bindingContext="_nAZBZkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAZBaUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.text.java.actionSet.presentation" bindingContext="_nAZBaETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAZocUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" bindingContext="_nAZocETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAZoc0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavaActionSet" bindingContext="_nAZockTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAZodUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.A_OpenActionSet" bindingContext="_nAZodETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAZod0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.CodingActionSet" bindingContext="_nAZodkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAaPgUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.SearchActionSet" bindingContext="_nAaPgETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAaPg0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.actionSet" bindingContext="_nAaPgkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAaPhUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.java.actionSet" bindingContext="_nAaPhETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAaPh0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.java.actionSet.browsing" bindingContext="_nAaPhkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAaPiUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.doc.actionSet" bindingContext="_nAaPiETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAaPi0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.navigation" bindingContext="_nAaPikTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAaPjUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.navigation.additions" bindingContext="_nAaPjETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAa2kUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.cheatsheets.actionSet" bindingContext="_nAa2kETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAa2k0TkEeuhcohFiL0HdQ" elementId="org.eclipse.search.searchActionSet" bindingContext="_nAa2kkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAa2lUTkEeuhcohFiL0HdQ" elementId="org.eclipse.team.ui.actionSet" bindingContext="_nAa2lETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAa2l0TkEeuhcohFiL0HdQ" elementId="org.eclipse.text.quicksearch.actionSet" bindingContext="_nAa2lkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAa2mUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.actionSet.annotationNavigation" bindingContext="_nAa2mETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAa2m0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.actionSet.navigation" bindingContext="_nAa2mkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAbdoUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo" bindingContext="_nAbdoETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAbdo0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.externaltools.ExternalToolsSet" bindingContext="_nAbdokTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAbdpUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.NavigateActionSet" bindingContext="_nAbdpETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAbdp0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.actionSet.keyBindings" bindingContext="_nAbdpkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAbdqUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.WorkingSetModificationActionSet" bindingContext="_nAbdqETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAbdq0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.WorkingSetActionSet" bindingContext="_nAbdqkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAcEsUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.actionSet.openFiles" bindingContext="_nAcEsETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAcEs0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.actionSet.presentation" bindingContext="_nAcEskTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAcEtUTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.SearchActionSet" bindingContext="_nAcEtETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAcEt0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.ui.actionset" bindingContext="_nAcEtkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAcEuUTkEeuhcohFiL0HdQ" elementId="com.python.pydev.debug.actionSet" bindingContext="_nAcEuETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAcrwUTkEeuhcohFiL0HdQ" elementId="com.python.pydev.navigate.actionSet" bindingContext="_nAcrwETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAcrw0TkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.debugActionSet" bindingContext="_nAcrwkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAcrxUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.exceptionBreakpoints" bindingContext="_nAcrxETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAcrx0TkEeuhcohFiL0HdQ" elementId="org.python.pydev.pyPropertyTrace" bindingContext="_nAcrxkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAcryUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.debugActionSet" bindingContext="_nAcryETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAcry0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.reverseDebuggingActionSet" bindingContext="_nAcrykTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAdS0UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.tracepointActionSet" bindingContext="_nAdS0ETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAdS00TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.debugViewLayoutActionSet" bindingContext="_nAdS0kTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAdS1UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.debug.ui.updateModes" bindingContext="_nAdS1ETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAdS10TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.updateActionSet" bindingContext="_nAdS1kTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAd54UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.makeTargetActionSet" bindingContext="_nAd54ETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAd540TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.CodingActionSet" bindingContext="_nAd54kTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAd55UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.SearchActionSet" bindingContext="_nAd55ETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAd550TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.NavigationActionSet" bindingContext="_nAd55kTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAd56UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.OpenActionSet" bindingContext="_nAd56ETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAeg8UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.buildConfigActionSet" bindingContext="_nAeg8ETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAeg80TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.CElementCreationActionSet" bindingContext="_nAeg8kTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAeg9UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.text.c.actionSet.presentation" bindingContext="_nAeg9ETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAeg90TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation" bindingContext="_nAeg9kTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAeg-UTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet" bindingContext="_nAeg-ETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAfIAUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.JavaActionSet" bindingContext="_nAfIAETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAfIA0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.A_OpenActionSet" bindingContext="_nAfIAkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAfIBUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.CodingActionSet" bindingContext="_nAfIBETkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_nAfIB0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.SearchActionSet" bindingContext="_nAfIBkTkEeuhcohFiL0HdQ"/>
|
|
<bindingTables xmi:id="_dnZEIUnmEeuTBKzOQj8NhQ" elementId="org.eclipse.jdt.junit.launchconfig.internal.org.eclipse.debug.ui.DebugPerspective" bindingContext="_dnZEIEnmEeuTBKzOQj8NhQ"/>
|
|
<bindingTables xmi:id="_xO0VsUnxEeuTBKzOQj8NhQ" elementId="org.eclipse.jdt.launching.localJavaApplication.internal.org.eclipse.debug.ui.DebugPerspective" bindingContext="_xO0VsEnxEeuTBKzOQj8NhQ"/>
|
|
<rootContext xmi:id="_mfTGikTkEeuhcohFiL0HdQ" 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="_mfTGi0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.contexts.window" contributorURI="platform:/plugin/org.eclipse.platform" name="In Windows" description="A window is open">
|
|
<children xmi:id="_mfTGjETkEeuhcohFiL0HdQ" elementId="org.eclipse.e4.ui.contexts.views" contributorURI="platform:/plugin/org.eclipse.platform" name="%bindingcontext.name.bindingView"/>
|
|
<children xmi:id="_mf6KgETkEeuhcohFiL0HdQ" elementId="org.eclipse.tm.terminal.EditContext" name="Terminal Control in Focus" description="Show modified keyboard shortcuts in context menu"/>
|
|
<children xmi:id="_mf6KgUTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.BreakpointView" name="In Breakpoints View" description="The breakpoints view context"/>
|
|
<children xmi:id="_mf6KgkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.textEditorScope" name="Editing Text" description="Editing Text Context">
|
|
<children xmi:id="_mf6Kg0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" name="Editing JavaScript Source" description="Editing JavaScript Source Context">
|
|
<children xmi:id="_mf6KvETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" name="JavaScript View" description="JavaScript View Context"/>
|
|
</children>
|
|
<children xmi:id="_mf6KhETkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.java.editorScope" name="WindowBuilder Java scope"/>
|
|
<children xmi:id="_mf6KikTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.classFileEditorScope" name="Browsing attached Java Source" description="Browsing attached Java Source Context"/>
|
|
<children xmi:id="_mf6KjETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.javaEditorScope" name="Editing Java Source" description="Editing Java Source Context"/>
|
|
<children xmi:id="_mf6KjkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors">
|
|
<children xmi:id="_mf6Kj0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.xml.editorScope" name="WindowBuilder XML scope"/>
|
|
<children xmi:id="_mf6KkETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.cleanup" name="XML Source Cleanup" description="XML Source Cleanup"/>
|
|
<children xmi:id="_mf6KkUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.comments" name="Source Comments in Structured Text Editors" description="Source Comments in Structured Text Editors"/>
|
|
<children xmi:id="_mf6KkkTkEeuhcohFiL0HdQ" elementId="org.eclipse.core.runtime.xml" name="Editing XML Source" description="Editing XML Source"/>
|
|
<children xmi:id="_mf6Kk0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.occurrences" name="XML Source Occurrences" description="XML Source Occurrences"/>
|
|
<children xmi:id="_mf6KlETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.grammar" name="XML Source Grammar" description="XML Source Grammar"/>
|
|
<children xmi:id="_mf6KlUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.comments" name="XML Source Comments" description="XML Source Comments"/>
|
|
<children xmi:id="_mf6Kl0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.expand" name="XML Source Expand/Collapse" description="XML Source Expand/Collapse"/>
|
|
<children xmi:id="_mf6KnUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.hideFormat" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors"/>
|
|
<children xmi:id="_mf6KnkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.selection" name="XML Source Selection" description="XML Source Selection"/>
|
|
<children xmi:id="_mf6KpkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.navigation" name="XML Source Navigation" description="XML Source Navigation"/>
|
|
<children xmi:id="_mf6KwETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.dependencies" name="XML Source Dependencies" description="XML Source Dependencies"/>
|
|
</children>
|
|
<children xmi:id="_mf6KmETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.XtextEditorScope" name="Editing Xtext Source" description="Editing Xtext Source Context">
|
|
<children xmi:id="_mf6KmUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.XtendEditorScope" name="Editing Xtend Source" description="Editing Xtend Source Context"/>
|
|
<children xmi:id="_mf6KmkTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.xtext.ui.XtextEditorScope" name="Editing Xtext Grammar" description="Editing Xtext Grammar Context"/>
|
|
<children xmi:id="_mf6KrUTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.l10n.ui.NLSEditorScope" name="NLS Editor Context"/>
|
|
</children>
|
|
<children xmi:id="_mf6Km0TkEeuhcohFiL0HdQ" elementId="com.boothen.jsonedit.jsonEditorScope" name="JSON editor"/>
|
|
<children xmi:id="_mf6KnETkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.AntEditorScope" name="Editing Ant Buildfiles" description="Editing Ant Buildfiles Context"/>
|
|
<children xmi:id="_mf6KokTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.editor.scope" name="Autoconf Editor" description="Editor for Autoconf Configuration Source Files"/>
|
|
<children xmi:id="_mf6Kp0TkEeuhcohFiL0HdQ" elementId="org.python.pydev.ui.editor.scope" name="PyDev editor scope" description="PyDev commands"/>
|
|
<children xmi:id="_mf6KqETkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.pdeEditorContext" name="PDE editor" description="The context used by PDE editors"/>
|
|
<children xmi:id="_mf6Kq0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.asmEditorScope" name="Assembly Editor" description="Editor for Assembly Source Files"/>
|
|
<children xmi:id="_mf6KrETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.genericeditor.genericEditorContext" name="in Generic Code Editor" description="When editing in the Generic Code Editor"/>
|
|
<children xmi:id="_mf6KtkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xsd.ui.text.editor.context" name="Editing XSD context"/>
|
|
<children xmi:id="_mf6KuETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.editors.task" name="In Tasks Editor"/>
|
|
<children xmi:id="_mf6KuUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context">
|
|
<children xmi:id="_mf6KukTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context"/>
|
|
<children xmi:id="_mf6KvkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" name="Task Markup Editor Source Context"/>
|
|
</children>
|
|
<children xmi:id="_mf6Ku0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.makefileEditorScope" name="Makefile Editor" description="Editor for makefiles"/>
|
|
<children xmi:id="_mf6Kv0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.cEditorScope" name="C/C++ Editor" description="Editor for C/C++ Source Files"/>
|
|
<children xmi:id="_mf6KwUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.propertiesEditorScope" name="Editing Properties Files" description="Editing Properties Files Context"/>
|
|
</children>
|
|
<children xmi:id="_mf6KhUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.context.GraphView" name="in Graph View"/>
|
|
<children xmi:id="_mf6KhkTkEeuhcohFiL0HdQ" elementId="org.eclipse.compare.compareEditorScope" name="Comparing in an Editor" description="Comparing in an Editor"/>
|
|
<children xmi:id="_mf6KiETkEeuhcohFiL0HdQ" elementId="com.python.pydev.contexts.window" name="PyDev view" description="PyDev view (PyUnit, PyOutline, etc)."/>
|
|
<children xmi:id="_mf6KiUTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.memoryview" name="In Memory View" description="In memory view"/>
|
|
<children xmi:id="_mf6KjUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.context.InSynthPerspective" name="In Synthclipse Perspective"/>
|
|
<children xmi:id="_mf6KoETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.cViewScope" name="In C/C++ Views" description="In C/C++ Views"/>
|
|
<children xmi:id="_mf6KpETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.console" name="In I/O Console" description="In I/O console"/>
|
|
<children xmi:id="_mf6KpUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.context.TimelineView" name="in Timeline View"/>
|
|
<children xmi:id="_mf6KqUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.console.ConsoleView" name="In Console View" description="In Console View"/>
|
|
<children xmi:id="_mf6KrkTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.debugging" name="Debugging" description="Debugging programs">
|
|
<children xmi:id="_mf6Kr0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" name="In Table Memory Rendering" description="In Table Memory Rendering"/>
|
|
<children xmi:id="_mf6KsETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.context" name="In Disassembly" description="When debugging in assembly mode"/>
|
|
<children xmi:id="_mf6KsUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.debugging" name="Debugging Java" description="Debugging Java programs"/>
|
|
<children xmi:id="_mf6KskTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.debugging" name="Debugging C/C++" description="Debugging C/C++ Programs"/>
|
|
</children>
|
|
<children xmi:id="_mf6Ks0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.ReflogView" name="In Git Reflog View"/>
|
|
<children xmi:id="_mf6KtETkEeuhcohFiL0HdQ" 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="_mf6KtUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.context.ViewportView" name="in Viewport View"/>
|
|
<children xmi:id="_mf6Kt0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" name="In Tasks View"/>
|
|
<children xmi:id="_mf6KvUTkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.contexts.taskview" name="In Gradle Tasks View" description="This context is activated when the Gradle Tasks view is in focus"/>
|
|
<children xmi:id="_mf6KwkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesView" name="In Git Repositories View"/>
|
|
</children>
|
|
<children xmi:id="_mfTGjUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.contexts.dialog" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs" description="A dialog is open"/>
|
|
<children xmi:id="_mf6Kn0TkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.embeddedTextEditorScope" name="Embedded Xtext Editor context" description="Embedded Xtext Editor is active"/>
|
|
<children xmi:id="_mf6KqkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.macroExpansionHoverScope" name="In Macro Expansion Hover" description="In Macro Expansion Hover"/>
|
|
</rootContext>
|
|
<rootContext xmi:id="_mf6Kh0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.contexts.workbenchMenu" name="Workbench Menu" description="When no Workbench windows are active"/>
|
|
<rootContext xmi:id="_mf6Ki0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" name="Editor Breadcrumb Navigation" description="Editor Breadcrumb Navigation Context"/>
|
|
<rootContext xmi:id="_mf6KlkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xsd.ui.editor.sourceView" name="XSD Editor Source View" description="XSD Editor Source View"/>
|
|
<rootContext xmi:id="_mf6KoUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xsd.ui.editor.designView" name="XSD Editor Design View" description="XSD Editor Design View"/>
|
|
<rootContext xmi:id="_mf6Ko0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.contexts.actionSet" name="Action Set" description="Parent context for action sets"/>
|
|
<rootContext xmi:id="_nAXzQETkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.actionSet.presentation" name="Auto::org.eclipse.ant.ui.actionSet.presentation"/>
|
|
<rootContext xmi:id="_nAYaUETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.breakpointActionSet" name="Auto::org.eclipse.debug.ui.breakpointActionSet"/>
|
|
<rootContext xmi:id="_nAYaUkTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.debugActionSet" name="Auto::org.eclipse.debug.ui.debugActionSet"/>
|
|
<rootContext xmi:id="_nAYaVETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.launchActionSet" name="Auto::org.eclipse.debug.ui.launchActionSet"/>
|
|
<rootContext xmi:id="_nAYaVkTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.profileActionSet" name="Auto::org.eclipse.debug.ui.profileActionSet"/>
|
|
<rootContext xmi:id="_nAYaWETkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.CoverageActionSet" name="Auto::org.eclipse.eclemma.ui.CoverageActionSet"/>
|
|
<rootContext xmi:id="_nAYaWkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.gitaction" name="Auto::org.eclipse.egit.ui.gitaction"/>
|
|
<rootContext xmi:id="_nAZBYETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.navigation" name="Auto::org.eclipse.egit.ui.navigation"/>
|
|
<rootContext xmi:id="_nAZBYkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.SearchActionSet" name="Auto::org.eclipse.egit.ui.SearchActionSet"/>
|
|
<rootContext xmi:id="_nAZBZETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.JDTDebugActionSet" name="Auto::org.eclipse.jdt.debug.ui.JDTDebugActionSet"/>
|
|
<rootContext xmi:id="_nAZBZkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.junit.JUnitActionSet" name="Auto::org.eclipse.jdt.junit.JUnitActionSet"/>
|
|
<rootContext xmi:id="_nAZBaETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.jdt.ui.text.java.actionSet.presentation"/>
|
|
<rootContext xmi:id="_nAZocETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.jdt.ui.JavaElementCreationActionSet"/>
|
|
<rootContext xmi:id="_nAZockTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavaActionSet" name="Auto::org.eclipse.jdt.ui.JavaActionSet"/>
|
|
<rootContext xmi:id="_nAZodETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.A_OpenActionSet" name="Auto::org.eclipse.jdt.ui.A_OpenActionSet"/>
|
|
<rootContext xmi:id="_nAZodkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.CodingActionSet" name="Auto::org.eclipse.jdt.ui.CodingActionSet"/>
|
|
<rootContext xmi:id="_nAaPgETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.SearchActionSet" name="Auto::org.eclipse.jdt.ui.SearchActionSet"/>
|
|
<rootContext xmi:id="_nAaPgkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.actionSet" name="Auto::org.eclipse.mylyn.context.ui.actionSet"/>
|
|
<rootContext xmi:id="_nAaPhETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.java.actionSet" name="Auto::org.eclipse.mylyn.java.actionSet"/>
|
|
<rootContext xmi:id="_nAaPhkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.java.actionSet.browsing" name="Auto::org.eclipse.mylyn.java.actionSet.browsing"/>
|
|
<rootContext xmi:id="_nAaPiETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.doc.actionSet" name="Auto::org.eclipse.mylyn.doc.actionSet"/>
|
|
<rootContext xmi:id="_nAaPikTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.navigation" name="Auto::org.eclipse.mylyn.tasks.ui.navigation"/>
|
|
<rootContext xmi:id="_nAaPjETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.navigation.additions" name="Auto::org.eclipse.mylyn.tasks.ui.navigation.additions"/>
|
|
<rootContext xmi:id="_nAa2kETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.cheatsheets.actionSet" name="Auto::org.eclipse.ui.cheatsheets.actionSet"/>
|
|
<rootContext xmi:id="_nAa2kkTkEeuhcohFiL0HdQ" elementId="org.eclipse.search.searchActionSet" name="Auto::org.eclipse.search.searchActionSet"/>
|
|
<rootContext xmi:id="_nAa2lETkEeuhcohFiL0HdQ" elementId="org.eclipse.team.ui.actionSet" name="Auto::org.eclipse.team.ui.actionSet"/>
|
|
<rootContext xmi:id="_nAa2lkTkEeuhcohFiL0HdQ" elementId="org.eclipse.text.quicksearch.actionSet" name="Auto::org.eclipse.text.quicksearch.actionSet"/>
|
|
<rootContext xmi:id="_nAa2mETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.actionSet.annotationNavigation" name="Auto::org.eclipse.ui.edit.text.actionSet.annotationNavigation"/>
|
|
<rootContext xmi:id="_nAa2mkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.actionSet.navigation" name="Auto::org.eclipse.ui.edit.text.actionSet.navigation"/>
|
|
<rootContext xmi:id="_nAbdoETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo" name="Auto::org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/>
|
|
<rootContext xmi:id="_nAbdokTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.externaltools.ExternalToolsSet" name="Auto::org.eclipse.ui.externaltools.ExternalToolsSet"/>
|
|
<rootContext xmi:id="_nAbdpETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.NavigateActionSet" name="Auto::org.eclipse.ui.NavigateActionSet"/>
|
|
<rootContext xmi:id="_nAbdpkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.actionSet.keyBindings" name="Auto::org.eclipse.ui.actionSet.keyBindings"/>
|
|
<rootContext xmi:id="_nAbdqETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.WorkingSetModificationActionSet" name="Auto::org.eclipse.ui.WorkingSetModificationActionSet"/>
|
|
<rootContext xmi:id="_nAbdqkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.WorkingSetActionSet" name="Auto::org.eclipse.ui.WorkingSetActionSet"/>
|
|
<rootContext xmi:id="_nAcEsETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.actionSet.openFiles" name="Auto::org.eclipse.ui.actionSet.openFiles"/>
|
|
<rootContext xmi:id="_nAcEskTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.actionSet.presentation" name="Auto::org.eclipse.ui.edit.text.actionSet.presentation"/>
|
|
<rootContext xmi:id="_nAcEtETkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.SearchActionSet" name="Auto::org.eclipse.pde.ui.SearchActionSet"/>
|
|
<rootContext xmi:id="_nAcEtkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.ui.actionset" name="Auto::org.eclipse.wb.core.ui.actionset"/>
|
|
<rootContext xmi:id="_nAcEuETkEeuhcohFiL0HdQ" elementId="com.python.pydev.debug.actionSet" name="Auto::com.python.pydev.debug.actionSet"/>
|
|
<rootContext xmi:id="_nAcrwETkEeuhcohFiL0HdQ" elementId="com.python.pydev.navigate.actionSet" name="Auto::com.python.pydev.navigate.actionSet"/>
|
|
<rootContext xmi:id="_nAcrwkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.debugActionSet" name="Auto::org.python.pydev.debug.debugActionSet"/>
|
|
<rootContext xmi:id="_nAcrxETkEeuhcohFiL0HdQ" elementId="org.python.pydev.exceptionBreakpoints" name="Auto::org.python.pydev.exceptionBreakpoints"/>
|
|
<rootContext xmi:id="_nAcrxkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.pyPropertyTrace" name="Auto::org.python.pydev.pyPropertyTrace"/>
|
|
<rootContext xmi:id="_nAcryETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.debugActionSet" name="Auto::org.eclipse.cdt.debug.ui.debugActionSet"/>
|
|
<rootContext xmi:id="_nAcrykTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.reverseDebuggingActionSet" name="Auto::org.eclipse.cdt.debug.ui.reverseDebuggingActionSet"/>
|
|
<rootContext xmi:id="_nAdS0ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.tracepointActionSet" name="Auto::org.eclipse.cdt.debug.ui.tracepointActionSet"/>
|
|
<rootContext xmi:id="_nAdS0kTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.debugViewLayoutActionSet" name="Auto::org.eclipse.cdt.debug.ui.debugViewLayoutActionSet"/>
|
|
<rootContext xmi:id="_nAdS1ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.debug.ui.updateModes" name="Auto::org.eclipse.cdt.dsf.debug.ui.updateModes"/>
|
|
<rootContext xmi:id="_nAdS1kTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.updateActionSet" name="Auto::org.eclipse.cdt.make.ui.updateActionSet"/>
|
|
<rootContext xmi:id="_nAd54ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.makeTargetActionSet" name="Auto::org.eclipse.cdt.make.ui.makeTargetActionSet"/>
|
|
<rootContext xmi:id="_nAd54kTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.CodingActionSet" name="Auto::org.eclipse.cdt.ui.CodingActionSet"/>
|
|
<rootContext xmi:id="_nAd55ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.SearchActionSet" name="Auto::org.eclipse.cdt.ui.SearchActionSet"/>
|
|
<rootContext xmi:id="_nAd55kTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.NavigationActionSet" name="Auto::org.eclipse.cdt.ui.NavigationActionSet"/>
|
|
<rootContext xmi:id="_nAd56ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.OpenActionSet" name="Auto::org.eclipse.cdt.ui.OpenActionSet"/>
|
|
<rootContext xmi:id="_nAeg8ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.buildConfigActionSet" name="Auto::org.eclipse.cdt.ui.buildConfigActionSet"/>
|
|
<rootContext xmi:id="_nAeg8kTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.CElementCreationActionSet" name="Auto::org.eclipse.cdt.ui.CElementCreationActionSet"/>
|
|
<rootContext xmi:id="_nAeg9ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.text.c.actionSet.presentation" name="Auto::org.eclipse.cdt.ui.text.c.actionSet.presentation"/>
|
|
<rootContext xmi:id="_nAeg9kTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation"/>
|
|
<rootContext xmi:id="_nAeg-ETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet"/>
|
|
<rootContext xmi:id="_nAfIAETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.JavaActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaActionSet"/>
|
|
<rootContext xmi:id="_nAfIAkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.A_OpenActionSet" name="Auto::org.eclipse.wst.jsdt.ui.A_OpenActionSet"/>
|
|
<rootContext xmi:id="_nAfIBETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.CodingActionSet" name="Auto::org.eclipse.wst.jsdt.ui.CodingActionSet"/>
|
|
<rootContext xmi:id="_nAfIBkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.SearchActionSet" name="Auto::org.eclipse.wst.jsdt.ui.SearchActionSet"/>
|
|
<rootContext xmi:id="_dnZEIEnmEeuTBKzOQj8NhQ" elementId="org.eclipse.jdt.junit.launchconfig.internal.org.eclipse.debug.ui.DebugPerspective" name="Auto::org.eclipse.jdt.junit.launchconfig.internal.org.eclipse.debug.ui.DebugPerspective"/>
|
|
<rootContext xmi:id="_xO0VsEnxEeuTBKzOQj8NhQ" elementId="org.eclipse.jdt.launching.localJavaApplication.internal.org.eclipse.debug.ui.DebugPerspective" name="Auto::org.eclipse.jdt.launching.localJavaApplication.internal.org.eclipse.debug.ui.DebugPerspective"/>
|
|
<descriptors xmi:id="_mjm-wETkEeuhcohFiL0HdQ" 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>
|
|
<tags>removeOnHide</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mx8VsETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ant.internal.ui.views.AntView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ant.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Ant</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mx9j0ETkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.views.taskview" label="Gradle Tasks" iconURI="platform:/plugin/org.eclipse.buildship.ui/icons/full/eview16/tasks_view.png" tooltip="" category="Gradle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.buildship.ui.internal.view.task.TaskView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.buildship.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Gradle</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mx-K4ETkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.views.executionview" label="Gradle Executions" iconURI="platform:/plugin/org.eclipse.buildship.ui/icons/full/eview16/executions_view.png" tooltip="" category="Gradle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.buildship.ui.internal.view.execution.ExecutionsView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.buildship.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Gradle</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mx-K4UTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.launch.LaunchView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myAnIETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.breakpoints.BreakpointsView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myBOMETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.variables.VariablesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myB1QETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.expression.ExpressionView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myCcUETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.registers.RegistersView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myDDYETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.modules.ModulesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myDDYUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.memory.MemoryView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myDqcETkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.CoverageView" label="Coverage" iconURI="platform:/plugin/org.eclipse.eclemma.ui/icons/full/eview16/coverage.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.eclemma.internal.ui.coverageview.CoverageView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.eclemma.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myERgETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesView" label="Git Repositories" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.repository.RepositoriesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Git</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myERgUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.staging.StagingView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Git</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myERgkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.InteractiveRebaseView" label="Git Interactive Rebase" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/rebase_interactive.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.rebase.RebaseInteractiveView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Git</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myE4kETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.CompareTreeView" label="Git Tree Compare" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/obj16/gitrepository.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.dialogs.CompareTreeView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Git</tags>
|
|
<tags>NoRestore</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myE4kUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.ReflogView" label="Git Reflog" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/reflog.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.reflog.ReflogView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Git</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myE4kkTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.gef.ui.views.palette.PaletteView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.gef"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myFfoETkEeuhcohFiL0HdQ" elementId="org.eclipse.help.ui.HelpView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.png" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.help.ui.internal.views.HelpView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.help.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Help</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myGGsETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.DisplayView" label="Debug Shell" iconURI="platform:/plugin/org.eclipse.jdt.debug.ui/icons/full/etool16/disp_sbook.png" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.debug.ui.display.DisplayView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.debug.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myGtwETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.junit.ResultView" label="JUnit" iconURI="platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.junit"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myGtwUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myH74ETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myIi8ETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.ProjectsView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java Browsing</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myIi8UTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.PackagesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java Browsing</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myIi8kTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.TypesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java Browsing</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myJKAETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.MembersView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java Browsing</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myJKAUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myJKAkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.texteditor.TemplatesView" label="Templates" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/templates.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.texteditor.templates.TemplatesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myJxEETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.SourceView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myJxEUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.JavadocView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Java</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myKYIETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.navigator.builds" label="Builds" iconURI="platform:/plugin/org.eclipse.mylyn.builds.ui/icons/eview16/build-view.png" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.builds.ui.view.BuildsView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.builds.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Mylyn</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myK_METkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.commons.repositories.ui.RepositoriesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.commons.repositories.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Mylyn</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myK_MUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskListView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Mylyn</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myLmQETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskRepositoriesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Mylyn</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myLmQUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.oomph.p2.internal.ui.RepositoryExplorer"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.oomph.p2.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Oomph</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myLmQkTkEeuhcohFiL0HdQ" elementId="org.eclipse.search.SearchResultView" label="Classic Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.search.internal.ui.SearchResultView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myMNUETkEeuhcohFiL0HdQ" elementId="org.eclipse.search.ui.views.SearchView" label="Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.search2.internal.ui.SearchView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myMNUUTkEeuhcohFiL0HdQ" elementId="org.eclipse.team.sync.views.SynchronizeView" label="Synchronize" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/synch_synch.png" tooltip="" allowMultiple="true" category="Team" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.synchronize.SynchronizeView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Team</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myM0YETkEeuhcohFiL0HdQ" elementId="org.eclipse.team.ui.GenericHistoryView" label="History" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/history_view.png" tooltip="" allowMultiple="true" category="Team" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.history.GenericHistoryView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Team</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myM0YUTkEeuhcohFiL0HdQ" elementId="org.eclipse.tips.ide.tipPart" label="Tip of the Day" iconURI="platform:/plugin/org.eclipse.tips.ui/icons/lightbulb.png" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.tips.ide/org.eclipse.tips.ide.internal.TipPart">
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Help</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myNbcETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.ViewIntroAdapterPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myOCgETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.browser.view" label="Internal Web Browser" iconURI="platform:/plugin/org.eclipse.ui.browser/icons/obj16/internal_browser.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.browser.WebBrowserView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.browser"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myOCgUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.png" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.cheatsheets.views.CheatSheetView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.cheatsheets"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Help</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myOpkETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.console.ConsoleView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.console"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myPQoETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.progress.ProgressView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myPQoUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.ResourceNavigator" label="Navigator (Deprecated)" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.navigator.ResourceNavigator"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myP3sETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.BookmarksView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myP3sUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.TasksView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myRF0ETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.ProblemsView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myRs4ETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.AllMarkersView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myRs4UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigator.ProjectExplorer" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.navigator.resources.ProjectExplorer"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.navigator.resources"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myST8ETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.properties.PropertySheet"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myST8UTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.contentoutline.ContentOutline"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myST8kTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.runtime.LogView" label="Error Log" iconURI="platform:/plugin/org.eclipse.ui.views.log/icons/eview16/error_log.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.log.LogView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views.log"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myS7AETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.minimap.MinimapView" label="Minimap" iconURI="platform:/plugin/org.eclipse.ui.workbench.texteditor/icons/full/eview16/minimap.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.minimap.MinimapView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.workbench.texteditor"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myTiEETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.common.snippets.internal.ui.SnippetsView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.common.snippets"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:General</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myTiEUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.ui.internal.views.annotations.XMLAnnotationsView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:XML</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myUJIETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.ui.internal.views.contentmodel.ContentModelView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:XML</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myUJIUTkEeuhcohFiL0HdQ" 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.png" tooltip="" category="API Tools" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.api.tools.ui.internal.views.APIToolingView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.api.tools.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:API Tools</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myUwMETkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.runtime.RegistryBrowser" label="Plug-in Registry" iconURI="platform:/plugin/org.eclipse.pde.runtime/icons/eview16/registry.png" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.runtime.registry.RegistryBrowser"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.runtime"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Plug-in Development</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myVXQETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.plugins.PluginsView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Plug-in Development</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myVXQUTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.FeaturesView" label="Features" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/feature_obj.png" tooltip="" category="Plug-in Development" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.features.FeaturesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Plug-in Development</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myV-UETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.dependencies.DependenciesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Plug-in Development</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myV-UUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.target.TargetStateView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Plug-in Development</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myV-UkTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.pde.internal.ui.views.imagebrowser.ImageBrowserView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.pde.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Plug-in Development</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myV-U0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.StructureView" label="Structure" iconURI="platform:/plugin/org.eclipse.wb.core/icons/structure/properties_view.gif" tooltip="" category="WindowBuilder" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wb.internal.core.views.StructureView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wb.core"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:WindowBuilder</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myWlYETkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.PaletteView" label="Palette" iconURI="platform:/plugin/org.eclipse.wb.core/icons/structure/palette.png" tooltip="" category="WindowBuilder" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wb.internal.core.views.PaletteView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wb.core"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:WindowBuilder</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myWlYUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.navigator.view" label="PyDev Package Explorer" iconURI="platform:/plugin/org.python.pydev.shared_ui/icons/pydev_package_explorer.gif" tooltip="" category="PyDev" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.python.pydev.navigator.ui.PydevPackageExplorer"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.python.pydev"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:PyDev</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myXzgETkEeuhcohFiL0HdQ" elementId="com.python.pydev.ui.hierarchy.PyHierarchyView" label="Hierarchy View" iconURI="platform:/plugin/org.python.pydev.shared_ui/icons/class_hi.gif" tooltip="" category="PyDev" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="com.python.pydev.ui.hierarchy.PyHierarchyView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.python.pydev"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:PyDev</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myYakETkEeuhcohFiL0HdQ" elementId="com.python.pydev.analysis.indexview.PyIndexView" label="Index View" iconURI="platform:/plugin/org.python.pydev/icons/opentype.gif" tooltip="" category="PyDev" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="com.python.pydev.analysis.indexview.PyIndexView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.python.pydev"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:PyDev</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myYakUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.views.PyCodeCoverageView" label="Code Coverage" iconURI="platform:/plugin/org.python.pydev.debug/icons/python_coverage.png" tooltip="" category="PyDev" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.python.pydev.debug.codecoverage.PyCodeCoverageView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.python.pydev.debug"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:PyDev</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myZBoETkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.profile.ProfileView" label="Profile (PyVmMonitor)" iconURI="platform:/plugin/org.python.pydev.debug/icons/python_profile.png" tooltip="" category="PyDev" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.python.pydev.debug.profile.ProfileView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.python.pydev.debug"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:PyDev</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myZBoUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.views.ReferrersView" label="Referrers View" iconURI="platform:/plugin/org.python.pydev.debug/icons/referrers.png" tooltip="" category="PyDev" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.python.pydev.debug.referrers.ReferrersView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.python.pydev.debug"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:PyDev</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myZosETkEeuhcohFiL0HdQ" elementId="org.python.pydev.views.CurrentExceptionView" label="Caught Exceptions" iconURI="platform:/plugin/org.python.pydev.debug/icons/python_exception_breakpoint.png" tooltip="" category="PyDev" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.python.pydev.debug.curr_exception.CurrentExceptionView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.python.pydev.debug"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:PyDev</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myZosUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.pyunit.pyUnitView" label="PyUnit" iconURI="platform:/plugin/org.python.pydev.debug/icons/pyunit.png" tooltip="" category="PyDev" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.python.pydev.debug.pyunit.PyUnitView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.python.pydev.debug"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:PyDev</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myaPwETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.m2e.core.ui.internal.views.MavenRepositoryView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.m2e.core.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Maven</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myaPwUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.m2e.core.ui.internal.views.build.BuildDebugView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.m2e.core.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Maven</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myaPwkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.codan.internal.ui.views.ProblemDetails" label="Problem Details" iconURI="platform:/plugin/org.eclipse.cdt.codan.ui/icons/edit_bug.gif" tooltip="" category="C/C++" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.codan.internal.ui.views.ProblemDetails"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.codan.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:C/C++</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mya20ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.executablesView" label="Executables" iconURI="platform:/plugin/org.eclipse.cdt.debug.ui/icons/obj16/exec_view_obj.gif" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.debug.internal.ui.views.executables.ExecutablesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.debug.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mybd4ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.SignalsView" label="Signals" iconURI="platform:/plugin/org.eclipse.cdt.debug.ui/icons/view16/signals_view.gif" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.debug.internal.ui.views.signals.FlexibleSignalsView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.debug.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mybd4UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.debuggerConsoleView" label="Debugger Console" iconURI="platform:/plugin/org.eclipse.cdt.debug.ui/icons/view16/debugger_console_view.png" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.debug.internal.ui.views.debuggerconsole.DebuggerConsoleView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.debug.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mybd4kTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.gdb.ui.tracecontrol.view" label="Trace Control" iconURI="platform:/plugin/org.eclipse.cdt.dsf.gdb.ui/icons/full/view16/tracecontrol_view.gif" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.dsf.gdb.internal.ui.tracepoints.TraceControlView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.dsf.gdb.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mycE8ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.gdb.ui.osresources.view" label="OS Resources" iconURI="platform:/plugin/org.eclipse.cdt.dsf.gdb.ui/icons/full/view16/osresources_view.gif" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.dsf.gdb.internal.ui.osview.OSResourcesView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.dsf.gdb.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mycE8UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.view" label="Disassembly" iconURI="platform:/plugin/org.eclipse.cdt.dsf.ui/icons/disassembly.gif" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.dsf.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Debug</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mycsAETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.views.MakeView" label="Build Targets" iconURI="platform:/plugin/org.eclipse.cdt.make.ui/icons/view16/make_target.gif" tooltip="" category="Make" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.make.ui.views.MakeView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.make.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Make</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mydTEETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.CView" label="C/C++ Projects" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/cview.gif" tooltip="" category="C/C++" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.internal.ui.cview.CView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:C/C++</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myd6IETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.IndexView" label="C/C++ Index" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/types.gif" tooltip="" category="C/C++" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.internal.ui.indexview.IndexView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:C/C++</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myd6IUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.includeBrowser" label="Include Browser" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/includeBrowser.gif" tooltip="" category="C/C++" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.internal.ui.includebrowser.IBViewPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:C/C++</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myehMETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.callHierarchy" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/call_hierarchy.gif" tooltip="" allowMultiple="true" category="C/C++" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.internal.ui.callhierarchy.CHViewPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:C/C++</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myehMUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.typeHierarchy" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/class_hi.gif" tooltip="" category="C/C++" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.cdt.internal.ui.typehierarchy.THViewPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.cdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:C/C++</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myfIQETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.typehierarchy.TypeHierarchyViewPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:JavaScript</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mygWYETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.packageview.PackageExplorerPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:JavaScript</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myg9cETkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.callhierarchy.CallHierarchyViewPart"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:JavaScript</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myg9cUTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.infoviews.SourceView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:JavaScript</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myg9ckTkEeuhcohFiL0HdQ" 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">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.jsdt.internal.ui.infoviews.JavadocView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.jsdt.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:JavaScript</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myhkgETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.UniformControlsView" label="Uniform Controls" iconURI="platform:/plugin/org.synthclipse.ide/images/uniform-controls.png" tooltip="" category="Synthclipse" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.UniformControlsView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myhkgUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.CameraView" label="Camera" iconURI="platform:/plugin/org.synthclipse.ide/images/camera.png" tooltip="" category="Synthclipse" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.CameraView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myhkgkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.RenderingView" label="Rendering" iconURI="platform:/plugin/org.synthclipse.ide/images/rendering.png" tooltip="" category="Synthclipse" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.RenderingView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myiLkETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.ViewportView" label="Viewport" iconURI="platform:/plugin/org.synthclipse.ide/images/viewport.png" tooltip="" category="Synthclipse" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.ViewportView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myiLkUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.CodePreviewView" label="Code Preview" iconURI="platform:/plugin/org.synthclipse.ide/images/codePreview.png" tooltip="" category="Synthclipse" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.CodePreviewView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mymdAETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.TimelineView" label="Timeline" iconURI="platform:/plugin/org.synthclipse.ide/images/timeline.png" tooltip="" category="Synthclipse" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.TimelineView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mymdAUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.GraphView" label="Graph" iconURI="platform:/plugin/org.synthclipse.ide/images/graph.png" tooltip="" category="Synthclipse" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.GraphView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mynEEETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.RecordingView" label="Recording" iconURI="platform:/plugin/org.synthclipse.ide/images/movie.png" tooltip="" category="Synthclipse" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.RecordingView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mynrIETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.AudioPlayerView" label="Audio Player" iconURI="platform:/plugin/org.synthclipse.ide/images/music.png" tooltip="" category="Synthclipse" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.AudioPlayerView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mynrIUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.PlaylistView" label="Playlist" iconURI="platform:/plugin/org.synthclipse.ide/images/list.png" tooltip="" category="Synthclipse" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.AudioPlaylistView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mynrIkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.views.MidiMappingView" label="MIDI Mapping" iconURI="platform:/plugin/org.synthclipse.ide/images/midi-mapping.png" tooltip="" category="Synthclipse" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.synthclipse.ide.views.MidiMappingView"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.synthclipse.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Synthclipse</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myoSMETkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.ui.preview" label="JavaFX Preview" iconURI="platform:/plugin/org.eclipse.fx.ide.ui.preview/icons/16_16/view-preview.png" tooltip="" category="JavaFX" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.fx.ide.ui.preview.bundle.LivePreviewViewExecutableExtensionRegistry"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.fx.ide.ui.preview"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:JavaFX</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myoSMUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.view.DerivedSourceView" label="Generated Code" iconURI="platform:/plugin/org.eclipse.xtend.ide/icons/generated_code_view.png" tooltip="" category="Xtend" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.xtend.ide.XtendExecutableExtensionFactory"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.xtend.ide"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Xtend</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_myo5QETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.XtextCallHierarchy" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.xtext.xtext.ui/icons/editor.gif" tooltip="" category="Xtext" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.xtext.xtext.ui.XtextExecutableExtensionFactory"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.xtext.xtext.ui"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Xtext</tags>
|
|
</descriptors>
|
|
<descriptors xmi:id="_mypgUETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.xtext.ui.graph.view" label="Xtext Syntax Graph" iconURI="platform:/plugin/org.eclipse.xtext.xtext.ui.graph/icons/railroad.png" tooltip="" category="Xtext" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
|
|
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.xtext.xtext.ui.graph.bundle.RailroadViewExecutableExtensionRegistry"/>
|
|
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.xtext.xtext.ui.graph"/>
|
|
<tags>View</tags>
|
|
<tags>categoryTag:Xtext</tags>
|
|
</descriptors>
|
|
<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="_mfvycETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.inlineLocal.assist" commandName="Quick Assist - Inline local variable" description="Invokes quick assist and selects 'Inline local variable'" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfvycUTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.fxgraph.FXGraph.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfvyckTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.pageUp" commandName="Select Page Up" description="Select to the top of the page" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfvyc0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.toggleWordWrap" commandName="Toggle Word Wrap" description="Toggle word wrap in the current text editor" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfvydETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaseline" commandName="Reset quickdiff baseline" category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfwZgETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaselineTarget" name="Reset target (HEAD, HEAD^1)" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mfwZgUTkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.p2.ui.SearchRequirements" commandName="Search Requirements" category="_mfukU0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZgkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.search.findrefs" commandName="References" description="Searches for references to the selected element in the workspace" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZg0TkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZhETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZhUTkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.junitPluginShortcut.coverage" commandName="Coverage JUnit Plug-in Test" description="Coverage JUnit Plug-in Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZhkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.command.Display" commandName="Display text evaluation from debugger" description="Display text evaluation from debugger" category="_mft9TUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZh0TkEeuhcohFiL0HdQ" elementId="org.eclipse.tm.terminal.maximize" commandName="Maximize Active View or Editor" category="_mfukbUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZiETkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.setup.editor.openDiscoveredType" commandName="Open Discovered Type" category="_mfukYUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZiUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.deletePreviousWord" commandName="Delete Previous Word" description="Delete the previous word" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZikTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZi0TkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfwZjETkEeuhcohFiL0HdQ" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mfwZjUTkEeuhcohFiL0HdQ" 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="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZjkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.execLineInConsole" commandName="Execute line in console" description="Executes the current line in the console." category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZj0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZkETkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZkUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.Edit" commandName="Edit Commit" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZkkTkEeuhcohFiL0HdQ" elementId="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard" commandName="Eclipse Marketplace" description="Show the Eclipse Marketplace wizard" category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfwZk0TkEeuhcohFiL0HdQ" elementId="trigger" name="trigger"/>
|
|
</commands>
|
|
<commands xmi:id="_mfwZlETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GrepConsoleConfig" commandName="Use Synthclipse's Grep Console settings" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZlUTkEeuhcohFiL0HdQ" elementId="com.python.pydev.refactoring.actions.ToggleMarkOccurrences" commandName="Toggle Mark Occurrences" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZlkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.toggleMarkOccurrences" commandName="Toggle Ant Mark Occurrences" description="Toggles mark occurrences in Ant editors" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZl0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.addToWorkingSet" commandName="Add to Working Set" description="Adds the selected object to a working set." category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZmETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.callhierarchy.view" commandName="JavaScript Call Hierarchy" description="Show the Call Hierarchy view" category="_mfukXETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZmUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Revert" commandName="Revert Commit" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZmkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.junit.junitShortcut.debug" commandName="Debug JUnit Test" description="Debug JUnit Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZm0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.ui.editor.showCheatSheetCommand" commandName="Show Markup Cheat Sheet" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZnETkEeuhcohFiL0HdQ" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" commandName="Team Synchronizing" description="Open the Team Synchronizing Perspective" category="_mfukckTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZnUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.search.findrefs.workingset" commandName="References in Working Set" description="Searches for references to the selected element in a working set" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZnkTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.codetemplates.SingleCodetemplate.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZn0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.open.declaration.command" commandName="Open Declaration" description="Opens the Ant editor on the referenced element" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZoETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.selectEnclosingScope" commandName="Select Enclosing Scope" description="Select Enclosing Scope" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZoUTkEeuhcohFiL0HdQ" elementId="org.eclipse.epp.mpc.ui.command.showInstalled" commandName="Manage installed plug-ins" description="Update or uninstall plug-ins installed from the Marketplace" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZokTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.addSingleBlockComment" commandName="Add Single Comment Block" description="Creates a comment block from a single line" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZo0TkEeuhcohFiL0HdQ" elementId="org.python.pydev.refactoring.ui.actions.ExtractMethodActionCommand" commandName="Extract Method..." description="PEPTIC: Extracts the selected code into a new method" category="_mft9UUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZpETkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZpUTkEeuhcohFiL0HdQ" elementId="org.eclipse.gef.ui.palette_view" commandName="Palette" category="_mfukXETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZpkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.pyShowOutline" commandName="Python Show Outline" description="Show Outline" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZp0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.commands.task.clearContext" commandName="Clear Context" category="_mft9R0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZqETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.ungroupDebugContexts" commandName="Ungroup" description="Ungroups the selected debug contexts" category="_mfukbETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZqUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.pyShowBrowser" commandName="Python Show Global Tokens (Editor)" description="Python Show Global Tokens (Editor)" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZqkTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZq0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZrETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZrUTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.ToggleLineBreakpoint" commandName="Toggle Line Breakpoint" description="Creates or removes a line breakpoint" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZrkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.searchForTask" commandName="Search Repository for Task" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZr0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZsETkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.rrobot.dsl.RTask.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZsUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZskTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZs0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.castToArray" commandName="Cast To Type..." category="_mfukVUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZtETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.move" commandName="Move..." description="Move the selected item" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZtUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZtkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphSave" commandName="Graph / Save" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZt0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.maximizePart" commandName="Maximize Part" description="Maximize Part" category="_mfukXkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZuETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZuUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.commands.openElementInEditor" commandName="Open JavaScript Element" description="Open a JavaScript element in its editor" category="_mfukZETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfwZukTkEeuhcohFiL0HdQ" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mfwZu0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.TypesView" commandName="JavaScript Types" description="Show the Types view" category="_mfukXETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZvETkEeuhcohFiL0HdQ" elementId="org.eclipse.compare.ignoreWhiteSpace" commandName="Ignore White Space" description="Ignore white space where applicable" category="_mfukZkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZvUTkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.setup.editor.importProjects" commandName="Import Projects" category="_mfukYUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZvkTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZv0TkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.hideUnusedElements" commandName="Hide Unused Elements" category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZwETkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZwUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.refactor.extract.function" commandName="Extract Function - Refactoring " description="Extracts a function for the selected list of expressions or statements" category="_mft9UETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZwkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.ui.disable.grammar.constraints" commandName="Turn off Grammar Constraints" description="Turn off grammar Constraints" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfwZw0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.commands.showElementInTypeHierarchyView" commandName="Show Java Element Type Hierarchy" description="Show a Java element in the Type Hierarchy view" category="_mfukZETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfxAkETkEeuhcohFiL0HdQ" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mfxAkUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.goToResource" commandName="Go to" description="Go to a particular resource in the active view" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAkkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphSeekToCurrentKeyFrame" commandName="Graph / Seek to current key frame" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAk0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAlETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.resetPerspective" commandName="Reset Perspective" description="Reset the current perspective to its default state" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAlUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.ui.quickOutlineCommand" commandName="Quick Outline" description="Open a popup dialog with a quick outline of the current document" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAlkTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAl0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.MembersView" commandName="JavaScript Members" description="Show the Members view" category="_mfukXETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAmETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.project.buildLast" commandName="Repeat Working Set Build" description="Repeat the last working set build" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAmUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.project.buildProject" commandName="Build Project" description="Build the selected project" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAmkTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.editor.select.previous" commandName="Select Previous Element" description="Expand selection to include previous element" category="_mfukcUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAm0TkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.editor.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_mfukcUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAnETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.discoveryWizardCommand" commandName="Discovery Wizard" description="shows the connector discovery wizard" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAnUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.textStart" commandName="Text Start" description="Go to the beginning of the text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAnkTkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.localJavaShortcut.coverage" commandName="Coverage Java Application" description="Coverage Java Application" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAn0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.paste" commandName="Paste" description="Paste from the clipboard" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAoETkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAoUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.refactoring.ui.actions.InlineLocalCommand" commandName="Inline Local Variable..." description="PEPTIC: Inlines the selected variable" category="_mft9UUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAokTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.removeBlockComment" commandName="Remove Comment Block" description="Removes a python comment block" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAo0TkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.setup.editor.refreshCache" commandName="Refresh Remote Cache" category="_mfukYUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxApETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.menu.updateUnresolvedIncludes" commandName="Re-resolve Unresolved Includes" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxApUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify var access" description="Invokes quick assist and selects 'Qualify var access'" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxApkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TimelineSeekToCurrentKeyFrame" commandName="Timeline / Seek to current key frame" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAp0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.run" commandName="Run Java Applet" description="Run Java Applet" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAqETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAqUTkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.exportSession" commandName="Export Session..." category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAqkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.previous" commandName="Previous" description="Navigate to the previous item" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAq0TkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.scalaShortcut.coverage" commandName="Coverage Scala Application" description="Coverage Scala Application" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxArETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.clean" commandName="Clean..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxArUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.rename" commandName="Rename" description="Rename the selected item" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxArkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.project.buildAll" commandName="Build All" description="Build all projects" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAr0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.OpenInTextEditorCommand" commandName="Open in Text Editor" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAsETkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.dumpExecutionData" commandName="Dump Execution Data" category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAsUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.reverseStepOver" commandName="Reverse Step Over" description="Perform Reverse Step Over" category="_mfukd0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAskTkEeuhcohFiL0HdQ" 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="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAs0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAtETkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.commands.runtasks" commandName="Run Gradle Tasks" description="Runs all the selected Gradle tasks" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAtUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb" commandName="Toggle Java Editor Breadcrumb" description="Toggle the Java editor breadcrumb" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAtkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.editors.revisions.rendering.cycle" commandName="Cycle Revision Coloring Mode" description="Cycles through the available coloring modes for revisions" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAt0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.renameInFile" commandName="Rename In File" description="Renames all references within the same buildfile" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAuETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.core.Xtend.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAuUTkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAukTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.search.findrefs.project" commandName="References in Project" description="Searches for references to the selected element in the enclosing project" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAu0TkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAvETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.search.finddecl.project" commandName="Declaration in Project" description="Searches for declarations of the selected element in the enclosing project" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAvUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ltk.ui.refactoring.commands.moveResources" commandName="Move Resources" description="Move the selected resources and notify LTK participants." category="_mfukc0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAvkTkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.actions.LifeCycleGenerateSources.run" commandName="Run Maven Generate Sources" description="Run Maven Generate Sources" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAv0TkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.shared.AddXtextNatureCommand" commandName="Convert to Xtext Project" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAwETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.StepInto" commandName="Step Into" description="Step into" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAwUTkEeuhcohFiL0HdQ" elementId="org.eclipse.e4.ui.importer.openDirectory" commandName="Open Projects from File System..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAwkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.structure.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAw0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.commands.AddExceptionBreakpoint" commandName="Add Java Exception Breakpoint" description="Add a Java exception breakpoint" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAxETkEeuhcohFiL0HdQ" elementId="org.python.pydev.refactoring.ui.actions.ConstructorFieldCommand" commandName="Generate Constructor using Fields..." description="PEPTIC: Generate Constructor using Fields" category="_mft9UUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAxUTkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAxkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphPlayOrPause" commandName="Graph / Play or Pause" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAx0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewClearCredentials" commandName="Clear Credentials" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAyETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.uncomment" commandName="Python Uncomment" description="Uncomments a python line (Removes # from the beggining of the line)" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAyUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAykTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.commands.ToggleTracepoint" commandName="Toggle Tracepoint" description="Creates or removes a tracepoint " category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAy0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.ui.convertToMarkupCommand" commandName="Generate Markup" category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfxAzETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.ui.targetLanguage" name="TargetLanguage" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mfxAzUTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAzkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.showToolTip" commandName="Show Tooltip Description" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxAz0TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AnimationStop" commandName="Animation Stop" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA0ETkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.junitShortcut.coverage" commandName="Coverage JUnit Test" description="Coverage JUnit Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA0UTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.commands.task.copyContext" commandName="Copy Context" category="_mft9R0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA0kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.showViewMenu" commandName="Show View Menu" description="Show the view menu" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA00TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Commit" commandName="Commit..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA1ETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or method" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA1UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.shiftRight" commandName="Shift Right" description="Shift a block of text to the right" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA1kTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA10TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.ExportBoxworld" commandName="Export Boxworld Scene" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA2ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.backwardHistory" commandName="Backward History" description="Move backward in the editor navigation history" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA2UTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.ui.actions.terminateAllLaunchesAction" commandName="Terminate all launches" description="Terminate all launches" category="_mft9TUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA2kTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA20TkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.workbenchShortcut.coverage" commandName="Coverage Eclipse Application" description="Coverage Eclipse Application" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA3ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.removeTrailingWhitespace" commandName="Remove Trailing Whitespace" description="Removes the trailing whitespace of each line" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA3UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.findIncremental" commandName="Incremental Find" description="Incremental find" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA3kTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA30TkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA4ETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.ImportShadertoy" commandName="Import Shadertoy Creation" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA4UTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphUndo" commandName="Graph / Undo" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA4kTkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxA40TkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.navigation.pyCollapseAll" commandName="Python Collapse All" description="Collapse all blocks of code" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnoETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.ImportChangedProjectsCommandId" commandName="Import Changed Projects" description="Import or create in local Git repository" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnoUTkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.commands.OpenCoverageConfiguration" commandName="Coverage Configurations..." description="Coverage Configurations..." category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnokTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxno0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnpETkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnpUTkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnpkTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.edit.text.format" commandName="Format Source" description="Format a PDE Source Page" category="_mfukVkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnp0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.navigate.open.element.in.call.hierarchy" commandName="Open Element in Call Hierarchy" description="Open an element in the call hierarchy view" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnqETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnqUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.command.ShowBuildOutput" commandName="Show Build Output" category="_mft9RETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnqkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewNewRemote" commandName="Create Remote..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnq0TkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnrETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.Restart" commandName="Restart" description="Restart a process or debug target without terminating and re-launching" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnrUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.delete.line" commandName="Delete Line" description="Delete a line of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnrkTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnr0TkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.css.ui.removeNature" commandName="Remove CSSEditor Nature" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnsETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.NewSynthclipseJSXExample" commandName="New Synthclipse JSX Example" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnsUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnskTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.open.implementation" commandName="Open Implementation" description="Opens the Implementations of a method or a type in its hierarchy" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxns0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.junit.gotoTest" commandName="Referring Tests" description="Referring Tests" category="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxntETkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxntUTkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.openSessionExecutionData" commandName="Open Execution Data" category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxntkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.commands.showElementInPackageView" commandName="Show Java Element in Package Explorer" description="Select Java element in the Package Explorer view" category="_mfukZETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfxnt0TkEeuhcohFiL0HdQ" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mfxnuETkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.setup.editor.performDropdown" commandName="Perform Dropdown" category="_mfukYUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnuUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.addBlockComment" commandName="Add Comment Block" description="Creates a python comment block" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnukTkEeuhcohFiL0HdQ" 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="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnu0TkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnvETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.navigation.pyCollapse" commandName="Python Collapse" description="Collapse block of code" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnvUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.findReplace" commandName="Find and Replace" description="Find and replace text" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnvkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.MergeTool" commandName="Merge Tool" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnv0TkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.addAllPluginsToJavaSearch" commandName="Add All Plug-ins to Java Workspace Scope" description="Adds all plug-ins in the target platform to Java workspace scope" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnwETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.command.shareProject" commandName="Share with Git" description="Share the project using Git" category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfxnwUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.command.projectNameParameter" name="Project" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mfxnwkTkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnw0TkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.quickOutline" commandName="Quick Outline" description="Open a quick outline popup dialog for a given editor input" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnxETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.Xtext.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnxUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.fullscreenmode" commandName="Toggle Full Screen" description="Toggles the window between full screen and normal" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnxkTkEeuhcohFiL0HdQ" elementId="org.eclipse.equinox.p2.ui.sdk.installationDetails" commandName="Installation Details" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnx0TkEeuhcohFiL0HdQ" elementId="org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize resources in the workspace with another location" category="_mfukW0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnyETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.nextEditor" commandName="Next Editor" description="Switch to the next editor" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnyUTkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.profiles.ui.commands.selectMavenProfileCommand" commandName="Select Maven Profiles" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnykTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphTogglePencil" commandName="Graph / Toggle Pencil Mode" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxny0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.internal.reflog.CopyCommand" commandName="Copy Commit Id" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnzETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.new.subtask" commandName="New Subtask" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnzUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective" commandName="JavaScript Browsing" description="Show the JavaScript Browsing perspective" category="_mfukckTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnzkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.help.helpContents" commandName="Help Contents" description="Open the help contents" category="_mfukaUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxnz0TkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn0ETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Reset" commandName="Reset..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn0UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.delete" commandName="Delete" description="Delete the selection" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn0kTkEeuhcohFiL0HdQ" 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="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn00TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.RenameBranch" commandName="Rename Branch..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn1ETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Synchronize" commandName="Synchronize" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn1UTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn1kTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn10TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.findPrevious" commandName="Find Previous" description="Find previous item" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn2ETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.ToggleBreakpoint" commandName="Toggle Breakpoint" description="Creates or removes a breakpoint" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn2UTkEeuhcohFiL0HdQ" elementId="org.eclipse.launchbar.ui.command.buildActive" commandName="Build Active Launch Configuration" category="_mfukb0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn2kTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.launching.localJavaShortcut.run" commandName="Run Java Application" description="Run Java Application" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn20TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.openTask" commandName="Open Task" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn3ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.scroll.lineUp" commandName="Scroll Line Up" description="Scroll up one line of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn3UTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.OpenGeneratedFileCommand" commandName="Open Generated File" description="Open the file that has been generated from this file" category="_mfukcUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn3kTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn30TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.java.ui.editor.folding.auto" commandName="Toggle Active Folding" description="Toggle Active Folding" category="_mfukZUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn4ETkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.runtime.spy.commands.spyCommand" commandName="Plug-in Selection Spy" description="Show the Plug-in Spy" category="_mfukdkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn4UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.menu.findUnresolvedIncludes" commandName="Search for Unresolved Includes" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn4kTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.commands.ignoreCaughtException" commandName="&Ignore caught exception" description="Ignore caught exception" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn40TkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn5ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.folding.toggle" commandName="Toggle Folding" description="Toggles folding in the current editor" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn5UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" commandName="Show Whitespace Characters" description="Shows whitespace characters in current text editor" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn5kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.revert" commandName="Revert" description="Revert to the last saved state" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn50TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TimelineRedo" commandName="Timeline / Redo" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn6ETkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.ui.ToggleOfflineMode" commandName="Toggle Offline Mode" category="_mfukV0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn6UTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TimelineKeyFrameValueCopy" commandName="Timeline / Key frame value - Copy" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn6kTkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.setup.editor.openLog" commandName="Open Setup Log" category="_mfukYUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn60TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.project.buildAutomatically" commandName="Build Automatically" description="Toggle the workspace build automatically function" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn7ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.import" commandName="Import" description="Import" category="_mft9TETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfxn7UTkEeuhcohFiL0HdQ" elementId="importWizardId" name="Import Wizard"/>
|
|
</commands>
|
|
<commands xmi:id="_mfxn7kTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.Merge" commandName="Merge" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn70TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.switchToEditor" commandName="Switch to Editor" description="Switch to an editor" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn8ETkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn8UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.help.dynamicHelp" commandName="Show Contextual Help" description="Open the contextual help" category="_mfukaUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn8kTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TakeScreenshot" commandName="Take Screenshot" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn80TkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.l10n.NLSDsl.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn9ETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into Java comments" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn9UTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.editor.FindReferences" commandName="Find References" description="Finds all references to the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn9kTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.activateTask" commandName="Activate Task" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn90TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn-ETkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn-UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.toggleInsertMode" commandName="Toggle Insert Mode" description="Toggle insert mode" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn-kTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewDelete" commandName="Delete Repository" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn-0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.closePart" commandName="Close Part" description="Close the active workbench part" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn_ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.editors.revisions.id.toggle" commandName="Toggle Revision Id Display" description="Toggles the display of the revision id" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn_UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.project.cleanAction" commandName="Build Clean" description="Discard old built state" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn_kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.back" commandName="Back" description="Navigate back" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxn_0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.wordNext" commandName="Select Next Word" description="Select the next word" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxoAETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.FixIncludePaths" commandName="Fix include paths..." category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxoAUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavaBrowsingPerspective" commandName="Java Browsing" description="Show the Java Browsing perspective" category="_mfukckTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxoAkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.pageDown" commandName="Page Down" description="Go down one page" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfxoA0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOsETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElement" commandName="Open Build Element" category="_mft9RETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfyOsUTkEeuhcohFiL0HdQ" elementId="element" name="Element"/>
|
|
</commands>
|
|
<commands xmi:id="_mfyOskTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.refactoring.command.ExtractConstant" commandName="Extract Constant..." category="_mft9UETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOs0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.team.ui.commands.CopyCommitMessage" commandName="Copy Commit Message for Task" description="Copies a commit message for the currently selected task to the clipboard." category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOtETkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.relaunchSession" commandName="Relaunch Coverage Session" category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOtUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.GarbageCollect" commandName="Collect Garbage" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOtkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.CompareWithWorkingTree" commandName="Compare with Working Tree" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOt0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Branch" commandName="Branch" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOuETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.ProjectsView" commandName="JavaScript Projects" description="Show the Projects view" category="_mfukXETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOuUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.ui.previousSibling" commandName="Previous Sibling" description="Go to Previous Sibling" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOukTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.loadAllSymbols" commandName="Load Symbols For All" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOu0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewConfigurePush" commandName="Configure Push..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOvETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.indent" commandName="Indent Line" description="Indents the current line" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOvUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.findIncrementalReverse" commandName="Incremental Find Reverse" description="Incremental find reverse" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOvkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.menu.createParserLog" commandName="Create Parser Log File" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOv0TkEeuhcohFiL0HdQ" elementId="org.eclipse.epp.mpc.ui.command.importFavoritesWizard" commandName="Import Marketplace Favorites" description="Import another user's Marketplace Favorites List" category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfyOwETkEeuhcohFiL0HdQ" elementId="favoritesUrl" name="favoritesUrl"/>
|
|
</commands>
|
|
<commands xmi:id="_mfyOwUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.NextFrameStep" commandName="Next Animation Frame" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOwkTkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOw0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.antShortcut.run" commandName="Run Ant Build" description="Run Ant Build" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOxETkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOxUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.stash.apply" commandName="Apply Stashed Changes" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOxkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.commands.Inspect" commandName="Inspect" description="Inspect result of evaluating selected text" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOx0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.goto.next.bookmark" commandName="Next Bookmark" description="Goes to the next bookmark of the selected file" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOyETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.addRegisterGroup" commandName="Add RegisterGroup" description="Adds a Register Group" category="_mft9RkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOyUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.resumeWithoutSignal" commandName="Resume Without Signal" description="Resume Without Signal" category="_mfukY0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOykTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.columnNext" commandName="Next Column" description="Go to the next column" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOy0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.Squash" commandName="Squash Commits" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOzETkEeuhcohFiL0HdQ" elementId="org.eclipse.search.ui.performTextSearchWorkingSet" commandName="Find Text in Working Set" description="Searches the files in the working set for specific text." category="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOzUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.add.include" commandName="Add Include" description="Create include statement on selection" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOzkTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyOz0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.wordNext" commandName="Next Word" description="Go to the next word" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO0ETkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO0UTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO0kTkEeuhcohFiL0HdQ" elementId="org.eclipse.quickdiff.toggle" commandName="Quick Diff Toggle" description="Toggles quick diff information display on the line number ruler" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO00TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.deleteNext" commandName="Delete Next" description="Delete the next character" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO1ETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.editor.select.last" commandName="Restore Last Selection" description="Restore last selection from History" category="_mfukcUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO1UTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.FetchGerritChange" commandName="Fetch From Gerrit" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO1kTkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.junitRAPShortcut.coverage" commandName="Coverage RAP JUnit Test" description="Coverage RAP JUnit Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO10TkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.convertJavaCode" commandName="Convert to Xtend" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO2ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.toggleShowKeys" commandName="Toggle Whether to Show Key Bindings" description="Shows key binding when command is invoked" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO2UTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.SynchronizeAll" commandName="Synchronize Changed" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO2kTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.commands.Watch" commandName="Watch" description="Create new watch expression" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO20TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.NewSynthclipseFragxExample" commandName="New Synthclipse Fragx Example" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO3ETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.navigation.nextMethod" commandName="Next Method or Class" description="Navigates to the next method or class definition" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO3UTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.Reword" commandName="Reword Commit" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO3kTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.context.ui.editor.folding.auto" commandName="Toggle Active Folding" description="Toggle Active Folding" category="_mft9SkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO30TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.OpenCommit" commandName="Open Git Commit" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfyO4ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.help.displayHelp" commandName="Display Help" description="Display a Help topic" category="_mfukaUTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfyO4UTkEeuhcohFiL0HdQ" elementId="href" name="Help topic href"/>
|
|
</commands>
|
|
<commands xmi:id="_mfyO4kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.pageDown" commandName="Select Page Down" description="Select to the bottom of the page" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1wETkEeuhcohFiL0HdQ" elementId="org.eclipse.ltk.ui.refactor.create.refactoring.script" commandName="Create Script" description="Create a refactoring script from refactorings on the local workspace" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1wUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TimelineSave" commandName="Timeline / Save" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1wkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.join.lines" commandName="Join Lines" description="Join lines of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1w0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.ui.addRegistersExpression" commandName="Add Expression Group > Registers" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1xETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.comment" commandName="Python Comment" description="Comments a python line (Adds # to beggining of the line)" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1xUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1xkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.showContextMenu" commandName="Show Context Menu" description="Show the context menu" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1x0TkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.shared.RemoveXtextNatureCommand" commandName="Unconfigure Xtext" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1yETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.restoreRegisterGroups" commandName="Restore Default Register Groups" description="Restores the Default Register Groups" category="_mft9RkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1yUTkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1ykTkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.p2.ui.ExploreRepository" commandName="Explore Repository" category="_mfukU0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1y0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.InstallLfsLocal" commandName="Enable LFS locally" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1zETkEeuhcohFiL0HdQ" elementId="org.eclipse.ltk.ui.refactor.show.refactoring.history" commandName="Open Refactoring History " description="Opens the refactoring history" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1zUTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1zkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals" commandName="Quick Fix" description="Suggest possible fixes for a problem" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1z0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.log.jdt.showinconsole" commandName="&Show In Console" description="Show Stack Trace in Console View" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy10ETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy10UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.nextPerspective" commandName="Next Perspective" description="Switch to the next perspective" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy10kTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.UpdateRepositoryConfiguration" commandName="Update Repository Configuration" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy100TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.open.call.hierarchy" commandName="Open Call Hierarchy" description="Opens the call hierarchy for the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy11ETkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy11UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.ui.addLocalsExpression" commandName="Add Expression Group > Local Variables" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy11kTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.ShowVersions" commandName="Open this Version" category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfy110TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.CompareMode" name="Compare mode"/>
|
|
</commands>
|
|
<commands xmi:id="_mfy12ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.nextTab" commandName="Next Tab" description="Switch to the next tab" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy12UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.quickAccess" commandName="Quick Access" description="Quickly access UI elements" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy12kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.showInformation" commandName="Show Tooltip Description" description="Displays information for the current caret location in a focused hover" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy120TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy13ETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.attachment.open" commandName="Open Attachment" category="_mfukXkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy13UTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy13kTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy130TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.commands.gotoPC" commandName="Go to Program Counter" description="Navigate to current program counter" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy14ETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.toggleMemoryMonitorsPane" commandName="Toggle Memory Monitors Pane" description="Toggle visibility of the Memory Monitors Pane" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy14UTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy14kTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Discard" commandName="Replace with File in Index" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy140TkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.toggleforcetabs" commandName="Toggle Force tabs" description="Forces or not tabs in the current editor" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy15ETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.purexbase.PureXbase.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy15UTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AudioSeekAhead5s" commandName="Audio Seek Ahead 5s" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy15kTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TimelineKeyFrameValuePaste" commandName="Timeline / Key frame value - Paste" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy150TkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.fxml.generatecontroller" commandName="Generate a controller" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy16ETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewCreateBranch" commandName="Create Branch..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy16UTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.launching.junitShortcut.debug" commandName="Debug JUnit Test" description="Debug JUnit Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy16kTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewCopyPath" commandName="Copy Path to Clipboard" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy160TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.command.NewTaskFromTest" commandName="New Task From Test" category="_mft9RETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy17ETkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.setup.editor.perform.startup" commandName="Perform Setup Tasks (Startup)" category="_mfukYUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy17UTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AudioPlayOrPause" commandName="Audio Play or Pause" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy17kTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.JavaPerspective" commandName="JavaScript" description="Show the JavaScript perspective" category="_mfukckTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy170TkEeuhcohFiL0HdQ" 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="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy18ETkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy18UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.browser.openBrowser" commandName="Open Browser" description="Opens the default web browser." category="_mft9T0TkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfy18kTkEeuhcohFiL0HdQ" elementId="url" name="URL"/>
|
|
<parameters xmi:id="_mfy180TkEeuhcohFiL0HdQ" elementId="browserId" name="Browser Id"/>
|
|
<parameters xmi:id="_mfy19ETkEeuhcohFiL0HdQ" elementId="name" name="Browser Name"/>
|
|
<parameters xmi:id="_mfy19UTkEeuhcohFiL0HdQ" elementId="tooltip" name="Browser Tooltip"/>
|
|
</commands>
|
|
<commands xmi:id="_mfy19kTkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy190TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1-ETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.pySelectInterpreter" commandName="PyDev: Select default interpreter" description="Select the default interpreter to be used." category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1-UTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TimelineToggleShowOnlyRecorded" commandName="Timeline / Toggle 'Show Only Recorded'" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1-kTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.DeleteBranch" commandName="Delete Branch" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1-0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.navigate.opentype" commandName="Open Element" description="Open an element in an Editor" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1_ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.contentAssist.contextInformation" commandName="Context Information" description="Show Context Information" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1_UTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.pyConfigureException" commandName="Add Python Exception Breakpoint..." description="Add Python Exception Breakpoint..." category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1_kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.saveAs" commandName="Save As" description="Save the current contents to another location" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy1_0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2AETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.previousPerspective" commandName="Previous Perspective" description="Switch to the previous perspective" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2AUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.command.libtoolize" commandName="Invoke Libtoolize" description="Run libtoolize in the selected directory" category="_mft9U0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2AkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.splitEditor" commandName="Toggle Split Editor" description="Split or join the currently active editor." category="_mft9T0TkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfy2A0TkEeuhcohFiL0HdQ" elementId="Splitter.isHorizontal" name="Orientation" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mfy2BETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.collapseAll" commandName="Collapse All" description="Collapse the current tree" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2BUTkEeuhcohFiL0HdQ" elementId="org.eclipse.compare.copyAllRightToLeft" commandName="Copy All from Right to Left" description="Copy All Changes from Right to Left" category="_mfukZkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2BkTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName" commandName="Copy Qualified Name" description="Copy the qualified name for the selected element" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2B0TkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.insertLeftGuillemet" commandName="Insert left guillemet" description="Inserts an opening french quote" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2CETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateSelectedTask" commandName="Deactivate Selected Task" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2CUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.menu.updateWithModifiedFiles" commandName="Update Index with Modified Files" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2CkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.lockToolBar" commandName="Toggle Lock Toolbars" description="Toggle the Lock on the Toolbars" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2C0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.Disconnect" commandName="Disconnect" description="Disconnect" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2DETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.wrapparagraph" commandName="Wrap Paragraph (Ctrl+2,w)" description="Wraps the current paragraph" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2DUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.command.autoconf" commandName="Invoke Autoconf" description="Run autoconf in the selected directory" category="_mft9U0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2DkTkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2D0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2EETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.removeFromWorkingSet" commandName="Remove From Working Set" description="Removes the selected object from a working set." category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2EUTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.createAntBuildFile" commandName="Create Ant Build File" description="Creates an Ant build file for the current project" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2EkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.openSelectedTask" commandName="Open Selected Task" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2E0TkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2FETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesLinkWithSelection" commandName="Link with Selection" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2FUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.editor.select.next" commandName="Select Next Element" description="Expand selection to include next element" category="_mfukcUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2FkTkEeuhcohFiL0HdQ" 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="_mft9R0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2F0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.deleteCompleted" commandName="Delete Completed Tasks" description="Delete the tasks marked as completed" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2GETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.goToNextUnread" commandName="Go To Next Unread Task" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2GUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.validation.ValidationCommand" commandName="Validate" description="Invoke registered Validators" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2GkTkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfy2G0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RebaseInteractiveCurrent" commandName="Rebase Interactive" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc0ETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc0UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.openEditorDropDown" commandName="Quick Switch Editor" description="Open the editor drop down list" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc0kTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.editors.text.show.tooltip" commandName="Show Tooltip Description" description="Shows the tooltip description for the element at the cursor" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc00TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.deleteNextWord" commandName="Delete Next Word" description="Delete the next word" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc1ETkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.openDependencies" commandName="Open Plug-in Dependencies" description="Opens the plug-in dependencies view for the current plug-in" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc1UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.debug.ui.refreshAll" commandName="Refresh Debug Views" description="Refresh all data in debug views" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc1kTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in Java editors" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc10TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.SkipRebase" commandName="Skip commit and continue" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc2ETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected method" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc2UTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc2kTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.SetQuickdiffBaseline" commandName="Set quickdiff baseline" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc20TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.undo" commandName="Undo" description="Undo the last operation" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc3ETkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.fxgraph.ui.fxgraphconvert" commandName="Convert to FXGraph" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc3UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.newQuickMenu" commandName="New menu" description="Open the New menu" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc3kTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc30TkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc4ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.openWorkspace" commandName="Switch Workspace" description="Open the workspace selection dialog" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc4UTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc4kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.closeAll" commandName="Close All" description="Close all editors" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc40TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a Java editor" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc5ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.cut" commandName="Cut" description="Cut the selection to the clipboard" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc5UTkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc5kTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Merge" commandName="Merge" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc50TkEeuhcohFiL0HdQ" elementId="org.eclipse.ltk.ui.refactor.apply.refactoring.script" commandName="Apply Script" description="Perform refactorings from a refactoring script on the local workspace" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc6ETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.ReplaceWithRef" commandName="Replace with branch, tag, or reference" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc6UTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AudioNextTrack" commandName="Audio Next Track" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc6kTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.submitTask" commandName="Submit Task" description="Submits the currently open task" category="_mfukXkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc60TkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.testNgSuiteShortcut.coverage" commandName="Coverage TestNG Suite" description="Coverage TestNG Suite" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc7ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in C/C++ editors" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc7UTkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc7kTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.ui.reload.dependencies" commandName="Reload Dependencies" description="Reload Dependencies" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc70TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" commandName="Show Selected Element Only" description="Show Selected Element Only" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc8ETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.uncomment" commandName="Uncomment" description="Uncomments the selected // style comment lines" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc8UTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.css.CssDsl.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc8kTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc80TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.junit.junitShortcut.rerunFailedFirst" commandName="Rerun JUnit Test - Failures First" description="Rerun JUnit Test - Failures First" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc9ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.export" commandName="Export" description="Export" category="_mft9TETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfzc9UTkEeuhcohFiL0HdQ" elementId="exportWizardId" name="Export Wizard"/>
|
|
</commands>
|
|
<commands xmi:id="_mfzc9kTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.launching.localJavaShortcut.debug" commandName="Debug Java Application" description="Debug Java Application" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc90TkEeuhcohFiL0HdQ" 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="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc-ETkEeuhcohFiL0HdQ" elementId="com.python.pydev.refactoring.actions.PyFindAllOccurrences" commandName="Find all references" description="Find all references" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc-UTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc-kTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.FormatAction" commandName="Format" description="Format text" category="_mfukcUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc-0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.ApplyPatch" commandName="Apply Patch" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc_ETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.DefaultSyntaxColoring" commandName="Use default syntax coloring" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc_UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.targetBuildCommand" commandName="Build Target Build" description="Invoke a make target build for the selected container." category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc_kTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavaPerspective" commandName="Java" description="Show the Java perspective" category="_mfukckTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzc_0TkEeuhcohFiL0HdQ" elementId="com.boothen.jsonedit.format" commandName="Format JSON" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdAETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.organize.includes" commandName="Organize Includes" description="Evaluates all required includes and replaces the current includes" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdAUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.indent" commandName="Correct Indentation" description="Corrects the indentation of the selected lines" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdAkTkEeuhcohFiL0HdQ" 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="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdA0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.forwardHistory" commandName="Forward History" description="Move forward in the editor navigation history" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdBETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TimelinePlayOrPause" commandName="Timeline / Play or Pause" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdBUTkEeuhcohFiL0HdQ" elementId="org.eclipse.search.ui.performTextSearchProject" commandName="Find Text in Project" description="Searches the files in the project for specific text." category="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdBkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.project.rebuildAll" commandName="Rebuild All" description="Rebuild all projects" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdB0TkEeuhcohFiL0HdQ" elementId="org.eclipse.gef.zoom_in" commandName="Zoom In" description="Zoom In" category="_mfukdETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdCETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdCUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.openLocalFile" commandName="Open File..." description="Open a file" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdCkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Disconnect" commandName="Disconnect" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdC0TkEeuhcohFiL0HdQ" elementId="org.eclipse.launchbar.ui.command.stop" commandName="Stop" category="_mfukb0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdDETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdDUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.scriptEngine" commandName="Offline Action for scripting" description="Offline Action for scripting" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdDkTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.externalizeStrings" commandName="Externalize Strings in Plug-ins" description="Extract translatable strings from plug-in files" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdD0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.refresh" commandName="Refresh" description="Refresh the selected items" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdEETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewChangeCredentials" commandName="Change Credentials" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdEUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.extractMethodInplace.assist" commandName="Quick Assist - Extract method" description="Invokes quick assist and selects 'Extract to method'" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdEkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdE0TkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.p2.ui.SearchRepositories" commandName="Search Repositories" category="_mfukU0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdFETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.closeAllPerspectives" commandName="Close All Perspectives" description="Close all open perspectives" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdFUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.targetBuildLastCommand" commandName="Rebuild Last Target" description="Rebuild the last make target for the selected container or project." category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdFkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.gdb.ui.command.osview.connect" commandName="Connect" description="Connect to selected processes" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdF0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.managedbuilder.ui.convertTarget" commandName="Convert To" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdGETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdGUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.loadSymbols" commandName="Load Symbols" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdGkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.disconnected" commandName="Disconnected" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdG0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.lineStart" commandName="Select Line Start" description="Select to the beginning of the line of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdHETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.groupDebugContexts" commandName="Group" description="Groups the selected debug contexts" category="_mfukbETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdHUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.commit.Reword" commandName="Reword Commit" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdHkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphTreeExpand" commandName="Graph / Tree - Expand" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdH0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in JavaScript editors" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdIETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.editors.lineNumberToggle" commandName="Show Line Numbers" description="Toggle display of line numbers" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdIUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.select.enclosing" commandName="Select Enclosing C/C++ Element" description="Expand the selection to enclosing C/C++ element" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdIkTkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdI0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.index.ui.command.ResetIndex" commandName="Refresh Search Index" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdJETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.insertRightGuillemet" commandName="Insert right guillemet" description="Inserts an closing french quote" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdJUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchCommit" commandName="Toggle Latest Branch Commit" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdJkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.command.automake" commandName="Invoke Automake" description="Run automake from the selected directory" category="_mft9U0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdJ0TkEeuhcohFiL0HdQ" elementId="org.eclipse.tm.terminal.paste" commandName="Paste" category="_mfukbUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdKETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.PushCommit" commandName="Push Commit..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdKUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.xbase.ui.multiOrganizeImports" commandName="Organize All Imports" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdKkTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdK0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.showInSystemExplorer" commandName="Show In (System Explorer)" description="Show in system's explorer (file manager)" category="_mfukZETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfzdLETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.showInSystemExplorer.path" name="Resource System Path Parameter"/>
|
|
</commands>
|
|
<commands xmi:id="_mfzdLUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.new.local.task" commandName="New Local Task" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdLkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.lineDown" commandName="Select Line Down" description="Extend the selection to the next line of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdL0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdMETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.lowerCase" commandName="To Lower Case" description="Changes the selection to lower case" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdMUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.CompareWithIndex" commandName="Compare with Index" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdMkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.zoomOut" commandName="Zoom Out" description="Zoom out text, decrease default font size for text editors" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdM0TkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.discovery.ui" commandName="m2e Marketplace" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdNETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskIncomplete" commandName="Mark Task Incomplete" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdNUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.save" commandName="Save" description="Save the current contents" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdNkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.assignAllParamsToNewFields.assist" commandName="Quick Assist - Assign all parameters to new fields" description="Invokes quick assist and selects 'Assign all parameters to new fields'" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdN0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdOETkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdOUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AudioSeekAhead30s" commandName="Audio Seek Ahead 30s" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdOkTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdO0TkEeuhcohFiL0HdQ" 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="_mft9QETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mfzdPETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.specific_content_assist.category_id" name="type" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mfzdPUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToNextUnread" commandName="Mark Task Read and Go To Next Unread Task" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdPkTkEeuhcohFiL0HdQ" elementId="org.eclipse.team.ui.applyPatch" commandName="Apply Patch..." description="Apply a patch to one or more workspace projects." category="_mfukW0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdP0TkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.commands.rundefaulttasks" commandName="Run Gradle Default Tasks" description="Runs the default tasks of the selected Gradle project" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mfzdQETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TimelineShowView" commandName="Timeline / Show View" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D4ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.lineEnd" commandName="Select Line End" description="Select to the end of the line of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D4UTkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.removeActiveSession" commandName="Remove Active Session" category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D4kTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskRead" commandName="Mark Task Read" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D40TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D5ETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.wordPrevious" commandName="Select Previous Word" description="Select the previous word" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D5UTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.indent" commandName="Indent Line" description="Indents the current line" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D5kTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D50TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.StepOver" commandName="Step Over" description="Step over" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D6ETkEeuhcohFiL0HdQ" elementId="org.eclipse.compare.selectPreviousChange" commandName="Select Previous Change" description="Select Previous Change" category="_mfukZkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D6UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.reverseStepInto" commandName="Reverse Step Into" description="Perform Reverse Step Into" category="_mfukd0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D6kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.exit" commandName="Exit" description="Exit the application" category="_mft9TETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf0D60TkEeuhcohFiL0HdQ" elementId="mayPrompt" name="may prompt"/>
|
|
</commands>
|
|
<commands xmi:id="_mf0D7ETkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.xml.commands.empty" commandName="Empty command" description="Command which does nothing" category="_mft9QUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D7UTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.CompareWithHead" commandName="Compare with HEAD Revision" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D7kTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.CompareWithCommit" commandName="Compare with Commit..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D70TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewOpen" commandName="Open" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D8ETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateAllTasks" commandName="Deactivate Task" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D8UTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.ShowHistory" commandName="Show in History" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D8kTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D80TkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.core.ui.command.updateProject" commandName="Update Project" description="Update Maven project configuration and dependencies" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D9ETkEeuhcohFiL0HdQ" elementId="org.eclipse.tools.layout.spy.commands.layoutSpyCommand" commandName="Layout Spy" description="Show the Layout Spy" category="_mfukdkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D9UTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.SimplePush" commandName="Push to Upstream" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D9kTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.jdt.ui.fxgettersetter" commandName="Generate JavaFX Getters and Setters" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D90TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.addMemoryMonitor" commandName="Add Memory Block" description="Add memory block" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D-ETkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.organizeManifest" commandName="Organize Manifests" description="Cleans up plug-in manifest files" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D-UTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D-kTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.gmodel.GModelDSL.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D-0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.junit.junitShortcut.run" commandName="Run JUnit Test" description="Run JUnit Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D_ETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.PushHeadToGerrit" commandName="Push Current Head to Gerrit" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D_UTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.selectAll" commandName="Select All" description="Select all" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D_kTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.meson.ui.command.runninja" commandName="Run ninja" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0D_0TkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.swtBotJunitShortcut.coverage" commandName="Coverage SWTBot Test" description="Coverage SWTBot Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EAETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EAUTkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EAkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.project.rebuildProject" commandName="Rebuild Project" description="Rebuild the selected projects" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EA0TkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.core.pomFileAction.run" commandName="Run Maven Build" description="Run Maven Build" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EBETkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.linkWithSelection" commandName="Link with Current Selection" category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EBUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName" commandName="Copy Qualified Name" description="Copy the qualified name for the selected element" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EBkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AudioSeekBack60s" commandName="Audio Seek Back 60s" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EB0TkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.actions.LifeCycleInstall.run" commandName="Run Maven Install" description="Run Maven Install" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ECETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.copyLineDown" commandName="Copy Lines" description="Duplicates the selected lines and moves the selection to the copy" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ECUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.FocusViewport" commandName="Focus Viewport" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ECkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.refactor.extract.local.variable" commandName="Extract Local Variable - Refactoring " description="Extracts a local variable for the selected expression" category="_mft9UETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EC0TkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.setup.editor.perform" commandName="Perform Setup Tasks" category="_mfukYUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EDETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.ShowGLInfo" commandName="Show OpenGL Info" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EDUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.help.installationDialog" commandName="Installation Information" description="Open the installation dialog" category="_mfukaUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EDkTkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ED0TkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EEETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.ToggleStepFilters" commandName="Use Step Filters" description="Toggles enablement of debug step filters" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EEUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.lineUp" commandName="Line Up" description="Go up one line of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EEkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.windowStart" commandName="Window Start" description="Go to the start of the window" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EE0TkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EFETkEeuhcohFiL0HdQ" elementId="com.python.pydev.actions.pyShowHierarchy" commandName="Show Python Class Hierarchy" description="Show the class hierarchy for a python class" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EFUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.commons.ui.command.AddRepository" commandName="Add Repository" category="_mfukVETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EFkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.commands.empty" commandName="Empty command" description="Command which does nothing" category="_mft9QUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EF0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EGETkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.antShortcut.debug" commandName="Debug Ant Build" description="Debug Ant Build" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EGUTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EGkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.AssumeUnchanged" commandName="Assume Unchanged" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EG0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.closePerspective" commandName="Close Perspective" description="Close the current perspective" category="_mft9T0TkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf0EHETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.closePerspective.perspectiveId" name="Perspective Id"/>
|
|
</commands>
|
|
<commands xmi:id="_mf0EHUTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.fxgraph.ui.fxml" commandName="Convert to FXGraph" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EHkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.togglecomment" commandName="Python Toggle Comment" description="Toggles comments of python line/s (Adds/Removes # at beggining of the line)" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EH0TkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EIETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.ui.nextSibling" commandName="Next Sibling" description="Go to Next Sibling" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EIUTkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EIkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a JavaScript editor" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EI0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.cheatsheets.openCheatSheetURL" commandName="Open Cheat Sheet from URL" description="Open a Cheat Sheet from file at a specified URL." category="_mfukaUTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf0EJETkEeuhcohFiL0HdQ" elementId="cheatSheetId" name="Identifier" optional="false"/>
|
|
<parameters xmi:id="_mf0EJUTkEeuhcohFiL0HdQ" elementId="name" name="Name" optional="false"/>
|
|
<parameters xmi:id="_mf0EJkTkEeuhcohFiL0HdQ" elementId="url" name="URL" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf0EJ0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.PushBranch" commandName="Push Branch..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EKETkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.core.ui.command.addDependency" commandName="Add Maven Dependency" description="Add Maven dependency" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EKUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.commands.Execute" commandName="Execute" description="Evaluate selected text" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EKkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EK0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.navigate.gotopackage" commandName="Go to Folder" description="Go to Folder" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ELETkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ELUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.closeAllSaved" commandName="Close All Saved" description="Close all saved editors" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ELkTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclaration" commandName="Open Declaration" description="Opens the declaration for the currently selected cross reference" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EL0TkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EMETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.redo" commandName="Redo" description="Redo the last operation" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EMUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.codetemplates.Codetemplates.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EMkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.refactoring.command.ExtractLocalVariable" commandName="Extract Local Variable..." category="_mft9UETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EM0TkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.editor.RenameArtifactAction" commandName="Rename Maven Artifact..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ENETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.selectWorkingSets" commandName="Select Working Sets" description="Select the working sets that are applicable for this window." category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ENUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.NewSynthclipseMRTExample" commandName="New Synthclipse Multiple Render Targets Example" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ENkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EN0TkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.api.tools.ui.remove.filters" commandName="Remove &API Problem Filters..." description="Remove API problem filters for this project" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EOETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.codan.commands.runCodanCommand" commandName="Run Code Analysis" category="_mfuka0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EOUTkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EOkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.ui.actions.runEditorBasedOnNatureTypeAction" commandName="Run editor with current interpreter" description="Run the editor based on the python nature" category="_mft9TUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EO0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EPETkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.l10n.ui.insertRightGuillemet" commandName="Right Guillemet" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EPUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.close" commandName="Close" description="Close the active editor" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EPkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.excludeCommand" commandName="Exclude from Build" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EP0TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AudioPreviousTrack" commandName="Audio Previous Track" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EQETkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EQUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.xbase.ui.refactoring.ExtractLocalVariable" commandName="Extract Local Variable" description="Replaces the given expression with a newly declared local variable" category="_mfukeETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EQkTkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EQ0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.Reset" commandName="Reset..." category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf0ERETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.ResetMode" name="Reset mode" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf0ERUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.previousSubTab" commandName="Previous Sub-Tab" description="Switch to the previous sub-tab" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ERkTkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ER0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.showIn" commandName="Show In" category="_mfukZETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf0ESETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.showIn.targetId" name="Show In Target Id" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf0ESUTkEeuhcohFiL0HdQ" elementId="sed.tabletree.collapseAll" commandName="Collapse All" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ESkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewRemoveRemote" commandName="Delete Remote" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0ES0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.dialogs.openInputDialog" commandName="Open Input Dialog" description="Open an Input Dialog" category="_mfukUkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf0ETETkEeuhcohFiL0HdQ" elementId="title" name="Title"/>
|
|
<parameters xmi:id="_mf0ETUTkEeuhcohFiL0HdQ" elementId="message" name="Message"/>
|
|
<parameters xmi:id="_mf0ETkTkEeuhcohFiL0HdQ" elementId="initialValue" name="Initial Value"/>
|
|
<parameters xmi:id="_mf0ET0TkEeuhcohFiL0HdQ" elementId="cancelReturns" name="Return Value on Cancel"/>
|
|
</commands>
|
|
<commands xmi:id="_mf0EUETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.pasteJavaCode" commandName="Paste Java Code" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EUUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RebaseCurrent" commandName="Rebase" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EUkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.xml.editor.actions.SwitchAction" commandName="Switch Source/Design Views" description="Switch between the Source and Design views." category="_mft9QUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EU0TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphToggleShowOnlyRecorded" commandName="Graph / Toggle 'Show Only Recorded'" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EVETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.convertSpaceToTab" commandName="Convert space-tabs to tabs" description="Converts tab-width space groups to tabs from selected region or whole document if nothing selected" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0EVUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.startTracing" commandName="Start Tracing " description="Start Tracing Experiment" category="_mfukeUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q8ETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors" commandName="Generate Constructors from Superclass" description="Evaluate and add constructors from superclass" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q8UTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskComplete" commandName="Mark Task Complete" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q8kTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.windowStart" commandName="Select Window Start" description="Select to the start of the window" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q80TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q9ETkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q9UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.command.aclocal" commandName="Invoke Aclocal" description="Run aclocal from the selected directory" category="_mft9U0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q9kTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewImportProjects" commandName="Import Projects..." description="Import or create in local Git repository" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q90TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AnimationRewind" commandName="Animation Rewind" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q-ETkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.commands.CoverageLast" commandName="Coverage" description="Coverage" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q-UTkEeuhcohFiL0HdQ" elementId="org.eclipse.compare.copyAllLeftToRight" commandName="Copy All from Left to Right" description="Copy All Changes from Left to Right" category="_mfukZkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q-kTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.command.autoheader" commandName="Invoke Autoheader" description="Run autoheader from the selected directory" category="_mft9U0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q-0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.gdb.ui.command.selectPreviousTraceRecord" commandName="Previous Trace Record" description="Select Previous Trace Record" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q_ETkEeuhcohFiL0HdQ" elementId="org.python.pydev.interactiveconsole.evaluateActionSetter" commandName="Interactive Console" description="Activates the interactive console." category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q_UTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.targetCreateCommand" commandName="Create Build Target" description="Create a new make build target for the selected container." category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q_kTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0q_0TkEeuhcohFiL0HdQ" elementId="org.eclipse.search.ui.openFileSearchPage" commandName="File Search" description="Open the Search dialog's file search page" category="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rAETkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rAUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewAddRepository" commandName="Add a Git Repository" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rAkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.commands.switch" commandName="Switch Source/Design Views" description="Switch between the Source and Design views." category="_mft9QUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rA0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.breakpoint.properties" commandName="Java Breakpoint Properties" description="View and edit the properties for a given Java breakpoint" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rBETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.ExportShadertoy" commandName="Export Shadertoy Creation" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rBUTkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rBkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.command.autoreconf" commandName="Invoke Autoreconf" description="Run autoreconf from the selected directory" category="_mft9U0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rB0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearActiveTime" commandName="Clear Active Time" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rCETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.copyBuildIdCommand" commandName="Copy Build Id Information To Clipboard" description="Copies the build identification information to the clipboard." category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rCUTkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.commands.refreshproject" commandName="Refresh Gradle Project" description="Synchronizes the Gradle builds of the selected projects with the workspace" category="_mft9Q0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rCkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.textEnd" commandName="Select Text End" description="Select to the end of the text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rC0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.commands.task.attachContext" commandName="Attach Context" category="_mft9R0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rDETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.wordPrevious" commandName="Previous Word" description="Go to the previous word" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rDUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.connect" commandName="Connect" description="Connect to a process" category="_mfukbETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rDkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.preferences" commandName="Preferences" description="Open the preferences dialog" category="_mft9T0TkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf0rD0TkEeuhcohFiL0HdQ" elementId="preferencePageId" name="Preference Page"/>
|
|
</commands>
|
|
<commands xmi:id="_mf0rEETkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.sourcelookup.ui.openSourceLookupInfoDialog" commandName="Source Lookup Info" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rEUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.commit.Squash" commandName="Squash Commits" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rEkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.copy" commandName="Copy" description="Copy the selection to the clipboard" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rE0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.nextView" commandName="Next View" description="Switch to the next view" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rFETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.specific_content_assist.command" commandName="C/C++ Content Assist" description="A parameterizable command that invokes content assist with a single completion proposal category" category="_mft9QETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf0rFUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.specific_content_assist.category_id" name="type" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf0rFkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.revertToSaved" commandName="Revert to Saved" description="Revert to the last saved state" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rF0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.properties.NewPropertySheetCommand" commandName="Properties" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rGETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AudioSeekBack30s" commandName="Audio Seek Back 30s" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rGUTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.RunToLine" commandName="Run to Line" description="Resume and break when execution reaches the current line" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rGkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rG0TkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.debug" commandName="Debug OSGi Framework" description="Debug OSGi Framework" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rHETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewPaste" commandName="Paste Repository Path or URI" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rHUTkEeuhcohFiL0HdQ" 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="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rHkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.upperCase" commandName="To Upper Case" description="Changes the selection to upper case" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rH0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.ConfigureFetch" commandName="Configure Upstream Fetch" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rIETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.goInto" commandName="Go Into" description="Navigate into the selected item" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rIUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.xbase.ui.hierarchy.OpenCallHierarchy" commandName="Open Call Hierarchy" description="Open a call hierarchy on the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rIkTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.OpenRunConfigurations" commandName="Run..." description="Open run launch configuration dialog" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rI0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.windowEnd" commandName="Select Window End" description="Select to the end of the window" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rJETkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.resetOnDump" commandName="Reset on Dump" category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rJUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.minimizePart" commandName="Minimize Active View or Editor" description="Minimizes the active view or editor" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rJkTkEeuhcohFiL0HdQ" elementId="org.eclipse.tm.terminal.command1" commandName="Terminal view insert" category="_mfukbUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rJ0TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.BuildNext" commandName="Build Next Shader" description="Build next (in Project Explorer View) shader" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rKETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.open.outline" commandName="Show outline" description="Shows outline" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rKUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Untrack" commandName="Untrack" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rKkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.ImportFragmentarium" commandName="Import Fragmentarium Creation" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rK0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.add.block.comment" commandName="Add Block Comment" description="Add Block Comment" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rLETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.showSystemMenu" commandName="Show System Menu" description="Show the system menu" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rLUTkEeuhcohFiL0HdQ" 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="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rLkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.menu.rebuildIndex" commandName="Rebuild Index" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rL0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rMETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.ImportGLSLSandbox" commandName="Import GLSL Sandbox Creation" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rMUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rMkTkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.actions.LifeCycleTest.run" commandName="Run Maven Test" description="Run Maven Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rM0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.savePerspective" commandName="Save Perspective As" description="Save the current perspective" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rNETkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rNUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AudioSeekAhead60s" commandName="Audio Seek Ahead 60s" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rNkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.stopTracing" commandName="Stop Tracing " description="Stop Tracing Experiment" category="_mfukeUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rN0TkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rOETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.command.configureTrace" commandName="Configure Git Debug Trace" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rOUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.NewSynthclipseFragxFile" commandName="New Synthclipse Fragx File" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rOkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.ToggleEditorOrViewport" commandName="Toggle Editor or Viewport" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rO0TkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rPETkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rPUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.open.file.from.source" commandName="Open Selection" description="Open an editor on the selected link" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rPkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rP0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.command.ShowTestResults" commandName="Show Test Results" category="_mft9RETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rQETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode" commandName="Toggle Block Selection" description="Toggle block / column selection in the current text editor" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rQUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.goto.matching.bracket" commandName="Matching Character" description="Go to Matching Character" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rQkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rQ0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.CompareIndexWithHead" commandName="Compare File in Index with HEAD Revision" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rRETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.override.methods" commandName="Override/Implement Methods" description="Override or implement methods from super types" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rRUTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rRkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.ui.convertToDocbookCommand" commandName="Generate Docbook" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rR0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.part.nextPage" commandName="Next Page" description="Switch to the next page" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rSETkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rSUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.remove.block.comment" commandName="Remove Block Comment" description="Removes the block comment enclosing the selection" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rSkTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.l10n.ui.insertLeftGuillemet" commandName="Left Guillemet" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rS0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.refactor.extract.constant" commandName="Extract Constant - Refactoring " description="Extracts a constant for the selected expression" category="_mft9UETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rTETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rTUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.editor.OpenCallHierarchy" commandName="Open Call Hierarchy" description="Open call hierarchy for the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rTkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewClone" commandName="Clone a Git Repository" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rT0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.open.include.browser" commandName="Open Include Browser" description="Open an include browser on the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rUETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.clear.mark" commandName="Clear Mark" description="Clear the mark" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rUUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.NewSynthclipseJSXFile" commandName="New Synthclipse JSX File" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rUkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.quick_outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rU0TkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.openLastConsoleHyperlink" commandName="Open last hyperlink in console" description="Open last hyperlink in console" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rVETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or function" category="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf0rVUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewRemove" commandName="Remove Repository" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SAETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.PackagesView" commandName="JavaScript Folders" description="Show the Folders view" category="_mfukXETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SAUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ant.ui.openExternalDoc" commandName="Open External Documentation" description="Open the External documentation for the current task in the Ant editor" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SAkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewCreateRepository" commandName="Create a Repository" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SA0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SBETkEeuhcohFiL0HdQ" elementId="org.eclipse.text.quicksearch.commands.quicksearchCommand" commandName="Quick Search" category="_mft9TkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SBUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.PushTags" commandName="Push Tags..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SBkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.editRegisterGroup" commandName="Edit Register Group" description="Edits a Register Group" category="_mft9RkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SB0TkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.shared.OpenSourceFileCommand" commandName="Open Source File" description="Open the file from which this file has been generated" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SCETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.ContinueRebase" commandName="Continue Rebase" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SCUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.ViewportToggleFullscreen" commandName="Viewport / Maximise or Restore" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SCkTkEeuhcohFiL0HdQ" 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="_mfukaUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SC0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.CreatePatch" commandName="Create Patch..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SDETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.Resume" commandName="Resume" description="Resume" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SDUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.managedbuilder.ui.rebuildConfigurations" commandName="Build Selected Configurations" category="_mfukWkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SDkTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.jdt.ui.generateAnt" commandName="Generate FX Ant build.xml Command" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SD0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SEETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.commands.open.context.dialog" commandName="Show Context Quick View" description="Show Context Quick View" category="_mft9R0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SEUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.restartWorkbench" commandName="Restart" description="Restart the workbench" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SEkTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SE0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.CompareWithRef" commandName="Compare with Branch, Tag or Reference..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SFETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.commands.attachment.retrieveContext" commandName="Retrieve Context Attachment" category="_mft9R0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SFUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.toggleOverwrite" commandName="Toggle Overwrite" description="Toggle overwrite mode" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SFkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SF0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.folding.collapse_all" commandName="Collapse All" description="Collapses all folded regions" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SGETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphShowView" commandName="Graph / Show View" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SGUTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SGkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.RefreshRepositoryTasks" commandName="Synchronize Changed" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SG0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.ToggleWatchpoint" commandName="Toggle Watchpoint" description="Creates or removes a watchpoint" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SHETkEeuhcohFiL0HdQ" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog" commandName="Show Repository Catalog" category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf1SHUTkEeuhcohFiL0HdQ" elementId="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter" name="P2 Repository URI"/>
|
|
</commands>
|
|
<commands xmi:id="_mf1SHkTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.closeRendering" commandName="Close Rendering" description="Close the selected rendering." category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SH0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewOpenInEditor" commandName="Open in Editor" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SIETkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SIUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.submodule.update" commandName="Update Submodule" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SIkTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.ProfileLast" commandName="Profile" description="Launch in profile mode" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SI0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Pull" commandName="Pull" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SJETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.TypeHierarchy" commandName="JavaScript Type Hierarchy" description="Show the Type Hierarchy view" category="_mfukXETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SJUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.swap.mark" commandName="Swap Mark" description="Swap the mark with the cursor position" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SJkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SJ0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.commands.interest.increment" commandName="Make Landmark" description="Make Landmark" category="_mft9R0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SKETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.opencview" commandName="Show in C/C++ Project view" description="Shows the selected resource in the C/C++ Project view" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SKUTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SKkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SK0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureFetch" commandName="Configure Fetch..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SLETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SLUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewShowInSystemExplorer" commandName="Show In System Explorer" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SLkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SL0TkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SMETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.shiftLeft" commandName="Shift Left" description="Shift a block of text to the left" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SMUTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.run" commandName="Run OSGi Framework" description="Run OSGi Framework" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SMkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.structure.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SM0TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TimelineTreeExpand" commandName="Timeline / Tree - Expand" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SNETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.goToMatchingBracket" commandName="Go to Matching Bracket" description="Go to Matching Bracket" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SNUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Push" commandName="Push..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SNkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.commands.AddClassPrepareBreakpoint" commandName="Add Class Load Breakpoint" description="Add a class load breakpoint" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SN0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.command.breakpointProperties" commandName="C/C++ Breakpoint Properties" description="View and edit properties for a given C/C++ breakpoint" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SOETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.uncall" commandName="Uncall" description="Perform Uncall" category="_mfukd0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SOUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.edit.text.makefile.opendecl" commandName="Open declaration" description="Follow to the directive definition" category="_mfukUETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SOkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.generate.javadoc" commandName="Generate JSDoc" description="Generates JSDoc for a selectable set of JavaScript resources" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SO0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.stash.drop" commandName="Delete Stashed Commit..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SPETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.DebugPerspective" commandName="Debug" description="Open the debug perspective" category="_mfukckTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SPUTkEeuhcohFiL0HdQ" elementId="org.eclipse.tips.ide.command.open" commandName="Tip of the Day" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SPkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SP0TkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.xbase.ui.OpenImplementationCommand" commandName="Open Implementation" description="Open the Implementations in the method's hierarchy" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SQETkEeuhcohFiL0HdQ" 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="_mft9QETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf1SQUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.specific_content_assist.category_id" name="type" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf1SQkTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SQ0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.expandAll" commandName="Expand All" description="Expand the current tree" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SRETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.saveAll" commandName="Save All" description="Save all current contents" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SRUTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SRkTkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SR0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SSETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.closeOthers" commandName="Close Others" description="Close all editors except the one that is active" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SSUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.command.showOutline" commandName="Show Outline" category="_mft9U0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SSkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SS0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.editors.quickdiff.revertLine" commandName="Revert Line" description="Revert the current line" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1STETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.OpenDebugConfigurations" commandName="Debug..." description="Open debug launch configuration dialog" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1STUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.SimpleFetch" commandName="Fetch from Upstream" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1STkTkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.sourcelookup.ui.importBinaryProject" commandName="Import Binary Project" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1ST0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.previousEditor" commandName="Previous Editor" description="Switch to the previous editor" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SUETkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SUUTkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SUkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.zoomIn" commandName="Zoom In" description="Zoom in text, increase default font size for text editors" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SU0TkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.css.cssext.CssExtDsl.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SVETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.OpenMarkersView" commandName="Open Another" description="Open another view" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SVUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.PackageExplorer" commandName="JavaScript Script Explorer" description="Show the Script Explorer" category="_mfukXETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SVkTkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SV0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.newRendering" commandName="New Rendering" description="Add a new rendering." category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SWETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.project.closeUnrelatedProjects" commandName="Close Unrelated Projects" description="Close unrelated projects" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SWUTkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SWkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.markers.copyMarkerResourceQualifiedName" commandName="Copy Resource Qualified Name To Clipboard" description="Copies markers resource qualified name to the clipboard" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SW0TkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.run" commandName="Run Eclipse Application" description="Run Eclipse Application" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SXETkEeuhcohFiL0HdQ" elementId="org.eclipse.search.ui.performTextSearchWorkspace" commandName="Find Text in Workspace" description="Searches the files in the workspace for specific text." category="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SXUTkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SXkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.remove.block.comment" commandName="Remove Block Comment" description="Remove Block Comment" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SX0TkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.runtime.spy.commands.menuSpyCommand" commandName="Plug-in Menu Spy" description="Show the Plug-in Spy" category="_mfukdkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SYETkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SYUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SYkTkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.core.ui.command.openPom" commandName="Open Maven POM" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SY0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.index.rebuild" commandName="Rebuild Java Index" description="Rebuilds the Java index database" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SZETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.addBookmark" commandName="Add Bookmark" description="Add a bookmark" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SZUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.reverseToggle" commandName="Reverse Toggle" description="Toggle Reverse Debugging" category="_mfukd0TkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf1SZkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.commands.radioStateParameter" name="TraceMethod" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf1SZ0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xsd.ui.refactor.rename.element" commandName="&Rename XSD element" description="Rename XSD element" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SaETkEeuhcohFiL0HdQ" elementId="org.python.pydev.refactoring.ui.actions.RenameCommand" commandName="Rename..." description="Rename Refactoring..." category="_mft9UUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SaUTkEeuhcohFiL0HdQ" elementId="org.eclipse.emf.mwe2.language.Mwe2.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SakTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.set.mark" commandName="Set Mark" description="Set the mark" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1Sa0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.goToPreviousUnread" commandName="Go To Previous Unread Task" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SbETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SbUTkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1SbkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView" commandName="Show View" description="Shows a particular view" category="_mfukXETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf1Sb0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.viewId" name="View"/>
|
|
<parameters xmi:id="_mf1ScETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.secondaryId" name="Secondary Id"/>
|
|
<parameters xmi:id="_mf1ScUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.views.showView.makeFast" name="As FastView"/>
|
|
</commands>
|
|
<commands xmi:id="_mf1SckTkEeuhcohFiL0HdQ" elementId="org.python.pydev.refactoring.ui.actions.OverrideMethodsCommand" commandName="Override/Implement Methods..." description="PEPTIC: Override/Implement Methods" category="_mft9UUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf1Sc0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.refactor.hide.method" commandName="Hide Member Function..." category="_mft9UETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15EETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.edit.text.makefile.toggle.comment" commandName="Toggle Comment" description="Comment/uncomment selected lines with # style comments" category="_mfukUETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15EUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Ignore" commandName="Ignore" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15EkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.commit.Edit" commandName="Edit Commit" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15E0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.showResourceByPath" commandName="Show Resource in Navigator" description="Show a resource in the Navigator given its path" category="_mfukZETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf15FETkEeuhcohFiL0HdQ" elementId="resourcePath" name="Resource Path" typeId="org.eclipse.ui.ide.resourcePath" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf15FUTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.SkipAllBreakpoints" commandName="Skip All Breakpoints" description="Sets whether or not any breakpoint should suspend execution" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15FkTkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.selectRootElements" commandName="Select Root Elements" category="_mft9S0TkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf15F0TkEeuhcohFiL0HdQ" elementId="type" name="type" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf15GETkEeuhcohFiL0HdQ" 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="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15GUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.findNext" commandName="Find Next" description="Find next item" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15GkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.hidetrimbars" commandName="Toggle visibility of the window toolbars" description="Toggle the visibility of the toolbars of the current window" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15G0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15HETkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15HUTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.openPluginArtifact" commandName="Open Plug-in Artifact" description="Open a plug-in artifact in the manifest editor" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15HkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.nextSubTab" commandName="Next Sub-Tab" description="Switch to the next sub-tab" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15H0TkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15IETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.addTaskRepository" commandName="Add Task Repository..." category="_mft9SUTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf15IUTkEeuhcohFiL0HdQ" elementId="connectorKind" name="Repository Type"/>
|
|
</commands>
|
|
<commands xmi:id="_mf15IkTkEeuhcohFiL0HdQ" elementId="com.boothen.jsonedit.quickOutline" commandName="Quick Outline" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15I0TkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.removeAllSessions" commandName="Remove All Sessions" category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15JETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.run" commandName="Run Java Application" description="Run Java Application" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15JUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.goto.next.member" commandName="Go to Next Member" description="Move the caret to the next member of the translation unit" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15JkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.addTask" commandName="Add Task..." description="Add a task" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15J0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElementWithBrowser" commandName="Open Build with Browser" category="_mft9RETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf15KETkEeuhcohFiL0HdQ" elementId="element" name="Element"/>
|
|
</commands>
|
|
<commands xmi:id="_mf15KUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.structure.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15KkTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.updateUnitVersions" commandName="Update IU Versions from Repositories" description="Update to latest IU versions" category="_mfukVkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15K0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.cheatsheets.openCheatSheet" commandName="Open Cheat Sheet" description="Open a Cheat Sheet." category="_mfukaUTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf15LETkEeuhcohFiL0HdQ" elementId="cheatSheetId" name="Identifier"/>
|
|
</commands>
|
|
<commands xmi:id="_mf15LUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.viewSource.command" commandName="View Unformatted Text" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15LkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.moveLineDown" commandName="Move Lines Down" description="Moves the selected lines down" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15L0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.SourceView" commandName="JavaScript Declaration" description="Show the Declaration view" category="_mfukXETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15METkEeuhcohFiL0HdQ" elementId="org.eclipse.equinox.p2.ui.sdk.update" commandName="Check for Updates" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15MUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.textEnd" commandName="Text End" description="Go to the end of the text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15MkTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.searchTargetRepositories" commandName="Add Artifact to Target Platform" description="Add an artifact to your target platform" category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf15M0TkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.searchTargetRepositories.term" name="The initial search pattern for the artifact search dialog"/>
|
|
</commands>
|
|
<commands xmi:id="_mf15NETkEeuhcohFiL0HdQ" elementId="org.eclipse.launchbar.ui.command.launchActive" commandName="Launch Active Launch Configuration" category="_mfukb0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15NUTkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15NkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.part.previousPage" commandName="Previous Page" description="Switch to the previous page" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15N0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.override.methods" commandName="Override/Implement Functions" description="Override or implement functions from super types" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15OETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.open.quick.type.hierarchy" commandName="Quick Type Hierarchy" description="Shows quick type hierarchy" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15OUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.Build" commandName="Build Shader" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15OkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.hover.backwardMacroExpansion" commandName="Back" description="Steps backward in macro expansions" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15O0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.project.closeProject" commandName="Close Project" description="Close the selected project" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15PETkEeuhcohFiL0HdQ" elementId="org.python.pydev.refactoring.ui.actions.ExtractLocalCommand" commandName="Extract Local Variable..." description="PEPTIC: Extracts the selected expression into a new local variable" category="_mft9UUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15PUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.PullWithOptions" commandName="Pull..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15PkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15P0TkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.css.ui.addNature" commandName="Add CSSEditor Nature" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15QETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15QUTkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15QkTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.updateClasspath" commandName="Update Classpath" description="Updates the plug-in classpath from latest settings" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15Q0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.debugNewExecutable" commandName="Debug New Executable" description="Debug a new executable" category="_mfukbETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15RETkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15RUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskUnread" commandName="Mark Task Unread" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15RkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.gdb.ui.command.selectNextTraceRecord" commandName="Next Trace Record" description="Select Next Trace Record" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15R0TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphTreeCollapse" commandName="Graph / Tree - Collapse" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15SETkEeuhcohFiL0HdQ" elementId="org.eclipse.search.ui.performTextSearchFile" commandName="Find Text in File" description="Searches the files in the file for specific text." category="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15SUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AudioStop" commandName="Audio Stop" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15SkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.structure.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15S0TkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.pyOrganizeImports" commandName="Python Organize Imports" description="Organize Imports" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15TETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15TUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.cut.line" commandName="Cut Line" description="Cut a line of text, or multiple lines when invoked again without interruption" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15TkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.command.NewTaskFromBuild" commandName="New Task From Build" category="_mft9RETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15T0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.folding.expand_all" commandName="Expand All" description="Expands all folded regions" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15UETkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf15UUTkEeuhcohFiL0HdQ" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf15UkTkEeuhcohFiL0HdQ" 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="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15U0TkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.launching.junitPdeShortcut.run" commandName="Run JUnit Plug-in Test" description="Run JUnit Plug-in Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15VETkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15VUTkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.setup.editor.openEditorDropdown" commandName="Open Setup Editor" category="_mfukYUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15VkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.help.quickStartAction" commandName="Welcome" description="Show help for beginning users" category="_mfukaUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15V0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.ReplaceWithPrevious" commandName="Replace with Previous Revision" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15WETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.hover.forwardMacroExpansion" commandName="Forward" description="Steps forward in macro expansions" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15WUTkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.sourcelookup.ui.openPom" commandName="Open Pom" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15WkTkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.setup.ui.questionnaire" commandName="Configuration Questionnaire" description="Review the IDE's most fiercely contested preferences" category="_mfukYUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15W0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.hideShowEditors" commandName="Toggle Shared Area Visibility" description="Toggles the visibility of the shared area" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15XETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.folding.restore" commandName="Reset Structure" description="Resets the folding structure" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15XUTkEeuhcohFiL0HdQ" elementId="org.eclipse.help.ui.indexcommand" commandName="Index" description="Show Keyword Index" category="_mfukaUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15XkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.clean.up" commandName="Clean Up" description="Solve problems and improve code style on selected resources" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15X0TkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.api.tools.ui.setup.projects" commandName="API &Tools Setup..." description="Configure projects for API usage and compatibility checks" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15YETkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15YUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.debug" commandName="Debug Java Application" description="Debug Java Application" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15YkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AnimationPlayOrPause" commandName="Animation Play or Pause" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15Y0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.forward" commandName="Forward" description="Navigate forward" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15ZETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.CherryPick" commandName="Cherry Pick" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15ZUTkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.commands.openbuildscript" commandName="Open Gradle Build Script" description="Opens the Gradle build script for the selected Gradle project" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15ZkTkEeuhcohFiL0HdQ" elementId="org.eclipse.launchbar.ui.command.configureActiveLaunch" commandName="Edit Active Launch Configuration" category="_mfukb0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15Z0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15aETkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.commands.openrunconfiguration" commandName="Open Gradle Run Configuration" description="Opens the Run Configuration for the selected Gradle tasks" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15aUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.DeleteTag" commandName="&Delete Tag" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15akTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations" commandName="Remove Occurrence Annotations" description="Removes the occurrence annotations from the current editor" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15a0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.pinEditor" commandName="Pin Editor" description="Pin the current editor" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15bETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.refactor.override.methods" commandName="Override Methods..." description="Generates override methods for a selected class" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15bUTkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15bkTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.jdt.ui.export" commandName="FX Build Command" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15b0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.pageUp" commandName="Page Up" description="Go up one page" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15cETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.submodule.sync" commandName="Sync Submodule" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15cUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.DeleteBranch" commandName="Delete Branch" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15ckTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.columnPrevious" commandName="Previous Column" description="Go to the previous column" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15c0TkEeuhcohFiL0HdQ" elementId="org.eclipse.tm.terminal.copy" commandName="Copy" category="_mfukbUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15dETkEeuhcohFiL0HdQ" elementId="org.python.pydev.refactoring.ui.actions.GeneratePropertiesCommand" commandName="Generate Properties..." description="PEPTIC: Generate properties using Fields" category="_mft9UUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15dUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.refactor.getters.and.setters" commandName="Generate Getters and Setters..." description="Generates getters and setters for a selected field" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15dkTkEeuhcohFiL0HdQ" elementId="org.eclipse.compare.selectNextChange" commandName="Select Next Change" description="Select Next Change" category="_mfukZkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15d0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.ui.generate.xml" commandName="XML File..." description="Generate a XML file from the selected DTD or Schema" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15eETkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15eUTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15ekTkEeuhcohFiL0HdQ" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource" commandName="Rename Resource" description="Rename the selected resource and notify LTK participants." category="_mfukc0TkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf15e0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource.newName.parameter.key" name="Selected resource's new name."/>
|
|
</commands>
|
|
<commands xmi:id="_mf15fETkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.importFromRepository" commandName="Import Plug-in from a Repository" description="Imports a plug-in from a source repository" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15fUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.open.quick.macro.explorer" commandName="Explore Macro Expansion" description="Opens a quick view for macro expansion exploration" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15fkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Rebase" commandName="Rebase on" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15f0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.previousTask" commandName="Previous Task Command" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15gETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.properties" commandName="Properties" description="Display the properties of the selected item" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15gUTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15gkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.ReplaceWithHead" commandName="Replace with HEAD revision" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15g0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.renameInFile.assist" commandName="Quick Assist - Rename in file" description="Invokes quick assist and selects 'Rename in file'" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15hETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.navigation.pyUnCollapse" commandName="Python Un Collapse" description="Un Collapse block of code" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15hUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.refactor.toggle.function" commandName="Toggle Function - Refactoring " description="Toggles the implementation between header and implementation file" category="_mft9UETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15hkTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15h0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.activeContextInfo" commandName="Show activeContext Info" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15iETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToPreviousUnread" commandName="Mark Task Read and Go To Previous Unread Task" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15iUTkEeuhcohFiL0HdQ" elementId="com.python.pydev.analysis.actions.pyGlobalsBrowserWorkbench" commandName="Python Show Global Tokens (Global)" description="Python Show Global Tokens (Global)" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15ikTkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15i0TkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15jETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.textStart" commandName="Select Text Start" description="Select to the beginning of the text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15jUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.cleanup.document" commandName="Cleanup Document..." description="Cleanup document" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15jkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.command.ShowBuildOutput.url" commandName="Show Build Output" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15j0TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.InsertColor" commandName="Insert Color" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15kETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.refactoring.RenameElement" commandName="Rename Element" description="Performs a rename refactoring on the selected element" category="_mfukeETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15kUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.ConfigurePush" commandName="Configure Upstream Push" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15kkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphTreeUncheckAll" commandName="Graph / Tree - Uncheck All" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15k0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.reverseResume" commandName="Reverse Resume" description="Perform Reverse Resume" category="_mfukd0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15lETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.menu.freshenAllFiles" commandName="Freshen All Files in Index" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15lUTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.ui.openwithsceneb" commandName="Open FXML with SceneBuilder" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15lkTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.command.nextpage" commandName="Next Page of Memory" description="Load next page of memory" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15l0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.command.gotoaddress" commandName="Go to Address" description="Go to Address" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15mETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.maximizePart" commandName="Maximize Active View or Editor" description="Toggles maximize/restore state of active view or editor" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15mUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TimelineUndo" commandName="Timeline / Undo" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15mkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.find.word" commandName="Find Word" description="Selects a word and find the next occurrence" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15m0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify field access" description="Invokes quick assist and selects 'Qualify field access'" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15nETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.newEditor" commandName="Clone Editor" description="Open another editor on the active editor's input" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf15nUTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.rrobot.dsl.ui.execute" commandName="Execute Task" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gIETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.format" commandName="Format" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gIUTkEeuhcohFiL0HdQ" elementId="org.eclipse.search.ui.openSearchDialog" commandName="Open Search Dialog" description="Open the Search dialog" category="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gIkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.contentAssist.proposals" commandName="Content Assist" description="Content Assist" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gI0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.select.previous" commandName="Select Previous C/C++ Element" description="Expand the selection to enclosing C/C++ element" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gJETkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gJUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.up" commandName="Up" description="Navigate up one level" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gJkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.activateEditor" commandName="Activate Editor" description="Activate the editor" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gJ0TkEeuhcohFiL0HdQ" elementId="sed.tabletree.expandAll" commandName="Expand All" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gKETkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.core.ui.command.addPlugin" commandName="Add Maven Plugin" description="Add Maven plugin" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gKUTkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gKkTkEeuhcohFiL0HdQ" 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="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gK0TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.BuildPrevious" commandName="Build Previous Shader" description="Build previous (in Project Explorer View) shader" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gLETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.copyqualifiedname" commandName="Copy Context Qualified Name" description="Copies the Path of the selected context" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gLUTkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.mergeSessions" commandName="Merge Sessions" category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gLkTkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gL0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.Terminate" commandName="Terminate" description="Terminate" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gMETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.ShowRepositoriesView" commandName="Show Git Repositories View" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gMUTkEeuhcohFiL0HdQ" 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="_mfukaUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gMkTkEeuhcohFiL0HdQ" elementId="org.eclipse.compare.compareWithOther" commandName="Compare With Other Resource" description="Compare resources, clipboard contents or editors" category="_mfukZkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gM0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.rename.element" commandName="Rename - Refactoring " description="Renames the selected element" category="_mft9UETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gNETkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gNUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.managedbuilder.ui.cleanFiles" commandName="Clean Selected File(s)" description="Deletes build output files for the selected source files" category="_mfukWkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gNkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.CreatePatch" commandName="Create Patch..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gN0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.editors.revisions.author.toggle" commandName="Toggle Revision Author Display" description="Toggles the display of the revision author" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gOETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.windowEnd" commandName="Window End" description="Go to the end of the window" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gOUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.perspectives.showPerspective" commandName="Show Perspective" description="Show a particular perspective" category="_mfukckTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf2gOkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.perspectives.showPerspective.perspectiveId" name="Parameter"/>
|
|
<parameters xmi:id="_mf2gO0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.perspectives.showPerspective.newWindow" name="In New Window"/>
|
|
</commands>
|
|
<commands xmi:id="_mf2gPETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.goto.prev.member" commandName="Go to Previous Member" description="Move the caret to the previous member of the translation unit" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gPUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.line" commandName="Go to Line" description="Go to a specified line of text" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gPkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.editors.quickdiff.revert" commandName="Revert Lines" description="Revert the current selection, block or deleted lines" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gP0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gQETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.debug" commandName="Debug Java Applet" description="Debug Java Applet" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gQUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.ui.gotoMatchingTag" commandName="Matching Tag" description="Go to Matching Tag" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gQkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.lineUp" commandName="Select Line Up" description="Extend the selection to the previous line of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gQ0TkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.pyPropertyTrace" commandName="Disable Step into properties" description="Disable Step into properties" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gRETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.submodule.add" commandName="Add Submodule" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gRUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.launching.junitPdeShortcut.debug" commandName="Debug JUnit Plug-in Test" description="Debug JUnit Plug-in Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gRkTkEeuhcohFiL0HdQ" 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="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gR0TkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gSETkEeuhcohFiL0HdQ" elementId="org.eclipse.compare.copyLeftToRight" commandName="Copy from Left to Right" description="Copy Current Change from Left to Right" category="_mfukZkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gSUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.project.openProject" commandName="Open Project" description="Open a project" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gSkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.ShowBlame" commandName="Show Revision Information" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gS0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gTETkEeuhcohFiL0HdQ" elementId="org.eclipse.tips.ide.command.trim.open" commandName="Tip of the Day" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gTUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gTkTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gT0TkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.selectCounters" commandName="Select Counters" category="_mft9S0TkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf2gUETkEeuhcohFiL0HdQ" elementId="type" name="type" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf2gUUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.project.properties" commandName="Properties" description="Display the properties of the selected item's project " category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gUkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gU0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.CompareVersionsInTree" commandName="Compare in Tree" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gVETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.shared.OpenXtextElementCommand" commandName="Open Model Element" description="Open the declaration of an Xtext element" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gVUTkEeuhcohFiL0HdQ" elementId="org.eclipse.epp.package.common.contribute" commandName="Contribute" description="Contribute to the development and success of the Eclipse IDE!" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gVkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.columnPrevious" commandName="Select Previous Column" description="Select the previous column" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gV0TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.ToggleViewportOrUCView" commandName="Toggle Viewport or Uniform Controls view" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gWETkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.debug" commandName="Debug JUnit Plug-in Test" description="Debug JUnit Plug-in Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gWUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.ui.actions.relaunchLastAction" commandName="Relaunch last pydev launch" description="Relaunch last pydev launch." category="_mft9TUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gWkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.extractLocalNotReplaceOccurrences.assist" commandName="Quick Assist - Extract local variable" description="Invokes quick assist and selects 'Extract local variable'" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gW0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchHierarchy" commandName="Toggle Branch Representation" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gXETkEeuhcohFiL0HdQ" elementId="org.eclipse.ltk.ui.refactoring.commands.deleteResources" commandName="Delete Resources" description="Delete the selected resources and notify LTK participants." category="_mfukc0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gXUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.file.print" commandName="Print" description="Print" category="_mft9TETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gXkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.commands.AllReferences" commandName="All References" description="Inspect all references to the selected object" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gX0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.junit.junitShortcut.rerunLast" commandName="Rerun JUnit Test" description="Rerun JUnit Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gYETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.format.active.elements" commandName="Format Active Elements" description="Format active elements" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gYUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.deleteConfigsCommand" commandName="Reset to Default" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gYkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.showRulerContextMenu" commandName="Show Ruler Context Menu" description="Show the context menu for the ruler" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gY0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gZETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearOutgoing" commandName="Clear Outgoing Changes" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gZUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.folding.collapse" commandName="Collapse" description="Collapses the folded region at the current selection" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gZkTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.ide.converter.svg" commandName="Convert SVG" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gZ0TkEeuhcohFiL0HdQ" elementId="org.eclipse.epp.mpc.ui.command.showFavorites" commandName="Eclipse Marketplace Favorites" description="Open Marketplace Favorites" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gaETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.smartEnterInverse" commandName="Insert Line Above Current Line" description="Adds a new line above the current line" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gaUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.spy" commandName="Show Contributing Plug-in" description="Shows contribution information for the currently selected element" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gakTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.help.helpSearch" commandName="Help Search" description="Open the help search" category="_mfukaUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2ga0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.align.const" commandName="Align const qualifiers" description="Moves const qualifiers to the left or right of the type depending on the workspace preferences" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gbETkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gbUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.command.ShowTestResults.url" commandName="Show Test Results" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gbkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.lineDown" commandName="Line Down" description="Go down one line of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gb0TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphTreeCheckAll" commandName="Graph / Tree - Check All" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gcETkEeuhcohFiL0HdQ" elementId="org.eclipse.m2e.actions.LifeCycleClean.run" commandName="Run Maven Clean" description="Run Maven Clean" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gcUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.PreviousFrameStep" commandName="Previous Animation Frame" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gckTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition" commandName="Last Edit Location" description="Last edit location" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gc0TkEeuhcohFiL0HdQ" 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="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gdETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.ui.convertToEclipseHelpCommand" commandName="Generate Eclipse Help (*.html and *-toc.xml)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gdUTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gdkTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.command.prevpage" commandName="Previous Page of Memory" description="Load previous page of memory" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gd0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.commands.ForceReturn" commandName="Force Return" description="Forces return from method with value of selected expression " category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2geETkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.xml.editor.actions.SwitchPairEditorAction" commandName="Switch Source/Design Editors" description="Switch between the Source and Design editors." category="_mft9QUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2geUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.configureFilters" commandName="Filters..." description="Configure the filters to apply to the markers view" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gekTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.launching.junitShortcut.run" commandName="Run JUnit Test" description="Run JUnit Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2ge0TkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.importSession" commandName="Import Session..." category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gfETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.previousTab" commandName="Previous Tab" description="Switch to the previous tab" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gfUTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gfkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.TimelineTreeCollapse" commandName="Timeline / Tree - Collapse" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gf0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.dialogs.openMessageDialog" commandName="Open Message Dialog" description="Open a Message Dialog" category="_mfukUkTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf2ggETkEeuhcohFiL0HdQ" elementId="title" name="Title"/>
|
|
<parameters xmi:id="_mf2ggUTkEeuhcohFiL0HdQ" elementId="message" name="Message"/>
|
|
<parameters xmi:id="_mf2ggkTkEeuhcohFiL0HdQ" elementId="imageType" name="Image Type Constant" typeId="org.eclipse.ui.dialogs.Integer"/>
|
|
<parameters xmi:id="_mf2gg0TkEeuhcohFiL0HdQ" elementId="defaultIndex" name="Default Button Index" typeId="org.eclipse.ui.dialogs.Integer"/>
|
|
<parameters xmi:id="_mf2ghETkEeuhcohFiL0HdQ" elementId="buttonLabel0" name="First Button Label"/>
|
|
<parameters xmi:id="_mf2ghUTkEeuhcohFiL0HdQ" elementId="buttonLabel1" name="Second Button Label"/>
|
|
<parameters xmi:id="_mf2ghkTkEeuhcohFiL0HdQ" elementId="buttonLabel2" name="Third Button Label"/>
|
|
<parameters xmi:id="_mf2gh0TkEeuhcohFiL0HdQ" elementId="buttonLabel3" name="Fourth Button Label"/>
|
|
<parameters xmi:id="_mf2giETkEeuhcohFiL0HdQ" elementId="cancelReturns" name="Return Value on Cancel"/>
|
|
</commands>
|
|
<commands xmi:id="_mf2giUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.genericeditor.findReferences" commandName="Find References" description="Find other code items referencing the current selected item." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gikTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.lineEnd" commandName="Line End" description="Go to the end of the line of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gi0TkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gjETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.ui.referencedFileErrors" commandName="Show Details..." description="Show Details..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gjUTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.RunLast" commandName="Run" description="Launch in run mode" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gjkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.externalTools.commands.OpenExternalToolsConfigurations" commandName="External Tools..." description="Open external tools launch configuration dialog" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gj0TkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.xbase.ui.organizeImports" commandName="Organize Imports" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gkETkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gkUTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.internationalize" commandName="Internationalize Plug-ins" description="Sets up internationalization for a plug-in" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gkkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.deletePrevious" commandName="Delete Previous" description="Delete the previous character" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gk0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.managedbuilder.ui.buildFiles" commandName="Build Selected File(s)" description="Rebuilds the selected source files" category="_mfukWkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2glETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.command.reconfigure" commandName="Reconfigure Project" description="Run configuration scripts for project" category="_mft9U0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2glUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.CompareWithPrevious" commandName="Compare with Previous Revision" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2glkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.select.columnNext" commandName="Select Next Column" description="Select the next column" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gl0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gmETkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gmUTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.TerminateAndRelaunch" commandName="Terminate and Relaunch" description="Terminate and Relaunch" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gmkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.JavaHierarchyPerspective" commandName="Java Type Hierarchy" description="Show the Java Type Hierarchy perspective" category="_mfukckTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gm0TkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gnETkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gnUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Tag" commandName="Create Tag..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gnkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.NoAssumeUnchanged" commandName="No Assume Unchanged" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gn0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.JavadocView" commandName="Documentation" description="Show the JavaScript Documentation view" category="_mfukXETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2goETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.commands.viewMemory" commandName="View Memory" description="View variable in memory view" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2goUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.select.next" commandName="Select Next C/C++ Element" description="Expand the selection to next C/C++ element" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gokTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.editor.outline.QuickOutline" commandName="Quick Outline" description="Open the quick outline." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2go0TkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.ToggleCommentAction" commandName="Toggle Comment" description="Toggle Comment" category="_mfukcUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gpETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.RemoveAllBreakpoints" commandName="Remove All Breakpoints" description="Removes all breakpoints" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gpUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigator.resources.nested.changeProjectPresentation" commandName="P&rojects Presentation" category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf2gpkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigator.resources.nested.enabled" name="&Hierarchical"/>
|
|
<parameters xmi:id="_mf2gp0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.commands.radioStateParameter" name="Nested Project view - Radio State" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf2gqETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.showKeyAssist" commandName="Show Key Assist" description="Show the key assist dialog" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gqUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.genericeditor.togglehighlight" commandName="Toggle Highlight" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gqkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.commands.prettyPrint" commandName="&Pretty Print to Console" description="Pretty Print to Console" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gq0TkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2grETkEeuhcohFiL0HdQ" elementId="org.eclipse.gef.zoom_out" commandName="Zoom Out" description="Zoom Out" category="_mfukdETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2grUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.commands.openElementInEditor" commandName="Open Java Element" description="Open a Java element in its editor" category="_mfukZETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf2grkTkEeuhcohFiL0HdQ" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf2gr0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.managedbuilder.ui.cleanAllConfigurations" commandName="Clean All Configurations" category="_mfukWkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gsETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected JavaScript comment lines" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gsUTkEeuhcohFiL0HdQ" elementId="org.eclipse.fx.code.editor.ldef.LDef.validate" commandName="Validate" description="Trigger expensive validation" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gskTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.AddToIndex" commandName="Add to Index" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gs0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.discovery.ui.discoveryWizardCommand" commandName="Discovery Wizard" description="shows the connector discovery wizard" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gtETkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gtUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.pySelectWord" commandName="Select Word" description="Select the whole word" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gtkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.CreateConstShader" commandName="Create Shader with const uniforms" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gt0TkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.setnext" commandName="Set Next Statement" category="_mft9TUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2guETkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.commands.refreshtaskview" commandName="Refresh View (Gradle Tasks)" description="Refreshes the Gradle Tasks view" category="_mfukXETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2guUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.toggle.comment" commandName="Toggle Comment" description="Toggle Comment" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gukTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.help.tipsAndTricksAction" commandName="Tips and Tricks" description="Open the tips and tricks help page" category="_mfukaUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gu0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.saveTraceData" commandName="Save Trace Data " description="Save Trace Data to File" category="_mfukeUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gvETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gvUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.smartEnter" commandName="Insert Line Below Current Line" description="Adds a new line below the current line" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gvkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gv0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.goto.lineStart" commandName="Line Start" description="Go to the start of the line of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gwETkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.setup.editor.synchronizePreferences" commandName="Synchronize Preferences" category="_mfukYUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gwUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xml.ui.cmnd.contentmodel.sych" commandName="Synch" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gwkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureBranch" commandName="Configure Branch" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gw0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.Suspend" commandName="Suspend" description="Suspend" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gxETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.hippieCompletion" commandName="Word Completion" description="Context insensitive completion" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gxUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.xsd.ui.refactor.renameTargetNamespace" commandName="Rename Target Namespace" description="Changes the target namespace of the schema" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gxkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.command.AbortBuild" commandName="Abort Build" category="_mft9RETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gx0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gyETkEeuhcohFiL0HdQ" elementId="org.eclipse.team.ui.synchronizeLast" commandName="Repeat last synchronization" description="Repeat the last synchronization" category="_mfukW0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gyUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.StepIntoSelection" commandName="Step Into Selection" description="Step into the current selected statement" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gykTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.ui.actions.debugEditorBasedOnNatureTypeAction" commandName="Debug editor with current interpreter" description="Debug the editor based on the python nature" category="_mft9TUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gy0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.generate.javadoc" commandName="Generate Javadoc" description="Generates Javadoc for a selectable set of Java resources" category="_mfukakTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gzETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureGerritRemote" commandName="Gerrit Configuration..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gzUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.commands.StepIntoSelection" commandName="Step Into Selection" description="Step into the current selected statement" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gzkTkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.shortcut.test.run" commandName="Run Gradle Test" description="Run Gradle test based on the current selection" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2gz0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.configureColumns" commandName="Configure Columns..." description="Configure the columns in the markers view" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2g0ETkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AudioSeekBack5s" commandName="Audio Seek Back 5s" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf2g0UTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.ReplaceWithCommit" commandName="Replace with commit" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HMETkEeuhcohFiL0HdQ" elementId="org.eclipse.tm.terminal.quickaccess" commandName="Quick Access" category="_mfukbUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HMUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtend.ide.refactoring.ExtractMethod" commandName="Extract Method" description="Replaces the given expression with a call to a newly declared method" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HMkTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.DebugLast" commandName="Debug" description="Launch in debug mode" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HM0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.ui.convertToHtmlCommand" commandName="Generate HTML" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HNETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.GotToMatchingBracketAction" commandName="Go to Matching Bracket" description="Go to Matching Bracket" category="_mfukcUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HNUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.previousView" commandName="Previous View" description="Switch to the previous view" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HNkTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.openManifest" commandName="Open Manifest" description="Open the plug-in manifest" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HN0TkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HOETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.generate.tostring" commandName="Generate toString()" description="Generates the toString() method for the type" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HOUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.organize.imports" commandName="Organize Imports" description="Evaluate all required imports and replace the current imports" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HOkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.markers.copyDescription" commandName="Copy Description To Clipboard" description="Copies markers description field to the clipboard" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HO0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.open.type.hierarchy" commandName="Open Type Hierarchy" description="Open a type hierarchy on the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HPETkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.DropToFrame" commandName="Drop to Frame" description="Drop to Frame" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HPUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.removeRegisterGroups" commandName="Remove Register Groups" description="Removes one or more Register Groups" category="_mft9RkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HPkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.refactor.implement.method" commandName="Implement Method - Source Generation " description="Implements a method for a selected method declaration" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HP0TkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HQETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HQUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.add.block.comment" commandName="Add Block Comment" description="Encloses the selection with a block comment" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HQkTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.imagebrowser.saveToWorkspace" commandName="Save Image" description="Save the selected image into a project in the workspace" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HQ0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.debug.ui.commands.Display" commandName="Display" description="Display result of evaluating selected text" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HRETkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HRUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.ShowBlame" commandName="Show Revision Information" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HRkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.assignToField.assist" commandName="Quick Assist - Assign to field" description="Invokes quick assist and selects 'Assign to field'" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HR0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.folding.expand" commandName="Expand" description="Expands the folded region at the current selection" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HSETkEeuhcohFiL0HdQ" 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="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HSUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.castToType" commandName="Cast To Type..." category="_mfukVUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HSkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.openRemoteTask" commandName="Open Remote Task" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HS0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.nextMemoryBlock" commandName="Next Memory Monitor" description="Show renderings from next memory monitor." category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HTETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.internal.reflog.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HTUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.ui.actions.runEditorAsCustomUnitTestAction" commandName="Run custom tests" description="Run custom tests from editor." category="_mft9TUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HTkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.commands.task.retrieveContext" commandName="Retrieve Context" category="_mft9R0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HT0TkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.Fetch" commandName="Fetch" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HUETkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.run" commandName="Run JUnit Plug-in Test" description="Run JUnit Plug-in Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HUUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.navigation.previousMethod" commandName="Previous Method or Class" description="Navigates to the previous method or class definition" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HUkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.navigate.gotopackage" commandName="Go to Package" description="Go to Package" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HU0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.togglestatusbar" commandName="Toggle Statusbar" description="Toggle the visibility of the bottom status bar" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HVETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.task.ui.editor.QuickOutline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_mft9SUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HVUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.comment" commandName="Comment" description="Turns the selected lines into // style comments" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HVkTkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.commands.addbuildshipnature" commandName="Add Gradle Nature" description="Adds the Gradle nature and synchronizes this project as if the Gradle Import wizard had been run on its location." category="_mft9Q0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HV0TkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.eof" commandName="EOF" description="Send end of file" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HWETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.deselectEnclosingScope" commandName="Deselect Enclosing Scope" description="Deselect Enclosing Scope" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HWUTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.AbortRebase" commandName="Abort Rebase" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HWkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.pyFormatStd" commandName="Python Format Code" description="Format Code" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HW0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.managedbuilder.ui.buildAllConfigurations" commandName="Build All Configurations" category="_mfukWkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HXETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.showInQuickMenu" commandName="Show In..." description="Open the Show In menu" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HXUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.copyLineUp" commandName="Duplicate Lines" description="Duplicates the selected lines and leaves the selection unchanged" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HXkTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.ToggleMethodBreakpoint" commandName="Toggle Method Breakpoint" description="Creates or removes a method breakpoint" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HX0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HYETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.xbase.ui.hierarchy.OpenTypeHierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HYUTkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HYkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.next" commandName="Next" description="Navigate to the next item" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HY0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.bugs.commands.newTaskFromMarker" commandName="New Task from Marker..." description="Report as Bug from Marker" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HZETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.navigation.pyUnCollapseAll" commandName="Python Un Collapse All" description="Un Collapse all blocks of code" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HZUTkEeuhcohFiL0HdQ" 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="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HZkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.commands.focus.view" commandName="Focus View" category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf3HZ0TkEeuhcohFiL0HdQ" elementId="viewId" name="View ID to Focus" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf3HaETkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.testNgShortcut.coverage" commandName="Coverage TestNG Test" description="Coverage TestNG Test" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HaUTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.StepReturn" commandName="Step Return" description="Step return" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HakTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.browser.openBundleResource" commandName="Open Resource in Browser" description="Opens a bundle resource in the default web browser." category="_mft9T0TkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf3Ha0TkEeuhcohFiL0HdQ" elementId="plugin" name="Plugin"/>
|
|
<parameters xmi:id="_mf3HbETkEeuhcohFiL0HdQ" elementId="path" name="Path"/>
|
|
</commands>
|
|
<commands xmi:id="_mf3HbUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.search.finddecl" commandName="Declaration" description="Searches for declarations of the selected element in the workspace" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HbkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.help.aboutAction" commandName="About" description="Open the about dialog" category="_mfukaUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hb0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.annotate.classFile" commandName="Annotate Class File" description="Externally add Annotations to a Class File." category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HcETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.stash.create" commandName="Stash Changes..." category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HcUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected function" category="_mfukWUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HckTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.command.activateSelectedTask" commandName="Activate Selected Task" category="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hc0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.command.restoreDefaultType" commandName="Restore Original Type" description="View and edit properties for a given C/C++ breakpoint" category="_mfukVUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HdETkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HdUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.format.document" commandName="Format" description="Format selection" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HdkTkEeuhcohFiL0HdQ" 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="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hd0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.commands.gotoAddress" commandName="Go to Address..." description="Navigate to address" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HeETkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HeUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.sort.lines" commandName="Sort Lines" description="Sort selected lines alphabetically" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HekTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.team.RemoveFromIndex" commandName="Remove from Index" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3He0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.newWizard" commandName="New" description="Open the New item wizard" category="_mft9TETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf3HfETkEeuhcohFiL0HdQ" elementId="newWizardId" name="New Wizard"/>
|
|
</commands>
|
|
<commands xmi:id="_mf3HfUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.newWindow" commandName="New Window" description="Open another window" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HfkTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected Java comment lines" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hf0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.commands.CopyDetails" commandName="Copy Details" category="_mft9RETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf3HgETkEeuhcohFiL0HdQ" elementId="kind" name="Kind"/>
|
|
<parameters xmi:id="_mf3HgUTkEeuhcohFiL0HdQ" elementId="element" name="Element"/>
|
|
</commands>
|
|
<commands xmi:id="_mf3HgkTkEeuhcohFiL0HdQ" elementId="org.eclipse.e4.ui.importer.configureProject" commandName="Configure and Detect Nested Projects..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hg0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.command.RunBuild" commandName="Run Build" category="_mft9RETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HhETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.search.finddecl.workingset" commandName="Declaration in Working Set" description="Searches for declarations of the selected element in a working set" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HhUTkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui.selectActiveSession" commandName="Select Active Session..." category="_mft9S0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HhkTkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.history.CompareVersions" commandName="Compare with each other" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hh0TkEeuhcohFiL0HdQ" elementId="org.eclipse.equinox.p2.ui.sdk.install" commandName="Install New Software..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HiETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.window.customizePerspective" commandName="Customize Perspective" description="Customize the current perspective" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HiUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.commands.interest.decrement" commandName="Make Less Interesting" description="Make Less Interesting" category="_mft9R0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HikTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar" commandName="Run Last Launched External Tool" description="Runs the last launched external Tool" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hi0TkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.AudioRecording" commandName="Audio Recording" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HjETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.CheckoutCommand" commandName="Check Out" category="_mfukcETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HjUTkEeuhcohFiL0HdQ" 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="_mfukbkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HjkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.moveLineUp" commandName="Move Lines Up" description="Moves the selected lines up" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hj0TkEeuhcohFiL0HdQ" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog" commandName="Show Bundle Catalog" category="_mfukWETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf3HkETkEeuhcohFiL0HdQ" elementId="org.eclipse.equinox.p2.ui.discovery.commands.DirectoryParameter" name="Directory URL"/>
|
|
<parameters xmi:id="_mf3HkUTkEeuhcohFiL0HdQ" elementId="org.eclipse.equinox.p2.ui.discovery.commands.TagsParameter" name="Tags"/>
|
|
</commands>
|
|
<commands xmi:id="_mf3HkkTkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hk0TkEeuhcohFiL0HdQ" elementId="org.eclipse.userstorage.ui.showPullDown" commandName="Show Pull Down Menu" category="_mfukaUTkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf3HlETkEeuhcohFiL0HdQ" elementId="intoolbar" name="In Tool Bar" optional="false"/>
|
|
</commands>
|
|
<commands xmi:id="_mf3HlUTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.debug" commandName="Debug Eclipse Application" description="Debug Eclipse Application" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HlkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.RefreshViewport" commandName="Refresh Viewport" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hl0TkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.edit.text.java.extract.class" commandName="Extract Class..." description="Extracts fields into a new class" category="_mfukaETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HmETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_mfukdUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HmUTkEeuhcohFiL0HdQ" elementId="org.eclipse.compare.copyRightToLeft" commandName="Copy from Right to Left" description="Copy Current Change from Right to Left" category="_mfukZkTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HmkTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.commands.OpenProfileConfigurations" commandName="Profile..." description="Open profile launch configuration dialog" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hm0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.markCompleted" commandName="Mark Completed" description="Mark the selected tasks as completed" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HnETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into JavaScript comments" category="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HnUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.recenter" commandName="Recenter" description="Scroll cursor line to center, top and bottom" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HnkTkEeuhcohFiL0HdQ" elementId="org.synthclipse.ide.command.GraphRedo" commandName="Graph / Redo" category="_mfukXUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hn0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElementWithBrowser.url" commandName="Open Build with Browser" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HoETkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.navigation.pyGoToDefinition" commandName="Python Go To Definition" description="Goes to the definition of a python element" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HoUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.toggle.source.header" commandName="Toggle Source/Header" description="Toggles between corresponding source and header files" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HokTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.format" commandName="Format" description="Formats Source Code" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Ho0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.select.last" commandName="Restore Last C/C++ Selection" description="Restore last selection in C/C++ editor" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HpETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.commands.rulerToggleBreakpoint" commandName="Toggle Breakpoint" description="Toggle breakpoint in disassembly ruler" category="_mfukUUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HpUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.editor.actions.convertTabToSpace" commandName="Convert tabs to space-tabs" description="Converts tabs to tab-width space groups from selected region or whole document if nothing selected" category="_mfukZ0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HpkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.debug.commands.getReferrers" commandName="&Get Referrers" description="Get Referrers" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hp0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.edit.text.scroll.lineDown" commandName="Scroll Line Down" description="Scroll down one line of text" category="_mft9RUTkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HqETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.search.find.occurrences" commandName="Occurrences in File" description="Find occurrences of the selection in the file" category="_mft9QETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HqUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ToggleCoolbarAction" commandName="Toggle Main Toolbar Visibility" description="Toggles the visibility of the window toolbar" category="_mft9T0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HqkTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.sse.ui.outline.customFilter" commandName="&Filters" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3Hq0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.text.c.copy.qualified.name" commandName="Copy Qualified Name" description="Copy a fully qualified name to the system clipboard" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HrETkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HrUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.navigate.openResource" commandName="Open Resource" description="Open an editor on a particular resource" category="_mfukZETkEeuhcohFiL0HdQ">
|
|
<parameters xmi:id="_mf3HrkTkEeuhcohFiL0HdQ" elementId="filePath" name="File Path" typeId="org.eclipse.ui.ide.resourcePath"/>
|
|
</commands>
|
|
<commands xmi:id="_mf3Hr0TkEeuhcohFiL0HdQ" 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="_mft9SETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HsETkEeuhcohFiL0HdQ" 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="_mfukZETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mf3HsUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.edit.opendecl" commandName="Open Declaration" description="Opens an editor on the selected element's declaration(s)" category="_mfukX0TkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw3XoETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw4lwETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunWithConfigurationAction" commandName="Run As" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw5M0ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunHistoryMenuAction" commandName="Run History" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw5M0UTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunDropDownAction" commandName="Run" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw7CAETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugWithConfigurationAction" commandName="Debug As" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw7CAUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugHistoryMenuAction" commandName="Debug History" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw7pEETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugDropDownAction" commandName="Debug" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw7pEUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileDropDownAction" commandName="Profile" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw7pEkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileWithConfigurationAction" commandName="Profile As" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw7pE0TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileHistoryMenuAction" commandName="Profile History" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw8QIETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageDropDownAction" commandName="Coverage" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw8QIUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageAsAction" commandName="Coverage As" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw83METkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageHistoryAction" commandName="Coverage History" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw83MUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.egit.ui.SearchActionSet/org.eclipse.egit.ui.actions.OpenCommitSearchPage" commandName="Git..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw_TcETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.NewTypeDropDown" commandName="Class..." description="New Java Class" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw_6gETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenPackageWizard" commandName="Package..." description="New Java Package" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mw_6gUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenProjectWizard" commandName="Java Project..." description="New Java Project" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxAhkETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.ui.SearchActionSet/org.eclipse.jdt.ui.actions.OpenJavaSearchPage" commandName="Java..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxAhkUTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxAhkkTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxBIoETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxBIoUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction" commandName="Cheat Sheets..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxBIokTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.search.searchActionSet/org.eclipse.search.OpenSearchDialogPage" commandName="Search..." description="Search" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxBIo0TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxBvsETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxBvsUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.ui.externaltools.ExternalToolsSet/org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu" commandName="External Tools" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxBvskTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.pde.ui.SearchActionSet/org.eclipse.pde.ui.actions.OpenPluginSearchPage" commandName="Plug-in..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxCWwETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.wb.core.ui.actionset/org.eclipse.wb.core.wizards.actions.NewDesignerTypeDropDownAction" commandName="New Visual Class" description="Create new visual classes" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxCWwUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::com.python.pydev.debug.actionSet/com.python.pydev.debug.actions.StartDebugServer" commandName="Start Debug Server" description="PyDev: start the pydev server" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxCWwkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::com.python.pydev.debug.actionSet/com.python.pydev.debug.actions.EndDebugServer" commandName="End Debug Server" description="PyDev: stop the debugger server" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxCWw0TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::com.python.pydev.debug.actionSet/com.python.pydev.debug.actions.AttachToProcess" commandName="Attach to Process" description="Pydev: Attach debugger to running Python process" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxCWxETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.debugActionSet/org.eclipse.cdt.debug.ui.actions.ResumeAtLine" commandName="Resume at Line (C/C++)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxC90ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.debugActionSet/org.eclipse.cdt.debug.ui.actions.MoveToLine" commandName="Move to Line (C/C++)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxC90UTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.debugActionSet/org.eclipse.cdt.debug.ui.actions.ToggleInstructionStepMode" commandName="Instruction Stepping Mode" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxC90kTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.make.ui.updateActionSet/org.eclipse.cdt.make.ui.UpdateMakeAction" commandName="Update Old Make Project..." description="Update Old Make Project" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxC900TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.make.ui.makeTargetActionSet/org.eclipse.cdt.make.ui.actions.buildLastTargetAction" commandName="Rebuild Last Target" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxDk4ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.make.ui.makeTargetActionSet/org.eclipse.cdt.make.ui.makeTargetAction" commandName="Build..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxDk4UTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.ui.SearchActionSet/org.eclipse.cdt.ui.actions.OpenCSearchPage" commandName="C/C++..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEL8ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.ui.buildConfigActionSet/org.eclipse.cdt.ui.buildActiveConfigToolbarAction" commandName="Build Active Configuration" description="Build the active configurations of selected projects" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEL8UTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.ui.buildConfigActionSet/org.eclipse.cdt.ui.buildConfigToolbarAction" commandName="Active Build Configuration" description="Manage configurations for the current project" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEL8kTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.ui.buildConfigActionSet/org.eclipse.cdt.ui.manageConfigsAction2" commandName="Manage..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEL80TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.ui.buildConfigActionSet/org.eclipse.cdt.ui.buildConfigMenuAction" commandName="Set Active" description="Change active build configuration for project(s)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEL9ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.ui.buildConfigActionSet/org.eclipse.cdt.ui.wsselection" commandName="Manage Working Sets..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEL9UTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.ui.CElementCreationActionSet/org.eclipse.cdt.ui.actions.NewTypeDropDown" commandName="Class..." description="New C++ Class" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEL9kTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.ui.CElementCreationActionSet/org.eclipse.cdt.ui.actions.NewFileDropDown" commandName="Source File..." description="New C/C++ Source File" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEL90TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.ui.CElementCreationActionSet/org.eclipse.cdt.ui.actions.NewFolderDropDown" commandName="Source Folder..." description="New C/C++ Source Folder" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEzAETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.ui.CElementCreationActionSet/org.eclipse.cdt.ui.actions.NewProjectDropDown" commandName="Project..." description="New C/C++ Project" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEzAUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet/org.eclipse.wst.jsdt.ui.actions.OpenFileWizard" commandName="JavaScript Source File" description="New JavaScript file" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEzAkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet/org.eclipse.wst.jsdt.ui.actions.OpenProjectWizard" commandName="JavaScript Project..." description="New JavaScript Project" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxEzA0TkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.refactor.show.refactoring.history" commandName="History..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxFaEETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.wst.jsdt.ui.SearchActionSet/org.eclipse.wst.jsdt.ui.actions.OpenJavaSearchPage" commandName="JavaScript..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxFaEUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.ant.ui.BreakpointRulerActions/org.eclipse.ant.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxFaEkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxFaE0TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.RunToLineRulerActionDelegate" commandName="Run to Line" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxFaFETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxGBIETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.RunToLineRulerActionDelegate" commandName="Run to Line" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxGBIUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetExecute" commandName="Execute" description="Execute the Selected Text" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxGBIkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetDisplay" commandName="Display" description="Display Result of Evaluating Selected Text" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxGoMETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetInspect" commandName="Inspect" description="Inspect Result of Evaluating Selected Text" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxGoMUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxGoMkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxH2UETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxH2UUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxH2UkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxIdYETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Text Editor Bookmark Ruler Action" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxIdYUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Text Editor Ruler Single-Click" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxIdYkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxJEcETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxJEcUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxKSkETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxK5oETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxK5oUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxLgsETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="label" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxOkAETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.python.pydev.debug.BreakpointRulerActions/org.python.pydev.debug.BreakpointRulerAction" commandName="Add breakpoint" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxPLEETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution/org.eclipse.m2e.jdt.ui.downloadSourcesAction" commandName="label" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxPyIETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution_38/org.eclipse.m2e.jdt.ui.downloadSourcesAction_38" commandName="label" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxPyIUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.CEditor.BreakpointRulerActions/org.eclipse.cdt.debug.ui.CEditor.RulerTobbleBreakpointAction" commandName="%Dummy.label" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxQZMETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.ui.editor.asm.AsmEditor.BreakpointRulerActions/org.eclipse.cdt.debug.ui.CEditor.RulerTobbleBreakpointAction" commandName="%Dummy.label" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxQZMUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.cdt.internal.ui.text.correction.CSelectRulerAction" commandName="dummy" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxQZMkTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxRnUETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxRnUUTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxRnUkTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxRnU0TkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxSOYETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.xtend.core.Xtend.ide.rulerActions/org.eclipse.xtend.core.Xtend.doubleClickBreakpointAction" commandName="Not Used" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxS1cETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.xtext.purexbase.PureXbase.ide.rulerActions/org.eclipse.xtext.purexbase.PureXbase.doubleClickBreakpointAction" commandName="Not Used" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxS1cUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.PulldownActions/org.eclipse.debug.ui.debugview.pulldown.ViewManagementAction" commandName="View Management..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxS1ckTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxUqoETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.removeAll" commandName="Remove All" description="Remove All Breakpoints" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxUqoUTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxUqokTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.workingSets" commandName="Working Sets..." description="Manage Working Sets" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxUqo0TkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxV4wETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxV4wUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.sortByAction" commandName="Sort By" description="Sort By" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxV4wkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.groupByAction" commandName="Group By" description="Show" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxWf0ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.removeAll" commandName="Remove All" description="Remove All Expressions" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxWf0UTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxXG4ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.PinMemoryBlockAction" commandName="Pin Memory Monitor" description="Pin Memory Monitor" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxXt8ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.NewMemoryViewAction" commandName="New Memory View" description="New Memory View" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxY8EETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglemonitors" commandName="Toggle Memory Monitors Pane" description="Toggle Memory Monitors Pane" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxY8EUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.linkrenderingpanes" commandName="Link Memory Rendering Panes" description="Link Memory Rendering Panes" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxY8EkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.tablerendering.preferencesaction" commandName="Table Renderings Preferences..." description="&Table Renderings Preferences..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxY8E0TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglesplitpane" commandName="Toggle Split Pane" description="Toggle Split Pane" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxY8FETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.switchMemoryBlock" commandName="Switch Memory Monitor" description="Switch Memory Monitor" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxY8FUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.memoryViewPreferencesAction" commandName="Preferences..." description="&Preferences..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxb_YETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxcmcETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxcmcUTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxcmckTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxcmc0TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxcmdETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxcmdUTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxdNgETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.AllReferencesInView" commandName="Show References" description="Show &References" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxdNgUTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxdNgkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxdNg0TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxdNhETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxdNhUTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxdNhkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxdNh0TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowThreadGroups" commandName="Show Thread Groups" description="Show Thread Groups" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxd0kETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxd0kUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowSystemThreads" commandName="Show System Threads" description="Show System Threads" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxd0kkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowRunningThreads" commandName="Show Running Threads" description="Show Running Threads" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxfCsETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxfCsUTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxfpwETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Execute" commandName="Execute" description="Execute the Selected Text" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxfpwUTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxfpwkTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxfpw0TkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxfpxETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxfpxUTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxgQ0ETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxgQ0UTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.mylyn.ui.search.contribution/org.eclipse.mylyn.ide.ui.actions.focus.search.results" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxgQ0kTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxgQ00TkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxgQ1ETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxgQ1UTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxgQ1kTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxgQ10TkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxgQ2ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.search.open" commandName="Search Repository..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxg34ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.synchronize.changed" commandName="Synchronize Changed" description="Synchronize Changed" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxg34UTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.tasks.restore" commandName="Restore Tasks from History..." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxg34kTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxg340TkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxg35ETkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxg35UTkEeuhcohFiL0HdQ" 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="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxg35kTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.python.pydev.navigator.actions.customFilters/org.python.pydev.navigator.actions.PySetupCustomFilters" commandName="Setup custom filters" description="Setup custom filters." category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxg350TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.python.pydev.debug.VariableViewActions/org.python.pydev.debug.variableViewActions.ShowPrivateReferences" commandName="Show Private References" description="Show Private References (those beginning with an underscore)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxhe8ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.python.pydev.debug.VariableViewActions/org.python.pydev.debug.variableViewActions.ShowCapitalizedReferences" commandName="Show Capitalized References" description="Show Capitalized References (those beginning with an uppercase letter)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxhe8UTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.python.pydev.debug.VariableViewActions/org.python.pydev.debug.variableViewActions.ShowAllUppercaseReferences" commandName="Show All Uppercase References" description="Show All Uppercase References (those with no lower case letters)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxhe8kTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.python.pydev.debug.VariableViewActions/org.python.pydev.debug.variableViewActions.ShowFunctionAndModulsReferences" commandName="Show Function and Module References" description="Show Function and Module References" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxhe80TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.python.pydev.navigator.actions.mylyn/org.python.pydev.navigator.actions.mylyn.FilterResourceNavigatorAction" commandName="Focus on Active Task" description="Focus on Active Task (Alt+Click to reveal filtered elements)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxhe9ETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.debugview.toolbar/org.eclipse.cdt.debug.internal.ui.actions.ToggleInstructionStepModeActionDelegate" commandName="Instruction Stepping Mode" description="Instruction Stepping Mode" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxhe9UTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.debugView.menu/org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction" commandName="Show Full Paths" description="Show Full Paths" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxhe9kTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.breakpointView.menu/org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction" commandName="Show Full Paths" description="Show Full Paths" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxiGAETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.breakpointView.menu/org.eclipse.cdt.debug.ui.addWatchpoint" commandName="Add Watchpoint (C/C++)..." description="Add Watchpoint (C/C++)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxiGAUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.breakpointView.menu/org.eclipse.cdt.debug.internal.ui.actions.AddEventBreakpointActionDelegate" commandName="Add Event Breakpoint (C/C++)..." description="Add Event Breakpoint (C/C++)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxiGAkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.breakpointView.menu/org.eclipse.cdt.debug.ui.addFunctionBreakpoint" commandName="Add Function Breakpoint (C/C++)..." description="Add Function Breakpoint (C/C++)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxiGA0TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.breakpointView.menu/org.eclipse.cdt.debug.ui.addLineBreakpoint" commandName="Add Line Breakpoint (C/C++)..." description="Add Line Breakpoint (C/C++)" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxiGBETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.expression.toolbar/org.eclipse.pinclone.expression.pinDebugContext" commandName="Pin to Debug Context" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxitEETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.expression.toolbar/org.eclipse.pinclone.expression.clone" commandName="Open New View" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxitEUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.variable.toolbar/org.eclipse.pinclone.variable.pinDebugContext" commandName="Pin to Debug Context" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxitEkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.variable.toolbar/org.eclipse.pinclone.variable.clone" commandName="Open New View" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxitE0TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.register.toolbar/org.eclipse.pinclone.register.pinDebugContext" commandName="Pin to Debug Context" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxitFETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.register.toolbar/org.eclipse.pinclone.register.clone" commandName="Open New View" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxitFUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.dsf.debug.ui.viewmodel.variables.update.Refresh/org.eclipse.cdt.dsf.debug.ui.variables.viewmodel.update.actions.refresh" commandName="Refresh" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxitFkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.dsf.debug.ui.viewmodel.registers.update.Refresh/org.eclipse.cdt.dsf.debug.ui.registers.viewmodel.update.actions.refresh" commandName="Refresh" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxitF0TkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.dsf.debug.ui.viewmodel.expressions.update.Refresh/org.eclipse.cdt.dsf.debug.ui.expressions.viewmodel.update.actions.refresh" commandName="Refresh" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxjUIETkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.dsf.debug.ui.viewmodel.debugview.update.Refresh/org.eclipse.cdt.dsf.debug.ui.debugview.viewmodel.update.actions.refresh" commandName="Refresh" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxjUIUTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.disassembly.toolbar/org.eclipse.pinclone.disassembly.pinDebugContext" commandName="Pin to Debug Context" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<commands xmi:id="_mxjUIkTkEeuhcohFiL0HdQ" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.disassembly.toolbar/org.eclipse.pinclone.disassembly.clone" commandName="Open New View" category="_mfukWETkEeuhcohFiL0HdQ"/>
|
|
<addons xmi:id="_mfTGjkTkEeuhcohFiL0HdQ" 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="_mfTGj0TkEeuhcohFiL0HdQ" 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="_mfTGkETkEeuhcohFiL0HdQ" 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="_mfTGkUTkEeuhcohFiL0HdQ" 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="_mfTGkkTkEeuhcohFiL0HdQ" 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="_mfTGk0TkEeuhcohFiL0HdQ" 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="_mfTGlETkEeuhcohFiL0HdQ" 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="_mfTGlUTkEeuhcohFiL0HdQ" 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="_mfTGlkTkEeuhcohFiL0HdQ" 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="_mfTGl0TkEeuhcohFiL0HdQ" 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="_mfX_AETkEeuhcohFiL0HdQ" elementId="SplitterAddon" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.splitteraddon.SplitterAddon"/>
|
|
<addons xmi:id="_jYVDUUsrEeukZO5Uxu0DMw" elementId="org.eclipse.ui.ide.addon.0" contributionURI="bundleclass://org.eclipse.ui.ide/org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon"/>
|
|
<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="_mft9QETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.category.edit" name="Edit"/>
|
|
<categories xmi:id="_mft9QUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wb.core.actions.category" name="WindowBuilder Pro" description="WindowBuilder Pro actions"/>
|
|
<categories xmi:id="_mft9QkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.ui.editor.category" name="WikiText Markup Editing Commands" description="commands for editing lightweight markup"/>
|
|
<categories xmi:id="_mft9Q0TkEeuhcohFiL0HdQ" elementId="org.eclipse.buildship.ui.project" name="Buildship" description="Contains the Buildship specific commands"/>
|
|
<categories xmi:id="_mft9RETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.builds.ui.category.Commands" name="Builds"/>
|
|
<categories xmi:id="_mft9RUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.category.textEditor" name="Text Editing" description="Text Editing Commands"/>
|
|
<categories xmi:id="_mft9RkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.category.registerGrouping" name="Register Grouping commands" description="Set of commands for Register Grouping"/>
|
|
<categories xmi:id="_mft9R0TkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.context.ui.commands" name="Focused UI" description="Task-Focused Interface"/>
|
|
<categories xmi:id="_mft9SETkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.category.source" name="Source" description="JavaScript Source Actions"/>
|
|
<categories xmi:id="_mft9SUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.commands" name="Task Repositories"/>
|
|
<categories xmi:id="_mft9SkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.wikitext.context.ui.commands" name="Mylyn WikiText" description="Commands used for Mylyn WikiText"/>
|
|
<categories xmi:id="_mft9S0TkEeuhcohFiL0HdQ" elementId="org.eclipse.eclemma.ui" name="EclEmma Code Coverage"/>
|
|
<categories xmi:id="_mft9TETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.category.file" name="File"/>
|
|
<categories xmi:id="_mft9TUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.ui.category.run" name="PyDev - Run" description="Python run category"/>
|
|
<categories xmi:id="_mft9TkTkEeuhcohFiL0HdQ" elementId="org.eclipse.text.quicksearch.commands.category" name="Quick Search"/>
|
|
<categories xmi:id="_mft9T0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.category.window" name="Window"/>
|
|
<categories xmi:id="_mft9UETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.category.refactoring" name="Refactor - C++" description="C/C++ Refactorings"/>
|
|
<categories xmi:id="_mft9UUTkEeuhcohFiL0HdQ" elementId="org.python.pydev.refactoring.pepticCategory" name="pepticcategory" description="PEPTIC Refactoring"/>
|
|
<categories xmi:id="_mft9UkTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.genericeditor.extension.category.source" name="Target Definition Source" description="Target Definition Source Page actions"/>
|
|
<categories xmi:id="_mft9U0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.autotools.ui.category.invokeAutotools" name="Invoke Autotools"/>
|
|
<categories xmi:id="_mfukUETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.make.ui.category.source" name="Makefile Source" description="Makefile Source Actions"/>
|
|
<categories xmi:id="_mfukUUTkEeuhcohFiL0HdQ" elementId="org.eclipse.debug.ui.category.run" name="Run/Debug" description="Run/Debug command category"/>
|
|
<categories xmi:id="_mfukUkTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.category.dialogs" name="Dialogs" description="Commands for opening dialogs"/>
|
|
<categories xmi:id="_mfukU0TkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph" name="Oomph"/>
|
|
<categories xmi:id="_mfukVETkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.commons.repositories.ui.category.Team" name="Team"/>
|
|
<categories xmi:id="_mfukVUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.category.casting" name="Cast to Type or Array" description="Set of commands for displaying variables and expressions as other types or arrays."/>
|
|
<categories xmi:id="_mfukVkTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.ui.category.source" name="Manifest Editor Source" description="PDE Source Page actions"/>
|
|
<categories xmi:id="_mfukV0TkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.commands" name="Oomph"/>
|
|
<categories xmi:id="_mfukWETkEeuhcohFiL0HdQ" elementId="org.eclipse.core.commands.categories.autogenerated" name="Uncategorized" description="Commands that were either auto-generated or have no category"/>
|
|
<categories xmi:id="_mfukWUTkEeuhcohFiL0HdQ" elementId="org.eclipse.wst.jsdt.ui.category.refactoring" name="Refactor - JavaScript" description="JavaScript Refactoring Actions"/>
|
|
<categories xmi:id="_mfukWkTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.managedbuilder.ui.category.build" name="C/C++ Build" description="C/C++ Build Actions"/>
|
|
<categories xmi:id="_mfukW0TkEeuhcohFiL0HdQ" elementId="org.eclipse.team.ui.category.team" name="Team" description="Actions that apply when working with a Team"/>
|
|
<categories xmi:id="_mfukXETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.category.views" name="Views" description="Commands for opening views"/>
|
|
<categories xmi:id="_mfukXUTkEeuhcohFiL0HdQ" elementId="org.synthclipse.category" name="Synthclipse"/>
|
|
<categories xmi:id="_mfukXkTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.tasks.ui.category.editor" name="Task Editor"/>
|
|
<categories xmi:id="_mfukX0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.ui.category.source" name="Source" description="Source commands"/>
|
|
<categories xmi:id="_mfukYETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.ide.markerContents" name="Contents" description="The category for menu contents"/>
|
|
<categories xmi:id="_mfukYUTkEeuhcohFiL0HdQ" elementId="org.eclipse.oomph.setup.category" name="Oomph Setup"/>
|
|
<categories xmi:id="_mfukYkTkEeuhcohFiL0HdQ" elementId="org.python.pydev.ui.category.refactoring" name="PyDev - Refactor" description="Python refactor category"/>
|
|
<categories xmi:id="_mfukY0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.category.runControl" name="Run Control Commands" description="Set of commands for Run Control"/>
|
|
<categories xmi:id="_mfukZETkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.category.navigate" name="Navigate"/>
|
|
<categories xmi:id="_mfukZUTkEeuhcohFiL0HdQ" elementId="org.eclipse.mylyn.java.ui.commands" name="Java Context" description="Java Task-Focused Interface Commands"/>
|
|
<categories xmi:id="_mfukZkTkEeuhcohFiL0HdQ" elementId="org.eclipse.compare.ui.category.compare" name="Compare" description="Compare command category"/>
|
|
<categories xmi:id="_mfukZ0TkEeuhcohFiL0HdQ" elementId="org.python.pydev.ui.category.source" name="PyDev - Editor" description="PyDev editor category"/>
|
|
<categories xmi:id="_mfukaETkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.category.refactoring" name="Refactor - Java" description="Java Refactoring Actions"/>
|
|
<categories xmi:id="_mfukaUTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.category.help" name="Help"/>
|
|
<categories xmi:id="_mfukakTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.category.project" name="Project"/>
|
|
<categories xmi:id="_mfuka0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.codan.ui.commands.category" name="Code Analysis"/>
|
|
<categories xmi:id="_mfukbETkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.category.debugViewLayout" name="Debug View Layout Commands" description="Set of commands for controlling the Debug View Layout"/>
|
|
<categories xmi:id="_mfukbUTkEeuhcohFiL0HdQ" elementId="org.eclipse.tm.terminal.category1" name="Terminal view commands" description="Terminal view commands"/>
|
|
<categories xmi:id="_mfukbkTkEeuhcohFiL0HdQ" elementId="org.eclipse.search.ui.category.search" name="Search" description="Search command category"/>
|
|
<categories xmi:id="_mfukb0TkEeuhcohFiL0HdQ" elementId="org.eclipse.launchbar.ui.category.launchBar" name="Launch Bar"/>
|
|
<categories xmi:id="_mfukcETkEeuhcohFiL0HdQ" elementId="org.eclipse.egit.ui.commandCategory" name="Git"/>
|
|
<categories xmi:id="_mfukcUTkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.category.XtextEditor" name="Editing" description="Editing Commands"/>
|
|
<categories xmi:id="_mfukckTkEeuhcohFiL0HdQ" elementId="org.eclipse.ui.category.perspectives" name="Perspectives" description="Commands for opening perspectives"/>
|
|
<categories xmi:id="_mfukc0TkEeuhcohFiL0HdQ" elementId="org.eclipse.ltk.ui.category.refactoring" name="Refactoring"/>
|
|
<categories xmi:id="_mfukdETkEeuhcohFiL0HdQ" elementId="org.eclipse.gef.category.view" name="View" description="View"/>
|
|
<categories xmi:id="_mfukdUTkEeuhcohFiL0HdQ" elementId="org.eclipse.jdt.ui.category.source" name="Source" description="Java Source Actions"/>
|
|
<categories xmi:id="_mfukdkTkEeuhcohFiL0HdQ" elementId="org.eclipse.pde.runtime.spy.commands.category" name="Spy"/>
|
|
<categories xmi:id="_mfukd0TkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.category.reverseDebugging" name="Reverse Debugging Commands" description="Set of commands for Reverse Debugging"/>
|
|
<categories xmi:id="_mfukeETkEeuhcohFiL0HdQ" elementId="org.eclipse.xtext.ui.category.refactoring" name="Refactoring" description="Refactoring Commands"/>
|
|
<categories xmi:id="_mfukeUTkEeuhcohFiL0HdQ" elementId="org.eclipse.cdt.debug.ui.category.tracing" name="Tracing Commands" description="Category for Tracing Commands"/>
|
|
</application:Application>
|