From ecc5e115741196999d3f0fc3729aeb8e8211f754 Mon Sep 17 00:00:00 2001 From: bruno <brunolacote1@gmail.com> Date: Tue, 3 Jan 2023 20:35:42 +0100 Subject: [PATCH] hearthRemove --- MAVENProject/.metadata/.lock | 0 MAVENProject/.metadata/.log | 106 + .../.org.eclipse.egit.core.cmp/.location | Bin 0 -> 166 bytes .../.root/.indexes/history.version | 1 + .../.root/.indexes/properties.index | Bin 0 -> 151 bytes .../.root/.indexes/properties.version | 1 + .../org.eclipse.core.resources/.root/2.tree | Bin 0 -> 304 bytes .../.safetable/org.eclipse.core.resources | Bin 0 -> 850 bytes .../org.eclipse.core.resources.prefs | 3 + .../.settings/org.eclipse.debug.ui.prefs | 3 + .../.settings/org.eclipse.jdt.core.prefs | 9 + .../.settings/org.eclipse.jdt.launching.prefs | 2 + .../.settings/org.eclipse.jdt.ui.prefs | 9 + .../.settings/org.eclipse.jsch.core.prefs | 2 + .../.settings/org.eclipse.m2e.discovery.prefs | 2 + .../.settings/org.eclipse.ui.ide.prefs | 4 + .../.settings/org.eclipse.ui.prefs | 2 + .../.settings/org.eclipse.ui.workbench.prefs | 9 + .../org.eclipse.debug.ui/dialog_settings.xml | 8 + .../org.eclipse.e4.workbench/workbench.xmi | 2167 +++++++++++++++++ .../.org.eclipse.egit.core.cmp/.project | 11 + .../org.eclipse.core.resources.prefs | 2 + .../org.eclipse.jdt.core/1865797976.index | Bin 0 -> 25 bytes .../assumedExternalFilesCache | Bin 0 -> 4 bytes .../org.eclipse.jdt.core/externalFilesCache | Bin 0 -> 4 bytes .../externalLibsTimeStamps | Bin 0 -> 4 bytes .../org.eclipse.jdt.core/javaLikeNames.txt | 1 + .../org.eclipse.jdt.core/nonChainingJarsCache | Bin 0 -> 4 bytes .../org.eclipse.jdt.core/savedIndexNames.txt | 2 + .../variablesAndContainers.dat | Bin 0 -> 110 bytes .../org.eclipse.jdt.launching/.install.xml | 5 + .../libraryInfos.xml | 5 + .../org.eclipse.jdt.ui/OpenTypeHistory.xml | 2 + .../QualifiedTypeNameHistory.xml | 2 + .../org.eclipse.jdt.ui/dialog_settings.xml | 14 + .../org.eclipse.m2e.core/workspaceState.ser | Bin 0 -> 538 bytes .../0.log | 2 + .../logback.2.0.0.20220705-1221.xml | 41 + .../org.eclipse.oomph.setup/workspace.setup | 6 + .../org.eclipse.tips.ide/dialog_settings.xml | 3 + .../.plugins/org.eclipse.ui.intro/introstate | 2 + .../org.eclipse.ui.workbench/workingsets.xml | 6 + MAVENProject/.metadata/version.ini | 3 + MAVENProject/src/main/java/jeu/Jeu.java | 1 + MAVENProject/src/main/java/start/Main.java | 11 +- 45 files changed, 2439 insertions(+), 8 deletions(-) create mode 100644 MAVENProject/.metadata/.lock create mode 100644 MAVENProject/.metadata/.log create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.location create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/2.tree create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jsch.core.prefs create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.egit.core/.org.eclipse.egit.core.cmp/.project create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.egit.core/.org.eclipse.egit.core.cmp/.settings/org.eclipse.core.resources.prefs create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/1865797976.index create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.2.0.0.20220705-1221.xml create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.tips.ide/dialog_settings.xml create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.ui.intro/introstate create mode 100644 MAVENProject/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml create mode 100644 MAVENProject/.metadata/version.ini diff --git a/MAVENProject/.metadata/.lock b/MAVENProject/.metadata/.lock new file mode 100644 index 0000000..e69de29 diff --git a/MAVENProject/.metadata/.log b/MAVENProject/.metadata/.log new file mode 100644 index 0000000..cee80eb --- /dev/null +++ b/MAVENProject/.metadata/.log @@ -0,0 +1,106 @@ +!SESSION 2023-01-03 18:36:47.270 ----------------------------------------------- +eclipse.buildId=4.25.0.I20220831-1800 +java.version=17.0.5 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=fr_FR +Framework arguments: -product org.eclipse.epp.package.java.product +Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product + +!ENTRY org.eclipse.jface 2 0 2023-01-03 18:39:08.187 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2023-01-03 18:39:08.187 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + WorkbenchHandlerServiceHandler("org.eclipse.jdt.ui.navigate.open.type"), + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + WorkbenchHandlerServiceHandler("org.eclipse.lsp4e.symbolinworkspace"), + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2023-01-03 18:39:08.187 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + WorkbenchHandlerServiceHandler("org.eclipse.jdt.ui.edit.text.java.rename.element"), + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + WorkbenchHandlerServiceHandler("org.eclipse.ui.edit.rename"), + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.egit.ui 2 0 2023-01-03 18:39:18.096 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\bruno'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. +!SESSION 2023-01-03 18:46:20.328 ----------------------------------------------- +eclipse.buildId=4.25.0.I20220831-1800 +java.version=17.0.5 +java.vendor=Eclipse Adoptium +BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=fr_FR +Framework arguments: -product org.eclipse.epp.package.java.product +Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product + +!ENTRY org.eclipse.jface 2 0 2023-01-03 18:46:42.304 +!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. +!SUBENTRY 1 org.eclipse.jface 2 0 2023-01-03 18:46:42.304 +!MESSAGE A conflict occurred for CTRL+SHIFT+T: +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, + Open a type in a Java editor, + Category(org.eclipse.ui.category.navigate,Navigate,null,true), + WorkbenchHandlerServiceHandler("org.eclipse.jdt.ui.navigate.open.type"), + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(CTRL+SHIFT+T, + ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, + , + Category(org.eclipse.lsp4e.category,Language Servers,null,true), + WorkbenchHandlerServiceHandler("org.eclipse.lsp4e.symbolinworkspace"), + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +!SUBENTRY 1 org.eclipse.jface 2 0 2023-01-03 18:46:42.304 +!MESSAGE A conflict occurred for ALT+SHIFT+R: +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring , + Rename the selected element, + Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true), + WorkbenchHandlerServiceHandler("org.eclipse.jdt.ui.edit.text.java.rename.element"), + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) +Binding(ALT+SHIFT+R, + ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename, + Rename the selected item, + Category(org.eclipse.ui.category.file,File,null,true), + WorkbenchHandlerServiceHandler("org.eclipse.ui.edit.rename"), + ,,true),null), + org.eclipse.ui.defaultAcceleratorConfiguration, + org.eclipse.ui.contexts.window,,,system) + +!ENTRY org.eclipse.egit.ui 2 0 2023-01-03 18:46:46.703 +!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git +user global configuration and to define the default location to store repositories: 'C:\Users\bruno'. If this is +not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and +EGit might behave differently since they see different configuration options. +This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.location b/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.egit.core.cmp/.location new file mode 100644 index 0000000000000000000000000000000000000000..6bef28f1a86a476d07c4ba1192b75a3039b7e599 GIT binary patch literal 166 zcmZ?R*xjhShe1S2b=vdAllRFnl!XR)>g%Uv=A>HbJ6q|87N-^!>n9bJ=H=@rCg<oD z6y;~7CYR{@I)=IW1wc7^xv3?IDTyVC`g#R9rRkY@#rpY0>3XTjIhh5;sd}mDnI(G3 g`9-PvdRT?^l5-0fP{4tR-=D#*3jEwty}SGv08=nI{r~^~ literal 0 HcmV?d00001 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version b/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version new file mode 100644 index 0000000..25cb955 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index b/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index new file mode 100644 index 0000000000000000000000000000000000000000..165720252a1720b08a677e3097c2a9a9f8f93fd0 GIT binary patch literal 151 zcmYj~F%QBZ7(|acJ7{$AM_}4Ug0s7e#vSpZGy)BL{r@&jo$tMO3V?z-V%6Y~%Ujcb z!&s?(F4ToJPsOuh<8u-wxj6sfO`H&_RkIB2m(x8&R&jB}x;5r}vc{OMw_StXvOc`z U|A6fb3m+^s<aC|llLbw0e|!oop#T5? literal 0 HcmV?d00001 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version b/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version new file mode 100644 index 0000000..6b2aaa7 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/2.tree b/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.root/2.tree new file mode 100644 index 0000000000000000000000000000000000000000..b13f43b20ff0bf88b1b5e2275227f88a327bbbf1 GIT binary patch literal 304 zcmZ9H%MHRX42GRF6^|>NI5B}|=!F633c*CFfK*A4Sb&+Biw&^b6cuv$^Z4w~F_qRZ zu64=(P_PZrA=!)X6JdACXhS5ylvbc573^>hk@F*k_S!SDHyfs&kJs^C+E3Qus9}kH z3?11l{S-g`z?C>kVGXdtL^=DLOL8k85V~y&VM<EW?4A!MlVhY5?$J_WDV>KVld?UO NV%B_>3)#sG03SQWFaH1l literal 0 HcmV?d00001 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/MAVENProject/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources new file mode 100644 index 0000000000000000000000000000000000000000..4f8230d6c565775532c78e4ffd8124e703268dca GIT binary patch literal 850 zcmZ?R*xjhShe1S2b=vdAllRFf=Oz}Hq!uZZBqrsg@^UGMl%^_pCFUs@7%LcBSecqw znHnfKyM`zj85kM!a;2o^lq9-V6l4}9mSpDV#pf5L>!l{=WEK>s>Sd*r=q2YDrP>;r znH!m#S(sQF7+V1KB<G|i7P){lqA1TbN`)v-OUx+-+KfY4N@`MRx?X9fEiuZ#*5g+Q zcO_wEV5<q(3o<Szu{19^BQq}@rdD6Cq$oAj)(EGkK)TR9b|B*SXK=&>e(tH>U4G1A UG@^(}AMl`r1wM{+M7xLr0O3q7VgLXD literal 0 HcmV?d00001 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..30841eb --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +encoding=UTF-8 +version=1 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs new file mode 100644 index 0000000..9dd00d6 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<launchPerspectives/>\r\n +preferredTargets=default\:default| diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..981338e --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,9 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=17 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs new file mode 100644 index 0000000..8c831f4 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<vmSettings defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1672767583573" defaultVMConnector\="">\r\n <vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\r\n <vm id\="1672767583573" name\="jre" path\="C\:\\Users\\bruno\\.p2\\pool\\plugins\\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933\\jre"/>\r\n </vmType>\r\n</vmSettings>\r\n diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000..1f8bdff --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,9 @@ +content_assist_number_of_computers=12 +content_assist_proposals_background=255,255,255 +content_assist_proposals_foreground=0,0,0 +eclipse.preferences.version=1 +org.eclipse.jdt.ui.formatterprofiles.version=22 +spelling_locale_initialized=true +typefilter_migrated_2=true +useAnnotationsPrefPage=true +useQuickDiffPrefPage=true diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jsch.core.prefs b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jsch.core.prefs new file mode 100644 index 0000000..d56c53f --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jsch.core.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.jsch.core.hasChangedDefaultWin32SshHome=true diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs new file mode 100644 index 0000000..67b1d96 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.m2e.discovery.pref.projects= diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs new file mode 100644 index 0000000..29e7d69 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +platformState=1669586662382 +quickStart=false +tipsAndTricks=true diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs new file mode 100644 index 0000000..08076f2 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +showIntro=false diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs new file mode 100644 index 0000000..b85d0db --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs @@ -0,0 +1,9 @@ +//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false +PLUGINS_NOT_ACTIVATED_ON_STARTUP=;org.eclipse.m2e.discovery; +eclipse.preferences.version=1 +org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_BG_END=255,255,255 +org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_BG_START=255,255,255 +org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_TEXT_COLOR=16,16,16 +org.eclipse.ui.workbench.ACTIVE_TAB_BG_END=255,255,255 +org.eclipse.ui.workbench.ACTIVE_TAB_BG_START=255,255,255 +org.eclipse.ui.workbench.INACTIVE_TAB_BG_START=242,242,242 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml b/MAVENProject/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml new file mode 100644 index 0000000..4b03759 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<section name="Workbench"> + <section name="org.eclipse.debug.ui.SELECT_LAUNCH_SHORTCUT_DIALOG"> + <item key="DIALOG_WIDTH" value="343"/> + <item key="DIALOG_HEIGHT" value="487"/> + <item key="DIALOG_FONT_NAME" value="1|Segoe UI|9.0|0|WINDOWS|1|-15|0|0|0|400|0|0|0|1|0|0|0|0|Segoe UI"/> + </section> +</section> diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/MAVENProject/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi new file mode 100644 index 0000000..44e575a --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi @@ -0,0 +1,2167 @@ +<?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="_hQ3_EIuNEe2NONH-4bbaEA" elementId="org.eclipse.e4.legacy.ide.application" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_hQ3_EYuNEe2NONH-4bbaEA" bindingContexts="_hQ3_GouNEe2NONH-4bbaEA"> + <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<workbench>
<mruList>
<file factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="Main.java" tooltip="C:\Users\bruno\acl-project\MAVENProject\src\main\java\start\Main.java">
<persistable uri="file:/C:/Users/bruno/acl-project/MAVENProject/src/main/java/start/Main.java"/>
</file>
</mruList>
</workbench>"/> + <tags>activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration</tags> + <children xsi:type="basic:TrimmedWindow" xmi:id="_hQ3_EYuNEe2NONH-4bbaEA" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_hqk4gIuNEe2NONH-4bbaEA" label="%trimmedwindow.label.eclipseSDK" x="0" y="0" width="1024" height="768"> + <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 1672767550348"/> + <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="_hqk4gIuNEe2NONH-4bbaEA" selectedElement="_hqk4gYuNEe2NONH-4bbaEA" horizontal="true"> + <children xsi:type="advanced:PerspectiveStack" xmi:id="_hqk4gYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.perspectivestack" containerData="7500" selectedElement="_h2jfAIuNEe2NONH-4bbaEA"> + <children xsi:type="advanced:Perspective" xmi:id="_h2jfAIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.JavaPerspective" selectedElement="_h2jfAYuNEe2NONH-4bbaEA" 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.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.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.NewRecordCreationWizard</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.navigator.ProjectExplorer</tags> + <tags>persp.actionSet:org.eclipse.debug.ui.breakpointActionSet</tags> + <tags>persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet</tags> + <tags>persp.showIn:org.eclipse.egit.ui.RepositoriesView</tags> + <tags>persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet</tags> + <tags>persp.showIn:org.eclipse.eclemma.ui.CoverageView</tags> + <tags>persp.viewSC:org.eclipse.tm.terminal.view.ui.TerminalsView</tags> + <tags>persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView</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> + <children xsi:type="basic:PartSashContainer" xmi:id="_h2jfAYuNEe2NONH-4bbaEA" selectedElement="_h2jfCouNEe2NONH-4bbaEA" horizontal="true"> + <children xsi:type="basic:PartSashContainer" xmi:id="_h2jfAouNEe2NONH-4bbaEA" containerData="2500" selectedElement="_h2jfA4uNEe2NONH-4bbaEA"> + <children xsi:type="basic:PartStack" xmi:id="_h2jfA4uNEe2NONH-4bbaEA" elementId="left" containerData="6000" selectedElement="_h2jfBIuNEe2NONH-4bbaEA"> + <tags>org.eclipse.e4.primaryNavigationStack</tags> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfBIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.PackageExplorer" ref="_h2XRwIuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfBYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_h2ZG8IuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfBouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigator.ProjectExplorer" toBeRendered="false" ref="_h2ZuAIuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfB4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.junit.ResultView" toBeRendered="false" ref="_h2i38IuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + </children> + <children xsi:type="basic:PartStack" xmi:id="_h2jfCIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewMStack" toBeRendered="false" containerData="4000"> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfCYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesView" toBeRendered="false" ref="_h2iQ4IuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Git</tags> + </children> + </children> + </children> + <children xsi:type="basic:PartSashContainer" xmi:id="_h2jfCouNEe2NONH-4bbaEA" containerData="7500" selectedElement="_h2jfC4uNEe2NONH-4bbaEA"> + <children xsi:type="basic:PartSashContainer" xmi:id="_h2jfC4uNEe2NONH-4bbaEA" containerData="7500" selectedElement="_h2jfDIuNEe2NONH-4bbaEA" horizontal="true"> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfDIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.editorss" containerData="7500" ref="_h2E94IuNEe2NONH-4bbaEA"/> + <children xsi:type="basic:PartStack" xmi:id="_h2jfDYuNEe2NONH-4bbaEA" elementId="right" containerData="2500" selectedElement="_h2jfDouNEe2NONH-4bbaEA"> + <tags>org.eclipse.e4.secondaryNavigationStack</tags> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfDouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.ContentOutline" ref="_h2bjMIuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfD4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.texteditor.TemplatesView" toBeRendered="false" ref="_h2bjMYuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfEIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.minimap.MinimapView" toBeRendered="false" ref="_h2hp0IuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfEYuNEe2NONH-4bbaEA" elementId="org.eclipse.ant.ui.views.AntView" toBeRendered="false" ref="_h2i38YuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Ant</tags> + </children> + </children> + </children> + <children xsi:type="basic:PartStack" xmi:id="_h2jfEouNEe2NONH-4bbaEA" elementId="bottom" containerData="2500" selectedElement="_h2jfE4uNEe2NONH-4bbaEA"> + <tags>org.eclipse.e4.secondaryDataStack</tags> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfE4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.ProblemView" ref="_h2ZuAYuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfFIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.JavadocView" ref="_h2ZuAouNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfFYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.SourceView" ref="_h2aVEIuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfFouNEe2NONH-4bbaEA" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="_h2a8IIuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfF4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.console.ConsoleView" toBeRendered="false" ref="_h2a8IYuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfGIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_h2a8IouNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfGYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_h2a8I4uNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_h2jfGouNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" toBeRendered="false" ref="_h2iQ4YuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Terminal</tags> + </children> + </children> + </children> + </children> + </children> + </children> + <children xsi:type="basic:PartStack" xmi:id="_hqlfkIuNEe2NONH-4bbaEA" elementId="stickyFolderRight" toBeRendered="false" containerData="2500"> + <children xsi:type="advanced:Placeholder" xmi:id="_hqlfkYuNEe2NONH-4bbaEA" elementId="org.eclipse.help.ui.HelpView" toBeRendered="false" ref="_hqjDUIuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Help</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_hqlfkouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.internal.introview" toBeRendered="false" ref="_hqkRcIuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_hqlfk4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" toBeRendered="false" ref="_hqkRcYuNEe2NONH-4bbaEA" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Help</tags> + </children> + </children> + </children> + <sharedElements xsi:type="basic:Part" xmi:id="_hqjDUIuNEe2NONH-4bbaEA" 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"/> + <tags>View</tags> + <tags>categoryTag:Help</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_hqkRcIuNEe2NONH-4bbaEA" 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="_i7j_QIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.internal.introview"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <toolbar xmi:id="_i7j_QYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.internal.introview" visible="false"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_hqkRcYuNEe2NONH-4bbaEA" 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="_h2E94IuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.editorss" selectedElement="_h2Fk8IuNEe2NONH-4bbaEA"> + <children xsi:type="basic:PartStack" xmi:id="_h2Fk8IuNEe2NONH-4bbaEA" elementId="org.eclipse.e4.primaryDataStack" selectedElement="_mgLVgIuNEe2NONH-4bbaEA"> + <tags>org.eclipse.e4.primaryDataStack</tags> + <tags>EditorStack</tags> + <tags>active</tags> + <children xsi:type="basic:Part" xmi:id="_mgLVgIuNEe2NONH-4bbaEA" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="Main.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="Main.java" partName="Main.java" title="Main.java" tooltip="C:\Users\bruno\acl-project\MAVENProject\src\main\java\start\Main.java">
<input factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" uri="file:/C:/Users/bruno/acl-project/MAVENProject/src/main/java/start/Main.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> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_h2XRwIuNEe2NONH-4bbaEA" 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 1672767550348">
<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.jdt.ui.PackageExplorer.NonJavaProjectsFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter" isEnabled="false"/>
<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.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.DeprecatedMembersFilter" 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.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"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.FieldsFilter" isEnabled="false"/>
</xmlDefinedFilters>
</customFilters>
</view>"/> + <tags>View</tags> + <tags>categoryTag:Java</tags> + <menus xmi:id="_h6JlkIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.PackageExplorer"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <toolbar xmi:id="_h6JlkYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.PackageExplorer" visible="false"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_h2ZG8IuNEe2NONH-4bbaEA" 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="_h2ZuAIuNEe2NONH-4bbaEA" 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"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_h2ZuAYuNEe2NONH-4bbaEA" 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">
<columnWidths org.eclipse.ui.ide.locationField="120" org.eclipse.ui.ide.markerType="120" org.eclipse.ui.ide.pathField="160" org.eclipse.ui.ide.resourceField="120" org.eclipse.ui.ide.severityAndDescriptionField="400"/>
<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="_iBSvYIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.ProblemView"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <toolbar xmi:id="_iBSvYYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.ProblemView" visible="false"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_h2ZuAouNEe2NONH-4bbaEA" 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"/> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_h2aVEIuNEe2NONH-4bbaEA" 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="_h2a8IIuNEe2NONH-4bbaEA" 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"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_h2a8IYuNEe2NONH-4bbaEA" 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"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_h2a8IouNEe2NONH-4bbaEA" 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="_h2a8I4uNEe2NONH-4bbaEA" 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="_h2bjMIuNEe2NONH-4bbaEA" 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="_iAjIgIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.ContentOutline"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <toolbar xmi:id="_iAjIgYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.ContentOutline" visible="false"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_h2bjMYuNEe2NONH-4bbaEA" 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.jdt.ui/icons/full/eview16/templates.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.texteditor.templates.TemplatesView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_h2hp0IuNEe2NONH-4bbaEA" 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="_h2iQ4IuNEe2NONH-4bbaEA" 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="_h2iQ4YuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Terminal" iconURI="platform:/plugin/org.eclipse.tm.terminal.view.ui/icons/eview16/terminal_view.gif" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.tm.terminal.view.ui.view.TerminalsView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.tm.terminal.view.ui"/> + <tags>View</tags> + <tags>categoryTag:Terminal</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_h2i38IuNEe2NONH-4bbaEA" 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"/> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_h2i38YuNEe2NONH-4bbaEA" 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> + <trimBars xmi:id="_hQ3_EouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.main.toolbar" contributorURI="platform:/plugin/org.eclipse.platform"> + <children xsi:type="menu:ToolBar" xmi:id="_htSOQIuNEe2NONH-4bbaEA" elementId="group.file" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_htSOQYuNEe2NONH-4bbaEA" elementId="group.file" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_htUDcIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.workbench.file"> + <tags>Draggable</tags> + <children xsi:type="menu:HandledToolItem" xmi:id="_lVsp8IuOEe21OpxksFTihQ" elementId="print" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.png" tooltip="Print" command="_hR1oZYuNEe2NONH-4bbaEA"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_htUDcYuNEe2NONH-4bbaEA" elementId="group.edit" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_htUDcouNEe2NONH-4bbaEA" elementId="group.edit" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_htUqgIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.workbench.edit" visible="false"> + <tags>Draggable</tags> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_htUqgYuNEe2NONH-4bbaEA" elementId="additions" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_htUqgouNEe2NONH-4bbaEA" elementId="additions" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_h3sHcIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.launchActionSet"> + <tags>Draggable</tags> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_h3LxIIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet"> + <tags>Draggable</tags> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_h3iWcIuNEe2NONH-4bbaEA" elementId="org.eclipse.search.searchActionSet"> + <tags>Draggable</tags> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_mrFlAIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.actionSet.presentation"> + <tags>Draggable</tags> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_htUqg4uNEe2NONH-4bbaEA" elementId="group.nav" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_htUqhIuNEe2NONH-4bbaEA" elementId="group.nav" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_htVRkIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.workbench.navigate"> + <tags>Draggable</tags> + <children xsi:type="menu:HandledToolItem" xmi:id="_lVwUUIuOEe21OpxksFTihQ" elementId="org.eclipse.ui.window.pinEditor" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.png" tooltip="Pin Editor" type="Check" command="_hRylLIuNEe2NONH-4bbaEA"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_htV4oIuNEe2NONH-4bbaEA" elementId="group.editor" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_htV4oYuNEe2NONH-4bbaEA" elementId="group.editor" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_htV4oouNEe2NONH-4bbaEA" elementId="group.help" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_htV4o4uNEe2NONH-4bbaEA" elementId="group.help" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_htWfsIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.workbench.help" visible="false"> + <tags>Draggable</tags> + </children> + <children xsi:type="menu:ToolControl" xmi:id="_hvw6gIuNEe2NONH-4bbaEA" 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="_hvzWwIuNEe2NONH-4bbaEA" 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="_hQ3_E4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.trim.status" contributorURI="platform:/plugin/org.eclipse.platform" side="Bottom"> + <children xsi:type="menu:ToolControl" xmi:id="_hQ3_FIuNEe2NONH-4bbaEA" 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="_hQ3_FYuNEe2NONH-4bbaEA" 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="_hQ3_FouNEe2NONH-4bbaEA" 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="_hQ3_F4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.trim.vertical1" contributorURI="platform:/plugin/org.eclipse.platform" toBeRendered="false" side="Left"> + <children xsi:type="menu:ToolControl" xmi:id="_i_sRUIuNEe2NONH-4bbaEA" 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> + </trimBars> + <trimBars xmi:id="_hQ3_GIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.trim.vertical2" contributorURI="platform:/plugin/org.eclipse.platform" side="Right"/> + </children> + <bindingTables xmi:id="_hQ3_GYuNEe2NONH-4bbaEA" contributorURI="platform:/plugin/org.eclipse.platform" bindingContext="_hQ3_GouNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSa3NouNEe2NONH-4bbaEA" keySequence="CTRL+1" command="_hRylH4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hScsYouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+I" command="_hRxXCouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSdTdYuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+L" command="_hR2PnYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSehkYuNEe2NONH-4bbaEA" keySequence="CTRL+SPACE" command="_hRzzRouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSgWxYuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+D" command="_hR22sYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSlPRIuNEe2NONH-4bbaEA" keySequence="CTRL+V" command="_hRr3d4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSmdYouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+SPACE" command="_hRzzNIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSmdY4uNEe2NONH-4bbaEA" keySequence="CTRL+A" command="_hR22rIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSmdbouNEe2NONH-4bbaEA" keySequence="CTRL+C" command="_hRqpRYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSkYuNEe2NONH-4bbaEA" keySequence="CTRL+X" command="_hR0aZIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSkouNEe2NONH-4bbaEA" keySequence="CTRL+Y" command="_hR3dv4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSlYuNEe2NONH-4bbaEA" keySequence="CTRL+Z" command="_hR0aWYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5pYuNEe2NONH-4bbaEA" keySequence="ALT+PAGE_UP" command="_hR4Et4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5pouNEe2NONH-4bbaEA" keySequence="ALT+PAGE_DOWN" command="_hRwv6YuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5qYuNEe2NONH-4bbaEA" keySequence="SHIFT+INSERT" command="_hRr3d4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5rouNEe2NONH-4bbaEA" keySequence="ALT+F11" command="_hRuTpIuNEe2NONH-4bbaEA"> + <tags>platform:win32</tags> + </bindings> + <bindings xmi:id="_hSrV6YuNEe2NONH-4bbaEA" keySequence="CTRL+F10" command="_hRtFkouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSskAYuNEe2NONH-4bbaEA" keySequence="CTRL+INSERT" command="_hRqpRYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStyJIuNEe2NONH-4bbaEA" keySequence="CTRL+PAGE_UP" command="_hR1ohIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStyJYuNEe2NONH-4bbaEA" keySequence="CTRL+PAGE_DOWN" command="_hRylLYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStyJ4uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+F3" command="_hR1ocouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSvnUIuNEe2NONH-4bbaEA" keySequence="SHIFT+DEL" command="_hR0aZIuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSUwkIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.textEditorScope" bindingContext="_hR9kMouNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSYa8IuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+CR" command="_hR1ocIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSZpEIuNEe2NONH-4bbaEA" keySequence="CTRL+BS" command="_hRqCQouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSa3M4uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+Q" command="_hRx-BYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hScsZYuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+J" command="_hRxXA4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSdTc4uNEe2NONH-4bbaEA" keySequence="CTRL++" command="_hRtsuIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSd6gouNEe2NONH-4bbaEA" keySequence="CTRL+-" command="_hR2PoouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSjaE4uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+F" command="_hRzzRIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSkBJouNEe2NONH-4bbaEA" keySequence="ALT+CTRL+J" command="_hRylE4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSkoN4uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+A" command="_hRr3ZYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2U4uNEe2NONH-4bbaEA" keySequence="CTRL+J" command="_hRtFnIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2V4uNEe2NONH-4bbaEA" keySequence="CTRL+L" command="_hR0aT4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2X4uNEe2NONH-4bbaEA" keySequence="CTRL+O" command="_hRqpUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSmdYIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+/" command="_hR0aRIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnEc4uNEe2NONH-4bbaEA" keySequence="CTRL+D" command="_hRtsm4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnrhouNEe2NONH-4bbaEA" keySequence="CTRL+=" command="_hRtsuIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnriouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Y" command="_hRo0EouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSmIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+DEL" command="_hRzzTYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSmYuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+c" command="_hRqpVouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSmouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+X" command="_hRqpU4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSm4uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+Y" command="_hR2Pn4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSn4uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+\" command="_hRsegouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSoIuNEe2NONH-4bbaEA" keySequence="CTRL+DEL" command="_hR0aUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5oIuNEe2NONH-4bbaEA" keySequence="ALT+ARROW_UP" command="_hR4EsIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5oYuNEe2NONH-4bbaEA" keySequence="ALT+ARROW_DOWN" command="_hRxW84uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5p4uNEe2NONH-4bbaEA" keySequence="SHIFT+END" command="_hR22hYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSpgsIuNEe2NONH-4bbaEA" keySequence="SHIFT+HOME" command="_hR2Ph4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSpguIuNEe2NONH-4bbaEA" keySequence="END" command="_hR2Pe4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSpguYuNEe2NONH-4bbaEA" keySequence="INSERT" command="_hRtFgouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqHxIuNEe2NONH-4bbaEA" keySequence="F2" command="_hRylL4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqHzouNEe2NONH-4bbaEA" keySequence="HOME" command="_hR22iYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqu0IuNEe2NONH-4bbaEA" keySequence="ALT+CTRL+ARROW_UP" command="_hR3dpIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqu0YuNEe2NONH-4bbaEA" keySequence="ALT+CTRL+ARROW_DOWN" command="_hR3dk4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqu1YuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+INSERT" command="_hRwv8YuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqu2ouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_hR22jYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV4YuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_hRxW9YuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV6ouNEe2NONH-4bbaEA" keySequence="CTRL+F10" command="_hR1oaouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV7YuNEe2NONH-4bbaEA" keySequence="CTRL+END" command="_hRxW-YuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStLF4uNEe2NONH-4bbaEA" keySequence="CTRL+ARROW_UP" command="_hRu6s4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStyIIuNEe2NONH-4bbaEA" keySequence="CTRL+ARROW_DOWN" command="_hR4rv4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStyIouNEe2NONH-4bbaEA" keySequence="CTRL+ARROW_LEFT" command="_hRqCQ4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStyI4uNEe2NONH-4bbaEA" keySequence="CTRL+ARROW_RIGHT" command="_hRx-AIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStyJouNEe2NONH-4bbaEA" keySequence="CTRL+HOME" command="_hRr3dYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStyKIuNEe2NONH-4bbaEA" keySequence="CTRL+NUMPAD_MULTIPLY" command="_hRx-BIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSuZMIuNEe2NONH-4bbaEA" keySequence="CTRL+NUMPAD_ADD" command="_hR22t4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSuZMYuNEe2NONH-4bbaEA" keySequence="CTRL+NUMPAD_SUBTRACT" command="_hR1obouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSuZMouNEe2NONH-4bbaEA" keySequence="CTRL+NUMPAD_DIVIDE" command="_hRu6touNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSwOYIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_hRylEIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1cIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_hRtFhYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxciouNEe2NONH-4bbaEA" keySequence="ALT+/" command="_hR22j4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyDkYuNEe2NONH-4bbaEA" keySequence="SHIFT+CR" command="_hR22iIuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSZpEYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.contexts.window" bindingContext="_hQ3_G4uNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSZpEouNEe2NONH-4bbaEA" keySequence="ALT+CTRL+SHIFT+T" command="_hRtFkYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSZpE4uNEe2NONH-4bbaEA" keySequence="ALT+CTRL+SHIFT+L" command="_hRsef4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSaQIIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q O" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSa3MIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ContentOutline"/> + </bindings> + <bindings xmi:id="_hSa3MYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q P" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSa3MouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.PackageExplorer"/> + </bindings> + <bindings xmi:id="_hSa3N4uNEe2NONH-4bbaEA" keySequence="ALT+CTRL+B" command="_hRwI04uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSa3OIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+R" command="_hR4rwouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSa3OYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q Q" command="_hRvhwYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSa3OouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+S" command="_hRtso4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSa3O4uNEe2NONH-4bbaEA" keySequence="CTRL+3" command="_hRylLouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSbeQIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+T" command="_hR0aY4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSbeQYuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+T" command="_hRu6uouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSbeQouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q S" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSbeQ4uNEe2NONH-4bbaEA" 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="_hScFUIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+U" command="_hRwv8IuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hScFUYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q T" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hScFUouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.TypeHierarchy"/> + </bindings> + <bindings xmi:id="_hScFU4uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+V" command="_hR2PhYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hScFVouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q V" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hScFV4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.VariableView"/> + </bindings> + <bindings xmi:id="_hScFW4uNEe2NONH-4bbaEA" keySequence="ALT+CTRL+G" command="_hRuTsouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hScsYIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+W" command="_hR0aYouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hScsYYuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+H" command="_hRqCO4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hScsY4uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q H" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hScsZIuNEe2NONH-4bbaEA" 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="_hSdTcIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q J" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSdTcYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.JavadocView"/> + </bindings> + <bindings xmi:id="_hSdTcouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+K" command="_hRuTtouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSdTdIuNEe2NONH-4bbaEA" keySequence="CTRL+," command="_hRr3fYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSd6gIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q L" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSd6gYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.pde.runtime.LogView"/> + </bindings> + <bindings xmi:id="_hSd6g4uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+N" command="_hRrQVYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSd6hIuNEe2NONH-4bbaEA" keySequence="CTRL+." command="_hR3dqYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSd6h4uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+O" command="_hR22qouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSehkIuNEe2NONH-4bbaEA" keySequence="ALT+CTRL+P" command="_hRuTqIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSgWwIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+B" command="_hRuTt4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSgWwYuNEe2NONH-4bbaEA" keySequence="CTRL+#" command="_hRtFk4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSgWx4uNEe2NONH-4bbaEA" keySequence="ALT+CTRL+T" command="_hRqCRYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSiL8IuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+E" command="_hRwv54uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSjaFIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+G" command="_hR3dwIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSkBIYuNEe2NONH-4bbaEA" keySequence="ALT+CTRL+H" command="_hRtFhouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSkBIouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q X" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSkBI4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ProblemView"/> + </bindings> + <bindings xmi:id="_hSkBJIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q Y" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSkBJYuNEe2NONH-4bbaEA" 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="_hSkoMIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q Z" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSkoMYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.ui.GenericHistoryView"/> + </bindings> + <bindings xmi:id="_hSkoNYuNEe2NONH-4bbaEA" keySequence="CTRL+P" command="_hR1oZYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSkoNouNEe2NONH-4bbaEA" keySequence="CTRL+Q" command="_hR1oe4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSkoPYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+C" command="_hRzzTIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSkoPouNEe2NONH-4bbaEA" keySequence="CTRL+S" command="_hR2PpIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSlPQouNEe2NONH-4bbaEA" keySequence="CTRL+U" command="_hR3duIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSlPQ4uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+F" command="_hR1of4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2UIuNEe2NONH-4bbaEA" keySequence="CTRL+W" command="_hR4EpouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2UYuNEe2NONH-4bbaEA" keySequence="CTRL+H" command="_hRzzRYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2VIuNEe2NONH-4bbaEA" keySequence="CTRL+K" command="_hRwv4YuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2WIuNEe2NONH-4bbaEA" keySequence="CTRL+M" command="_hRzzP4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2W4uNEe2NONH-4bbaEA" keySequence="CTRL+N" command="_hR4EoIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSmdYYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+P" command="_hRu6sIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSmdZYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+R" command="_hR3dxIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSmdZouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+R" command="_hRsecYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSmdZ4uNEe2NONH-4bbaEA" keySequence="CTRL+B" command="_hRsedIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSmdaIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q B" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSmdaYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.BreakpointView"/> + </bindings> + <bindings xmi:id="_hSmdb4uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+S" command="_hR4rvYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnEcIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+T" command="_hRr3Z4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnEcYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q C" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSnEcouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.console.ConsoleView"/> + </bindings> + <bindings xmi:id="_hSnEdYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Q D" command="_hRvhwYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSnEdouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.SourceView"/> + </bindings> + <bindings xmi:id="_hSnEd4uNEe2NONH-4bbaEA" keySequence="CTRL+E" command="_hR0aTYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnEeIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+V" command="_hR22jIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnEeYuNEe2NONH-4bbaEA" keySequence="CTRL+F" command="_hRtst4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnrgIuNEe2NONH-4bbaEA" keySequence="CTRL+G" command="_hRqCRIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnrgYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+W" command="_hR3do4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnrgouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+I" command="_hRtFlIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnrg4uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+J" command="_hR0aRYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnrhIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+L" command="_hRylGIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnrhYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+M" command="_hR22uYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnrh4uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+N" command="_hR0aXouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSkIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+Z" command="_hRqCM4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSlouNEe2NONH-4bbaEA" keySequence="CTRL+_" command="_hRzzOIuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSoSl4uNEe2NONH-4bbaEA" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="true"/> + </bindings> + <bindings xmi:id="_hSoSnIuNEe2NONH-4bbaEA" keySequence="CTRL+{" command="_hRzzOIuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hSoSnYuNEe2NONH-4bbaEA" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="false"/> + </bindings> + <bindings xmi:id="_hSo5oouNEe2NONH-4bbaEA" keySequence="ALT+ARROW_LEFT" command="_hRtFmIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5pIuNEe2NONH-4bbaEA" keySequence="ALT+ARROW_RIGHT" command="_hR1ocYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5q4uNEe2NONH-4bbaEA" keySequence="SHIFT+F2" command="_hRtskYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5rIuNEe2NONH-4bbaEA" keySequence="SHIFT+F5" command="_hR3dm4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5rYuNEe2NONH-4bbaEA" keySequence="ALT+F7" command="_hRr3eIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSpgsYuNEe2NONH-4bbaEA" keySequence="ALT+F5" command="_hR22o4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSpgtIuNEe2NONH-4bbaEA" keySequence="F11" command="_hR22oYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSpgtYuNEe2NONH-4bbaEA" keySequence="F12" command="_hRzzSYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSpgtouNEe2NONH-4bbaEA" keySequence="CTRL+È" command="_hRzzOIuNEe2NONH-4bbaEA"> + <tags>locale:fr</tags> + <parameters xmi:id="_hSpgt4uNEe2NONH-4bbaEA" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="false"/> + </bindings> + <bindings xmi:id="_hSqHw4uNEe2NONH-4bbaEA" keySequence="F2" command="_hRsecYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqHxouNEe2NONH-4bbaEA" keySequence="F3" command="_hRylFYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqHyIuNEe2NONH-4bbaEA" keySequence="F4" command="_hRsehIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqHzIuNEe2NONH-4bbaEA" keySequence="F5" command="_hR2PfIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqHz4uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+F7" command="_hR22pouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqH0IuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+F8" command="_hRzzN4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqu0ouNEe2NONH-4bbaEA" keySequence="ALT+CTRL+ARROW_LEFT" command="_hR1oe4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqu04uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+F11" command="_hR4rxIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqu1IuNEe2NONH-4bbaEA" keySequence="ALT+CTRL+ARROW_RIGHT" command="_hRu6uYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqu1ouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+F4" command="_hR0aYouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqu14uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+F6" command="_hRtstIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV4IuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+X J" command="_hRwv7ouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV4ouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+X M" command="_hR22uouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV44uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+X A" command="_hRr3e4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV5IuNEe2NONH-4bbaEA" keySequence="CTRL+F7" command="_hRqpRouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV5ouNEe2NONH-4bbaEA" keySequence="CTRL+F8" command="_hRylJIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV64uNEe2NONH-4bbaEA" keySequence="CTRL+F11" command="_hR2PgYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStLEouNEe2NONH-4bbaEA" keySequence="CTRL+F4" command="_hR4EpouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStLFIuNEe2NONH-4bbaEA" keySequence="CTRL+F6" command="_hRuTqYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStLFYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+F7" command="_hRxW-4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStLFouNEe2NONH-4bbaEA" keySequence="ALT+CTRL+X G" command="_hR22l4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSvnU4uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_hRtsoouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSwOYYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+X Q" command="_hRxXCIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSwOYouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+X T" command="_hR22qIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSwOY4uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_hRzzOouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1cYuNEe2NONH-4bbaEA" keySequence="DEL" command="_hRuTsIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxciYuNEe2NONH-4bbaEA" keySequence="ALT+-" command="_hRrQVIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxci4uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+E E" command="_hRtFmYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxcjIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+E G" command="_hR1BU4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyDkIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+E J" command="_hRr3douNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyDkouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+E S" command="_hR22rYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyDk4uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+E T" command="_hRtFkIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyDlIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+E L" command="_hRr3fouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyDlYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+E N" command="_hR3dsYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyDlouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+E P" command="_hRqCOouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyDmYuNEe2NONH-4bbaEA" keySequence="ALT+CR" command="_hRzML4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyDmouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+E R" command="_hRx-CouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyDm4uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+D A" command="_hR0aUouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyDnIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+D T" command="_hRqpTYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyqoIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+D J" command="_hRylG4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSyqoYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+D Q" command="_hR3dqIuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSZpFIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.javaEditorScope" bindingContext="_hR9kQYuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSZpFYuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+P" command="_hRxW-ouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hScFWIuNEe2NONH-4bbaEA" keySequence="CTRL+7" command="_hRrQWIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSdTdouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+M" command="_hRylMIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSd6hYuNEe2NONH-4bbaEA" keySequence="CTRL+/" command="_hRrQWIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSgWwouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+C" command="_hRrQWIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSjaEouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+F" command="_hR22h4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSkoOouNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+B" command="_hR4EtouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSlPQYuNEe2NONH-4bbaEA" keySequence="CTRL+T" command="_hRr3YYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2UouNEe2NONH-4bbaEA" keySequence="CTRL+I" command="_hR1oa4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2XouNEe2NONH-4bbaEA" keySequence="CTRL+O" command="_hR22sIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2YouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+/" command="_hR3duYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnEdIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+U" command="_hRylJ4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnEeouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+'" command="_hRsec4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnriYuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+O" command="_hR0aU4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSnouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+\" command="_hRtspIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqu2IuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+ARROW_UP" command="_hR4ErouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqu2YuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_hR22souNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV5YuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+ARROW_UP" command="_hR3dp4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV54uNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+ARROW_DOWN" command="_hRu6tIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV6IuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+ARROW_LEFT" command="_hR1ohYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSrV7IuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_hRtslYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStLEYuNEe2NONH-4bbaEA" keySequence="CTRL+F3" command="_hR3dpouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1d4uNEe2NONH-4bbaEA" keySequence="CTRL+2 F" command="_hR22touNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxchYuNEe2NONH-4bbaEA" keySequence="CTRL+2 R" command="_hRzMMouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxchouNEe2NONH-4bbaEA" keySequence="CTRL+2 T" command="_hRrQV4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxch4uNEe2NONH-4bbaEA" keySequence="CTRL+2 L" command="_hRtFn4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxciIuNEe2NONH-4bbaEA" keySequence="CTRL+2 M" command="_hR2Pf4uNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSZpF4uNEe2NONH-4bbaEA" elementId="org.eclipse.core.runtime.xml" bindingContext="_hSZpFouNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSZpGIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+P" command="_hRzzSouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSgWxouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+D" command="_hR3dt4uNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSa3NIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.classFileEditorScope" bindingContext="_hR9kPIuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSa3NYuNEe2NONH-4bbaEA" keySequence="CTRL+1" command="_hR3du4uNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hScFVIuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.EditContext" bindingContext="_hR9kMIuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hScFVYuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+V" command="_hR2PkIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSgWxIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+C" command="_hRzMI4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSoSoYuNEe2NONH-4bbaEA" keySequence="ALT+ARROW_UP" command="_hRqCQIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5o4uNEe2NONH-4bbaEA" keySequence="ALT+ARROW_RIGHT" command="_hR22mouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5qIuNEe2NONH-4bbaEA" keySequence="SHIFT+INSERT" command="_hR2PkIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSskAIuNEe2NONH-4bbaEA" keySequence="CTRL+INSERT" command="_hRzMI4uNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hScFWYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.propertiesEditorScope" bindingContext="_hR9kSIuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hScFWouNEe2NONH-4bbaEA" keySequence="CTRL+7" command="_hRrQWIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSd6houNEe2NONH-4bbaEA" keySequence="CTRL+/" command="_hRrQWIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSgWw4uNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+C" command="_hRrQWIuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSjaEIuNEe2NONH-4bbaEA" elementId="org.eclipse.ant.ui.AntEditorScope" bindingContext="_hR9kRouNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSjaEYuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+F" command="_hR22h4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSmdZIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+R" command="_hRsegYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnriIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+O" command="_hRqpSIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSo5qouNEe2NONH-4bbaEA" keySequence="SHIFT+F2" command="_hRseeYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqHxYuNEe2NONH-4bbaEA" keySequence="F3" command="_hRqpUIuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSjaFYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.genericeditor.genericEditorContext" bindingContext="_hR9kO4uNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSkBIIuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+G" command="_hR2PeouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqHx4uNEe2NONH-4bbaEA" keySequence="F3" command="_hR1ofIuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSkoMouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.memoryview" bindingContext="_hR9kOouNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSkoM4uNEe2NONH-4bbaEA" keySequence="ALT+CTRL+M" command="_hR22p4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSkoNIuNEe2NONH-4bbaEA" keySequence="ALT+CTRL+N" command="_hR22vIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSlPQIuNEe2NONH-4bbaEA" keySequence="CTRL+T" command="_hRzMJYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSlPRYuNEe2NONH-4bbaEA" keySequence="CTRL+W" command="_hRtFjouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2WouNEe2NONH-4bbaEA" keySequence="CTRL+N" command="_hRuTpYuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSkoOIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.debugging" bindingContext="_hR9kPYuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSkoOYuNEe2NONH-4bbaEA" keySequence="CTRL+R" command="_hRqpS4uNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSpgsouNEe2NONH-4bbaEA" keySequence="F7" command="_hR3dsouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSpgs4uNEe2NONH-4bbaEA" keySequence="F8" command="_hRseiouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqHy4uNEe2NONH-4bbaEA" keySequence="F5" command="_hRsejIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSqHzYuNEe2NONH-4bbaEA" keySequence="F6" command="_hR22kouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStLEIuNEe2NONH-4bbaEA" keySequence="CTRL+F2" command="_hRzzUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStLE4uNEe2NONH-4bbaEA" keySequence="CTRL+F5" command="_hR22louNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSkoO4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" bindingContext="_hR9kQIuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSkoPIuNEe2NONH-4bbaEA" keySequence="ALT+SHIFT+B" command="_hR4EtouNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSl2VYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" bindingContext="_hR9kPouNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSl2VouNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+," command="_hR1ofouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSl2WYuNEe2NONH-4bbaEA" keySequence="CTRL+SHIFT+." command="_hRzzPIuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSnEe4uNEe2NONH-4bbaEA" keySequence="CTRL+G" command="_hRzzPYuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSl2XIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.DiffViewer" bindingContext="_hR9kM4uNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSl2XYuNEe2NONH-4bbaEA" keySequence="CTRL+O" command="_hR3doouNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSl2YIuNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" bindingContext="_hR9kRIuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSl2YYuNEe2NONH-4bbaEA" keySequence="CTRL+O" command="_hRr3bYuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSmdaouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesView" bindingContext="_hR9kSYuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSmda4uNEe2NONH-4bbaEA" keySequence="CTRL+C" command="_hRzMKouNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hStyIYuNEe2NONH-4bbaEA" keySequence="CTRL+ARROW_LEFT" command="_hRtsl4uNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSmdbIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.ReflogView" bindingContext="_hR9kP4uNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSmdbYuNEe2NONH-4bbaEA" keySequence="CTRL+C" command="_hRuTrYuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSoSk4uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.console" bindingContext="_hR9kNYuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSoSlIuNEe2NONH-4bbaEA" keySequence="CTRL+Z" command="_hR3doIuNEe2NONH-4bbaEA"> + <tags>platform:win32</tags> + </bindings> + </bindingTables> + <bindingTables xmi:id="_hSpguouNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" bindingContext="_hR9kQ4uNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSqHwIuNEe2NONH-4bbaEA" keySequence="F1" command="_hRqpTouNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSqHwYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesView.SingleRepository" bindingContext="_hR9kSouNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSqHwouNEe2NONH-4bbaEA" keySequence="F2" command="_hRuTs4uNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSqHyYuNEe2NONH-4bbaEA" elementId="org.eclipse.buildship.ui.contexts.taskview" bindingContext="_hR9kRYuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSqHyouNEe2NONH-4bbaEA" keySequence="F5" command="_hR22gYuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSskAouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.console.ConsoleView" bindingContext="_hR9kOYuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSskA4uNEe2NONH-4bbaEA" keySequence="CTRL+INSERT" command="_hRtsnouNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSvnUYuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.TerminalContext" bindingContext="_hR9kQouNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSvnUouNEe2NONH-4bbaEA" keySequence="ALT+Y" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1couNEe2NONH-4bbaEA" keySequence="ALT+A" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1c4uNEe2NONH-4bbaEA" keySequence="ALT+B" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1dIuNEe2NONH-4bbaEA" keySequence="ALT+C" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1dYuNEe2NONH-4bbaEA" keySequence="ALT+D" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1douNEe2NONH-4bbaEA" keySequence="ALT+E" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1eIuNEe2NONH-4bbaEA" keySequence="ALT+F" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1eYuNEe2NONH-4bbaEA" keySequence="ALT+G" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1eouNEe2NONH-4bbaEA" keySequence="ALT+P" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1e4uNEe2NONH-4bbaEA" keySequence="ALT+R" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1fIuNEe2NONH-4bbaEA" keySequence="ALT+S" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSw1fYuNEe2NONH-4bbaEA" keySequence="ALT+T" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxcgIuNEe2NONH-4bbaEA" keySequence="ALT+V" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxcgYuNEe2NONH-4bbaEA" keySequence="ALT+W" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxcgouNEe2NONH-4bbaEA" keySequence="ALT+H" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxcg4uNEe2NONH-4bbaEA" keySequence="ALT+L" command="_hRrQUYuNEe2NONH-4bbaEA"/> + <bindings xmi:id="_hSxchIuNEe2NONH-4bbaEA" keySequence="ALT+N" command="_hRrQUYuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_hSyDl4uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.BreakpointView" bindingContext="_hR9kMYuNEe2NONH-4bbaEA"> + <bindings xmi:id="_hSyDmIuNEe2NONH-4bbaEA" keySequence="ALT+CR" command="_hRqCOIuNEe2NONH-4bbaEA"/> + </bindingTables> + <bindingTables xmi:id="_h2GzEYuNEe2NONH-4bbaEA" bindingContext="_h2GzEIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2GzE4uNEe2NONH-4bbaEA" bindingContext="_h2GzEouNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2GzFYuNEe2NONH-4bbaEA" bindingContext="_h2GzFIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2GzF4uNEe2NONH-4bbaEA" bindingContext="_h2GzFouNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2HaIYuNEe2NONH-4bbaEA" bindingContext="_h2HaIIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2HaI4uNEe2NONH-4bbaEA" bindingContext="_h2HaIouNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2SZQYuNEe2NONH-4bbaEA" bindingContext="_h2SZQIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2TAUYuNEe2NONH-4bbaEA" bindingContext="_h2TAUIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2TAU4uNEe2NONH-4bbaEA" bindingContext="_h2TAUouNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2TAVYuNEe2NONH-4bbaEA" bindingContext="_h2TAVIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2TnYYuNEe2NONH-4bbaEA" bindingContext="_h2TnYIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2TnY4uNEe2NONH-4bbaEA" bindingContext="_h2TnYouNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2TnZYuNEe2NONH-4bbaEA" bindingContext="_h2TnZIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2UOcYuNEe2NONH-4bbaEA" bindingContext="_h2UOcIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2UOc4uNEe2NONH-4bbaEA" bindingContext="_h2UOcouNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2UOdYuNEe2NONH-4bbaEA" bindingContext="_h2UOdIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2U1gYuNEe2NONH-4bbaEA" bindingContext="_h2U1gIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2U1g4uNEe2NONH-4bbaEA" bindingContext="_h2U1gouNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2U1hYuNEe2NONH-4bbaEA" bindingContext="_h2U1hIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2VckYuNEe2NONH-4bbaEA" bindingContext="_h2VckIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2Vck4uNEe2NONH-4bbaEA" bindingContext="_h2VckouNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2VclYuNEe2NONH-4bbaEA" bindingContext="_h2VclIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2Vcl4uNEe2NONH-4bbaEA" bindingContext="_h2VclouNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2VcmYuNEe2NONH-4bbaEA" bindingContext="_h2VcmIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2Vcm4uNEe2NONH-4bbaEA" bindingContext="_h2VcmouNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2VcnYuNEe2NONH-4bbaEA" bindingContext="_h2VcnIuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2WDoIuNEe2NONH-4bbaEA" bindingContext="_h2VcnouNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2WDoouNEe2NONH-4bbaEA" bindingContext="_h2WDoYuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2WDpIuNEe2NONH-4bbaEA" bindingContext="_h2WDo4uNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2WDpouNEe2NONH-4bbaEA" bindingContext="_h2WDpYuNEe2NONH-4bbaEA"/> + <bindingTables xmi:id="_h2WDqIuNEe2NONH-4bbaEA" bindingContext="_h2WDp4uNEe2NONH-4bbaEA"/> + <rootContext xmi:id="_hQ3_GouNEe2NONH-4bbaEA" 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="_hQ3_G4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.contexts.window" contributorURI="platform:/plugin/org.eclipse.platform" name="In Windows" description="A window is open"> + <children xmi:id="_hQ3_HIuNEe2NONH-4bbaEA" elementId="org.eclipse.e4.ui.contexts.views" contributorURI="platform:/plugin/org.eclipse.platform" name="%bindingcontext.name.bindingView"/> + <children xmi:id="_hR9kMIuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.EditContext" name="Terminal Control in Focus" description="Show modified keyboard shortcuts in context menu"/> + <children xmi:id="_hR9kMYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.BreakpointView" name="In Breakpoints View" description="The breakpoints view context"/> + <children xmi:id="_hR9kMouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.textEditorScope" name="Editing Text" description="Editing Text Context"> + <children xmi:id="_hR9kM4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.DiffViewer" name="In Diff Viewer"/> + <children xmi:id="_hR9kO4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.genericeditor.genericEditorContext" name="in Generic Code Editor" description="When editing in the Generic Code Editor"/> + <children xmi:id="_hR9kPIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.classFileEditorScope" name="Browsing attached Java Source" description="Browsing attached Java Source Context"/> + <children xmi:id="_hR9kQYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.javaEditorScope" name="Editing Java Source" description="Editing Java Source Context"/> + <children xmi:id="_hR9kQ4uNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context"> + <children xmi:id="_hR9kRIuNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context"/> + </children> + <children xmi:id="_hR9kRouNEe2NONH-4bbaEA" elementId="org.eclipse.ant.ui.AntEditorScope" name="Editing Ant Buildfiles" description="Editing Ant Buildfiles Context"/> + <children xmi:id="_hR9kSIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.propertiesEditorScope" name="Editing Properties Files" description="Editing Properties Files Context"/> + </children> + <children xmi:id="_hR9kNYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.console" name="In I/O Console" description="In I/O console"/> + <children xmi:id="_hR9kNouNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" name="In Terminal View" description="Show modified keyboard shortcuts in context menu"/> + <children xmi:id="_hR9kN4uNEe2NONH-4bbaEA" elementId="org.eclipse.compare.compareEditorScope" name="Comparing in an Editor" description="Comparing in an Editor"/> + <children xmi:id="_hR9kOYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.console.ConsoleView" name="In Console View" description="In Console View"/> + <children xmi:id="_hR9kOouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.memoryview" name="In Memory View" description="In memory view"/> + <children xmi:id="_hR9kPYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.debugging" name="Debugging" description="Debugging programs"> + <children xmi:id="_hR9kPouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" name="In Table Memory Rendering" description="In Table Memory Rendering"/> + <children xmi:id="_hR9kR4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.debugging" name="Debugging Java" description="Debugging Java programs"/> + </children> + <children xmi:id="_hR9kP4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.ReflogView" name="In Git Reflog View"/> + <children xmi:id="_hR9kQouNEe2NONH-4bbaEA" 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="_hR9kRYuNEe2NONH-4bbaEA" 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="_hR9kSYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesView" name="In Git Repositories View"> + <children xmi:id="_hR9kSouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesView.SingleRepository" name="In Git Repositories View"/> + </children> + </children> + <children xmi:id="_hQ3_HYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.contexts.dialog" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs" description="A dialog is open"/> + </rootContext> + <rootContext xmi:id="_hR9kNIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.contexts.actionSet" name="Action Set" description="Parent context for action sets"/> + <rootContext xmi:id="_hR9kOIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.contexts.workbenchMenu" name="Workbench Menu" description="When no Workbench windows are active"/> + <rootContext xmi:id="_hR9kQIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" name="Editor Breadcrumb Navigation" description="Editor Breadcrumb Navigation Context"/> + <rootContext xmi:id="_hSZpFouNEe2NONH-4bbaEA" elementId="org.eclipse.core.runtime.xml" name="Auto::org.eclipse.core.runtime.xml"/> + <rootContext xmi:id="_h2GzEIuNEe2NONH-4bbaEA" elementId="org.eclipse.ant.ui.actionSet.presentation" name="Auto::org.eclipse.ant.ui.actionSet.presentation"/> + <rootContext xmi:id="_h2GzEouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.breakpointActionSet" name="Auto::org.eclipse.debug.ui.breakpointActionSet"/> + <rootContext xmi:id="_h2GzFIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.debugActionSet" name="Auto::org.eclipse.debug.ui.debugActionSet"/> + <rootContext xmi:id="_h2GzFouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.launchActionSet" name="Auto::org.eclipse.debug.ui.launchActionSet"/> + <rootContext xmi:id="_h2HaIIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.profileActionSet" name="Auto::org.eclipse.debug.ui.profileActionSet"/> + <rootContext xmi:id="_h2HaIouNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.CoverageActionSet" name="Auto::org.eclipse.eclemma.ui.CoverageActionSet"/> + <rootContext xmi:id="_h2SZQIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.gitaction" name="Auto::org.eclipse.egit.ui.gitaction"/> + <rootContext xmi:id="_h2TAUIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.navigation" name="Auto::org.eclipse.egit.ui.navigation"/> + <rootContext xmi:id="_h2TAUouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.SearchActionSet" name="Auto::org.eclipse.egit.ui.SearchActionSet"/> + <rootContext xmi:id="_h2TAVIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.JDTDebugActionSet" name="Auto::org.eclipse.jdt.debug.ui.JDTDebugActionSet"/> + <rootContext xmi:id="_h2TnYIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.junit.JUnitActionSet" name="Auto::org.eclipse.jdt.junit.JUnitActionSet"/> + <rootContext xmi:id="_h2TnYouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.jdt.ui.text.java.actionSet.presentation"/> + <rootContext xmi:id="_h2TnZIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.jdt.ui.JavaElementCreationActionSet"/> + <rootContext xmi:id="_h2UOcIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.JavaActionSet" name="Auto::org.eclipse.jdt.ui.JavaActionSet"/> + <rootContext xmi:id="_h2UOcouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.A_OpenActionSet" name="Auto::org.eclipse.jdt.ui.A_OpenActionSet"/> + <rootContext xmi:id="_h2UOdIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.CodingActionSet" name="Auto::org.eclipse.jdt.ui.CodingActionSet"/> + <rootContext xmi:id="_h2U1gIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.SearchActionSet" name="Auto::org.eclipse.jdt.ui.SearchActionSet"/> + <rootContext xmi:id="_h2U1gouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.cheatsheets.actionSet" name="Auto::org.eclipse.ui.cheatsheets.actionSet"/> + <rootContext xmi:id="_h2U1hIuNEe2NONH-4bbaEA" elementId="org.eclipse.search.searchActionSet" name="Auto::org.eclipse.search.searchActionSet"/> + <rootContext xmi:id="_h2VckIuNEe2NONH-4bbaEA" elementId="org.eclipse.team.ui.actionSet" name="Auto::org.eclipse.team.ui.actionSet"/> + <rootContext xmi:id="_h2VckouNEe2NONH-4bbaEA" elementId="org.eclipse.text.quicksearch.actionSet" name="Auto::org.eclipse.text.quicksearch.actionSet"/> + <rootContext xmi:id="_h2VclIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.actionSet.annotationNavigation" name="Auto::org.eclipse.ui.edit.text.actionSet.annotationNavigation"/> + <rootContext xmi:id="_h2VclouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.actionSet.navigation" name="Auto::org.eclipse.ui.edit.text.actionSet.navigation"/> + <rootContext xmi:id="_h2VcmIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo" name="Auto::org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/> + <rootContext xmi:id="_h2VcmouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.externaltools.ExternalToolsSet" name="Auto::org.eclipse.ui.externaltools.ExternalToolsSet"/> + <rootContext xmi:id="_h2VcnIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.NavigateActionSet" name="Auto::org.eclipse.ui.NavigateActionSet"/> + <rootContext xmi:id="_h2VcnouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.actionSet.keyBindings" name="Auto::org.eclipse.ui.actionSet.keyBindings"/> + <rootContext xmi:id="_h2WDoYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.WorkingSetModificationActionSet" name="Auto::org.eclipse.ui.WorkingSetModificationActionSet"/> + <rootContext xmi:id="_h2WDo4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.WorkingSetActionSet" name="Auto::org.eclipse.ui.WorkingSetActionSet"/> + <rootContext xmi:id="_h2WDpYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.actionSet.openFiles" name="Auto::org.eclipse.ui.actionSet.openFiles"/> + <rootContext xmi:id="_h2WDp4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.actionSet.presentation" name="Auto::org.eclipse.ui.edit.text.actionSet.presentation"/> + <descriptors xmi:id="_haueoIuNEe2NONH-4bbaEA" 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="_hpyOUIuNEe2NONH-4bbaEA" 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="_hpzccIuNEe2NONH-4bbaEA" 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="_hp0DgIuNEe2NONH-4bbaEA" 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="_hp0qkIuNEe2NONH-4bbaEA" 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="_hp1RoIuNEe2NONH-4bbaEA" 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="_hp3G0IuNEe2NONH-4bbaEA" 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="_hp5jEIuNEe2NONH-4bbaEA" 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="_hp6KIIuNEe2NONH-4bbaEA" 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="_hp7_UIuNEe2NONH-4bbaEA" 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="_hp9NcIuNEe2NONH-4bbaEA" 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="_hp90gIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.launchView" label="Launch Configurations" iconURI="platform:/plugin/org.eclipse.debug.ui.launchview/icons/run_exc.png" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.debug.ui.launchview/org.eclipse.debug.ui.launchview.internal.view.LaunchViewImpl"> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + </descriptors> + <descriptors xmi:id="_hp-bkIuNEe2NONH-4bbaEA" 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="_hp_psIuNEe2NONH-4bbaEA" 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="_hqAQwIuNEe2NONH-4bbaEA" 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="_hqA30IuNEe2NONH-4bbaEA" 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="_hqBe4IuNEe2NONH-4bbaEA" 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="_hqCtAIuNEe2NONH-4bbaEA" 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="_hqDUEIuNEe2NONH-4bbaEA" 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="_hqD7IIuNEe2NONH-4bbaEA" 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="_hqFJQIuNEe2NONH-4bbaEA" 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="_hqGXYIuNEe2NONH-4bbaEA" 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="_hqG-cIuNEe2NONH-4bbaEA" 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="_hqHlgIuNEe2NONH-4bbaEA" 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="_hqIMkIuNEe2NONH-4bbaEA" 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="_hqIzoIuNEe2NONH-4bbaEA" 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="_hqJasIuNEe2NONH-4bbaEA" 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="_hqKBwIuNEe2NONH-4bbaEA" 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="_hqKo0IuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.texteditor.TemplatesView" label="Templates" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/templates.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.texteditor.templates.TemplatesView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </descriptors> + <descriptors xmi:id="_hqL28IuNEe2NONH-4bbaEA" 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="_hqMeAIuNEe2NONH-4bbaEA" 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="_hqNFEIuNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.core.views.MavenRepositoryView" label="Maven Repositories" iconURI="platform:/plugin/org.eclipse.m2e.core.ui/icons/maven_indexes.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.MavenRepositoryView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.m2e.core.ui"/> + <tags>View</tags> + <tags>categoryTag:Maven</tags> + </descriptors> + <descriptors xmi:id="_hqNsIIuNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.core.views.MavenLifecycleMappingsView" label="Maven Lifecycle Mappings" iconURI="platform:/plugin/org.eclipse.m2e.core.ui/icons/main_tab.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.MavenLifecycleMappingsView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.m2e.core.ui"/> + <tags>View</tags> + <tags>categoryTag:Maven</tags> + </descriptors> + <descriptors xmi:id="_hqO6QIuNEe2NONH-4bbaEA" 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="_hqPhUIuNEe2NONH-4bbaEA" 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="_hqQIYIuNEe2NONH-4bbaEA" 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="_hqRWgIuNEe2NONH-4bbaEA" 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="Version Control (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:Version Control (Team)</tags> + </descriptors> + <descriptors xmi:id="_hqSkoIuNEe2NONH-4bbaEA" 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="Version Control (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:Version Control (Team)</tags> + </descriptors> + <descriptors xmi:id="_hqSkoYuNEe2NONH-4bbaEA" 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="_hqTLsIuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.view.ui.TerminalsView" label="Terminal" iconURI="platform:/plugin/org.eclipse.tm.terminal.view.ui/icons/eview16/terminal_view.gif" tooltip="" allowMultiple="true" category="Terminal" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.tm.terminal.view.ui.view.TerminalsView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.tm.terminal.view.ui"/> + <tags>View</tags> + <tags>categoryTag:Terminal</tags> + </descriptors> + <descriptors xmi:id="_hqTywIuNEe2NONH-4bbaEA" elementId="org.eclipse.tcf.te.ui.terminals.TerminalsView" label="Terminals (Old)" iconURI="platform:/plugin/org.eclipse.tm.terminal.view.ui/icons/eview16/terminal_view.gif" tooltip="" allowMultiple="true" category="Other" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.tm.terminal.view.ui.view.OldTerminalsViewHandler"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.tm.terminal.view.ui"/> + <tags>View</tags> + <tags>categoryTag:Other</tags> + </descriptors> + <descriptors xmi:id="_hqVA4IuNEe2NONH-4bbaEA" 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="_hqVn8IuNEe2NONH-4bbaEA" 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="_hqWPAIuNEe2NONH-4bbaEA" 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="_hqW2EIuNEe2NONH-4bbaEA" 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="_hqYEMIuNEe2NONH-4bbaEA" 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="_hqYrQIuNEe2NONH-4bbaEA" 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="_hqZSUIuNEe2NONH-4bbaEA" 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="_hqZ5YIuNEe2NONH-4bbaEA" 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="_hqagcIuNEe2NONH-4bbaEA" 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="_hqbHgIuNEe2NONH-4bbaEA" 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="_hqbukIuNEe2NONH-4bbaEA" 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="_hqcVoIuNEe2NONH-4bbaEA" 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="_hqc8sIuNEe2NONH-4bbaEA" 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="_hqdjwIuNEe2NONH-4bbaEA" 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="_hqeK0IuNEe2NONH-4bbaEA" 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> + <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="_hRo0EIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.inlineLocal.assist" commandName="Quick Assist - Inline local variable" description="Invokes quick assist and selects 'Inline local variable'" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRo0EYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.pageUp" commandName="Select Page Up" description="Select to the top of the page" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRo0EouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.toggleWordWrap" commandName="Toggle Word Wrap" description="Toggle word wrap in the current text editor" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCMIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaseline" commandName="Reset quickdiff baseline" category="_hRnmCYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRqCMYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaselineTarget" name="Reset target (HEAD, HEAD^1)" optional="false"/> + </commands> + <commands xmi:id="_hRqCMouNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.p2.ui.SearchRequirements" commandName="Search Requirements" category="_hRnmAouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCM4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCNIuNEe2NONH-4bbaEA" elementId="org.eclipse.search.ui.openFileSearchPage" commandName="File Search" description="Open the Search dialog's file search page" category="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCNYuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCNouNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCN4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewAddRepository" commandName="Add a Git Repository..." description="Adds an existing Git repository to the Git Repositories view" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCOIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.breakpoint.properties" commandName="Java Breakpoint Properties" description="View and edit the properties for a given Java breakpoint" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCOYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCOouNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.junitPluginShortcut.coverage" commandName="Coverage JUnit Plug-in Test" description="Coverage JUnit Plug-in Test" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCO4uNEe2NONH-4bbaEA" 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="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCPIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.FetchGitLabMergeRequest" commandName="Fetch GitLab Merge Request" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCPYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.copyBuildIdCommand" commandName="Copy Build Id Information To Clipboard" description="Copies the build identification information to the clipboard." category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCPouNEe2NONH-4bbaEA" elementId="org.eclipse.buildship.ui.commands.refreshproject" commandName="Refresh Gradle Project" description="Synchronizes the Gradle builds of the selected projects with the workspace" category="_hRm-5YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCP4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.textEnd" commandName="Select Text End" description="Select to the end of the text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCQIuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.maximize" commandName="Maximize Active View or Editor" category="_hRnl_ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCQYuNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.editor.openDiscoveredType" commandName="Open Discovered Type" category="_hRnl8IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCQouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.deletePreviousWord" commandName="Delete Previous Word" description="Delete the previous word" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCQ4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.wordPrevious" commandName="Previous Word" description="Go to the previous word" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCRIuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCRYuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.connector.local.command.launch" commandName="Open Local Terminal on Selection" category="_hRnl94uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCRouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.stopMultiSelection" commandName="End multi-selection" description="Unselects all multi-selections returning to a single cursor " category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCR4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.preferences" commandName="Preferences" description="Open the preferences dialog" category="_hRnl-ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRqCSIuNEe2NONH-4bbaEA" elementId="preferencePageId" name="Preference Page"/> + </commands> + <commands xmi:id="_hRqCSYuNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.sourcelookup.ui.openSourceLookupInfoDialog" commandName="Source Lookup Info" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqCSouNEe2NONH-4bbaEA" 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="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpQIuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpQYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.commit.Squash" commandName="Squash Commits" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpQouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.Edit" commandName="Edit Commit" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpQ4uNEe2NONH-4bbaEA" elementId="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard" commandName="Eclipse Marketplace" description="Show the Eclipse Marketplace wizard" category="_hRnmCYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRqpRIuNEe2NONH-4bbaEA" elementId="trigger" name="trigger"/> + </commands> + <commands xmi:id="_hRqpRYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.copy" commandName="Copy" description="Copy the selection to the clipboard" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpRouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.nextView" commandName="Next View" description="Switch to the next view" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpR4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.revertToSaved" commandName="Revert to Saved" description="Revert to the last saved state" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpSIuNEe2NONH-4bbaEA" elementId="org.eclipse.ant.ui.toggleMarkOccurrences" commandName="Toggle Ant Mark Occurrences" description="Toggles mark occurrences in Ant editors" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpSYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.properties.NewPropertySheetCommand" commandName="Properties" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpSouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.addToWorkingSet" commandName="Add to Working Set" description="Adds the selected object to a working set." category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpS4uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.RunToLine" commandName="Run to Line" description="Resume and break when execution reaches the current line" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpTIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Revert" commandName="Revert Commit" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpTYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.junit.junitShortcut.debug" commandName="Debug JUnit Test" description="Debug JUnit Test" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpTouNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.wikitext.ui.editor.showCheatSheetCommand" commandName="Show Markup Cheat Sheet" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpT4uNEe2NONH-4bbaEA" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" commandName="Team Synchronizing" description="Open the Team Synchronizing Perspective" category="_hRnmBIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpUIuNEe2NONH-4bbaEA" elementId="org.eclipse.ant.ui.open.declaration.command" commandName="Open Declaration" description="Opens the Ant editor on the referenced element" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpUYuNEe2NONH-4bbaEA" elementId="org.eclipse.lsp4e.symbolinfile" commandName="Go to Symbol in File" category="_hRnl9IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpUouNEe2NONH-4bbaEA" 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="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpU4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.upperCase" commandName="To Upper Case" description="Changes the selection to upper case" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpVIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ConfigureFetch" commandName="Configure Upstream Fetch" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpVYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.goInto" commandName="Go Into" description="Navigate into the selected item" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpVouNEe2NONH-4bbaEA" elementId="org.eclipse.tm4e.languageconfiguration.toggleLineCommentCommand" commandName="Toggle Line Comment" category="_hRm-4ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpV4uNEe2NONH-4bbaEA" elementId="org.eclipse.epp.mpc.ui.command.showInstalled" commandName="Manage installed plug-ins" description="Update or uninstall plug-ins installed from the Marketplace" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpWIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.OpenRunConfigurations" commandName="Run..." description="Open run launch configuration dialog" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpWYuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpWouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.windowEnd" commandName="Select Window End" description="Select to the end of the window" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRqpW4uNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.resetOnDump" commandName="Reset on Dump" category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQUIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.minimizePart" commandName="Minimize Active View or Editor" description="Minimizes the active view or editor" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQUYuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.command1" commandName="Terminal view insert" category="_hRnl_ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQUouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Untrack" commandName="Untrack" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQU4uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.ToggleLineBreakpoint" commandName="Toggle Line Breakpoint" description="Creates or removes a line breakpoint" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQVIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.showSystemMenu" commandName="Show System Menu" description="Show the system menu" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQVYuNEe2NONH-4bbaEA" 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="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQVouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" description="Opens selected commit(s) in Commit Viewer(s)" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQV4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.assignInTryWithResources.assist" commandName="Quick Assist - Assign to variable in new try-with-resources block" description="Invokes quick assist and selects 'Assign to variable in new try-with-resources block'" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQWIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQWYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQWouNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.actions.LifeCycleTest.run" commandName="Run Maven Test" description="Run Maven Test" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQW4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.savePerspective" commandName="Save Perspective As" description="Save the current perspective" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQXIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.commit.UnifiedDiffCommand" commandName="Show Unified Diff" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQXYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.move" commandName="Move..." description="Move the selected item" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQXouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQX4uNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQYIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.command.configureTrace" commandName="Configure Git Debug Trace" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQYYuNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRrQYouNEe2NONH-4bbaEA" 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="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3YIuNEe2NONH-4bbaEA" elementId="org.eclipse.compare.ignoreWhiteSpace" commandName="Ignore White Space" description="Ignore white space where applicable" category="_hRnl-IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3YYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3YouNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.editor.importProjects" commandName="Import Projects" category="_hRnl8IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3Y4uNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.hideUnusedElements" commandName="Hide Unused Elements" category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3ZIuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3ZYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode" commandName="Toggle Block Selection" description="Toggle block / column selection in the current text editor" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3ZouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.FetchGiteaPullRequest" commandName="Fetch Gitea Pull Request" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3Z4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3aIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.commands.showElementInTypeHierarchyView" commandName="Show Java Element Type Hierarchy" description="Show a Java element in the Type Hierarchy view" category="_hRnl8ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRr3aYuNEe2NONH-4bbaEA" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> + </commands> + <commands xmi:id="_hRr3aouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.goToResource" commandName="Go to Resource" description="Go to a particular resource in the active view" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3a4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3bIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.resetPerspective" commandName="Reset Perspective" description="Reset the current perspective to its default state" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3bYuNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.wikitext.ui.quickOutlineCommand" commandName="Quick Outline" description="Open a popup dialog with a quick outline of the current document" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3bouNEe2NONH-4bbaEA" elementId="AnsiConsole.command.enable_disable" commandName="Enable / Disable ANSI Support" description="Enable / disable ANSI Support" category="_hRnl84uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3b4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.project.buildLast" commandName="Repeat Working Set Build" description="Repeat the last working set build" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3cIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.project.buildProject" commandName="Build Project" description="Build the selected project" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3cYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.CompareIndexWithHead" commandName="Compare File in Index with HEAD Revision" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3couNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.override.methods" commandName="Override/Implement Methods" description="Override or implement methods from super types" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3c4uNEe2NONH-4bbaEA" elementId="org.eclipse.compare.switchLeftAndRight" commandName="Swap Left and Right View" description="Switch the left and right sides in the compare editor" category="_hRnl-IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3dIuNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.wikitext.ui.convertToDocbookCommand" commandName="Generate Docbook" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3dYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.textStart" commandName="Text Start" description="Go to the beginning of the text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3douNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.localJavaShortcut.coverage" commandName="Coverage Java Application" description="Coverage Java Application" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3d4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.paste" commandName="Paste" description="Paste from the clipboard" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3eIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.part.nextPage" commandName="Next Page" description="Switch to the next page" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3eYuNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3eouNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.editor.refreshCache" commandName="Refresh Remote Cache" category="_hRnl8IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3e4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.run" commandName="Run Java Applet" description="Run Java Applet" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3fIuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.exportSession" commandName="Export Session..." category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3fYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.previous" commandName="Previous" description="Navigate to the previous item" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3fouNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.scalaShortcut.coverage" commandName="Coverage Scala Application" description="Coverage Scala Application" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3f4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.clean" commandName="Clean..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRr3gIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewClone" commandName="Clone a Git Repository..." description="Clones a Git repository and adds the clone to the Git Repositories view" category="_hRnmA4uNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRsecIuNEe2NONH-4bbaEA" elementId="repositoryUri" name="Repository URI"/> + </commands> + <commands xmi:id="_hRsecYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.rename" commandName="Rename" description="Rename the selected item" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsecouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.clear.mark" commandName="Clear Mark" description="Clear the mark" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsec4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.add.textblock" commandName="Add Text Block" description="Adds Text Block" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsedIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.project.buildAll" commandName="Build All" description="Build all projects" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsedYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.OpenInTextEditorCommand" commandName="Open in Text Editor" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsedouNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.dumpExecutionData" commandName="Dump Execution Data" category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsed4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewRemove" commandName="Remove Repository" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRseeIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.commands.ToggleLambdaEntryBreakpoint" commandName="Toggle &Lambda Entry Breakpoint" description="Creates or removes a lambda entry breakpoint " category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRseeYuNEe2NONH-4bbaEA" elementId="org.eclipse.ant.ui.openExternalDoc" commandName="Open External Documentation" description="Open the External documentation for the current task in the Ant editor" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRseeouNEe2NONH-4bbaEA" 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="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsee4uNEe2NONH-4bbaEA" elementId="org.eclipse.buildship.ui.commands.runtasks" commandName="Run Gradle Tasks" description="Runs all the selected Gradle tasks" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsefIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb" commandName="Toggle Java Editor Breadcrumb" description="Toggle the Java editor breadcrumb" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsefYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewCreateRepository" commandName="Create a Git Repository..." description="Creates a new Git repository and adds it to the Git Repositories view" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsefouNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsef4uNEe2NONH-4bbaEA" elementId="org.eclipse.text.quicksearch.commands.quicksearchCommand" commandName="Quick Search" category="_hRnl-YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsegIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.editors.revisions.rendering.cycle" commandName="Cycle Revision Coloring Mode" description="Cycles through the available coloring modes for revisions" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsegYuNEe2NONH-4bbaEA" elementId="org.eclipse.ant.ui.renameInFile" commandName="Rename In File" description="Renames all references within the same buildfile" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsegouNEe2NONH-4bbaEA" elementId="org.eclipse.tm4e.languageconfiguration.removeBlockCommentCommand" commandName="Remove Block Comment" category="_hRm-4ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRseg4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.PushTags" commandName="Push Tags..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsehIuNEe2NONH-4bbaEA" 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="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsehYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.ContinueRebase" commandName="Continue Rebase" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsehouNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRseh4uNEe2NONH-4bbaEA" 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="_hRnl_IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRseiIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.CreatePatch" commandName="Create Patch..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRseiYuNEe2NONH-4bbaEA" elementId="org.eclipse.ltk.ui.refactoring.commands.moveResources" commandName="Move Resources" description="Move the selected resources and notify LTK participants." category="_hRnmBYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRseiouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.Resume" commandName="Resume" description="Resume" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsei4uNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.actions.LifeCycleGenerateSources.run" commandName="Run Maven Generate Sources" description="Run Maven Generate Sources" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsejIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.StepInto" commandName="Step Into" description="Step into" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRsejYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.restartWorkbench" commandName="Restart" description="Restart the workbench" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFgIuNEe2NONH-4bbaEA" elementId="org.eclipse.e4.ui.importer.openDirectory" commandName="Open Projects from File System..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFgYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.CompareWithRef" commandName="Compare with Branch, Tag or Reference..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFgouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.toggleOverwrite" commandName="Toggle Overwrite" description="Toggle overwrite mode" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFg4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFhIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.commands.AddExceptionBreakpoint" commandName="Add Java Exception Breakpoint" description="Add a Java exception breakpoint" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFhYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.folding.collapse_all" commandName="Collapse All" description="Collapses all folded regions" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFhouNEe2NONH-4bbaEA" 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="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFh4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewClearCredentials" commandName="Clear Credentials" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFiIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.commands.ToggleTracepoint" commandName="Toggle Tracepoint" description="Creates or removes a tracepoint" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFiYuNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.wikitext.ui.convertToMarkupCommand" commandName="Generate Markup" category="_hRnmCYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRtFiouNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.wikitext.ui.targetLanguage" name="TargetLanguage" optional="false"/> + </commands> + <commands xmi:id="_hRtFi4uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.ToggleWatchpoint" commandName="Toggle Watchpoint" description="Creates or removes a watchpoint" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFjIuNEe2NONH-4bbaEA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog" commandName="Show Repository Catalog" category="_hRnmCYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRtFjYuNEe2NONH-4bbaEA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter" name="P2 Repository URI"/> + </commands> + <commands xmi:id="_hRtFjouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.closeRendering" commandName="Close Rendering" description="Close the selected rendering." category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFj4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewOpenInEditor" commandName="Open in Editor" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFkIuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.junitShortcut.coverage" commandName="Coverage JUnit Test" description="Coverage JUnit Test" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFkYuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.view.ui.command.launchToolbar" commandName="Open Local Terminal on Selection" category="_hRnl94uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFkouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.showViewMenu" commandName="Show View Menu" description="Show the view menu" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFk4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Commit" commandName="Commit..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFlIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or method" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFlYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.submodule.update" commandName="Update Submodule" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFlouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.ProfileLast" commandName="Profile" description="Launch in profile mode" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFl4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.shiftRight" commandName="Shift Right" description="Shift a block of text to the right" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFmIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.backwardHistory" commandName="Backward History" description="Move backward in the editor navigation history" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFmYuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.workbenchShortcut.coverage" commandName="Coverage Eclipse Application" description="Coverage Eclipse Application" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFmouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Pull" commandName="Pull" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFm4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.removeTrailingWhitespace" commandName="Remove Trailing Whitespace" description="Removes the trailing whitespace of each line" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFnIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.findIncremental" commandName="Incremental Find" description="Incremental find" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFnYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.swap.mark" commandName="Swap Mark" description="Swap the mark with the cursor position" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFnouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFn4uNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFoIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.ImportChangedProjectsCommandId" commandName="Import Changed Projects" description="Import or create in local Git repository" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFoYuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.commands.OpenCoverageConfiguration" commandName="Coverage Configurations..." description="Coverage Configurations..." category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFoouNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFo4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureFetch" commandName="Configure Fetch..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtFpIuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtskIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewShowInSystemExplorer" commandName="Show In System Explorer" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtskYuNEe2NONH-4bbaEA" 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="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtskouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.shiftLeft" commandName="Shift Left" description="Shift a block of text to the left" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsk4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Push" commandName="Push..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtslIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.commands.AddClassPrepareBreakpoint" commandName="Add Class Load Breakpoint" description="Add a class load breakpoint" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtslYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtslouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesCreateGroup" commandName="Create a Repository Group" description="Create a repository group for structuring repositories in the Git Repositories view" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsl4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewCollapseWorkingTree" commandName="Collapse Working Tree" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsmIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewNewRemote" commandName="Create Remote..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsmYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.Restart" commandName="Restart" description="Restart a process or debug target without terminating and re-launching" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsmouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.stash.drop" commandName="Delete Stashed Commit..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsm4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.delete.line" commandName="Delete Line" description="Delete a line of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsnIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.DebugPerspective" commandName="Debug" description="Open the debug perspective" category="_hRnmBIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsnYuNEe2NONH-4bbaEA" elementId="org.eclipse.tips.ide.command.open" commandName="Tip of the Day" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsnouNEe2NONH-4bbaEA" elementId="AnsiConsole.command.copy_without_escapes" commandName="Copy Text Without ANSI Escapes" description="Copy the console content to clipboard, removing the escape sequences" category="_hRnl84uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsn4uNEe2NONH-4bbaEA" 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="_hRm-44uNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRtsoIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.specific_content_assist.category_id" name="type" optional="false"/> + </commands> + <commands xmi:id="_hRtsoYuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsoouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.expandAll" commandName="Expand All" description="Expand the current tree" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtso4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.saveAll" commandName="Save All" description="Save all current contents" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtspIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtspYuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtspouNEe2NONH-4bbaEA" 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="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsp4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.junit.gotoTest" commandName="Referring Tests" description="Referring Tests" category="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsqIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsqYuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsqouNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.openSessionExecutionData" commandName="Open Execution Data" category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsq4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.commands.showElementInPackageView" commandName="Show Java Element in Package Explorer" description="Select Java element in the Package Explorer view" category="_hRnl8ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRtsrIuNEe2NONH-4bbaEA" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> + </commands> + <commands xmi:id="_hRtsrYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.closeOthers" commandName="Close Others" description="Close all editors except the one that is active" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsrouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.editors.quickdiff.revertLine" commandName="Revert Line" description="Revert the current line" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsr4uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.OpenDebugConfigurations" commandName="Debug..." description="Open debug launch configuration dialog" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtssIuNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.editor.performDropdown" commandName="Perform Dropdown" category="_hRnl8IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtssYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.SimpleFetch" commandName="Fetch from Upstream" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtssouNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.sourcelookup.ui.importBinaryProject" commandName="Import Binary Project" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtss4uNEe2NONH-4bbaEA" 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="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtstIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.previousEditor" commandName="Previous Editor" description="Switch to the previous editor" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtstYuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtstouNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtst4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.findReplace" commandName="Find and Replace" description="Find and replace text" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsuIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.zoomIn" commandName="Zoom In" description="Zoom in text, increase default font size for text editors" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsuYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.MergeTool" commandName="Merge Tool" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRtsuouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.OpenMarkersView" commandName="Open Another" description="Open another view" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuToIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.command.shareProject" commandName="Share with Git" description="Share the project using Git" category="_hRnmCYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRuToYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.command.projectNameParameter" name="Project" optional="false"/> + </commands> + <commands xmi:id="_hRuToouNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTo4uNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTpIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.fullscreenmode" commandName="Toggle Full Screen" description="Toggles the window between full screen and normal" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTpYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.newRendering" commandName="New Rendering" description="Add a new rendering." category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTpouNEe2NONH-4bbaEA" elementId="org.eclipse.equinox.p2.ui.sdk.installationDetails" commandName="Installation Details" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTp4uNEe2NONH-4bbaEA" elementId="org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize resources in the workspace with another location" category="_hRm-4IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTqIuNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.profiles.ui.commands.selectMavenProfileCommand" commandName="Select Maven Profiles" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTqYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.nextEditor" commandName="Next Editor" description="Switch to the next editor" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTqouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.project.closeUnrelatedProjects" commandName="Close Unrelated Projects" description="Close unrelated projects" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTq4uNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTrIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.markers.copyMarkerResourceQualifiedName" commandName="Copy Resource Qualified Name To Clipboard" description="Copies markers resource qualified name to the clipboard" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTrYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.internal.reflog.CopyCommand" commandName="Copy Commit Id" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTrouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.help.helpContents" commandName="Help Contents" description="Open the help contents" category="_hRnl_IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTr4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Reset" commandName="Reset..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTsIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.delete" commandName="Delete" description="Delete the selection" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTsYuNEe2NONH-4bbaEA" 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="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTsouNEe2NONH-4bbaEA" elementId="org.eclipse.search.ui.performTextSearchWorkspace" commandName="Find Text in Workspace" description="Searches the files in the workspace for specific text." category="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTs4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.RenameBranch" commandName="Rename Branch..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTtIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Synchronize" commandName="Synchronize" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTtYuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTtouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.findPrevious" commandName="Find Previous" description="Find previous item" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTt4uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.ToggleBreakpoint" commandName="Toggle Breakpoint" description="Creates or removes a breakpoint" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRuTuIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRu6sIuNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.core.ui.command.openPom" commandName="Open Maven POM" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRu6sYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.index.rebuild" commandName="Rebuild Java Index" description="Rebuilds the Java index database" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRu6souNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.addBookmark" commandName="Add Bookmark" description="Add a bookmark" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRu6s4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.scroll.lineUp" commandName="Scroll Line Up" description="Scroll up one line of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRu6tIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRu6tYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.set.mark" commandName="Set Mark" description="Set the mark" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRu6touNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.folding.toggle" commandName="Toggle Folding" description="Toggles folding in the current editor" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRu6t4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" commandName="Show Whitespace Characters" description="Shows whitespace characters in current text editor" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRu6uIuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRu6uYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.gotoNextEditPosition" commandName="Next Edit Location" description="Next edit location" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRu6uouNEe2NONH-4bbaEA" elementId="org.eclipse.lsp4e.symbolinworkspace" commandName="Go to Symbol in Workspace" category="_hRnl9IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRvhwIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.revert" commandName="Revert" description="Revert to the last saved state" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRvhwYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView" commandName="Show View" description="Shows a particular view" category="_hRm-4YuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRvhwouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.viewId" name="View"/> + <parameters xmi:id="_hRvhw4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.secondaryId" name="Secondary Id"/> + <parameters xmi:id="_hRvhxIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.views.showView.makeFast" name="As FastView"/> + </commands> + <commands xmi:id="_hRvhxYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Ignore" commandName="Ignore" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRvhxouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.commit.Edit" commandName="Edit Commit" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRvhx4uNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.ui.ToggleOfflineMode" commandName="Toggle Offline Mode" category="_hRnmCIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwI0IuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.showResourceByPath" commandName="Show Resource in Navigator" description="Show a resource in the Navigator given its path" category="_hRnl8ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRwI0YuNEe2NONH-4bbaEA" elementId="resourcePath" name="Resource Path" typeId="org.eclipse.ui.ide.resourcePath" optional="false"/> + </commands> + <commands xmi:id="_hRwI0ouNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.editor.openLog" commandName="Open Setup Log" category="_hRnl8IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwI04uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.SkipAllBreakpoints" commandName="Skip All Breakpoints" description="Sets whether or not any breakpoint should suspend execution" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwI1IuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.selectRootElements" commandName="Select Root Elements" category="_hRnl9YuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRwI1YuNEe2NONH-4bbaEA" elementId="type" name="type" optional="false"/> + </commands> + <commands xmi:id="_hRwv4IuNEe2NONH-4bbaEA" 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="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv4YuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.findNext" commandName="Find Next" description="Find next item" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv4ouNEe2NONH-4bbaEA" 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="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv44uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.project.buildAutomatically" commandName="Build Automatically" description="Toggle the workspace build automatically function" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv5IuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.import" commandName="Import" description="Import" category="_hRnl9ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRwv5YuNEe2NONH-4bbaEA" elementId="importWizardId" name="Import Wizard"/> + </commands> + <commands xmi:id="_hRwv5ouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.Merge" commandName="Merge" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv54uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.switchToEditor" commandName="Switch to Editor" description="Switch to an editor" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv6IuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.help.dynamicHelp" commandName="Show Context Help" description="Open the contextual help" category="_hRnl_IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv6YuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.nextSubTab" commandName="Next Sub-Tab" description="Switch to the next sub-tab" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv6ouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.toMultiSelection" commandName="To multi-selection" description="Turn current selection into multiple text selections" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv64uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into Java comments" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv7IuNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv7YuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.removeAllSessions" commandName="Remove All Sessions" category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv7ouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.run" commandName="Run Java Application" description="Run Java Application" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv74uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.addTask" commandName="Add Task..." description="Add a task" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv8IuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv8YuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.toggleInsertMode" commandName="Toggle Insert Mode" description="Toggle insert mode" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv8ouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.cheatsheets.openCheatSheet" commandName="Open Cheat Sheet" description="Open a Cheat Sheet." category="_hRnl_IuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRwv84uNEe2NONH-4bbaEA" elementId="cheatSheetId" name="Identifier"/> + </commands> + <commands xmi:id="_hRwv9IuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewDelete" commandName="Delete Repository" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRwv9YuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.closePart" commandName="Close Part" description="Close the active workbench part" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW8IuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.editors.revisions.id.toggle" commandName="Toggle Revision Id Display" description="Toggles the display of the revision id" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW8YuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.project.cleanAction" commandName="Build Clean" description="Discard old built state" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW8ouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.multiCaretDown" commandName="Multi caret down" description="Add a new caret/multi selection below the current line, or remove the first caret/multi selection " category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW84uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.moveLineDown" commandName="Move Lines Down" description="Moves the selected lines down" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW9IuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.back" commandName="Back" description="Navigate back" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW9YuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.wordNext" commandName="Select Next Word" description="Select the next word" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW9ouNEe2NONH-4bbaEA" elementId="org.eclipse.equinox.p2.ui.sdk.update" commandName="Check for Updates" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW94uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.JavaBrowsingPerspective" commandName="Java Browsing" description="Show the Java Browsing perspective" category="_hRnmBIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW-IuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.pageDown" commandName="Page Down" description="Go down one page" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW-YuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.textEnd" commandName="Text End" description="Go to the end of the text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW-ouNEe2NONH-4bbaEA" 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="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW-4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.part.previousPage" commandName="Previous Page" description="Switch to the previous page" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW_IuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.relaunchSession" commandName="Relaunch Coverage Session" category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW_YuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.GarbageCollect" commandName="Collect Garbage" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW_ouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.CompareWithWorkingTree" commandName="Compare with Working Tree" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxW_4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Branch" commandName="Branch" description="Check out, rename, create, or delete a branch in a git repository" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXAIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.project.closeProject" commandName="Close Project" description="Close the selected project" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXAYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.PullWithOptions" commandName="Pull..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXAouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigurePush" commandName="Configure Push..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXA4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.findIncrementalReverse" commandName="Incremental Find Reverse" description="Incremental find reverse" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXBIuNEe2NONH-4bbaEA" elementId="org.eclipse.epp.mpc.ui.command.importFavoritesWizard" commandName="Import Marketplace Favorites" description="Import another user's Marketplace Favorites List" category="_hRnmCYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRxXBYuNEe2NONH-4bbaEA" elementId="favoritesUrl" name="favoritesUrl"/> + </commands> + <commands xmi:id="_hRxXBouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.addAllMatchesToMultiSelection" commandName="Add all matches to multi-selection" description="Looks for all regions matching the current selection or identifier and adds them to a multi-selection " category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXB4uNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXCIuNEe2NONH-4bbaEA" elementId="org.eclipse.ant.ui.antShortcut.run" commandName="Run Ant Build" description="Run Ant Build" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXCYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.stash.apply" commandName="Apply Stashed Changes" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXCouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.commands.Inspect" commandName="Inspect" description="Inspect result of evaluating selected text" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXC4uNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXDIuNEe2NONH-4bbaEA" elementId="org.eclipse.search.ui.performTextSearchFile" commandName="Find Text in File" description="Searches the files in the file for specific text." category="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXDYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.columnNext" commandName="Next Column" description="Go to the next column" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXDouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.Squash" commandName="Squash Commits" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRxXD4uNEe2NONH-4bbaEA" elementId="org.eclipse.search.ui.performTextSearchWorkingSet" commandName="Find Text in Working Set" description="Searches the files in the working set for specific text." category="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-AIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.wordNext" commandName="Next Word" description="Go to the next word" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-AYuNEe2NONH-4bbaEA" 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="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-AouNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.donate" commandName="Donate" description="Donate to the development of the Eclipse IDE" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-A4uNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.view.ui.command.launch" commandName="Open Terminal on Selection" category="_hRnl94uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-BIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.folding.expand_all" commandName="Expand All" description="Expands all folded regions" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-BYuNEe2NONH-4bbaEA" elementId="org.eclipse.quickdiff.toggle" commandName="Quick Diff Toggle" description="Toggles quick diff information display on the line number ruler" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-BouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.deleteNext" commandName="Delete Next" description="Delete the next character" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-B4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.FetchGerritChange" commandName="Fetch From Gerrit" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-CIuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-CYuNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.editor.openEditorDropdown" commandName="Open Setup Editor" category="_hRnl8IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-CouNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.junitRAPShortcut.coverage" commandName="Coverage RAP JUnit Test" description="Coverage RAP JUnit Test" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-C4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ReplaceWithTheirs" commandName="Replace Conflicting Files with Their Revision" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-DIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.toggleShowKeys" commandName="Toggle Show Key Bindings" description="Shows key binding when command is invoked" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-DYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.help.quickStartAction" commandName="Welcome" description="Show help for beginning users" category="_hRnl_IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-DouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ReplaceWithPrevious" commandName="Replace with Previous Revision" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-D4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.commands.Watch" commandName="Watch" description="Create new watch expression" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-EIuNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.sourcelookup.ui.openPom" commandName="Open Pom" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-EYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.Reword" commandName="Reword Commit" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-EouNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.ui.questionnaire" commandName="Configuration Questionnaire" description="Review the IDE&apos;s most fiercely contested preferences" category="_hRnl8IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-E4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.hideShowEditors" commandName="Toggle Shared Area Visibility" description="Toggles the visibility of the shared area" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-FIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.OpenCommit" commandName="Open Git Commit" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRx-FYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.help.displayHelp" commandName="Display Help" description="Display a Help topic" category="_hRnl_IuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRx-FouNEe2NONH-4bbaEA" elementId="href" name="Help topic href"/> + </commands> + <commands xmi:id="_hRylEIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.folding.restore" commandName="Reset Structure" description="Resets the folding structure" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylEYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.pageDown" commandName="Select Page Down" description="Select to the bottom of the page" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylEouNEe2NONH-4bbaEA" elementId="org.eclipse.ltk.ui.refactor.create.refactoring.script" commandName="Create Script" description="Create a refactoring script from refactorings on the local workspace" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylE4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.join.lines" commandName="Join Lines" description="Join lines of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylFIuNEe2NONH-4bbaEA" elementId="org.eclipse.help.ui.indexcommand" commandName="Index" description="Show Keyword Index" category="_hRnl_IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylFYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylFouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.showContextMenu" commandName="Show Context Menu" description="Show the context menu" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylF4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.clean.up" commandName="Clean Up" description="Solve problems and improve code style on selected resources" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylGIuNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylGYuNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.p2.ui.ExploreRepository" commandName="Explore Repository" category="_hRnmAouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylGouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.InstallLfsLocal" commandName="Enable LFS locally" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylG4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.debug" commandName="Debug Java Application" description="Debug Java Application" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylHIuNEe2NONH-4bbaEA" elementId="org.eclipse.ltk.ui.refactor.show.refactoring.history" commandName="Open Refactoring History " description="Opens the refactoring history" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylHYuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylHouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.forward" commandName="Forward" description="Navigate forward" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylH4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals" commandName="Quick Fix" description="Suggest possible fixes for a problem" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylIIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.CherryPick" commandName="Cherry Pick" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylIYuNEe2NONH-4bbaEA" elementId="org.eclipse.buildship.ui.commands.openbuildscript" commandName="Open Gradle Build Script" description="Opens the Gradle build script for the selected Gradle project" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylIouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.FetchGitHubPR" commandName="Fetch GitHub Pull Request" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylI4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylJIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.nextPerspective" commandName="Next Perspective" description="Switch to the next perspective" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylJYuNEe2NONH-4bbaEA" elementId="org.eclipse.buildship.ui.commands.openrunconfiguration" commandName="Open Gradle Run Configuration" description="Opens the Run Configuration for the selected Gradle tasks" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylJouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.DeleteTag" commandName="&Delete Tag" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylJ4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations" commandName="Remove Occurrence Annotations" description="Removes the occurrence annotations from the current editor" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylKIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.console.clear" commandName="Clear Console" description="Clear Console" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylKYuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylKouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.ShowVersions" commandName="Open this Version" category="_hRnmCYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRylK4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.CompareMode" name="Compare mode"/> + </commands> + <commands xmi:id="_hRylLIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.pinEditor" commandName="Pin Editor" description="Pin the current editor" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylLYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.nextTab" commandName="Next Tab" description="Switch to the next tab" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylLouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.quickAccess" commandName="Find Actions" description="Quickly access UI elements" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylL4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.showInformation" commandName="Show Tooltip Description" description="Displays information for the current caret location in a focused hover" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRylMIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMIIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.pageUp" commandName="Page Up" description="Go up one page" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMIYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.submodule.sync" commandName="Sync Submodule" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMIouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.DeleteBranch" commandName="Delete Branch" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMI4uNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.copy" commandName="Copy" category="_hRnl_ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMJIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.columnPrevious" commandName="Previous Column" description="Go to the previous column" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMJYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.toggleMemoryMonitorsPane" commandName="Toggle Memory Monitors Pane" description="Toggle visibility of the Memory Monitors Pane" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMJouNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMJ4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Discard" commandName="Replace with File in Index" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMKIuNEe2NONH-4bbaEA" elementId="org.eclipse.compare.selectNextChange" commandName="Select Next Change" description="Select Next Change" category="_hRnl-IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMKYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewCreateBranch" commandName="Create Branch..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMKouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewCopyPath" commandName="Copy Path to Clipboard" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMK4uNEe2NONH-4bbaEA" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource" commandName="Rename Resource" description="Rename the selected resource and notify LTK participants." category="_hRnmBYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRzMLIuNEe2NONH-4bbaEA" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource.newName.parameter.key" name="Selected resource's new name."/> + </commands> + <commands xmi:id="_hRzMLYuNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.editor.perform.startup" commandName="Perform Setup Tasks (Startup)" category="_hRnl8IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMLouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Rebase" commandName="Rebase on" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzML4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.properties" commandName="Properties" description="Display the properties of the selected item" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMMIuNEe2NONH-4bbaEA" 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="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMMYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ReplaceWithHead" commandName="Replace with HEAD revision" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMMouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.renameInFile.assist" commandName="Quick Assist - Rename in file" description="Invokes quick assist and selects 'Rename in file'" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzMM4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.browser.openBrowser" commandName="Open Browser" description="Opens the default web browser." category="_hRnl-ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRzMNIuNEe2NONH-4bbaEA" elementId="url" name="URL"/> + <parameters xmi:id="_hRzMNYuNEe2NONH-4bbaEA" elementId="browserId" name="Browser Id"/> + <parameters xmi:id="_hRzMNouNEe2NONH-4bbaEA" elementId="name" name="Browser Name"/> + <parameters xmi:id="_hRzMN4uNEe2NONH-4bbaEA" elementId="tooltip" name="Browser Tooltip"/> + </commands> + <commands xmi:id="_hRzMOIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.activeContextInfo" commandName="Show activeContext Info" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzMIuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzMYuNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzMouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.textStart" commandName="Select Text Start" description="Select to the beginning of the text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzM4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.DeleteBranch" commandName="Delete Branch" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzNIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.contentAssist.contextInformation" commandName="Context Information" description="Show Context Information" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzNYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.saveAs" commandName="Save As" description="Save the current contents to another location" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzNouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ConfigurePush" commandName="Configure Upstream Push" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzN4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.previousPerspective" commandName="Previous Perspective" description="Switch to the previous perspective" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzOIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.splitEditor" commandName="Toggle Split Editor" description="Split or join the currently active editor." category="_hRnl-ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hRzzOYuNEe2NONH-4bbaEA" elementId="Splitter.isHorizontal" name="Orientation" optional="false"/> + </commands> + <commands xmi:id="_hRzzOouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.collapseAll" commandName="Collapse All" description="Collapse the current tree" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzO4uNEe2NONH-4bbaEA" elementId="org.eclipse.compare.copyAllRightToLeft" commandName="Copy All from Right to Left" description="Copy All Changes from Right to Left" category="_hRnl-IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzPIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.command.nextpage" commandName="Next Page of Memory" description="Load next page of memory" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzPYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.command.gotoaddress" commandName="Go to Address" description="Go to Address" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzPouNEe2NONH-4bbaEA" elementId="org.eclipse.lsp4e.togglelinkwitheditor" commandName="Toggle Link with Editor" category="_hRnl9IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzP4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.maximizePart" commandName="Maximize Active View or Editor" description="Toggles maximize/restore state of active view or editor" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzQIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.lockToolBar" commandName="Toggle Lock Toolbars" description="Toggle the Lock on the Toolbars" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzQYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify field access" description="Invokes quick assist and selects 'Qualify field access'" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzQouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.newEditor" commandName="Clone Editor" description="Open another editor on the active editor's input" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzQ4uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.Disconnect" commandName="Disconnect" description="Disconnect" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzRIuNEe2NONH-4bbaEA" elementId="org.eclipse.lsp4e.format" commandName="Format" category="_hRnl9IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzRYuNEe2NONH-4bbaEA" elementId="org.eclipse.search.ui.openSearchDialog" commandName="Open Search Dialog" description="Open the Search dialog" category="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzRouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.contentAssist.proposals" commandName="Content Assist" description="Content Assist" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzR4uNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzSIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.up" commandName="Up" description="Navigate up one level" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzSYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.activateEditor" commandName="Activate Editor" description="Activate the editor" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzSouNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.core.ui.command.addPlugin" commandName="Add Maven Plugin" description="Add Maven plugin" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzS4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.removeFromWorkingSet" commandName="Remove From Working Set" description="Removes the selected object from a working set." category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzTIuNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzTYuNEe2NONH-4bbaEA" 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="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzTouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesLinkWithSelection" commandName="Toggle "Link with Editor and Selection" (Git Repositories View)" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzT4uNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.mergeSessions" commandName="Merge Sessions" category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzUIuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hRzzUYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.Terminate" commandName="Terminate" description="Terminate" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aQIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ShowRepositoriesView" commandName="Show Git Repositories View" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aQYuNEe2NONH-4bbaEA" 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="_hRnl_IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aQouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.deleteCompleted" commandName="Delete Completed Tasks" description="Delete the tasks marked as completed" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aQ4uNEe2NONH-4bbaEA" elementId="org.eclipse.compare.compareWithOther" commandName="Compare With Other Resource" description="Compare resources, clipboard contents or editors" category="_hRnl-IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aRIuNEe2NONH-4bbaEA" elementId="org.eclipse.tm4e.languageconfiguration.addBlockCommentCommand" commandName="Add Block Comment" category="_hRm-4ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aRYuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aRouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.CreatePatch" commandName="Create Patch..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aR4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.editors.revisions.author.toggle" commandName="Toggle Revision Author Display" description="Toggles the display of the revision author" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aSIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.windowEnd" commandName="Window End" description="Go to the end of the window" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aSYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RebaseInteractiveCurrent" commandName="Interactive Rebase" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aSouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.perspectives.showPerspective" commandName="Show Perspective" description="Show a particular perspective" category="_hRnmBIuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR0aS4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.perspectives.showPerspective.perspectiveId" name="Parameter"/> + <parameters xmi:id="_hR0aTIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.perspectives.showPerspective.newWindow" name="In New Window"/> + </commands> + <commands xmi:id="_hR0aTYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.openEditorDropDown" commandName="Quick Switch Editor" description="Open the editor drop down list" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aTouNEe2NONH-4bbaEA" elementId="AnsiConsole.command.copy_with_escapes" commandName="Copy Text With ANSI Escapes" description="Copy the console content to clipboard, including the escape sequences" category="_hRnl84uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aT4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.line" commandName="Go to Line" description="Go to a specified line of text" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aUIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.editors.quickdiff.revert" commandName="Revert Lines" description="Revert the current selection, block or deleted lines" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aUYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.deleteNextWord" commandName="Delete Next Word" description="Delete the next word" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aUouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.debug" commandName="Debug Java Applet" description="Debug Java Applet" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aU4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in Java editors" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aVIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.lineUp" commandName="Select Line Up" description="Extend the selection to the previous line of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aVYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.SkipRebase" commandName="Skip commit and continue" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aVouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected method" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aV4uNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aWIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.SetQuickdiffBaseline" commandName="Set quickdiff baseline" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aWYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.undo" commandName="Undo" description="Undo the last operation" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aWouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.submodule.add" commandName="Add Submodule" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aW4uNEe2NONH-4bbaEA" 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="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aXIuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aXYuNEe2NONH-4bbaEA" elementId="org.eclipse.compare.copyLeftToRight" commandName="Copy from Left to Right" description="Copy Current Change from Left to Right" category="_hRnl-IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aXouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.newQuickMenu" commandName="New menu" description="Open the New menu" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aX4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.project.openProject" commandName="Open Project" description="Open a project" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aYIuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aYYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.openWorkspace" commandName="Switch Workspace" description="Open the workspace selection dialog" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aYouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.closeAll" commandName="Close All" description="Close all editors" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aY4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a Java editor" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aZIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.cut" commandName="Cut" description="Cut the selection to the clipboard" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aZYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.ShowBlame" commandName="Show Revision Information" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aZouNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aZ4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aaIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Merge" commandName="Merge" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aaYuNEe2NONH-4bbaEA" elementId="org.eclipse.tips.ide.command.trim.open" commandName="Tip of the Day" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aaouNEe2NONH-4bbaEA" elementId="org.eclipse.ltk.ui.refactor.apply.refactoring.script" commandName="Apply Script" description="Perform refactorings from a refactoring script on the local workspace" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0aa4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ReplaceWithRef" commandName="Replace with branch, tag, or reference" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR0abIuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1BUIuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.selectCounters" commandName="Select Counters" category="_hRnl9YuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR1BUYuNEe2NONH-4bbaEA" elementId="type" name="type" optional="false"/> + </commands> + <commands xmi:id="_hR1BUouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.project.properties" commandName="Properties" description="Display the properties of the selected item's project " category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1BU4uNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.testNgSuiteShortcut.coverage" commandName="Coverage TestNG Suite" description="Coverage TestNG Suite" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1BVIuNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1BVYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.CompareVersionsInTree" commandName="Compare in Tree" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1BVouNEe2NONH-4bbaEA" elementId="org.eclipse.epp.package.common.contribute" commandName="Contribute" description="Contribute to the development and success of the Eclipse IDE!" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1BV4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.columnPrevious" commandName="Select Previous Column" description="Select the previous column" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1BWIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" commandName="Show Selected Element Only" description="Show Selected Element Only" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1BWYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.internal.merge.ToggleCurrentChangesCommand" commandName="Ignore Changes from Ancestor to Current Version" description="Toggle ignoring changes only between the ancestor and the current version in a three-way merge comparison" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1BWouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.junit.junitShortcut.rerunFailedFirst" commandName="Rerun JUnit Test - Failures First" description="Rerun JUnit Test - Failures First" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1BW4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.extractLocalNotReplaceOccurrences.assist" commandName="Quick Assist - Extract local variable" description="Invokes quick assist and selects 'Extract local variable'" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1BXIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.export" commandName="Export" description="Export" category="_hRnl9ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR1oYIuNEe2NONH-4bbaEA" elementId="exportWizardId" name="Export Wizard"/> + </commands> + <commands xmi:id="_hR1oYYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchHierarchy" commandName="Toggle Branch Representation" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oYouNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oY4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ApplyPatch" commandName="Apply Patch" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oZIuNEe2NONH-4bbaEA" elementId="org.eclipse.ltk.ui.refactoring.commands.deleteResources" commandName="Delete Resources" description="Delete the selected resources and notify LTK participants." category="_hRnmBYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oZYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.print" commandName="Print" description="Print" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oZouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.commands.AllReferences" commandName="All References" description="Inspect all references to the selected object" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oZ4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.junit.junitShortcut.rerunLast" commandName="Rerun JUnit Test" description="Rerun JUnit Test" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oaIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.JavaPerspective" commandName="Java" description="Show the Java perspective" category="_hRnmBIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oaYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.selectMultiSelectionDown" commandName="Multi selection down relative to anchor selection " description="Search next matching region and add it to the current selection, or remove first element from current multi-selection " category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oaouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.showRulerContextMenu" commandName="Show Ruler Context Menu" description="Show the context menu for the ruler" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oa4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.indent" commandName="Correct Indentation" description="Corrects the indentation of the selected lines" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1obIuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1obYuNEe2NONH-4bbaEA" 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="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1obouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.folding.collapse" commandName="Collapse" description="Collapses the folded region at the current selection" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ob4uNEe2NONH-4bbaEA" elementId="org.eclipse.epp.mpc.ui.command.showFavorites" commandName="Eclipse Marketplace Favorites" description="Open Marketplace Favorites" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ocIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.smartEnterInverse" commandName="Insert Line Above Current Line" description="Adds a new line above the current line" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ocYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.forwardHistory" commandName="Forward History" description="Move forward in the editor navigation history" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ocouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.spy" commandName="Show Contributing Plug-in" description="Shows contribution information for the currently selected element" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oc4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.help.helpSearch" commandName="Help Search" description="Open the help search" category="_hRnl_IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1odIuNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1odYuNEe2NONH-4bbaEA" elementId="org.eclipse.search.ui.performTextSearchProject" commandName="Find Text in Project" description="Searches the files in the project for specific text." category="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1odouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.lineDown" commandName="Line Down" description="Go down one line of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1od4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.project.rebuildAll" commandName="Rebuild All" description="Rebuild all projects" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oeIuNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.actions.LifeCycleClean.run" commandName="Run Maven Clean" description="Run Maven Clean" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oeYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.with.resources" commandName="Surround with try-with-resources Block" description="Surround the selected text with a try-with-resources block" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oeouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1oe4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition" commandName="Previous Edit Location" description="Previous edit location" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ofIuNEe2NONH-4bbaEA" 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="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ofYuNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.wikitext.ui.convertToEclipseHelpCommand" commandName="Generate Eclipse Help (*.html and *-toc.xml)" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ofouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.command.prevpage" commandName="Previous Page of Memory" description="Load previous page of memory" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1of4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.commands.ForceReturn" commandName="Force Return" description="Forces return from method with value of selected expression " category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ogIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.openLocalFile" commandName="Open File..." description="Open a file" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ogYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Disconnect" commandName="Disconnect" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ogouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.configureFilters" commandName="Filters..." description="Configure the filters to apply to the markers view" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1og4uNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.importSession" commandName="Import Session..." category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ohIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.previousTab" commandName="Previous Tab" description="Switch to the previous tab" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ohYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR1ohouNEe2NONH-4bbaEA" elementId="org.eclipse.lsp4e.toggleSortOutline" commandName="Sort" category="_hRnl9IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PcIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.dialogs.openMessageDialog" commandName="Open Message Dialog" description="Open a Message Dialog" category="_hRnmAYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR2PcYuNEe2NONH-4bbaEA" elementId="title" name="Title"/> + <parameters xmi:id="_hR2PcouNEe2NONH-4bbaEA" elementId="message" name="Message"/> + <parameters xmi:id="_hR2Pc4uNEe2NONH-4bbaEA" elementId="imageType" name="Image Type Constant" typeId="org.eclipse.ui.dialogs.Integer"/> + <parameters xmi:id="_hR2PdIuNEe2NONH-4bbaEA" elementId="defaultIndex" name="Default Button Index" typeId="org.eclipse.ui.dialogs.Integer"/> + <parameters xmi:id="_hR2PdYuNEe2NONH-4bbaEA" elementId="buttonLabel0" name="First Button Label"/> + <parameters xmi:id="_hR2PdouNEe2NONH-4bbaEA" elementId="buttonLabel1" name="Second Button Label"/> + <parameters xmi:id="_hR2Pd4uNEe2NONH-4bbaEA" elementId="buttonLabel2" name="Third Button Label"/> + <parameters xmi:id="_hR2PeIuNEe2NONH-4bbaEA" elementId="buttonLabel3" name="Fourth Button Label"/> + <parameters xmi:id="_hR2PeYuNEe2NONH-4bbaEA" elementId="cancelReturns" name="Return Value on Cancel"/> + </commands> + <commands xmi:id="_hR2PeouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.genericeditor.findReferences" commandName="Find References" description="Find other code items referencing the current selected item." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2Pe4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.lineEnd" commandName="Line End" description="Go to the end of the line of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PfIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.refresh" commandName="Refresh" description="Refresh the selected items" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PfYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ReplaceWithOurs" commandName="Replace Conflicting Files with Our Revision" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PfouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewChangeCredentials" commandName="Change Credentials" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2Pf4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.extractMethodInplace.assist" commandName="Quick Assist - Extract method" description="Invokes quick assist and selects 'Extract to method'" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PgIuNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.p2.ui.SearchRepositories" commandName="Search Repositories" category="_hRnmAouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PgYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.RunLast" commandName="Run" description="Launch in run mode" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PgouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.closeAllPerspectives" commandName="Close All Perspectives" description="Close all open perspectives" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2Pg4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.externalTools.commands.OpenExternalToolsConfigurations" commandName="External Tools..." description="Open external tools launch configuration dialog" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PhIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.TerminateAll" commandName="Terminate/Disconnect All" description="Terminate/Disconnect All" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PhYuNEe2NONH-4bbaEA" 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="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PhouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.deletePrevious" commandName="Delete Previous" description="Delete the previous character" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2Ph4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.lineStart" commandName="Select Line Start" description="Select to the beginning of the line of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PiIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.commit.Reword" commandName="Reword Commit" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PiYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.CompareWithPrevious" commandName="Compare with Previous Revision" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PiouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.editors.lineNumberToggle" commandName="Show Line Numbers" description="Toggle display of line numbers" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2Pi4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.columnNext" commandName="Select Next Column" description="Select the next column" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PjIuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PjYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.TerminateAndRelaunch" commandName="Terminate and Relaunch" description="Terminate and Relaunch" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PjouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.JavaHierarchyPerspective" commandName="Java Type Hierarchy" description="Show the Java Type Hierarchy perspective" category="_hRnmBIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2Pj4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchCommit" commandName="Toggle Latest Branch Commit" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PkIuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.paste" commandName="Paste" category="_hRnl_ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PkYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.PushCommit" commandName="Push Commit..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PkouNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2Pk4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Tag" commandName="Create Tag..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PlIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.NoAssumeUnchanged" commandName="No Assume Unchanged" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PlYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.showInSystemExplorer" commandName="Show In (System Explorer)" description="Show in system's explorer (file manager)" category="_hRnl8ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR2PlouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.showInSystemExplorer.path" name="Resource System Path Parameter"/> + </commands> + <commands xmi:id="_hR2Pl4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.lineDown" commandName="Select Line Down" description="Extend the selection to the next line of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PmIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.RemoveAllBreakpoints" commandName="Remove All Breakpoints" description="Removes all breakpoints" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PmYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PmouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigator.resources.nested.changeProjectPresentation" commandName="P&rojects Presentation" category="_hRnmCYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR2Pm4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigator.resources.nested.enabled" name="&Hierarchical"/> + <parameters xmi:id="_hR2PnIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.commands.radioStateParameter" name="Nested Project view - Radio State" optional="false"/> + </commands> + <commands xmi:id="_hR2PnYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.showKeyAssist" commandName="Show Key Assist" description="Show the key assist dialog" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PnouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.genericeditor.togglehighlight" commandName="Toggle Highlight" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2Pn4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.lowerCase" commandName="To Lower Case" description="Changes the selection to lower case" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PoIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.CompareWithIndex" commandName="Compare with Index" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PoYuNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.discovery.ui" commandName="m2e Marketplace" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PoouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.zoomOut" commandName="Zoom Out" description="Zoom out text, decrease default font size for text editors" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2Po4uNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PpIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.save" commandName="Save" description="Save the current contents" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PpYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.commands.openElementInEditor" commandName="Open Java Element" description="Open a Java element in its editor" category="_hRnl8ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR2PpouNEe2NONH-4bbaEA" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> + </commands> + <commands xmi:id="_hR2Pp4uNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR2PqIuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22gIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.AddToIndex" commandName="Add to Index" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22gYuNEe2NONH-4bbaEA" elementId="org.eclipse.buildship.ui.commands.refreshtaskview" commandName="Refresh View (Gradle Tasks)" description="Refreshes the Gradle Tasks view" category="_hRm-4YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22gouNEe2NONH-4bbaEA" elementId="org.eclipse.team.ui.applyPatch" commandName="Apply Patch..." description="Apply a patch to one or more workspace projects." category="_hRm-4IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22g4uNEe2NONH-4bbaEA" elementId="org.eclipse.buildship.ui.commands.rundefaulttasks" commandName="Run Gradle Default Tasks" description="Runs the default tasks of the selected Gradle project" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22hIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.help.tipsAndTricksAction" commandName="Tips and Tricks" description="Open the tips and tricks help page" category="_hRnl_IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22hYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.lineEnd" commandName="Select Line End" description="Select to the end of the line of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22houNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.removeActiveSession" commandName="Remove Active Session" category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22h4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22iIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.smartEnter" commandName="Insert Line Below Current Line" description="Adds a new line below the current line" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22iYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.lineStart" commandName="Line Start" description="Go to the start of the line of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22iouNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.editor.synchronizePreferences" commandName="Synchronize Preferences" category="_hRnl8IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22i4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureBranch" commandName="Configure Branch" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22jIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22jYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.wordPrevious" commandName="Select Previous Word" description="Select the previous word" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22jouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.Suspend" commandName="Suspend" description="Suspend" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22j4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.hippieCompletion" commandName="Word Completion" description="Context insensitive completion" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22kIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22kYuNEe2NONH-4bbaEA" elementId="org.eclipse.team.ui.synchronizeLast" commandName="Repeat last synchronization" description="Repeat the last synchronization" category="_hRm-4IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22kouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.StepOver" commandName="Step Over" description="Step over" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22k4uNEe2NONH-4bbaEA" elementId="org.eclipse.compare.selectPreviousChange" commandName="Select Previous Change" description="Select Previous Change" category="_hRnl-IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22lIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.generate.javadoc" commandName="Generate Javadoc" description="Generates Javadoc for a selectable set of Java resources" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22lYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureGerritRemote" commandName="Gerrit Configuration..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22louNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.commands.StepIntoSelection" commandName="Step Into Selection" description="Step into the current selected statement" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22l4uNEe2NONH-4bbaEA" elementId="org.eclipse.buildship.ui.shortcut.test.run" commandName="Run Gradle Test" description="Run Gradle test based on the current selection" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22mIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.configureColumns" commandName="Configure Columns..." description="Configure the columns in the markers view" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22mYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ReplaceWithCommit" commandName="Replace with commit" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22mouNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.quickaccess" commandName="Quick Access" category="_hRnl_ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22m4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.exit" commandName="Exit" description="Exit the application" category="_hRnl9ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR22nIuNEe2NONH-4bbaEA" elementId="mayPrompt" name="may prompt"/> + </commands> + <commands xmi:id="_hR22nYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.CompareWithHead" commandName="Compare with HEAD Revision" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22nouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.CompareWithCommit" commandName="Compare with Commit..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22n4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewOpen" commandName="Open" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22oIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ShowHistory" commandName="Show in History" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22oYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.DebugLast" commandName="Debug" description="Launch in debug mode" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22oouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.toggle.codemining" commandName="Toggle Code Mining" description="Toggle Code Mining Annotations" category="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22o4uNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.core.ui.command.updateProject" commandName="Update Maven Project" description="Update Maven project configuration and dependencies" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22pIuNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.wikitext.ui.convertToHtmlCommand" commandName="Generate HTML" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22pYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.SimplePush" commandName="Push to Upstream" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22pouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.previousView" commandName="Previous View" description="Switch to the previous view" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22p4uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.addMemoryMonitor" commandName="Add Memory Block" description="Add memory block" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22qIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.junit.junitShortcut.run" commandName="Run JUnit Test" description="Run JUnit Test" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22qYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.generate.tostring" commandName="Generate toString()" description="Generates the toString() method for the type" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22qouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.organize.imports" commandName="Organize Imports" description="Evaluate all required imports and replace the current imports" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22q4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.PushHeadToGerrit" commandName="Push Current Head to Gerrit" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22rIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.selectAll" commandName="Select All" description="Select all" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22rYuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.swtBotJunitShortcut.coverage" commandName="Coverage SWTBot Test" description="Coverage SWTBot Test" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22rouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.markers.copyDescription" commandName="Copy Description To Clipboard" description="Copies markers description field to the clipboard" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22r4uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.DropToFrame" commandName="Drop to Frame" description="Drop to Frame" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22sIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22sYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.commands.Display" commandName="Display" description="Display result of evaluating selected text" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22souNEe2NONH-4bbaEA" 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="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22s4uNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22tIuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.view.ui.command.disconnect" commandName="Disconnect Terminal" category="_hRnl94uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22tYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.ShowBlame" commandName="Show Revision Information" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22touNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.assignToField.assist" commandName="Quick Assist - Assign to field" description="Invokes quick assist and selects 'Assign to field'" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22t4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.folding.expand" commandName="Expand" description="Expands the folded region at the current selection" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22uIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.project.rebuildProject" commandName="Rebuild Project" description="Rebuild the selected projects" category="_hRnl_YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22uYuNEe2NONH-4bbaEA" 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="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22uouNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.core.pomFileAction.run" commandName="Run Maven Build" description="Run Maven Build" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22u4uNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.linkWithSelection" commandName="Link with Current Selection" category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR22vIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.nextMemoryBlock" commandName="Next Memory Monitor" description="Show renderings from next memory monitor." category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dkIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.CompareWithEachOther" commandName="Compare with Each Other" description="Compare two files selected in the Compare Editor with each other." category="_hRnl-IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dkYuNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.actions.LifeCycleInstall.run" commandName="Run Maven Install" description="Run Maven Install" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dkouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.Fetch" commandName="Fetch" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dk4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.copyLineDown" commandName="Copy Lines" description="Duplicates the selected lines and moves the selection to the copy" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dlIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.navigate.gotopackage" commandName="Go to Package" description="Go to Package" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dlYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.togglestatusbar" commandName="Toggle Statusbar" description="Toggle the visibility of the bottom status bar" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dlouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.selectMultiSelectionUp" commandName="Multi selection up relative to anchor selection" description="Search next matching region above and add it to the current selection, or remove last element from current multi-selection " category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dl4uNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.editor.perform" commandName="Perform Setup Tasks" category="_hRnl8IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dmIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.raw.paste" commandName="Raw Paste" description="Paste and ignore smart insert setting" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dmYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.help.installationDialog" commandName="Installation Information" description="Open the installation dialog" category="_hRnl_IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dmouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.multiCaretUp" commandName="Multi caret up" description="Add a new caret/multi selection above the current line, or remove the last caret/multi selection " category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dm4uNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.ToggleStepFilters" commandName="Use Step Filters" description="Toggles enablement of debug step filters" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dnIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.lineUp" commandName="Line Up" description="Go up one line of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dnYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.goto.windowStart" commandName="Window Start" description="Go to the start of the window" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dnouNEe2NONH-4bbaEA" 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="_hRm-5YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dn4uNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3doIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.eof" commandName="EOF" description="Send end of file" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3doYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.AbortRebase" commandName="Abort Rebase" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3doouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.commit.DiffEditorQuickOutlineCommand" commandName="Quick Outline" description="Show the quick outline for a unified diff" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3do4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.showInQuickMenu" commandName="Show In..." description="Open the Show In menu" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dpIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.copyLineUp" commandName="Duplicate Lines" description="Duplicates the selected lines and leaves the selection unchanged" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dpYuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.ToggleMethodBreakpoint" commandName="Toggle Method Breakpoint" description="Creates or removes a method breakpoint" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dpouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dp4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dqIuNEe2NONH-4bbaEA" elementId="org.eclipse.ant.ui.antShortcut.debug" commandName="Debug Ant Build" description="Debug Ant Build" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dqYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.next" commandName="Next" description="Navigate to the next item" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dqouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.AssumeUnchanged" commandName="Assume Unchanged" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dq4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.closePerspective" commandName="Close Perspective" description="Close the current perspective" category="_hRnl-ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR3drIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.closePerspective.perspectiveId" name="Perspective Id"/> + </commands> + <commands xmi:id="_hR3drYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.cheatsheets.openCheatSheetURL" commandName="Open Cheat Sheet from URL" description="Open a Cheat Sheet from file at a specified URL." category="_hRnl_IuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR3drouNEe2NONH-4bbaEA" elementId="cheatSheetId" name="Identifier" optional="false"/> + <parameters xmi:id="_hR3dr4uNEe2NONH-4bbaEA" elementId="name" name="Name" optional="false"/> + <parameters xmi:id="_hR3dsIuNEe2NONH-4bbaEA" elementId="url" name="URL" optional="false"/> + </commands> + <commands xmi:id="_hR3dsYuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.testNgShortcut.coverage" commandName="Coverage TestNG Test" description="Coverage TestNG Test" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dsouNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.StepReturn" commandName="Step Return" description="Step return" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3ds4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.browser.openBundleResource" commandName="Open Resource in Browser" description="Opens a bundle resource in the default web browser." category="_hRnl-ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR3dtIuNEe2NONH-4bbaEA" elementId="plugin" name="Plugin"/> + <parameters xmi:id="_hR3dtYuNEe2NONH-4bbaEA" elementId="path" name="Path"/> + </commands> + <commands xmi:id="_hR3dtouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.PushBranch" commandName="Push Branch..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dt4uNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.core.ui.command.addDependency" commandName="Add Maven Dependency" description="Add Maven dependency" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3duIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.debug.ui.commands.Execute" commandName="Execute" description="Evaluate selected text" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3duYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3duouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.help.aboutAction" commandName="About" description="Open the about dialog" category="_hRnl_IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3du4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.annotate.classFile" commandName="Annotate Class File" description="Externally add Annotations to a Class File." category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dvIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.stash.create" commandName="Stash Changes..." category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dvYuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dvouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.closeAllSaved" commandName="Close All Saved" description="Close all saved editors" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dv4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.redo" commandName="Redo" description="Redo the last operation" category="_hRm-44uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dwIuNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dwYuNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dwouNEe2NONH-4bbaEA" elementId="org.eclipse.m2e.editor.RenameArtifactAction" commandName="Rename Maven Artifact..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dw4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.selectWorkingSets" commandName="Select Working Sets" description="Select the working sets that are applicable for this window." category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dxIuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dxYuNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.view.ui.command.newview" commandName="New Terminal View" category="_hRnl94uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dxouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.team.RemoveFromIndex" commandName="Remove from Index" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR3dx4uNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4EoIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.newWizard" commandName="New" description="Open the New item wizard" category="_hRnl9ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR4EoYuNEe2NONH-4bbaEA" elementId="newWizardId" name="New Wizard"/> + </commands> + <commands xmi:id="_hR4EoouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.newWindow" commandName="New Window" description="Open another window" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4Eo4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected Java comment lines" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4EpIuNEe2NONH-4bbaEA" elementId="org.eclipse.lsp4e.showkindinoutline" commandName="Show Kind in Outline" category="_hRnl9IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4EpYuNEe2NONH-4bbaEA" elementId="org.eclipse.e4.ui.importer.configureProject" commandName="Configure and Detect Nested Projects..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4EpouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.file.close" commandName="Close" description="Close the active editor" category="_hRnl9ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4Ep4uNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.selectActiveSession" commandName="Select Active Session..." category="_hRnl9YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4EqIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.CompareVersions" commandName="Compare with Each Other" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4EqYuNEe2NONH-4bbaEA" elementId="org.eclipse.equinox.p2.ui.sdk.install" commandName="Install New Software..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4EqouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.window.customizePerspective" commandName="Customize Perspective" description="Customize the current perspective" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4Eq4uNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4ErIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar" commandName="Run Last Launched External Tool" description="Runs the last launched external Tool" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4ErYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.CheckoutCommand" commandName="Check Out" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4ErouNEe2NONH-4bbaEA" 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="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4Er4uNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4EsIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.moveLineUp" commandName="Move Lines Up" description="Moves the selected lines up" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4EsYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.Reset" commandName="Reset..." category="_hRnmCYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR4EsouNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.history.ResetMode" name="Reset mode" optional="false"/> + </commands> + <commands xmi:id="_hR4Es4uNEe2NONH-4bbaEA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog" commandName="Show Bundle Catalog" category="_hRnmCYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR4EtIuNEe2NONH-4bbaEA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.DirectoryParameter" name="Directory URL"/> + <parameters xmi:id="_hR4EtYuNEe2NONH-4bbaEA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.TagsParameter" name="Tags"/> + </commands> + <commands xmi:id="_hR4EtouNEe2NONH-4bbaEA" 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="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4Et4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.previousSubTab" commandName="Previous Sub-Tab" description="Switch to the previous sub-tab" category="_hRnl8ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4EuIuNEe2NONH-4bbaEA" elementId="org.eclipse.userstorage.ui.showPullDown" commandName="Show Pull Down Menu" category="_hRnl_IuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR4EuYuNEe2NONH-4bbaEA" elementId="intoolbar" name="In Tool Bar" optional="false"/> + </commands> + <commands xmi:id="_hR4EuouNEe2NONH-4bbaEA" 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="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4Eu4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.showIn" commandName="Show In" category="_hRnl8ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR4EvIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.showIn.targetId" name="Show In Target Id" optional="false"/> + </commands> + <commands xmi:id="_hR4EvYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewRemoveRemote" commandName="Delete Remote" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4EvouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.dialogs.openInputDialog" commandName="Open Input Dialog" description="Open an Input Dialog" category="_hRnmAYuNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR4rsIuNEe2NONH-4bbaEA" elementId="title" name="Title"/> + <parameters xmi:id="_hR4rsYuNEe2NONH-4bbaEA" elementId="message" name="Message"/> + <parameters xmi:id="_hR4rsouNEe2NONH-4bbaEA" elementId="initialValue" name="Initial Value"/> + <parameters xmi:id="_hR4rs4uNEe2NONH-4bbaEA" elementId="cancelReturns" name="Return Value on Cancel"/> + </commands> + <commands xmi:id="_hR4rtIuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RebaseCurrent" commandName="Rebase" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4rtYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.extract.class" commandName="Extract Class..." description="Extracts fields into a new class" category="_hRnl-4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4rtouNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4rt4uNEe2NONH-4bbaEA" elementId="org.eclipse.compare.copyRightToLeft" commandName="Copy from Right to Left" description="Copy Current Change from Right to Left" category="_hRnl-IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4ruIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.commands.OpenProfileConfigurations" commandName="Profile..." description="Open profile launch configuration dialog" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4ruYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.markCompleted" commandName="Mark Completed" description="Mark the selected tasks as completed" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4ruouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.recenter" commandName="Recenter" description="Scroll cursor line to center, top and bottom" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4ru4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors" commandName="Generate Constructors from Superclass" description="Evaluate and add constructors from superclass" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4rvIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.select.windowStart" commandName="Select Window Start" description="Select to the start of the window" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4rvYuNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_hRnmB4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4rvouNEe2NONH-4bbaEA" 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="_hRnl_4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4rv4uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.edit.text.scroll.lineDown" commandName="Scroll Line Down" description="Scroll down one line of text" category="_hRnl8YuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4rwIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ToggleCoolbarAction" commandName="Toggle Main Toolbar Visibility" description="Toggles the visibility of the window toolbar" category="_hRnl-ouNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4rwYuNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.RepositoriesViewImportProjects" commandName="Import Projects..." description="Import or create in local Git repository" category="_hRnmA4uNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4rwouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.navigate.openResource" commandName="Open Resource" description="Open an editor on a particular resource" category="_hRnl8ouNEe2NONH-4bbaEA"> + <parameters xmi:id="_hR4rw4uNEe2NONH-4bbaEA" elementId="filePath" name="File Path" typeId="org.eclipse.ui.ide.resourcePath"/> + </commands> + <commands xmi:id="_hR4rxIuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui.commands.CoverageLast" commandName="Coverage" description="Coverage" category="_hRnmAIuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hR4rxYuNEe2NONH-4bbaEA" elementId="org.eclipse.compare.copyAllLeftToRight" commandName="Copy All from Left to Right" description="Copy All Changes from Left to Right" category="_hRnl-IuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hodYoIuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hof04IuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunWithConfigurationAction" commandName="Run As" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hogb8IuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunHistoryMenuAction" commandName="Run History" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hohDAIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunDropDownAction" commandName="Run" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hohqEIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugWithConfigurationAction" commandName="Debug As" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hohqEYuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugHistoryMenuAction" commandName="Debug History" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoiRIIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugDropDownAction" commandName="Debug" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoi4MIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileDropDownAction" commandName="Profile" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hojfQIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileWithConfigurationAction" commandName="Profile As" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hokGUIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileHistoryMenuAction" commandName="Profile History" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoktYIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageDropDownAction" commandName="Coverage" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoktYYuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageAsAction" commandName="Coverage As" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_holUcIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageHistoryAction" commandName="Coverage History" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hol7gIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.egit.ui.SearchActionSet/org.eclipse.egit.ui.actions.OpenCommitSearchPage" commandName="Git..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoqM8IuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.NewTypeDropDown" commandName="Class..." description="New Java Class" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoqM8YuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenPackageWizard" commandName="Package..." description="New Java Package" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoq0AIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenProjectWizard" commandName="Java Project..." description="New Java Project" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hosCIIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.ui.SearchActionSet/org.eclipse.jdt.ui.actions.OpenJavaSearchPage" commandName="Java..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hospMIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction" commandName="Cheat Sheets..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hotQQIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.search.searchActionSet/org.eclipse.search.OpenSearchDialogPage" commandName="Search..." description="Search" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hot3UIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hot3UYuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_houeYIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.ui.externaltools.ExternalToolsSet/org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu" commandName="External Tools" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hovsgIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.ant.ui.BreakpointRulerActions/org.eclipse.ant.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_howTkIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_howTkYuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.RunToLineRulerActionDelegate" commandName="Run to Line" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_how6oIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoxhsIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.RunToLineRulerActionDelegate" commandName="Run to Line" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoyIwIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetExecute" commandName="Execute" description="Execute the Selected Text" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoyv0IuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetDisplay" commandName="Display" description="Display Result of Evaluating Selected Text" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hozW4IuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetInspect" commandName="Inspect" description="Inspect Result of Evaluating Selected Text" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoz98IuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hoz98YuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho0lAIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho0lAYuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho1MEIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho1zIIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution/org.eclipse.m2e.jdt.ui.downloadSourcesAction" commandName="label" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho1zIYuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution_38/org.eclipse.m2e.jdt.ui.downloadSourcesAction_38" commandName="label" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho2aMIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Text Editor Bookmark Ruler Action" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho3BQIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Text Editor Ruler Single-Click" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho3oUIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.PulldownActions/org.eclipse.debug.ui.debugview.pulldown.ViewManagementAction" commandName="View Management..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho4PYIuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho4PYYuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.debugview.toolbar/org.eclipse.debug.ui.debugview.toolbar.collapseAll" commandName="Collapse All" description="Collapse All" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho42cIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.removeAll" commandName="Remove All" description="Remove All Breakpoints" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho5dgIuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho6EkIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.workingSets" commandName="Working Sets..." description="Manage Working Sets" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho6EkYuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho6roIuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho7SsIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.sortByAction" commandName="Sort By" description="Sort By" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho75wIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.groupByAction" commandName="Group By" description="Show" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho8g0IuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.removeAll" commandName="Remove All" description="Remove All Expressions" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho9H4IuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho9u8IuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.PinMemoryBlockAction" commandName="Pin Memory Monitor" description="Pin Memory Monitor" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho-WAIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.NewMemoryViewAction" commandName="New Memory View" description="New Memory View" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho-WAYuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglemonitors" commandName="Toggle Memory Monitors Pane" description="Toggle Memory Monitors Pane" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho-9EIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.linkrenderingpanes" commandName="Link Memory Rendering Panes" description="Link Memory Rendering Panes" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_ho_kIIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.tablerendering.preferencesaction" commandName="Table Renderings Preferences..." description="&Table Renderings Preferences..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpALMIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglesplitpane" commandName="Toggle Split Pane" description="Toggle Split Pane" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpALMYuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.switchMemoryBlock" commandName="Switch Memory Monitor" description="Switch Memory Monitor" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpAyQIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.memoryViewPreferencesAction" commandName="Preferences..." description="&Preferences..." category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpBZUIuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpBZUYuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpCAYIuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpCncIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpDOgIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpDOgYuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpD1kIuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpD1kYuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.AllReferencesInView" commandName="Show References" description="Show &References" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpEcoIuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpFDsIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpFDsYuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpFqwIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpFqwYuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpGR0IuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpG44IuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowThreadGroups" commandName="Show Thread Groups" description="Show Thread Groups" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpHf8IuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpIHAIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowSystemThreads" commandName="Show System Threads" description="Show System Threads" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpIuEIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowRunningThreads" commandName="Show Running Threads" description="Show Running Threads" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpIuEYuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpJVIIuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpJ8MIuNEe2NONH-4bbaEA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Execute" commandName="Execute" description="Execute the Selected Text" category="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpJ8MYuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <commands xmi:id="_hpKjQIuNEe2NONH-4bbaEA" 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="_hRnmCYuNEe2NONH-4bbaEA"/> + <addons xmi:id="_hQ3_HouNEe2NONH-4bbaEA" 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="_hQ3_H4uNEe2NONH-4bbaEA" 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="_hQ3_IIuNEe2NONH-4bbaEA" 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="_hQ3_IYuNEe2NONH-4bbaEA" 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="_hQ3_IouNEe2NONH-4bbaEA" 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="_hQ3_I4uNEe2NONH-4bbaEA" 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="_hQ3_JIuNEe2NONH-4bbaEA" 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="_hQ3_JYuNEe2NONH-4bbaEA" 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="_hQ3_JouNEe2NONH-4bbaEA" 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="_hQ3_J4uNEe2NONH-4bbaEA" 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="_hRIdwIuNEe2NONH-4bbaEA" elementId="SplitterAddon" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.splitteraddon.SplitterAddon"/> + <addons xmi:id="_lIKkQIuOEe21OpxksFTihQ" 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="_hRm-4IuNEe2NONH-4bbaEA" elementId="org.eclipse.team.ui.category.team" name="Version control (Team)" description="Actions that apply when working with a version control system"/> + <categories xmi:id="_hRm-4YuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.category.views" name="Views" description="Commands for opening views"/> + <categories xmi:id="_hRm-4ouNEe2NONH-4bbaEA" elementId="org.eclipse.tm4e.languageconfiguration.category" name="TM4E Language Configuration"/> + <categories xmi:id="_hRm-44uNEe2NONH-4bbaEA" elementId="org.eclipse.ui.category.edit" name="Edit"/> + <categories xmi:id="_hRm-5IuNEe2NONH-4bbaEA" elementId="org.eclipse.mylyn.wikitext.ui.editor.category" name="WikiText Markup Editing Commands" description="commands for editing lightweight markup"/> + <categories xmi:id="_hRm-5YuNEe2NONH-4bbaEA" elementId="org.eclipse.buildship.ui.project" name="Buildship" description="Contains the Buildship specific commands"/> + <categories xmi:id="_hRm-5ouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.ide.markerContents" name="Contents" description="The category for menu contents"/> + <categories xmi:id="_hRnl8IuNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.setup.category" name="Oomph Setup"/> + <categories xmi:id="_hRnl8YuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.category.textEditor" name="Text Editing" description="Text Editing Commands"/> + <categories xmi:id="_hRnl8ouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.category.navigate" name="Navigate"/> + <categories xmi:id="_hRnl84uNEe2NONH-4bbaEA" elementId="AnsiConsole.command.categoryid" name="ANSI Support Commands"/> + <categories xmi:id="_hRnl9IuNEe2NONH-4bbaEA" elementId="org.eclipse.lsp4e.category" name="Language Servers"/> + <categories xmi:id="_hRnl9YuNEe2NONH-4bbaEA" elementId="org.eclipse.eclemma.ui" name="EclEmma Code Coverage"/> + <categories xmi:id="_hRnl9ouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.category.file" name="File"/> + <categories xmi:id="_hRnl94uNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.view.ui.commands.category" name="Terminal Commands"/> + <categories xmi:id="_hRnl-IuNEe2NONH-4bbaEA" elementId="org.eclipse.compare.ui.category.compare" name="Compare" description="Compare command category"/> + <categories xmi:id="_hRnl-YuNEe2NONH-4bbaEA" elementId="org.eclipse.text.quicksearch.commands.category" name="Quick Search"/> + <categories xmi:id="_hRnl-ouNEe2NONH-4bbaEA" elementId="org.eclipse.ui.category.window" name="Window"/> + <categories xmi:id="_hRnl-4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.category.refactoring" name="Refactor - Java" description="Java Refactoring Actions"/> + <categories xmi:id="_hRnl_IuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.category.help" name="Help"/> + <categories xmi:id="_hRnl_YuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.category.project" name="Project"/> + <categories xmi:id="_hRnl_ouNEe2NONH-4bbaEA" elementId="org.eclipse.tm.terminal.category1" name="Terminal view commands" description="Terminal view commands"/> + <categories xmi:id="_hRnl_4uNEe2NONH-4bbaEA" elementId="org.eclipse.search.ui.category.search" name="Search" description="Search command category"/> + <categories xmi:id="_hRnmAIuNEe2NONH-4bbaEA" elementId="org.eclipse.debug.ui.category.run" name="Run/Debug" description="Run/Debug command category"/> + <categories xmi:id="_hRnmAYuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.category.dialogs" name="Dialogs" description="Commands for opening dialogs"/> + <categories xmi:id="_hRnmAouNEe2NONH-4bbaEA" elementId="org.eclipse.oomph" name="Oomph"/> + <categories xmi:id="_hRnmA4uNEe2NONH-4bbaEA" elementId="org.eclipse.egit.ui.commandCategory" name="Git"/> + <categories xmi:id="_hRnmBIuNEe2NONH-4bbaEA" elementId="org.eclipse.ui.category.perspectives" name="Perspectives" description="Commands for opening perspectives"/> + <categories xmi:id="_hRnmBYuNEe2NONH-4bbaEA" elementId="org.eclipse.ltk.ui.category.refactoring" name="Refactoring"/> + <categories xmi:id="_hRnmBouNEe2NONH-4bbaEA" elementId="org.eclipse.lsp4e.commandCategory" name="Command"/> + <categories xmi:id="_hRnmB4uNEe2NONH-4bbaEA" elementId="org.eclipse.jdt.ui.category.source" name="Source" description="Java Source Actions"/> + <categories xmi:id="_hRnmCIuNEe2NONH-4bbaEA" elementId="org.eclipse.oomph.commands" name="Oomph"/> + <categories xmi:id="_hRnmCYuNEe2NONH-4bbaEA" elementId="org.eclipse.core.commands.categories.autogenerated" name="Uncategorized" description="Commands that were either auto-generated or have no category"/> +</application:Application> diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.egit.core/.org.eclipse.egit.core.cmp/.project b/MAVENProject/.metadata/.plugins/org.eclipse.egit.core/.org.eclipse.egit.core.cmp/.project new file mode 100644 index 0000000..3c10856 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.egit.core/.org.eclipse.egit.core.cmp/.project @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>.org.eclipse.egit.core.cmp</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + </buildSpec> + <natures> + </natures> +</projectDescription> diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.egit.core/.org.eclipse.egit.core.cmp/.settings/org.eclipse.core.resources.prefs b/MAVENProject/.metadata/.plugins/org.eclipse.egit.core/.org.eclipse.egit.core.cmp/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..99f26c0 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.egit.core/.org.eclipse.egit.core.cmp/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/<project>=UTF-8 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/1865797976.index b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/1865797976.index new file mode 100644 index 0000000000000000000000000000000000000000..70965d80038ad9da1ed191e676e32a4685832a97 GIT binary patch literal 25 ecmZP&_VjacjZg@44GQ-3_fs&`Gc-2*4+H>G;t1jZ literal 0 HcmV?d00001 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache new file mode 100644 index 0000000000000000000000000000000000000000..593f4708db84ac8fd0f5cc47c634f38c013fe9e4 GIT binary patch literal 4 LcmZQzU|;|M00aO5 literal 0 HcmV?d00001 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache new file mode 100644 index 0000000000000000000000000000000000000000..593f4708db84ac8fd0f5cc47c634f38c013fe9e4 GIT binary patch literal 4 LcmZQzU|;|M00aO5 literal 0 HcmV?d00001 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps new file mode 100644 index 0000000000000000000000000000000000000000..593f4708db84ac8fd0f5cc47c634f38c013fe9e4 GIT binary patch literal 4 LcmZQzU|;|M00aO5 literal 0 HcmV?d00001 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt new file mode 100644 index 0000000..8586397 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt @@ -0,0 +1 @@ +java \ No newline at end of file diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache new file mode 100644 index 0000000000000000000000000000000000000000..593f4708db84ac8fd0f5cc47c634f38c013fe9e4 GIT binary patch literal 4 LcmZQzU|;|M00aO5 literal 0 HcmV?d00001 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt new file mode 100644 index 0000000..f7c28dc --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt @@ -0,0 +1,2 @@ +INDEX VERSION 1.131+C:\Users\bruno\acl-project\MAVENProject\.metadata\.plugins\org.eclipse.jdt.core +1865797976.index diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat new file mode 100644 index 0000000000000000000000000000000000000000..0edae4b20855dcd5c83bdac184b9ed16afb1b634 GIT binary patch literal 110 zcmZQzU|?c^05&ki?iJ)3@8jvj2;?y`aD#ZkLC!(`{vjX{CI&9AP(RO*cn^PHSC9ZR e16Tu435dtSzz2~A^5IHY8Q6V|;)7fR{22i=Q4xRu literal 0 HcmV?d00001 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml new file mode 100644 index 0000000..3690ba9 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<dirs> + <entry loc="C:\Users\bruno\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933\jre" stamp="1669583199207"/> + <entry loc="C:\Users\bruno\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933" stamp="1669583199207"/> +</dirs> diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml new file mode 100644 index 0000000..92f8df5 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<libraryInfos> + <libraryInfo home="C:\Users\bruno\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933\jre" version="17.0.5"/> + <libraryInfo home="C:\Users\bruno\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933" version="17.0.5"/> +</libraryInfos> diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml new file mode 100644 index 0000000..a4ee3cb --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<typeInfoHistroy/> diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml new file mode 100644 index 0000000..9e390f5 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<qualifiedTypeNameHistroy/> diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml new file mode 100644 index 0000000..3d17040 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<section name="Workbench"> + <section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart"> + <item key="group_libraries" value="true"/> + <item key="layout" value="2"/> + <item key="rootMode" value="1"/> + <item key="linkWithEditor" value="false"/> + <item key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<packageExplorer group_libraries="1" layout="2" linkWithEditor="0" rootMode="1" workingSetName="Aggregate for window 1672767550348">
<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.jdt.ui.PackageExplorer.NonJavaProjectsFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter" isEnabled="false"/>
<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.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.DeprecatedMembersFilter" 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.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"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.FieldsFilter" isEnabled="false"/>
</xmlDefinedFilters>
</customFilters>
</packageExplorer>"/> + </section> + <section name="completion_proposal_size"> + </section> + <section name="quick_assist_proposal_size"> + </section> +</section> diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser b/MAVENProject/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser new file mode 100644 index 0000000000000000000000000000000000000000..abbf8e5211b6a04431b29bc5ab1269fb2676782d GIT binary patch literal 538 zcmc(bO-{ow5QRs9@+$-d#4%inEfPPi6oC|^stc9~;|z^cCw9j!O(n`PI0aW=QE>s- zus~daJCHP?RP0#c&3NAPeDmbTPpDafLrq<VLP=whCHu&PCS)>oNGVs$kd9F}M%b0s z(TKH6p;PtPoUD&~PcI&T$p~71q&2yf;urE_eE0D7aT$BC6u?dupv4WpmP$H_*1={F z^IP5+IH?-v+#LM8>tKH%2@_16?ZZ8I0qjz#h4YNc+a7A_S;GaMkdrrD%%<uyr>zrT zD*VQ6%p0X>GL!#gy~xChOzf1~D9=?}exE$=UA-=V=fj%PJoNJon$BR=MT9oeD$Hk( Tj$wL+D|y)}uGy5k_)o?cALX5n literal 0 HcmV?d00001 diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log b/MAVENProject/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log new file mode 100644 index 0000000..dbf9ffa --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log @@ -0,0 +1,2 @@ +2023-01-03 18:39:18,077 [Worker-1: Loading available Gradle versions] INFO o.e.b.c.i.u.g.PublishedGradleVersions - Gradle version information cache is up-to-date. Trying to read. +2023-01-03 18:46:46,697 [Worker-4: Loading available Gradle versions] INFO o.e.b.c.i.u.g.PublishedGradleVersions - Gradle version information cache is up-to-date. Trying to read. diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.2.0.0.20220705-1221.xml b/MAVENProject/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.2.0.0.20220705-1221.xml new file mode 100644 index 0000000..abdf1c7 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.2.0.0.20220705-1221.xml @@ -0,0 +1,41 @@ +<configuration scan="true"> + <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> + <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder"> + <pattern>%date [%thread] %-5level %logger{35} - %msg%n</pattern> + </encoder> + <filter class="ch.qos.logback.classic.filter.ThresholdFilter"> + <level>OFF</level> <!-- change to DEBUG to mimic '-consolelog' behaviour --> + </filter> + </appender> + + <appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender"> + <File>${org.eclipse.m2e.log.dir}/0.log</File> + <rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy"> + <FileNamePattern>${org.eclipse.m2e.log.dir}/%i.log</FileNamePattern> + <MinIndex>1</MinIndex> + <MaxIndex>10</MaxIndex> + </rollingPolicy> + <triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy"> + <MaxFileSize>10MB</MaxFileSize> + </triggeringPolicy> + <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder"> + <pattern>%date [%thread] %-5level %logger{35} - %msg%n</pattern> + </encoder> + </appender> + + <appender name="EclipseLog" class="org.eclipse.m2e.logback.appender.EclipseLogAppender"> + <filter class="ch.qos.logback.classic.filter.ThresholdFilter"> + <level>WARN</level> + </filter> + </appender> + + <appender name="MavenConsoleLog" class="org.eclipse.m2e.logback.appender.MavenConsoleAppender"> + </appender> + + <root level="INFO"> + <appender-ref ref="FILE" /> + <appender-ref ref="STDOUT" /> + <appender-ref ref="EclipseLog" /> + <appender-ref ref="MavenConsoleLog" /> + </root> +</configuration> diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup b/MAVENProject/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup new file mode 100644 index 0000000..1f73e14 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<setup:Workspace + xmi:version="2.0" + xmlns:xmi="http://www.omg.org/XMI" + xmlns:setup="http://www.eclipse.org/oomph/setup/1.0" + name="workspace"/> diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.tips.ide/dialog_settings.xml b/MAVENProject/.metadata/.plugins/org.eclipse.tips.ide/dialog_settings.xml new file mode 100644 index 0000000..5ca0b77 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.tips.ide/dialog_settings.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?> +<section name="Workbench"> +</section> diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.ui.intro/introstate b/MAVENProject/.metadata/.plugins/org.eclipse.ui.intro/introstate new file mode 100644 index 0000000..02f134f --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.ui.intro/introstate @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<state reopen="false"/> \ No newline at end of file diff --git a/MAVENProject/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml b/MAVENProject/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml new file mode 100644 index 0000000..9ef0151 --- /dev/null +++ b/MAVENProject/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<workingSetManager> +<workingSet editPageId="org.eclipse.jdt.internal.ui.DynamicSourcesWorkingSet" factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1672767549543_0" label="Java Main Sources" name="Java Main Sources"/> +<workingSet editPageId="org.eclipse.jdt.internal.ui.DynamicSourcesWorkingSet" factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1672767549564_1" label="Java Test Sources" name="Java Test Sources"/> +<workingSet aggregate="true" factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1672767550348_2" label="Window Working Set" name="Aggregate for window 1672767550348"/> +</workingSetManager> \ No newline at end of file diff --git a/MAVENProject/.metadata/version.ini b/MAVENProject/.metadata/version.ini new file mode 100644 index 0000000..80c98c8 --- /dev/null +++ b/MAVENProject/.metadata/version.ini @@ -0,0 +1,3 @@ +#Tue Jan 03 18:46:39 CET 2023 +org.eclipse.core.runtime=2 +org.eclipse.platform=4.25.0.v20220831-1800 diff --git a/MAVENProject/src/main/java/jeu/Jeu.java b/MAVENProject/src/main/java/jeu/Jeu.java index 62c3603..d450c10 100644 --- a/MAVENProject/src/main/java/jeu/Jeu.java +++ b/MAVENProject/src/main/java/jeu/Jeu.java @@ -232,6 +232,7 @@ public class Jeu implements Game{ @Override public boolean isFinished() { if(gameCharacter.death() || getMonsterList().get(levelManager.getIndexBoss()).death()){ + hearthList.clear(); return true; } // le jeu n'est jamais fini diff --git a/MAVENProject/src/main/java/start/Main.java b/MAVENProject/src/main/java/start/Main.java index 8137b8d..8f5908b 100644 --- a/MAVENProject/src/main/java/start/Main.java +++ b/MAVENProject/src/main/java/start/Main.java @@ -45,18 +45,13 @@ public class Main { mp3.stopMusic(); + mp3 = new MP3("failsound.wav"); + mp3.displayMusic(); if(getGameCharacter().death() ){ - mp3 = new MP3("failsound.wav"); - - mp3.displayMusic(); menu.menufin(); mp3.stopMusic(); } - if (getMonsterList().get(levelManager.getIndexBoss()).death()){ - mp3 = new MP3("audio.wav"); - - - mp3.displayMusic(); + if (getMonsterList().get(getMonsterList().size()-1).death()){ menu.menufinVicory(); mp3.stopMusic(); } -- GitLab