From 43581fb855064ddacc2bc3199ba4ea4db016ccf7 Mon Sep 17 00:00:00 2001 From: nikgr117 <nikgr117@su04-114.ad.liu.se> Date: Wed, 18 Sep 2019 12:06:45 +0200 Subject: [PATCH] Finish Part 1 --- .metadata/.mylyn/.tasks.xml.zip | Bin 250 -> 235 bytes .metadata/.mylyn/tasks.xml.zip | Bin 250 -> 235 bytes .../18/20f16190fad900191bdcf2984aa2cd74 | 9 + .../24/40a44e9af9d900191bdcf2984aa2cd74 | 112 + .../35/708a4f47f9d900191bdcf2984aa2cd74 | 10 + .../47/70db2f16f9d900191bdcf2984aa2cd74 | 94 + .../5e/10cda8f1f4d900191bdcf2984aa2cd74 | 11 + .../60/c08d15f1f4d900191bdcf2984aa2cd74 | 10 + .../66/00253b02fbd900191bdcf2984aa2cd74 | 114 + .../7f/609d14e8f9d900191bdcf2984aa2cd74 | 113 + .../ab/00ea5047f9d900191bdcf2984aa2cd74 | 11 + .../lab2_part1/.indexes/e4/c7/history.index | Bin 0 -> 153 bytes .../.projects/lab2_part1/.markers.snap | Bin 0 -> 114990 bytes .../.projects/lab2_part1/.syncinfo.snap | Bin 0 -> 80 bytes .../.root/.markers.snap | Bin 0 -> 107 bytes .../.safetable/org.eclipse.core.resources | Bin 1916 -> 5376 bytes .../org.eclipse.core.resources/2.snap | Bin 0 -> 8331 bytes .../.settings/org.eclipse.debug.core.prefs | 2 + .../.settings/org.eclipse.debug.ui.prefs | 6 +- .../.settings/org.eclipse.jdt.core.prefs | 8 +- .../.settings/org.eclipse.jdt.debug.ui.prefs | 2 + .../.settings/org.eclipse.jdt.junit.prefs | 2 + .../.settings/org.eclipse.jdt.launching.prefs | 3 +- .../.settings/org.eclipse.jdt.ui.prefs | 1 + .../launchConfigurationHistory.xml | 46 +- .../org.eclipse.e4.workbench/workbench.xmi | 2828 +++++++++++++++++ .../org.eclipse.jdt.core/2574934564.index | Bin 31196 -> 31299 bytes .../externalLibsTimeStamps | Bin 591 -> 63 bytes .../variablesAndContainers.dat | Bin 19661 -> 7219 bytes .../org.eclipse.jdt.ui/jdt-images/0.png | Bin 0 -> 294 bytes .../org.eclipse.jdt.ui/jdt-images/1.png | Bin 0 -> 635 bytes .../org.eclipse.jdt.ui/jdt-images/10.png | Bin 0 -> 231 bytes .../org.eclipse.jdt.ui/jdt-images/2.png | Bin 0 -> 412 bytes .../org.eclipse.jdt.ui/jdt-images/3.png | Bin 0 -> 184 bytes .../org.eclipse.jdt.ui/jdt-images/4.png | Bin 0 -> 345 bytes .../org.eclipse.jdt.ui/jdt-images/5.png | Bin 0 -> 534 bytes .../org.eclipse.jdt.ui/jdt-images/6.png | Bin 0 -> 333 bytes .../org.eclipse.jdt.ui/jdt-images/7.png | Bin 0 -> 241 bytes .../org.eclipse.jdt.ui/jdt-images/8.png | Bin 0 -> 411 bytes .../org.eclipse.jdt.ui/jdt-images/9.png | Bin 0 -> 667 bytes .../CustomBreadthFirstSearch.class | Bin 654 -> 375 bytes .../searchCustom/CustomDepthFirstSearch.class | Bin 642 -> 369 bytes .../bin/searchCustom/CustomGraphSearch.class | Bin 2184 -> 3104 bytes .../CustomBreadthFirstSearch.java | 3 +- .../searchCustom/CustomDepthFirstSearch.java | 4 +- .../src/searchCustom/CustomGraphSearch.java | 28 +- 46 files changed, 3381 insertions(+), 36 deletions(-) create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/18/20f16190fad900191bdcf2984aa2cd74 create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/24/40a44e9af9d900191bdcf2984aa2cd74 create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/35/708a4f47f9d900191bdcf2984aa2cd74 create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/47/70db2f16f9d900191bdcf2984aa2cd74 create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/5e/10cda8f1f4d900191bdcf2984aa2cd74 create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/60/c08d15f1f4d900191bdcf2984aa2cd74 create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/66/00253b02fbd900191bdcf2984aa2cd74 create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/7f/609d14e8f9d900191bdcf2984aa2cd74 create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.history/ab/00ea5047f9d900191bdcf2984aa2cd74 create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/lab2_part1/.indexes/e4/c7/history.index create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/lab2_part1/.markers.snap create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/lab2_part1/.syncinfo.snap create mode 100644 .metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap create mode 100644 .metadata/.plugins/org.eclipse.core.resources/2.snap create mode 100644 .metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.core.prefs create mode 100644 .metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.debug.ui.prefs create mode 100644 .metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.junit.prefs create mode 100644 .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/0.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/10.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/2.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/3.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/4.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/5.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/6.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/7.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/8.png create mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/9.png diff --git a/.metadata/.mylyn/.tasks.xml.zip b/.metadata/.mylyn/.tasks.xml.zip index 4db1ae6038d5b69f11b75db7793bbeca1825cd2c..3187eafcd6dd201ec598a9430fe488c8dfb36dc2 100644 GIT binary patch delta 160 zcmeyx_?nR~z?+#xgn@&DgJE{8k^e+Khx$$1H*<RGocnfCM=y}0d8G-{s+JCG^=V6% zJr@tvs!(~h^vM#Y(x<A<Ek>(@f~Sc55h^xh`T92JOJdqBMuq@yb`HIGGn+&P28I>} f28IA{MkWykgaycQJPhcdB(XSq;vEUL*<c9(V&yBf delta 160 zcmaFO_=}M*z?+#xgn@&BgCRju#c?8^Lw%5jp63~F&od{_dv6Urbvk_0_RXB0I_JKf z)X@v%XntwJ^s1%9T7BA*WzWS!wJI1&pE7K1d8X>zVzfFac#6m$p<+XpuWxg{B&OYB rWC-wP=Mc`7H7;OaV3@+dz!2cg$Rxsmun$>|hXD*G?o(%51!e&Nm5?v^ diff --git a/.metadata/.mylyn/tasks.xml.zip b/.metadata/.mylyn/tasks.xml.zip index 98588d3c88f01618f83e354b31bb7040a78bdb80..bac568ba31a840cdcf2596db6b1e0110d19e8a96 100644 GIT binary patch delta 160 zcmeyx_?nR~z?+#xgn@&DgJE`pk^e+Khx$$1H*<RGocnfCM=y}0d8G-{s+JCG^=V6% zJr@tvs!(~h^vM#Y(x<A<Ek>(@f~Sc55h^xh`T92JOJdqBMuq@yb`HIGGn+&P28I>} f28IA{MkWykgaycQJPhcdB(XSq;vEUL*<c9(Wg;uP delta 160 zcmaFO_=}M*z?+#xgn@&BgW;5<isM8+hx#B5J<l`Vo@Y*;_ud+M>U8*~?VCA0b<TY| zsiPOj(frbc=~YXIwfeLr%btseYE>|lK4sY2@=Vpa#b|X<@D!0hLdAwGU*G0@Nld%N r$PnPo&LNyDYh1v<z%Ye@fg!+~kx7IBVIQ&_4+9uX+^5dA3d{lk-$XFX diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/18/20f16190fad900191bdcf2984aa2cd74 b/.metadata/.plugins/org.eclipse.core.resources/.history/18/20f16190fad900191bdcf2984aa2cd74 new file mode 100644 index 0000000..bd35759 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/18/20f16190fad900191bdcf2984aa2cd74 @@ -0,0 +1,9 @@ +package searchCustom; + +import java.util.Random; + + +public class CustomDepthFirstSearch extends CustomGraphSearch{ + public CustomDepthFirstSearch(int maxDepth){ + super(true); // Temporary random choice, you need to true or false! +}; diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/24/40a44e9af9d900191bdcf2984aa2cd74 b/.metadata/.plugins/org.eclipse.core.resources/.history/24/40a44e9af9d900191bdcf2984aa2cd74 new file mode 100644 index 0000000..903cdf8 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/24/40a44e9af9d900191bdcf2984aa2cd74 @@ -0,0 +1,112 @@ +package searchCustom; + +import java.util.ArrayList; +import java.util.HashSet; + +import searchShared.NodeQueue; +import searchShared.Problem; +import searchShared.SearchObject; +import searchShared.SearchNode; + +import world.GridPos; + +public class CustomGraphSearch implements SearchObject { + + private HashSet<SearchNode> explored; + private NodeQueue frontier; + protected ArrayList<SearchNode> path; + private boolean insertFront; + + /** + * The constructor tells graph search whether it should insert nodes to front or back of the frontier + */ + public CustomGraphSearch(boolean bInsertFront) { + insertFront = bInsertFront; + } + + /** + * Implements "graph search", which is the foundation of many search algorithms + */ + public ArrayList<SearchNode> search(Problem p) { + // The frontier is a queue of expanded SearchNodes not processed yet + frontier = new NodeQueue(); + /// The explored set is a set of nodes that have been processed + explored = new HashSet<SearchNode>(); + // The start state is given + GridPos startState = (GridPos) p.getInitialState(); + // Initialize the frontier with the start state + frontier.addNodeToFront(new SearchNode(startState)); + + // Path will be empty until we find the goal. + path = new ArrayList<SearchNode>(); + + while (!frontier.isEmpty()) { + SearchNode node = frontier.removeFirst(); + + if (p.isGoalState(node.getState())) { + path = node.getPathFromRoot(); + } + + ArrayList<GridPos> childStates = p.getReachableStatesFrom(node.getState()); + + for (GridPos childState : childStates) { + SearchNode child = new SearchNode(childState, node); + if (!explored.contains(child)) { + if (insertFront) { + frontier.addNodeToFront(child); + } else { + frontier.addNodeToBack(node); + } + explored.add(child); + } + } + } + + /* Some hints: + * -Read early part of chapter 3 in the book! + * -You are free to change anything how you wish as long as the program runs, but some structure is given to help you. + * -You can Google for "javadoc <class>" if you are uncertain of what you can do with a particular Java type. + * + * -SearchNodes are the nodes of the search tree and contains the relevant problem state, in this case x,y position (GridPos) of the agent + * --You can create a new search node from a state by: SearchNode childNode = new SearchNode(childState, currentNode); + * --You can also extract the state by .getState() method + * --All search structures use search nodes, but the problem object only speaks in state, so you may need to convert between them + * + * -The frontier is a queue of search nodes, open this class to find out what you can do with it! + * + * -If you are unfamiliar with Java, the "HashSet<SearchNode>" used for the explored set means a set of SearchNode objects. + * --You can add nodes to the explored set, or check if it contains a node! + * + * -To get the child states (adjacent grid positions that are not walls) of a particular search node, do: ArrayList<GridPos> childStates = p.getReachableStatesFrom(currentState); + * + * -Depending on the addNodesToFront boolean variable, you may need to do something with the frontier... (see book) + * + * -You can check if you have reached the goal with p.isGoalState(NodeState) + * + * When the goal is found, the path to be returned can be found by: path = node.getPathFromRoot(); + */ + /* Note: Returning an empty path signals that no path exists */ + return path; + } + + /* + * Functions below are just getters used externally by the program + */ + public ArrayList<SearchNode> getPath() { + return path; + } + + public ArrayList<SearchNode> getFrontierNodes() { + return new ArrayList<SearchNode>(frontier.toList()); + } + public ArrayList<SearchNode> getExploredNodes() { + return new ArrayList<SearchNode>(explored); + } + public ArrayList<SearchNode> getAllExpandedNodes() { + ArrayList<SearchNode> allNodes = new ArrayList<SearchNode>(); + allNodes.addAll(getFrontierNodes()); + allNodes.addAll(getExploredNodes()); + return allNodes; + } + +} diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/35/708a4f47f9d900191bdcf2984aa2cd74 b/.metadata/.plugins/org.eclipse.core.resources/.history/35/708a4f47f9d900191bdcf2984aa2cd74 new file mode 100644 index 0000000..63155d9 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/35/708a4f47f9d900191bdcf2984aa2cd74 @@ -0,0 +1,10 @@ +package searchCustom; + +import java.util.Random; + + +public class CustomDepthFirstSearch extends CustomGraphSearch{ + public CustomDepthFirstSearch(int maxDepth){ + super(true); // Temporary random choice, you need to true or false! + System.out.println("Change line above in \"CustomDepthFirstSearch.java\"!");} +}; diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/47/70db2f16f9d900191bdcf2984aa2cd74 b/.metadata/.plugins/org.eclipse.core.resources/.history/47/70db2f16f9d900191bdcf2984aa2cd74 new file mode 100644 index 0000000..aa27e85 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/47/70db2f16f9d900191bdcf2984aa2cd74 @@ -0,0 +1,94 @@ +package searchCustom; + +import java.util.ArrayList; +import java.util.HashSet; + +import searchShared.NodeQueue; +import searchShared.Problem; +import searchShared.SearchObject; +import searchShared.SearchNode; + +import world.GridPos; + +public class CustomGraphSearch implements SearchObject { + + private HashSet<SearchNode> explored; + private NodeQueue frontier; + protected ArrayList<SearchNode> path; + private boolean insertFront; + + /** + * The constructor tells graph search whether it should insert nodes to front or back of the frontier + */ + public CustomGraphSearch(boolean bInsertFront) { + insertFront = bInsertFront; + } + + /** + * Implements "graph search", which is the foundation of many search algorithms + */ + public ArrayList<SearchNode> search(Problem p) { + // The frontier is a queue of expanded SearchNodes not processed yet + frontier = new NodeQueue(); + /// The explored set is a set of nodes that have been processed + explored = new HashSet<SearchNode>(); + // The start state is given + GridPos startState = (GridPos) p.getInitialState(); + // Initialize the frontier with the start state + frontier.addNodeToFront(new SearchNode(startState)); + + // Path will be empty until we find the goal. + path = new ArrayList<SearchNode>(); + + // Implement this! + System.out.println("Implement CustomGraphSearch.java!"); + + + /* Some hints: + * -Read early part of chapter 3 in the book! + * -You are free to change anything how you wish as long as the program runs, but some structure is given to help you. + * -You can Google for "javadoc <class>" if you are uncertain of what you can do with a particular Java type. + * + * -SearchNodes are the nodes of the search tree and contains the relevant problem state, in this case x,y position (GridPos) of the agent + * --You can create a new search node from a state by: SearchNode childNode = new SearchNode(childState, currentNode); + * --You can also extract the state by .getState() method + * --All search structures use search nodes, but the problem object only speaks in state, so you may need to convert between them + * + * -The frontier is a queue of search nodes, open this class to find out what you can do with it! + * + * -If you are unfamiliar with Java, the "HashSet<SearchNode>" used for the explored set means a set of SearchNode objects. + * --You can add nodes to the explored set, or check if it contains a node! + * + * -To get the child states (adjacent grid positions that are not walls) of a particular search node, do: ArrayList<GridPos> childStates = p.getReachableStatesFrom(currentState); + * + * -Depending on the addNodesToFront boolean variable, you may need to do something with the frontier... (see book) + * + * -You can check if you have reached the goal with p.isGoalState(NodeState) + * + * When the goal is found, the path to be returned can be found by: path = node.getPathFromRoot(); + */ + /* Note: Returning an empty path signals that no path exists */ + return path; + } + + /* + * Functions below are just getters used externally by the program + */ + public ArrayList<SearchNode> getPath() { + return path; + } + + public ArrayList<SearchNode> getFrontierNodes() { + return new ArrayList<SearchNode>(frontier.toList()); + } + public ArrayList<SearchNode> getExploredNodes() { + return new ArrayList<SearchNode>(explored); + } + public ArrayList<SearchNode> getAllExpandedNodes() { + ArrayList<SearchNode> allNodes = new ArrayList<SearchNode>(); + allNodes.addAll(getFrontierNodes()); + allNodes.addAll(getExploredNodes()); + return allNodes; + } + +} diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/5e/10cda8f1f4d900191bdcf2984aa2cd74 b/.metadata/.plugins/org.eclipse.core.resources/.history/5e/10cda8f1f4d900191bdcf2984aa2cd74 new file mode 100644 index 0000000..329026d --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/5e/10cda8f1f4d900191bdcf2984aa2cd74 @@ -0,0 +1,11 @@ +package searchCustom; + +import java.util.Random; + +public class CustomBreadthFirstSearch extends CustomGraphSearch{ + + public CustomBreadthFirstSearch(int maxDepth){ + super(new Random().nextBoolean()); // Temporary random choice, you need to pick true or false! + System.out.println("Change line above in \"CustomBreadthFirstSearch.java\"!"); + } +}; diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/60/c08d15f1f4d900191bdcf2984aa2cd74 b/.metadata/.plugins/org.eclipse.core.resources/.history/60/c08d15f1f4d900191bdcf2984aa2cd74 new file mode 100644 index 0000000..75fce71 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/60/c08d15f1f4d900191bdcf2984aa2cd74 @@ -0,0 +1,10 @@ +package searchCustom; + +import java.util.Random; + + +public class CustomDepthFirstSearch extends CustomGraphSearch{ + public CustomDepthFirstSearch(int maxDepth){ + super(new Random().nextBoolean()); // Temporary random choice, you need to true or false! + System.out.println("Change line above in \"CustomDepthFirstSearch.java\"!");} +}; diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/66/00253b02fbd900191bdcf2984aa2cd74 b/.metadata/.plugins/org.eclipse.core.resources/.history/66/00253b02fbd900191bdcf2984aa2cd74 new file mode 100644 index 0000000..022688a --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/66/00253b02fbd900191bdcf2984aa2cd74 @@ -0,0 +1,114 @@ +package searchCustom; + +import java.util.ArrayList; +import java.util.HashSet; + +import searchShared.NodeQueue; +import searchShared.Problem; +import searchShared.SearchObject; +import searchShared.SearchNode; + +import world.GridPos; + +public class CustomGraphSearch implements SearchObject { + + private HashSet<SearchNode> explored; + private NodeQueue frontier; + protected ArrayList<SearchNode> path; + private boolean insertFront; + + /** + * The constructor tells graph search whether it should insert nodes to front or back of the frontier + */ + public CustomGraphSearch(boolean bInsertFront) { + insertFront = bInsertFront; + } + + /** + * Implements "graph search", which is the foundation of many search algorithms + */ + public ArrayList<SearchNode> search(Problem p) { + // The frontier is a queue of expanded SearchNodes not processed yet + frontier = new NodeQueue(); + /// The explored set is a set of nodes that have been processed + explored = new HashSet<SearchNode>(); + // The start state is given + GridPos startState = (GridPos) p.getInitialState(); + // Initialize the frontier with the start state + frontier.addNodeToFront(new SearchNode(startState)); + explored.add(frontier.peekAtFront()); + + // Path will be empty until we find the goal. + path = new ArrayList<SearchNode>(); + + while (!frontier.isEmpty()) { + SearchNode node = frontier.removeFirst(); + + if (p.isGoalState(node.getState())) { + path = node.getPathFromRoot(); + break; + } + + ArrayList<GridPos> childStates = p.getReachableStatesFrom(node.getState()); + + for (GridPos childState : childStates) { + SearchNode child = new SearchNode(childState, node); + if (!explored.contains(child)) { + if (insertFront) { + frontier.addNodeToFront(child); + } else { + frontier.addNodeToBack(node); + } + explored.add(child); + } + } + } + + /* Some hints: + * -Read early part of chapter 3 in the book! + * -You are free to change anything how you wish as long as the program runs, but some structure is given to help you. + * -You can Google for "javadoc <class>" if you are uncertain of what you can do with a particular Java type. + * + * -SearchNodes are the nodes of the search tree and contains the relevant problem state, in this case x,y position (GridPos) of the agent + * --You can create a new search node from a state by: SearchNode childNode = new SearchNode(childState, currentNode); + * --You can also extract the state by .getState() method + * --All search structures use search nodes, but the problem object only speaks in state, so you may need to convert between them + * + * -The frontier is a queue of search nodes, open this class to find out what you can do with it! + * + * -If you are unfamiliar with Java, the "HashSet<SearchNode>" used for the explored set means a set of SearchNode objects. + * --You can add nodes to the explored set, or check if it contains a node! + * + * -To get the child states (adjacent grid positions that are not walls) of a particular search node, do: ArrayList<GridPos> childStates = p.getReachableStatesFrom(currentState); + * + * -Depending on the addNodesToFront boolean variable, you may need to do something with the frontier... (see book) + * + * -You can check if you have reached the goal with p.isGoalState(NodeState) + * + * When the goal is found, the path to be returned can be found by: path = node.getPathFromRoot(); + */ + /* Note: Returning an empty path signals that no path exists */ + return path; + } + + /* + * Functions below are just getters used externally by the program + */ + public ArrayList<SearchNode> getPath() { + return path; + } + + public ArrayList<SearchNode> getFrontierNodes() { + return new ArrayList<SearchNode>(frontier.toList()); + } + public ArrayList<SearchNode> getExploredNodes() { + return new ArrayList<SearchNode>(explored); + } + public ArrayList<SearchNode> getAllExpandedNodes() { + ArrayList<SearchNode> allNodes = new ArrayList<SearchNode>(); + allNodes.addAll(getFrontierNodes()); + allNodes.addAll(getExploredNodes()); + return allNodes; + } + +} diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/7f/609d14e8f9d900191bdcf2984aa2cd74 b/.metadata/.plugins/org.eclipse.core.resources/.history/7f/609d14e8f9d900191bdcf2984aa2cd74 new file mode 100644 index 0000000..55dc09e --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/7f/609d14e8f9d900191bdcf2984aa2cd74 @@ -0,0 +1,113 @@ +package searchCustom; + +import java.util.ArrayList; +import java.util.HashSet; + +import searchShared.NodeQueue; +import searchShared.Problem; +import searchShared.SearchObject; +import searchShared.SearchNode; + +import world.GridPos; + +public class CustomGraphSearch implements SearchObject { + + private HashSet<SearchNode> explored; + private NodeQueue frontier; + protected ArrayList<SearchNode> path; + private boolean insertFront; + + /** + * The constructor tells graph search whether it should insert nodes to front or back of the frontier + */ + public CustomGraphSearch(boolean bInsertFront) { + insertFront = bInsertFront; + } + + /** + * Implements "graph search", which is the foundation of many search algorithms + */ + public ArrayList<SearchNode> search(Problem p) { + // The frontier is a queue of expanded SearchNodes not processed yet + frontier = new NodeQueue(); + /// The explored set is a set of nodes that have been processed + explored = new HashSet<SearchNode>(); + // The start state is given + GridPos startState = (GridPos) p.getInitialState(); + // Initialize the frontier with the start state + frontier.addNodeToFront(new SearchNode(startState)); + explored.add(frontier.peekAtFront()); + + // Path will be empty until we find the goal. + path = new ArrayList<SearchNode>(); + + while (!frontier.isEmpty()) { + SearchNode node = frontier.removeFirst(); + + if (p.isGoalState(node.getState())) { + path = node.getPathFromRoot(); + } + + ArrayList<GridPos> childStates = p.getReachableStatesFrom(node.getState()); + + for (GridPos childState : childStates) { + SearchNode child = new SearchNode(childState, node); + if (!explored.contains(child)) { + if (insertFront) { + frontier.addNodeToFront(child); + } else { + frontier.addNodeToBack(node); + } + explored.add(child); + } + } + } + + /* Some hints: + * -Read early part of chapter 3 in the book! + * -You are free to change anything how you wish as long as the program runs, but some structure is given to help you. + * -You can Google for "javadoc <class>" if you are uncertain of what you can do with a particular Java type. + * + * -SearchNodes are the nodes of the search tree and contains the relevant problem state, in this case x,y position (GridPos) of the agent + * --You can create a new search node from a state by: SearchNode childNode = new SearchNode(childState, currentNode); + * --You can also extract the state by .getState() method + * --All search structures use search nodes, but the problem object only speaks in state, so you may need to convert between them + * + * -The frontier is a queue of search nodes, open this class to find out what you can do with it! + * + * -If you are unfamiliar with Java, the "HashSet<SearchNode>" used for the explored set means a set of SearchNode objects. + * --You can add nodes to the explored set, or check if it contains a node! + * + * -To get the child states (adjacent grid positions that are not walls) of a particular search node, do: ArrayList<GridPos> childStates = p.getReachableStatesFrom(currentState); + * + * -Depending on the addNodesToFront boolean variable, you may need to do something with the frontier... (see book) + * + * -You can check if you have reached the goal with p.isGoalState(NodeState) + * + * When the goal is found, the path to be returned can be found by: path = node.getPathFromRoot(); + */ + /* Note: Returning an empty path signals that no path exists */ + return path; + } + + /* + * Functions below are just getters used externally by the program + */ + public ArrayList<SearchNode> getPath() { + return path; + } + + public ArrayList<SearchNode> getFrontierNodes() { + return new ArrayList<SearchNode>(frontier.toList()); + } + public ArrayList<SearchNode> getExploredNodes() { + return new ArrayList<SearchNode>(explored); + } + public ArrayList<SearchNode> getAllExpandedNodes() { + ArrayList<SearchNode> allNodes = new ArrayList<SearchNode>(); + allNodes.addAll(getFrontierNodes()); + allNodes.addAll(getExploredNodes()); + return allNodes; + } + +} diff --git a/.metadata/.plugins/org.eclipse.core.resources/.history/ab/00ea5047f9d900191bdcf2984aa2cd74 b/.metadata/.plugins/org.eclipse.core.resources/.history/ab/00ea5047f9d900191bdcf2984aa2cd74 new file mode 100644 index 0000000..9290793 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.resources/.history/ab/00ea5047f9d900191bdcf2984aa2cd74 @@ -0,0 +1,11 @@ +package searchCustom; + +import java.util.Random; + +public class CustomBreadthFirstSearch extends CustomGraphSearch{ + + public CustomBreadthFirstSearch(int maxDepth){ + super(false); // Temporary random choice, you need to pick true or false! + System.out.println("Change line above in \"CustomBreadthFirstSearch.java\"!"); + } +}; diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/lab2_part1/.indexes/e4/c7/history.index b/.metadata/.plugins/org.eclipse.core.resources/.projects/lab2_part1/.indexes/e4/c7/history.index new file mode 100644 index 0000000000000000000000000000000000000000..6d0b8f7485c00f11b2581450a0ed64820cc7c1a7 GIT binary patch literal 153 zcmZQ#U|?Wk(A6(4O4ct<O)N^za4sz_$<Nh?P%fzjB^hp+Ma3n-U`f5K#Ii&N#sj^g vAHUpWkd(gjX@=LLvn4*dvz>Dp85kJ!aT(-Pl$w}=%_xDhD^QGbg&G9_c{Dj> literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/lab2_part1/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/lab2_part1/.markers.snap new file mode 100644 index 0000000000000000000000000000000000000000..b63eb7e9059cc5acf69bb6219e9c44033480c1e4 GIT binary patch literal 114990 zcmZ?R*xjhShe1S2b=vdAllRFnFfcGNaO>wJCK<&SBo>tzf&~~rfQglfK_|Z`T`x5` zC$pe9RWB>0L@y_?G%q<LGcR2)t0>huKd&S)GcUEsH?b%?wTOY4fju|1xHvIAm6>6N zQ)y;Sib6qRNrpmkL27blT4rjoLTW{7a%o9sex5>VURh>QeqL^BUWtNNVp(FatFED* znVv#OMru*2LSj*>LSDXtSCDJ5LS|lZNn%b;YKlT;o<d1RszP~wQFd`bVsffNNk(D` zSZ#4hQD$;UPNhO}er`cxNoG<`szP~YNrpm6MrJXxU3v-(9L1?+sYRJ3l}ro_42%pM zIr+(nASW?1a3S2xz`&U6JSX}UC?FUZnAn&YObG-<Zb4>FYLRn(Zb43FVqS78mN2mm z$w&pe5Tp{!fGC9rP>Mokv4WwVnL<)&i9#aC`wE7JAhFWo)D%1p7Y11iHWb8w7>eWr zCI)$=7}hT?O4iR!%*@kwOi#@#(aTCKOJrbR;DvgXgNZ=~-K)v@MX7oPMfpiNskscC z7!E1UFD*(=^-N)AVD@qeVc<;8NGu92Nh~U1VqjoA$iNQbyXK{Uc;^{76N}PILD62! z%phQB1+rbQv?Mb}&nL6Egn=nDg-L*cu>~n5se?i-Gq)hWs6+u(H7I2AK#{2c4j-<Z z%)C^;(%hufB2d(dFmNR&mZYZV7gc(K>}IHd1WCdcs82Z=!3@&;!?Y6FKTHQv{3B&( zRh*hwl$_y_nUa#4r{`XjSdbA67QyB-LnNQ!(ud!V(uDlTMUEfYZy@`T{UM4Ub&QbW z%(18_u@V$<%7~bOi`lr^fql)$z+{6IpAm2cAipIl6eX4`lvEa^>L~=Jrll68<|U^V zE0p9bq^IVk7G)-b<rLt0Y+UUWiZk*{b5azNQWXjkixP8FOHzw6t5Q=K&=P<xdf+sn zB>--60*Av7IdC}qQ3A)`nCQSM&o9bJ(Q_}#ObN&@wj&UJB1qwv8B$r0s!*JmmReG2 z1u8EUQY#9IQj3d0#cF;UT6ihsrKYA7D}YMv)a2~c6ouscyt33Hu;P+@5HBsiC>Ipo zh#-bJ3OzvW2?Zz*IRVN!135rBSD^%`v9T4XsM3QJRUn5!vQq%0Fj6i`Elw@*E6sJS zDDcZqNi9}ZP*4CTIu!<nGNeF@1ZB0{)RK(+6a{oW8k!1eMfthlx&@RF6>wMvO0J0F zMgdfB<m6PM2a*?hAfXpKyyOIuG)k6~zKaq_?1ok@u1=xuV2>*>FxVn_99+hfCFYc- zDuB{PMk>VJ3T25!nTeok608&KwfqvS<>*yH9^xa%L;7csV_p9$iid_w8N-;09ysV_ z3_m%6W4s4BaEy-*(ZH!76gUFp1diEd<iIhzGeiTYl~CXak`p*qD7BMS_z(@8DTD$? zh@8N&Q$kKTcG^QUaF!Da9AR<-$FT`Ha2&gbXyEK36gceU1P<d;<iKIvjuJQ`$h{cP zlGLKalKdiYU5wU~(FQd_FnTgD9pE|`XKzLr-CxMf3MK|QtQ|bx#LPTc{|?k80(I_1 zsN26|5<w0bCIys`kuZX^-azh9&W(4@&r8cpcgxI41&59j1A{M8OT`2fIw&obw9M3; z6a|oGJ!H+`fWpyO5yurwN5OqP1}0H*qF-=2vL^-Cpm@?0xy|pNRGeB=25ML-C#Ix8 zc&SB5t$UadI0RT27}AkKz#S9<&_*hfZVi|o^mZyl9Ap_NNK#S@icUW|@V6?&lL zK|4aAKw)AqKu<dbMVa}a0g}Md)Y4S_0AwC4HNi#;WT=~(c%LB$H19i<fYw6pdBSoH zQqaPLaP&LFVDg~ABC^{F(?UY86KB1C0h$73$w`6y(Z~VApNbMNddLCeoS&1EnhYAy zLJAs$AdbL^LZ~1ico3RM2%yR6sS(y>h6RuuSpn3B5<vYZ0W@U#6AU;TKCr-%Co6Df zp#;w2;Tkv!WChN8l)yo)+lNM(GnG)5QY0r}1WJ$tMxY)g)i|11C8nf6ikO_lymUSP zq^#8B5{LkJJQqHmgiQ>o7!pRR0oyRfwh+~!2E+zUg{0J+{JeDV7$Imn05*Pz7$c<m zNa8F);j2VW_zH0&hp&(@O85?qgtrn`z+8k@c4FiN45KP?z%c5g1Pn@L=aZS2otlC+ z0F4ktN@d6+&`}5#Bvf_?O(axy{I~)LR-TKK6+r7y0%*q&4j@rN0VF|A05PGoBbiX! zk<J8*E<{u#m0buyq-2F$cy&-xcp*&3TY4dsk&p;g2!*jEIbqB!gPaJNRZtS)&?vq% z2nCE3IRV3>jT|s6Rwx1E0ZDwBc_liK*-Y$}CnBCnNrAoiQXtq$LUky@Ug{@9145xK zO-^XD)***BYwu`iL#DrN@P#%LgE4xiA2I>$Tv}X`pQ{g{kfyI;{eDOcF)%4px8KjW z8aWafx1mI$juCWL9pWlI2!-T0<;=X|)S?o%qWnC_3Ieo|B?r*B3YL*241@HL3<9+b z@^FkY389BAY%uOUXoQVH4|~`KXCxM-rs%uo6@tc997|mDQqY4{g}TAYfHL6CV2To~ zqR7LR@WwiLTncU6QU?@%7~__3E#Q#CIdI8>E3E#4!%7=(Sb^qr!J|;HfMSNWE7hnQ zQ0zv?>5ttVC7>poSQY0NA$M&+4NjX7J7@_G?(KjU-XwxYer@a(ic1SpixfhTXY~<7 zCB@iFbV&Y#q!B&HBsa+SI4l826C(qY6;kJECQ9ianwOjbneoreD}yd^QULiw15w7? zpxA@(f+lRP7`6rj+6#kfFD?Ol9-$t|%Mh)g6$(f`MxP@OKu;6UA)rJSX!NQ>${Es@ z=CHe>M4}r?B&Hyb(jr`r6c-3VxOZ^H33go}@Z~PZ%QebSVg;0wQZbinAnYc7y#_)L z+`UNANpg^@k`?4)C_#=o`j666L%5bu;Gy)?5ZXYc43VR@2u(I2M6VX|$CoCV2$boN zfQK}$U_})qJQ<iYs9RJq3L*zNqZ~>q=Qp%MSyu!uCeTWAHBcIamgXpmK_QG---4ci zc+tZLTIVI|fy;4a^m4o`GqpUmNZ&a>uQ)#^6&5J446aG#Kq*5BlundDfmU=Cdd20S zg{xkU1qC^&kcI*y0|P5k2`UE)8t@Vzs3K61;GS2(Xa+#%RT7P$#h4Z(4UkrhG5<vN z3kw5%{Gy5;z36_?CdV%<KT!Pg55+IC&>}ez93Og+Xi?70%PfJf;zFAs15Xh`>mrak z%#~YUqwvR?79pSNkmFNU0c4-Dilg{c4y#X#K}%$DdDRq@6ro-PD<sRW+W7p6WmzyZ z)A}YBz%r}=G$|WUH^VY7Kn^bE<tV|0GI-#TSe)UTSb$V(Kt*i4b;95^E^?(222}t` z21M2vP#s_+iCtc*jvltKMvM<M$PCFzN6dRs0_MnY3>YJF0*2*3a=@^1q67?DQ)7_N zfSM6XImYA!5UV&!0Lh~S5K5MU&1xg%DVPw_&?ZWjg2|JRr(jx07^pNS6fh=a1xy-B zz@(!D46~tC0l1Zfwr*AzRQ{rj8GzUOBG%0ofPw<o0D&dCM_`R5SlM7omPaO{cw`!i zN7xOmlJj%&Aq$VtJVS61Fjyx(4_OiNkQrGXI)LJ#Qz#zdF|<m~DJ?EZE%GbP#TG?o zgrW$c9iP{%33<(&9IvsdA$yI@0L5!VtGIGN4<Pi4&VsA}vO@_V)ZY5gD6SlF1&lAW z1z<@|z_1G=2Ml`zO3Dc|u_`Eq4n-l&96(2+kVKHmc4*@UQv}@H0p~161}5a0tR9Rp z3usHUptJ-!4X>jB>Fwg4j)z){cOC(%2J8@G+g)yiLfwk2P)DgG*yoOhI_hpZcS50V zO;)I*H0n4UMnfGn)O`tsx(zv@&Vdr@oQ9*JjvDI0ghE}HoKR=VM=sZyicmtG)zHc} z5#A6@KpK;Z1GRFBQ;RYab26*IYkiY*5{ru!d=m>4Qu0%a6+ms!l+@%L(4Of;h2oOL zlFVd<w9LH390iEBFvxblP)`>H$ck#vMljF_J!lyf`Y@jYy5FN9YlRbGEmu8q{LY+< z?04o86u+ZX_Rt!EKxKu}H-Tyawee`!-B&{o81z<<K3M_Ni4rgqhFiceF=*l#7!CvN zNpvgC120vEjW%&Y8%{1v43bzkp_e2UXESgxaNyf=&a{<*r?fb=$TcOi1e9SI8IZ%6 z=_a_vqrkv;2q~ATg!sGoD>#;x<m-axyb?<wTV;z&ib|79@{1ITOG=X%IAAN|L7OQU z(X);sG^YeXJ>d#T5CmMyx(uIdSx?c*wbp2^wWaa^pCxjjGdrUs?4i~F!8y<u2#shv zP((A5crXI<Ym@-`iaUT1^R-B&B0><ykPRIdIqKpn8esusPgVf^Lk=Joj^P|Y4&($7 zYXWirv1XwJ(1=^)h;!@^mIxim3gZHlFs>NcVQfJtqdSom#;7a!P=_@~Tsp=WI)=3~ zVd>bJtT66CNyk%B(y=6T{}_1q$R)otDJNAq1x$e(9~=w}tw>EJ@M^H+{5*Km2%<v+ zqC*qZ497iXj^R7lG&9I|Obj}>8jG2!<)Ee<dV3KR6rkk?Zq#kOFrpkWz=(R<#?WfK zU~GtmC8uyuxG^Z<3Gmb+ShHLV+R%xhZZOO6BPU83QItd}1)DQ3FVS<!Ow7qoSI)>x zNyRl^j=VGgqz+@c9AXCk)Oi!Ve1oOV>Cga(gd{l97If&GMfRo+>QN`qyoa_p1@23< zyazrD3pwvW*QsdW&vuNiggh2Sj>mLSCh>JQpv0dBB>vDnmY!MyIyNpfuOuKb4`*!J zg9bgIW6r2LFya*&0(c{q(T|Y-qsj5V3CiAg6J-?tn_>5VacYT|Z)#qtQzB$nI6Qoy zg5VMtZP|+pQfMIQ*MJ#>zAv1pAgLx4Br)U!NfgSakSH~jAQ3}eag5l!4)!wIN-RZ? zm%%Hs5bE$oF%!l~Jm`7XogDu#oj}gJOsI#=(9%B)GPvSr8ni6(Aj?0f8>4=p#1G0r z7LagHh0G_T#g05$?4%aqjT;78LVoci$1lt*$Z^Ary5x#xi~i&Z`NfMIzp!jU_6y4{ zlz8DVv<d^SrUd5{1qKG>@!>>JTtEhTQO1WMI%qLOjIoagHbe|dncifDz+sdSKwS$! zv)IJ&3#`<D`NfAUzg$D{%RQ9Xq**Q_=oepd{K8s~>=#zlrL|H<R*)rwdXVI%oEr~o zqJz^a+D063BMoIy4P-(BqFE228C0Br<~6XL>uHLf0by%vV2w0Cvb>4XmSNqB5@o8G z-VDe|%*)HnOOFS+Jw7ZkCo=_`kHHNYd_Klv4nEIgEFDAlygyl<zk(9SsM}?=Fg=el zc26J#z>ODtA%M#;e8GS**n=Jn0ptV&8_KbJY^cZXaT{9Y=BI#;F)k_w$28g+EAWC{ z6n~;E7=!D^=P`^kOVK?RNS4P=A;&M<4V1*K18J!0C6<@yrIvwC1oq4;C@paXF_qI( zOMGFzhIdNPny29Hb%@3~Ts=lp9bqmg2yhP)U<3lJP=@93AaVjhKo2<(1gud4f#1-| zzW{V-PH}i<UP^vBEQXP5+6){uEs923RJiTvB_6E8g@s2j)x$&95Vc^}L-8aybQBpF z*pY^Xj6tCTZn1+(#MB~G9iRwD>@9(uL5g{HDuzeVQ-26K9u+h|j(9;6l!#YCE8S3? zt(>1!90K+&T1{pH@-0ekN2$qBLQ4;12si+6Y$xqOk6(0ehmz%Ol=TLJn^C;&i{IOj zeL>-%BZ_qt5C`z;D4^8#Itoeo`8lbHdEgLIVPI%ON)O-@caeuGuq6u(s1@K7cXbpX zO5nzV2Q>(%ntnpT7e-F-i8vys8WGg>iR^|}DW$o&m0*vfRRjbV+k$oCOAm_(c_^G5 z4@u2I_K?&vl=Q%3Xq8!#nj2hFl$n=~%~u2$+ak2%^V$V`Uc<5>1)LD|eG{wTJIG*T zk+IYri)2ej4jr~Ul+YO(D^!fp!xlEwyB<1X5Jyh3Ve3K(n8_#sGjtACGa(c>@#F*! z2THe{V>e3R42@KSb73be)g+J=Fb|Pa4aX~#fEhZe#sgQX*#ON_iR1(h?-As{;r)pc zIHN1P8HxyndJ;LI&bJ#m)cH`8<cK=X4%fNtiLg|iOiuU;pd39ekc*P4EufuD@L3tq z1)E5#nFw$26hdlRc42H!KyGJ3P1o>EETI491dJXGtPX|+Z3<aI8-$#61tL*`c4$;H z1Oq0Otbjo|v|Ipn*M=i<nuDKKgOutJCzK!w!WAN|t3ytFQ}HG~xNZ%E;kZ*FTs7WJ zGH_KS?4;}<RD`CH72GI?><SFkLv{%UPC7Y(W4r-5lNzI*Bg<)Mm6}^nQt1picLJ@; z2p&5@8BIVNJA~@R)3ai%MUQdVAOfu9$so&9cTqg`7^URlFtjR9%*ny-CnJmz5;Q+S zwBqwp9U(7elH(;4USuzsh@g0h6XK;J#0VhrWjX}o3FN1u{BnGrY9QpPEV4Y6gW{=T zY@SNa&%xHSC(2XF`8oJJ)kw%w+2nXCLIv4V5qc<|8dA%!m|D;S2)$j9LrwriqD)vs z;yEk=wizF(qJs$`)pID@YGCr9cqejS4NMF16%|u2p@7LHCt%_qA*Y=9H$yn(Y$X&x zdE^98A`@}|C32wz5K4;@7N>(Q<?JOCF!^K!%vF?txsMVsL#xa=LMVU=$O)jNugC$E z^cN+7hDORcLnvSh$qATblu@1Jb0`5bv{KGxLIG4nP5`B%lsTzGvCO%JFJPD$6wp^w zL#8jllU%U1)Ue%w4b+{#;3`GVmRxNpsZR^JCk$EG2U<<9oR?pcnN|rANG(EKo{2WW z?+j|nLnrvrv|!BfLkt6%4r({xp5qTk4@uY@|6%CJY9l#GjHd!Q6nGj@LSg6(J7=H= z4y?5Z3!El$0*BWYIdFKrPy&bWJ{!b<22xW1A&AtBL_SJ{qC@c!rsEwTK`0}>;mMFg zD2$uQ3S*Q(W?s}5`Ory#g@gj9g`B|Q^FmI5d@&<C0hSO7<5sf5_#8?Y-$DsvRUGv| zacYTkMq*xiY6`A3UUo=T075m{rGF*5-_c9|HnRNw6vgk~Q2ag!>p)!h@+HEG`F3(b zfxj9#6!@D_Ljk(g4?GVuSi5!%P3Xx3z5eSUCtw6pkOM{lbuX{7G4$kQaAQq5F+DY} z#IZyf+<=4K(heRyL%Ueq6)9stHEDpZDG$gmM&FhLHW}0^BD|yt=ZY{`%IG930QR8- zzy*|)A%hwKDVaqjjwLRs#U;v_&|4MId=6gN3vCr5RBL4Bl~CaE3Ft8o8^t~XZ5DQs z<?%Zx9)E)3@gdP?WtfN_Ft98E3z%+l0!COCIbeiUhhV@gB@{3{<OGa}JaWK@s1Lz_ zSx+cnddUeG(P_v5BRX#g2F!j!0n<lLz=*v-4j8cyLoi@Y6AGAqasoyo964Yl;)h_s z+#nP%6UYe|$=}EUBZ)ea%3^30Ujc4#pv@KQff^k6=8EGhz-<g1Yt3Jvdj-9Mok)&X zq)_S+Db%y4L0-YSQkt+=D)D*cB_Xd&BF8H-k;t(kgL>2Qpy@#UMfW?b0|jdiOeV|k zD5u@Xpbno6!Vc6wLZL8)oKR4-Ku!UQE+_@oU`YXtIIppQrGTkq`Q0DI?+GY=AABi* z5$6RLuuzyrPAKR!B8P$w>YajvCIxg7O8wKx^7{-FzpotZDWHo`D9j)$6i`}oI-gKN zVMtBpF=A|wLhm`wBqxA$xsa2IF6t_(p%p+FV-Dy6G>fbNLb-cUR~sb-4Vjq$MuLGe zo2<YIK}kKRS8|NBsVK(D=tUTM0-Qru7|%ip<3%V5a7YY#F-{{CFmuTX7(J9}D7|Qu zfEjU#Zx*32o<~*~PeD$6dUH_1cxWWPd4vLHJ~;uSZ;Bi+`c5bTGvX2-#!hGSl5YW7 zVZ0M1j1QxP@z83UtRj>M7m^b|1}K-E804b_(9mg{Y$Oyoi^vKbl;da(+J|f4EG8>( zP|9@!)D2fdC*^D+lya7k6*y~=%N+xZTkNwE%M$g#Gw<*%T}Vr*;9^KCsgM`sN5B<; z21SWnkq_5H{K_asf`PM?tiXAI5;!kVvenRN5o{xrYL<}`Fou7T1ICC4C16I<zGOz6 zEBcQ@C;yj|6TU_$Q@KW{=RS?N7S}#pX&4s9E657t$tY=f;mA$HhX{r5O0vQi<(v_t z6DZ+3;?nS8LSej$oG>;ILr%lyNho1FXa@bCp!*#*@dwMltI6^^%KcpCbtrxxgwsAx z35CKMvO)nRmznQH35B84xW$+khjpr9Nn|Zqf%6_Ed!U{iJ#+%+6?)1+51e)61date za^P494AGQBFmTqB6*$vT0%rwE;EbpS?t4OsZv$E3`xYg9|Bc-6{YWT$H<A;+mQKjw zYZ*Lp!}l|x@ZCgK_@a~#mLs@)_(~{zH<J^-PAGSBIHBIjF{FmWnJ|t&N3XrNkQG2E zR}VOyLCN4lrfI`uMJV-bB`a`H4n%N5y~|)21<p2d0>?QJxoU7mJ(z7IHEo#e2qnJl zWQ8xvwRO&@XKHzvSS6;UIOgOa4Wc8q0wW2+2f?w4A&s^p?_2K0IOYwy)d^zdz#i|$ z<UlC2caRg>E{4dd*~Jp292`-p*@aN}?j$RGGf={JI!gGC;MD9!D71Hx6WXpQw+p(W zUJo^*QnMGK@ZC*T__`sdX4lfu)SOzx#K6GhLnyTOkQLe}oqSi+>%vD=Y7QV2zI(|D zUpJJq2Hj9Q`6IY&4k8rV`^X7xk6*}ThbJ>i*)eoF6*$k3fsM59Cns<`<52=98zpcC z%S04Y0eZqfpNKj@mfy=z{EoW#YVb`&F<~5(gB}V8$qEIOQ+GX|p`?JJlRZk&lL-1~ z%^`9E$IBZziFk#h1kRwz9ym|9ffWsh$?|&=ir-O>`5lDW1Lp}huuwQcPAGVPKn?{T zA(Rv_(pEz-wGql?#pHxB69;k_Gs&QYF-<Q%7De|DtVo5OeN#e~e{4|vgL<78P5mQI z$Umjz_=g3hcgrG)5<f#~P@h2!J%C`<1T4bK$O<5o>mFGwhHwC>6AGYmvI6J^a*kkm zfD%ArMkvQ&6_+Fyl?3ENE<Q!O3K8?ZJIGat;N!0JU^+o-mT}$atAp-8*qIct1W-Yi z|GuO64|Q5x6xDy}`H49=yk~%M-UhPwpc?V{PM47HD#`I32g>b^9H@tx4Vfk)1J2vW zU{PO1R^YTEM?DAX{{11b)|>(7&10~DsU|02IJuDnhEoD1&yTd06N5K;&P1<xYRC%X zXp}HcK?&oblQaDY1x_tlfm4VQIF%@YGc<ChKcRrBBPU?EP}<vEQYZm4;&LX=QAb$m zS5H<L#~~*^t}K)=9xNjV3}NW$3*P@Z5b^u7@*V~esld-Y)w|1&Ic)511oKs=JzqR| zpBw`N0}}%`(i!w%0r1`#=5{6qo&2J7z0~BK%!1-ny{wcHy`03-yyT3`ymY;+qEzSn zypqJsywoD!#G>rfA_iup3-@L?m1gFoC=?`?WGECDq$X#kWu_J@q*kORmxAt0S4hn( z%Ph*z%T3KIQSeGEOAL0^HPkcHQwYgOElO2LEJ{_#%UAFUaxGTK%quQQ%*jbjQOL|w zD9K1wD9<m-E-pw+PE{z$NGt)XEiNg_OfJc(R7lRxEl4cMOv*`BD9<d(P$<dBEJn6V zPl17>IJGRbD6^!JiGhKEk%0qr#}vp(%nV!zH#0CW<~pzHcL9e419JxxgDHWa$Sugs zNiA~D&n?KwOw3D8#S$jApmrh1g&>t+r$Us%11JU5C^XbFQ%EW;QAh-NU%}82Bvx9S znu5pS!XRtGhJqLnLy>%d<&tF31>O4KE3{#k4Ddp{%5;IcmkgL)M$SNHcTh6Wkg3`j zThVhEq~2fEcN`jQ7s)AItWfU1v_c)196EtBg;3yJA}4U{P)@_K8>*+_EGHB=m&pkn zN0eJE9lM8Uw%SD~aE_A`IE+h?%N$13C14_kR)|g2u;a|Zr)CN;Ft#AoVA`P4Iy1K* zzo<k3QwOM2MjXn`z?GAkm+DuVn*^TFXAnmB7i4&1Ro^jaadCnye;q{e*Ljpk7eMxx zPi8UX)<`rzsblpMNHu={h~V-MtoS=gj(?a|BKwEwAc}va46TY&6N{2FJTg;KQuFlO zixLYmg25u#VhcQ^1dT0R`tbWvnvfq)k>f{plp!<rhbVp=GDSRtEqdUf*MFzU2^<cT z`j5jOC2;(aZ=S%v9uwureLDh6Hbs!~cqYb@&D4s5qSWHz%=|os{4|A<%7Rn{xZMhQ zsi`T&3ZNEnYI1gJib8UJURi1pSaC@{h?kaMl&esZkI-TRJ=ot4y@aqQ6rg9w2~bXy zlNdQyp#-S0u@$J<rw3{FfgA?OP60*vNja&x%0;QgsU?1;xvmuje)%b>h`XK8PVtWf z6(Z23t>}6%uJ^!U8ERHk0JXt$aw^dS31bx+tQdtAJ7>uWBx#f^DSa0ukk}2aTwI+( z-N9uH+BwSLG6vr{%3z&fui-dK`6_y>qkHHaIUdqKgItd4Uq$iIkSSvrQ_%wly^J|e zPT&}$TzG1HbchB{1-`&xVvs}X!s{0oCF_H7y1s8>W*)462kPyDI`>zp+rJY;*@-2% z1|@h+k&AG|HE+s^DJc+MY7tUl4HE)qJ+%Ae+>y#0B;6V?J?Qs`K*R~(DTiaV!K%JX z(1zL-a?%`=2y%vGQa}k52_r}`42m4(+<52wytK@8x6GVWu)on}%1l81Mk#V2Q%NAr zddQmbl{y&H$*@uf<Vhw51N5|0P?VVu8XyTQO)X8;4?yO@QWI>n;2L#P6Qe3}z%lBh z1RTl~wNGYVc4`W!<%*Po5Q0csG>{KOibALW1sIVhA|W&pe<TtEKduaW3!1X7lasO- z*P#T^jv*XC7>hPw#XT&5Zjci|OwW)5i0K_l01+M(M?^KDWQDx*hoTz`5mw^8u@Iq* zghZ%9C=uQyCybd<c84;npoH<zn32&S6fn2Q2^bb_<iy8fg%U8372%+(v2-Bg2|0;* z>3aT2S*gh-SQ8soL8O8WIR)a|dj`5+OGg1>k)}dYYEFJ$dNHV%0vb#&N-T%;auDf@ z`pM9MP-x#KC$w2nPF-Y0ow6Unp>0DbwC|7;+Po+QD=%unIy5pp&Ov-wjdPcrfZ<1( zyyr)~{RO4Xf_0}ULJ%oyqqJENDoALvAT*IsUEnxXd{rMTfbNkMKyApSB7Z+hsW@c1 zrwlk}IbeZvpRB+^IdYwU@o){C2V@1#dX$udI*>m!%ABc$3gd_51dKola=-}GqokUV zw6%``$655N`ffwJS&zsGUm=u5Z$iQ-;X5=E-b!2v4-_y=3|8o!e#oSWb7^r&ey%=* zaw<wqOex85%PcA`feaPHy8n<cWng+t-R?hw0&=ouFhB`*A>;|Jpv1hC{9N#e3EC8w zCTPS2IuV4Jwu7h#)t|U0?U>O+3^q)17c_3hU_nHPxuh204X-C7BD@}f!^@b6@Iso@ zLr+>ysT)*`tC5oyBgR47$jM(1lKhbzr<|EroLW@kR+JCD*cfe?&H<F@unf~-7^H_} z5I8mBm?#j!l@_0Z!&VP_*al}L7Nw@>yXF;wM(!L-T=P=UgY_A8gOvegkp_b)N{$sp z&av=WG;Enx2NZr7nHH`E98#cFTMFQXP-v6wEV#nzH8`xa@rD&>rVBjI2@5D@Xua{0 zx&g)Rik$w~Q8yE%Adi!SmT)B&C6?qPkBuV)ZR{0_OAAtq6d)-U66Jc3;u+)_<mpc& zT_JYhaA#xyjZNpK78fU`r!q5?5i|dZFopODP=p@1dy$-oKF^0^fBvezx6sIV4ykZB zG1kBp=a&{Gr+TI^GcbF(gfMU>XCxK{gLa-UF)*-;p#(YVC_GxnEVlq(kRt*Qtz!n$ z21=kr4kjaoOo*LAaYlY=PKrWOsshLXxv3?oMVVEpDd+)&V*&9hcmTa1D}anp0>~XD z^G-IgD$XxL9hoXFu?ew*j$VN;B|!2FELn!2CcvDW)MU`=%3|!JS-280c1vJM*a~S1 ze<n&24$Vu>fXvNj=9T3qCxWb20Qo}$F}`JkloE9m5MIy(&-iDgDx|08r50r-D?sPC zq1vIIN2rIV><~MMR?uPrM8CTjJrePzawZ1+Wje&okU>0HQ3Z)}2BufkEvgs=k&^|Z z97?j_H-zr;0<9l_?SDdRf~g^u<|s=uK-mO$`->M>IsOA&jw_>=<7Jtt<*7yb&iQ%8 z`8lbuKw*Iv8SkhYD69g=fx?P<G>{y${7x(=$Vn~Ha|Bb$;C*b$3JMC~WQ#VTX$lG> zSONnTSePp(z@~tLEG4y|C^b2;1hZVgahK_;zTePLcnwJ-q!pZuC?_f~cA_KzXr*4E zS6mKS2JQv%EZB>T3=FJDIa3bgMeqt5s3QD+!D#Y87O^Az@`fD0F#kl3Hx>r^_(c^x zDWm)4EjfN+`GMjW)a{9~Skqu;US<idBnX~ch9*IfI<itAjyr`Rv4&;gIW*JyCKkXl ztN=8r{-AP(J%Aiotfx>Sp2yHCIj6L^B(=z|6w-@CTk2y5O1mfxdhik@g|ft=Oz^4# zgmzG>#<fk=8a*9AyOjN`P*49PCmpb<A$yGtwVRCAuz}UTNYyW*iW>M4XB?*zu7U^9 zFR}v24kdt48{0!;_{I@E<v?f0;Q{lToPc2$Mh+PE2$W0_Xkt}R3T^Nq%}qj^Vn`xL zX~`q8IKwxw08_-qTPF<O<v^aP>_KU-fwCF22r4Ko(SWpX2v1f*t;IW22~`7j2(j&K z9LEYGlH(t;LLKGqJa*I@&_+WY*N$#PsQ)D^)c+%=bq<How2rz*!Iw}8^N*ZR=RgT{ zPQ%eqM-BC0LZSYioKR;%Iog4#2qn~64Xu0=3&1UO1qOx$q!xM{sQ4{TEy_&H$*h7l zYZ8l#6?_v56jJh2ixoianv~S!9MFEuM1|s##FETpg|y7P#2f{PwlK)@_fSt41<1lg z*rIvRA`|ouumZZ@qoA7<VSTm_<oKN#<su^H5){9qRQAvsfk0)2Jj4?Q)dFhc5jnmC z)j?9VgX1_GL;?7btbpl6E&!P)499@^L{`8oKna-TLoi@)obQ83F`vl_n7t?gb7VLM z%olP3h6SZoW938%n4#6<!f_u4BISG~CxBSRky8$<JW2qe6vD7Amq?{BObADJGz=zB zLMaT>Lc-!FbM)E?y~p*9tbjpj`?IE_1PrsG6}(=yMXHx|LG?1e(T4(1P=G3DZ1Z83 z=pI2Ibofq|M<$}g@H7;Uup3$>=jY@X!5SIJo*}qv3ak^KhcIp_LG}<6gC>rF;jqM< z(p0z7Jn;MjY_y3JI`HzJx}#0ZmdK&Q?2HmRL#u$mS+#ILf{vMioaDp&8YO^G4<knj zAjCusQW1d=#8F7lac2j{>1?oq0v14wWChSa<N#vfz@35+VKGz#h>4s4Vog8}AXe0) zct+gL4xF_WED<u36~+Z9VT^i2;D`%j3-pQ<J)^Ub6~?IB7EmkF5f{c7jTQ7TW+f|( zQ7(aEor+SJN*X~<00EC^yX2Q9<)kX7fGKeEg@b{i6{#%-UYeAgpI2N`RGM6pU!(xh zp#jmM32L|Co}b0=9dsVBAC^nmm>49{50*;KFG|%bNi5E0;9%gux4?yID+5nyacYrk zN@fXY^oEfEIrlQ%1bat;f$<QMcT__BUHlasOH1-~!OI*#v&ss{-YYICO=94HZ2<-C z8fHWv$5Dh1+rT`*4vHd1Lat?9hR?OEr)cF`Yb4h)G3elGEM}&bgTfHKy$JFe0|Nsy z2X)(vj3~!qF`}M9fYKa7%+?{*_6R{-%^`#ePzoh-><XcYgnkpo?qXOD<^nI<P{I@7 zsYS46xfrx<$w}Q{W;%hABT!Etqv;XeGU#;&Ea%HWeaZz%S){GZK-=AldZRYV$wrV3 z@Trg<8QQ`Oc~JKfyf6c%3Y120mtwMn{K8F+Uzk~t<Axb^MGehXnaC6J3lBMdVL`bD zo@EzGeZygB6$W0a1TEoEhTs!HaRC`iM;U^L=%B?YJjP~B*eE<KW%8000w@=vvY;-v zpjm8U_ys+e@sZ`1Yse{+1@-<?n&mQre&Hv_FRb;*eqlvj%Oz!G1zC@y2T5+qx$&_2 z51dxfR=I;045185LFRlQn)MKxLB$EK(J52(3<w*{fh9iyvb>2hq|dq)B?GErdNUv= zF)uGOFFhXQ_V}>GoXiw#KDGztPJBMbVh%pfV+_8cdtQ(%&tE}_V~nl2=y8lPFh(E* zTnL2#F2nEz14ic+Js5<@2?jQllYZDxPx|3Dw93s-0i8ly1i6v`ZNV3KJtj&_qb>M? z>&E9XjAPQ!Jtj<+$4()~FWU{2#H|Bc_g7w`ms*yZSEA>cS5R8w3Sug!r<VA_e2r@v zAb9TzbPW!&dW_|O2y;O}fV;VX5eVpovIseWAb@f?hk!LoAn+Sn`4@oJdKZUh=B4D9 zgYz=lWOoKAC1a^+Q8dz`!fi({@z5(=QL2ZBtRZT_u7~1DaOfy9Ft8)_3yndc18x(7 zO2pJ6R2`rQM=adNbzB>UN6}Ni7&#slG(b-Mf+i>tuY^{#qdHqTKdCqb>|3;&%m(CJ zl-!O|lc9u`9>@@I0N~iG)q@_t=-w75%iAbRIs`YPc-t4hw;_w}!MCaCD1c4^gPi%N zqkvKq=qM!R=jWs*=7B><g@K_BDLsG>`9mHTz?LjDpjLnn`O{H=D1jRb9vdN?YWfKU zp9DF<C*p{lYD7?%fU+A}rIhC8R)Rf_RuK@Kt^(`CmmU@o@{lAs9+H}a>>;UTDCvR6 z&?>VeH8;4VC^Ih|o39A2XGUnp=d}xjye37C*JMyGrjijw@tPD;{pOOHn3JEboROK5 zimNsQw^5<B8Au&QEe0_I<VoB$*iCeAqSs*3<akr(EOHF$pdQl*9h5}dRsr`V+Mp!( z9AD(z3Eg3#0nT$cJ;vxt$YV0(cuW_i@vXZ7CH^!Z@rUlQ^wbj2^#Q4QB>{<fIAass z{)WaTst$~Jg@yp$h-JjMp#(i*Wy$fs3CeMQCdw%OH^c7#;?xo^-_*QPr$op$Pk8u1 z1;LpZZO;(6Ee;J0B>fsNgESS=it=;8cO-yoa-xEynoyFEBPU3rP>u+TQbP$6S`NH1 zVVok09K~2Rq=4&6ec!|?_zp7ISfm1V$0FIfkh4GAWRxHoI>+Fcpr;quaIX<`U{jHt z^umEMfX1;KC2&yI4?)*gA`ON^MZhaA!P$n9foT91apJg_Y*jxjV3f!Tn1{%zhT|1V zzzm&KgX3;8MBpfs6F9s_kOPPJCraRqZmeJ^B9vEE$O(16-N>QNhngfu)Zs(84rPXC zc~x@4R{-Tye1Tk)RBZuiPUwNR-$P42q_U9kUMwM`PF@$rUM%D`CDe2c-^2pk$3{XG zQGF*C##jP+HKRsW&;}tVU4clHpdA|348ed=Co5o3?voKf-J<4*oaW$%vLK~8#Jn+* zAY38R6g6_<n~FE_!F6jO49A@c;i~bbL%1puX16;C6`>kr1vko(hyp|PNJN5xqe)KS z7;iw%q{gVH{&5;wrREltR60ZMw?P}c0gqy$jO(F|;zRX<dWkqDs2FR}V;nY|2W!V^ zk>#noD4u$ZQu1&ZT9qf}<Y4!c5yn_0nx7zA@p-9^ke9T{@sbHIvX@LmP`tzm@lp|D zEFO7HIKg-V`Kc(s9G|Be2zg3}EKlX2c&Zqir;_t?!2JwT6CcP^$@w|>Jk?0ZQ@Z4M zDnbR>QxSS7o*GiCjhI@{0|>ocphr#sMWRd{M&jA{1lw4GRMEkNkm@;<?k7wh6z@bX z#DZxdzM^94B@{6F<OEFoBjl75|7HlMoUMcc$bg&xN@PL~phPZ|077X|!s2w$rJTKl z0>+T6fVqkiF!xacW@wc;M+gOw5jg>r^c6XPlK!Fu(9lRZX9xw1F*yN~j54Z|d=4dG zhE~eCOela%$O)iSlrkrED3&?52nCEhIRV3#j+~{~@=#I^N|u5STOgIiP?3QiMK;D4 zFiZ>z=&PwA(-+`*c-UI%Am~86DRt*Bm{6{pXOck)Tv|@)Fksvi1e?;ahx*ivoWuf} zBLE#2>YA6r#K6FWx<Y`a{=rx=kM19Ha{R-BGK<b4i4s3Us@P<}c^(EV!Y#-OAe0qk zEEYpJfN<{7g$0l$SpkG{F(%6clmHSlf*$+{E^8o%Tf)x&L|a{jxr7F?x(cjQ4}2_U zKz=c(JA`8lhCv6t6oiez!2D-LmjAvZR}U<x=O>Dy`Y$~{F$ahD3@`>{ki7@hh|hNz z8;H?;XHAapI8YXhaiH$q96B?FIHyrzQEx+5;Itw~JqPMtQ7A2g!P-q@z&V8q3m98+ z0)`XirVCC9lsr#(H!5Oq9;qpX5JVahK|TYJqWkg?rsEy#M<^qH5QV`Tz1)F~F2Tas zj;t_7xgm-(1tpA!PR_(wJcS-O_GAT4A#%>-tV9W%p^-CjozC75OEnJU1Pm8Sdz(uN zC16He&I}@yGabna<2dBR$Ax;Pgevm1CuFB2Xos+JacYTkMq*xiY6^ULCfY(hJ5UP& zu}}}H8e_>K!c0(W0q3eshA?!$qxTn_$ntwBir?E%(w7zvzvtzbWTsU@9G+T)xFQ}c z0GyEm08I<op%6|e6r9Nk1)d7zP~d4q35B6kHfNv*4tm+_LQdfD+9C%IuNO+-jJP5w zhfo;1k`=}%tEqTVr=EsR0xZN8I1bP;8aHwRhtCT+0rJI+>;zasD2(073gdGqVSEcE zj0a5}Sc&d;SRDvUUmj%n{V9syzoGbj5Y~ZJghIiSoKWDeMh*r3X4FuCo|Xe%a5!i? z$4%$~1FQdF$-|4BfDuSR4j2K{Ar)m~lmW5C^whi(#}Z}mfV>{^?Kmn73}r}*E?tq@ zMo>)}Q03?wIKTsDptd35U354%A;JQ{o2&rXhY|o6P*R2rY5=5U7L_=bxTF@BfbKX4 zFOWg=Ir9D$glf?B<P>;(0(#8D2Gd|3_aV#UcThb31jXY+qgOf+Jz&tYgfBS(BP@#? zFv6-sFkqGv3K&0f0!Bn0IbcN8hhV_0CloOL<OGc9G~|F0oi_vnW<Q~T2_Pq6#9kl= zjM#@E7%-;^1xz400V5HP9552`Loi@&5DJ(easo#3H*&y8qAnR?F|>-W09U(c>r(YV z4Gw&ZqT?&TZ44a88@xdG3VH<_OpaHiQ0fsW)C0poUctIKpRiXd@p<JXA+Lmx;}w}m z<XDkOMM<uMrUUgC-S6lfs8F)}j&fkE4C?UNAnZW>BNPf@<b;Bv1#${dbQzQ>fDzYK zef_YOayVIj_eb%20*c=UUkYHvb!8?z6e7q81)WCZP|!i0Umh%F0AnYi)E`Nf-)Ers zedS<J0bPVbA&RU}KxxhCd_oC@A+`L95#vN2^qylhIRT{0g`7-uQMU^XtpLIpb3hNE z7_tIL2_=BEQBu&5nF(Md7&x(H1x^S`;Go{4GSa4^7$>6_Vdx1kj;t`Ag%ZY#P!iyf z81!PCMkrw7$q5)elxZlvXq12%afxphp)gJ$D~zWgCqBJ7C}BJ_65l*R0h35h!04MI z2aLWGO2CY`#D{UX9(u`_L{=E@L<!@=C}BLb+9s<ACBkHK0>}X68Z(1@lmHq!ZIg|J z0w;y6z(Kju#h`t-22LtjfrC=68=#&nGIUbTCPFDEjjX^~i(Kv)Y#X8}hhX5OlNC4* zPy*)#O5hBQ7Qr?`sV0M*fHC}w956;aC;>B)4&Y+Mxpf^jq?t)h_!^;1<r<+LH9q26 zT>A*6;ViPkcrr>FUN~~o@F7Csn@v{uq8zAcbOI%OM_d{{Oel<V$O&WfFyu6Bo`e#{ zgJ#hG3A*3WC;oED@_R0d-|JBPJ_x6Mo)QX$JhDOoC6}4+MG1wW)40W$7f0_@=aUsU z?@^Kn>Sbj^CvaY&ryTUaDIh0sEZC6)$3kF;rW}HSQ%F|eOh*Zv6)1r-q8hmG2_?QF zvcmT*O8BB~gdb7i`;k!i7LyacmQKjwYZ*Lp)9+_O;afsh_@a~#mLs@)_(~{zOUVge zCzRV8oKSCX7*fOGOc*!rq1WDJWCak)ZI@1GP%`+CY1%MZ5lTJfWCae&$$w6$*Jlo+ zz^Nc7aGV2?s|IJ(6UawW)yrf@DDhR26}~7pzdNHI9_?Xbm6(#^n3IF`uo5Ie_(|c| z#BdyH(u;APIrIboh?N6-jyaP9q0p`(C$wD*kyEpaB}zFsqEfR9q42FHD||Ch!go4K z_>SPz>_#ZGYsd+0SCkX<Tv2Z%A5p2<i%|I1k`=yg$f?=2bTl=m7J-hQ^dS`5b!3G$ zN+;j-D@tgOsMH)lD17V5312sqL-pNIJNYBHY{q#~6Kqblft=9x_=Q|{crv4;=AqN6 zz<GuYEN~jh2^`OOl)%YG37o+)5ye!1o(<6_qMFF^dl`z~Q5RngzKJL%jDvE}L!p_h zP(Zm}#`76U3K%-sqZB=fppVwHkP|pw-pEPBD;y<o22J)Lc*0F9S$<DK@jL2$HiIyG z5Io_gjhs;M{(u|`K0+udV5F^vU~0pe%ML{R{;a%*K}0I>b5Hf|@?#DgyBooL)oITc zPu?fTz`(%7V1<4LeQ|1HQF4ZJX>mz@u0DivDoRaEDamllEGjMu21~<Er-wuz19J~` zPp4;4K#pMs1C$sRGPKG{EK7u3ni!Ormy(|g-Y74?z}SLxGLI%`qkLv=L4Hw*0=jze zw(``n)FOq_;?xuduAI!gRKL>PBybC!ff+qSA$#PHY}o-0F$*F>%q6t|Z+P{R7+y>a z9L4#iMaik2Da;JaUM?XFoS@V0gG&;NN|+cJ7~Y|T*L#%k;x)3WRd&uvEG~A+Pl0U2 zPhep9fD}}E!IgO>i4_W|MMe2VItrP2#i>Ol3QDy~3MKgp$@#ejIjJS73J4?6!iy6< zyhIon7;~MEY}o@2FJmIY%e^SEAOkgNF+-1<>tkZj%P&gTOHIznEGSOZ%StKHOG!;C zO$VnzpUk{eQ1Z+!$j{6x@l7nsPAy{KLJb|(R}321O-Rl!O4TbaEiOpSO9{x&$xN;U z1tt@NK6d4$nR;H1VUF>xKCZs5ej)K5j(#pauJN8O%nYu!If+R|@db%RC5HONMaeeE z*{B+ljnF+AjUkL2i)<DQa>&kr_!;ct)I8A9r74Vz=qcA2DN^k~L8FjVl$r<$8!HUk z6rw@t-b%sLFjhfV0pehdfTH}QoYY)R26bf15rGbNKxSTX3FwNu{L(yd@?&I>L{^RD z)XWrS22o@=xJeAkScUb#7JzO%_e;!8WoD3rxC`QVJqU#qkl>Vd?27?3vGhX<B(wy; zc4kN>fXAdK01FbMjXgKDxHvIAm6?Hr<YI;`xeRCmIDV@XngF`7CID93p_l+zV@OW` zI%JgqCMMXTl#~*HX<$o$BYo$HYVA;??w&+q-OWg#?jDS7owG`ul+@jjOvu1Ik@C8G t_mIrFcS+B=2IS>j3rce?!@%a;lg4X_%DH5=B1co=Xi6lq6^SJ!0sw4n#i{@R literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/lab2_part1/.syncinfo.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/lab2_part1/.syncinfo.snap new file mode 100644 index 0000000000000000000000000000000000000000..414a6b37c4de976cc65a3e6047ebd48c8e896c47 GIT binary patch literal 80 acmZ?R*xjhShe1S2b=vdAllRF{$_D^QvLUws literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap new file mode 100644 index 0000000000000000000000000000000000000000..35fb880067771d06bffc235719dfcfab751edca6 GIT binary patch literal 107 zcmZ?R*xjhShe1S2b=vdAllRFH;xjNXFflOdGcYhP9EkY+8LTz%b5Hf|@?(Uw0szM( BDn9@K literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources index 79af01c0a8a126ddeb910747ba0f1f51c93cf5c9..3579ae820a0c72745f52f36571b4817f0cfca657 100644 GIT binary patch literal 5376 zcmZ?R*xjhShe1S2b=vdAllRFf=Oz}Hq!uZZBqrsgaw&(DrYZ!d7AP2)C>R)98Jbub z87Mfr28SpZ85kOICFi6j7P+M6lqAOI7p3c^Cg)@p6sPK?q$ZW7>m}zGrP`(?<`k!L zrGS*URup6wC6;97=b<PrNlnbvD=y1}s5dk=F*7$ZG%_==G&I3weo=8ML^Z^89IgNx zoLp9nLup=WiC%GjX;E@&T7FS_s$M}x0o46aN8>OyE2RX7iI_o9nu*`6+{&EFJiU^{ z;_PBQxLSOHm6B7E4Y8f5fI=vTgcLrb;r>E38K0J9SWpnwQdF8$S&*7vkdvxcgk2Yo z;4UvN(aS1^X@PhHhf<IaauQ4Pk~1>%(xCy5&-tiEL;YZ2W?*b)#HFuSQk0r%i!+JC zy^hyK;3No7+YqG(B7T1cXSl%6J=MF*kCB`K4TnhvM9watr~{W8&}c)7VN&xcwv+}5 zc_c&8?M5oAaHs;i4v|T5sG@a-hKCbDmyBlpA)ocbQ&Yfouc3v4p`n$5g_VI3JnLKH zsvEHtIXDt4BuRsleo0YjDlQX2X^x;G^yG%aO0@hz$Xc)qZNaJt704i0f|Y}E23Q9U zClJ?oK&>0_mLEjfiod=fxy%B`GHu#6h#C|eiX>K7sA<;7(8|DcG|l46Swy9t(KK6( zw|Jsvnl&}BG8s*?I2*pB<t$RYLTcL-+QHNV1tL|`teKUu#b`M@TF!z-Uxq~6z{twL b#L5`al^t!*qK%<}iipv+0d#PYhUF{(s+`0$ delta 7 OcmZqB`op)Oh8+M5wgTt? diff --git a/.metadata/.plugins/org.eclipse.core.resources/2.snap b/.metadata/.plugins/org.eclipse.core.resources/2.snap new file mode 100644 index 0000000000000000000000000000000000000000..a5b7efc6d59c21a1efa4c0bf8a2636cdd1376f13 GIT binary patch literal 8331 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	+@dAsd;)? ziJ(Cn0eDLf)a3$M0UD=-CKgaX6x@4dgbm3-Y5-;?B6?uZM%W6U43Mb|3=E)j0v-Ql z5Mf{-)B}U*_kgvLK?wz>pN)ZnMjWX29i8GRN+sNgV}dl|(4(J}`u)h3y^#0^*YD8y z166~>jxZnDasX-oC^x_iuqLX0KXw&V(1LOVsD6jev@qI2$7C?QMR;5RnktWMSpjhr zI8{Rp28~(}nW~R$nGe+uO4Ts^><kQq#}$rU>49nmjVnO4GK)}>Awad|XojF5Log9N zUvgFnG*1Oek)YHJjXh9PjfnY@6Ib3sVxAF{nqiX@b~sWq6R{=iSw&ED4`ebZEkccD z;3Ot3p11^R0D-iE(jrtVv-D_M#GF5;`usC9j>4Idn5nl5Jm#QSV_*O$CFmqDs6CFg Zx@RP!Sh~O+2QiTWloX&QGAm#t1psQV(PRJs literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.core.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.core.prefs new file mode 100644 index 0000000..84ccf94 --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.core.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +prefWatchExpressions=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<watchExpressions/>\n diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs index 20c25cf..f32c706 100644 --- a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs @@ -1,4 +1,6 @@ -#Tue Sep 04 03:14:20 CEST 2012 eclipse.preferences.version=1 org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<launchPerspectives/>\n -org.eclipse.debug.ui.user_view_bindings=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<viewBindings>\n<view id\="org.eclipse.ui.console.ConsoleView">\n<perspective id\="org.eclipse.jdt.ui.JavaPerspective" userAction\="opened"/>\n</view>\n</viewBindings>\n +org.eclipse.debug.ui.user_view_bindings=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<viewBindings>\n <view id\="org.eclipse.jdt.debug.ui.DisplayView">\n <perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="opened"/>\n </view>\n <view id\="org.eclipse.debug.ui.ExpressionView">\n <perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="opened"/>\n </view>\n <view id\="org.eclipse.ui.console.ConsoleView">\n <perspective id\="org.eclipse.jdt.ui.JavaPerspective" userAction\="opened"/>\n </view>\n</viewBindings>\n +pref_state_memento.org.eclipse.debug.ui.VariableView=<?xml version\="1.0" encoding\="UTF-8"?>\n<VariablesViewMemento org.eclipse.debug.ui.SASH_DETAILS_PART\="315" org.eclipse.debug.ui.SASH_VIEW_PART\="684">\n<COLUMN_SIZES IMemento.internal.id\="org.eclipse.debug.ui.VARIALBE_COLUMN_PRESENTATION.COL_VAR_VALUE" SIZE\="374"/>\n<COLUMN_SIZES IMemento.internal.id\="org.eclipse.debug.ui.VARIALBE_COLUMN_PRESENTATION.COL_VAR_NAME" SIZE\="121"/>\n<PRESENTATION_CONTEXT_PROPERTIES IMemento.internal.id\="org.eclipse.debug.ui.VariableView">\n<BOOLEAN BOOLEAN\="true" IMemento.internal.id\="PRESENTATION_SHOW_LOGICAL_STRUCTURES"/>\n</PRESENTATION_CONTEXT_PROPERTIES>\n</VariablesViewMemento> +preferredDetailPanes=DefaultDetailPane\:DefaultDetailPane| +preferredTargets=default\:default| diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs index 832a96f..18669b6 100644 --- a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs @@ -1,8 +1,8 @@ -#Tue Sep 04 03:09:14 CEST 2012 -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 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=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.debug.ui.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.debug.ui.prefs new file mode 100644 index 0000000..536506b --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.debug.ui.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.debug.ui.VariableView.org.eclipse.jdt.debug.ui.show_null_entries=true diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.junit.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.junit.prefs new file mode 100644 index 0000000..31df02c --- /dev/null +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.junit.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.junit.content_assist_favorite_static_members_migrated=true diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs index eabaa93..703a46d 100644 --- a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs @@ -1,3 +1,2 @@ -#Tue Sep 04 03:14:22 CEST 2012 eclipse.preferences.version=1 -org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<vmSettings defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1346720954404" defaultVMConnector\="">\n<vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\n<vm id\="1346720954404" javadocURL\="http\://java.sun.com/javase/6/docs/api/" name\="jdk1.6.0" path\="/usr/jdk/instances/jdk1.6.0"/>\n</vmType>\n</vmSettings>\n +org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<vmSettings defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1568797381530" defaultVMConnector\="">\n <vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\n <vm id\="1346720954404" name\="jdk1.6.0" path\="/usr/jdk/instances/jdk1.6.0"/>\n <vm id\="1568797381530" javadocURL\="https\://docs.oracle.com/en/java/javase/11/docs/api/" name\="java-11-openjdk-amd64" path\="/usr/lib/jvm/java-11-openjdk-amd64"/>\n </vmType>\n</vmSettings>\n diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs index dac53c2..26b4231 100644 --- a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs @@ -1,3 +1,4 @@ +content_assist_number_of_computers=16 content_assist_proposals_background=255,255,255 content_assist_proposals_foreground=0,0,0 eclipse.preferences.version=1 diff --git a/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml b/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml index 27fdf16..5d786cd 100644 --- a/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml +++ b/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml @@ -1,23 +1,29 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchHistory> -<launchGroup id="org.eclipse.ui.externaltools.launchGroup"> -<mruHistory/> -<favorites/> -</launchGroup> -<launchGroup id="org.eclipse.debug.ui.launchGroup.profile"> -<mruHistory/> -<favorites/> -</launchGroup> -<launchGroup id="org.eclipse.debug.ui.launchGroup.debug"> -<mruHistory> -<launch memento="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration local="true" path="Main"/> "/> -</mruHistory> -<favorites/> -</launchGroup> -<launchGroup id="org.eclipse.debug.ui.launchGroup.run"> -<mruHistory> -<launch memento="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration local="true" path="Main"/> "/> -</mruHistory> -<favorites/> -</launchGroup> + <launchGroup id="org.eclipse.debug.ui.launchGroup.debug"> + <mruHistory> + <launch memento="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration local="true" path="Main"/> "/> + </mruHistory> + <favorites/> + </launchGroup> + <launchGroup id="org.eclipse.debug.ui.launchGroup.profile"> + <mruHistory/> + <favorites/> + </launchGroup> + <launchGroup id="org.eclipse.eclemma.ui.launchGroup.coverage"> + <mruHistory> + <launch memento="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration local="true" path="Main"/> "/> + </mruHistory> + <favorites/> + </launchGroup> + <launchGroup id="org.eclipse.ui.externaltools.launchGroup"> + <mruHistory/> + <favorites/> + </launchGroup> + <launchGroup id="org.eclipse.debug.ui.launchGroup.run"> + <mruHistory> + <launch memento="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration local="true" path="Main"/> "/> + </mruHistory> + <favorites/> + </launchGroup> </launchHistory> diff --git a/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi new file mode 100644 index 0000000..1a8ddbb --- /dev/null +++ b/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi @@ -0,0 +1,2828 @@ +<?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" xmlns:ui="http://www.eclipse.org/ui/2010/UIModel/application/ui" xmi:id="_fqh6INn7Eemdprme5qtduw" elementId="org.eclipse.e4.legacy.ide.application" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_fqh6Idn7Eemdprme5qtduw" bindingContexts="_fqij_dn7Eemdprme5qtduw"> + <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<workbench>
<mruList>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="Problem.java" tooltip="lab2_part1/src/searchShared/Problem.java">
<persistable path="/lab2_part1/src/searchShared/Problem.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="CustomDepthFirstSearch.java" tooltip="lab2_part1/src/searchCustom/CustomDepthFirstSearch.java">
<persistable path="/lab2_part1/src/searchCustom/CustomDepthFirstSearch.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="Agent.java" tooltip="lab2_part1/src/main/Agent.java">
<persistable path="/lab2_part1/src/main/Agent.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="Main.java" tooltip="lab2_part1/src/main/Main.java">
<persistable path="/lab2_part1/src/main/Main.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="SearchNode.java" tooltip="lab2_part1/src/searchShared/SearchNode.java">
<persistable path="/lab2_part1/src/searchShared/SearchNode.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="GridPos.java" tooltip="lab2_part1/src/world/GridPos.java">
<persistable path="/lab2_part1/src/world/GridPos.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="SearchObject.java" tooltip="lab2_part1/src/searchShared/SearchObject.java">
<persistable path="/lab2_part1/src/searchShared/SearchObject.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="CustomBreadthFirstSearch.java" tooltip="lab2_part1/src/searchCustom/CustomBreadthFirstSearch.java">
<persistable path="/lab2_part1/src/searchCustom/CustomBreadthFirstSearch.java"/>
</file>
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="CustomGraphSearch.java" tooltip="lab2_part1/src/searchCustom/CustomGraphSearch.java">
<persistable path="/lab2_part1/src/searchCustom/CustomGraphSearch.java"/>
</file>
</mruList>
</workbench>"/> + <children xsi:type="basic:TrimmedWindow" xmi:id="_fqh6Idn7Eemdprme5qtduw" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_fqh6Itn7Eemdprme5qtduw" label="%trimmedwindow.label.eclipseSDK" x="0" y="28" width="1024" height="768"> + <persistedState key="coolBarVisible" value="true"/> + <persistedState key="perspectiveBarVisible" value="true"/> + <persistedState key="isRestored" value="true"/> + <tags>topLevel</tags> + <children xsi:type="basic:PartSashContainer" xmi:id="_fqh6Itn7Eemdprme5qtduw" selectedElement="_fqh6I9n7Eemdprme5qtduw" horizontal="true"> + <children xsi:type="advanced:PerspectiveStack" xmi:id="_fqh6I9n7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.perspectivestack" containerData="7500" selectedElement="_fqh6Qtn7Eemdprme5qtduw"> + <children xsi:type="advanced:Perspective" xmi:id="_fqh6JNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.JavaPerspective" selectedElement="_fqh6Jdn7Eemdprme5qtduw" label="Java" iconURI="platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/eview16/jperspective.png"> + <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/> + <tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags> + <tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags> + <tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags> + <tags>persp.actionSet:org.eclipse.search.searchActionSet</tags> + <tags>persp.actionSet:org.eclipse.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.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.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks</tags> + <tags>persp.newWizSC:org.eclipse.mylyn.tasks.ui.wizards.new.repository.task</tags> + <tags>persp.showIn:org.eclipse.jdt.ui.PackageExplorer</tags> + <tags>persp.showIn:org.eclipse.team.ui.GenericHistoryView</tags> + <tags>persp.showIn:org.eclipse.ui.views.ResourceNavigator</tags> + <tags>persp.showIn:org.eclipse.ui.navigator.ProjectExplorer</tags> + <tags>persp.actionSet:org.eclipse.debug.ui.breakpointActionSet</tags> + <tags>persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet</tags> + <tags>persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet</tags> + <tags>persp.showIn:org.eclipse.eclemma.ui.CoverageView</tags> + <tags>persp.showIn:org.eclipse.egit.ui.RepositoriesView</tags> + <tags>persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard</tags> + <tags>persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet</tags> + <tags>persp.viewSC:org.eclipse.ant.ui.views.AntView</tags> + <children xsi:type="basic:PartSashContainer" xmi:id="_fqh6Jdn7Eemdprme5qtduw" selectedElement="_fqh6L9n7Eemdprme5qtduw" horizontal="true"> + <children xsi:type="basic:PartSashContainer" xmi:id="_fqh6Jtn7Eemdprme5qtduw" containerData="1000" selectedElement="_fqh6J9n7Eemdprme5qtduw"> + <children xsi:type="basic:PartStack" xmi:id="_fqh6J9n7Eemdprme5qtduw" elementId="left" containerData="6000" selectedElement="_fqh6KNn7Eemdprme5qtduw"> + <tags>org.eclipse.e4.primaryNavigationStack</tags> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6KNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.PackageExplorer" ref="_fqihM9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Kdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_fqihUdn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Ktn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ResourceNavigator" toBeRendered="false" ref="_fqihUtn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6K9n7Eemdprme5qtduw" elementId="org.eclipse.ui.navigator.ProjectExplorer" toBeRendered="false" ref="_fqihU9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6LNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.junit.ResultView" toBeRendered="false" ref="_fqihoNn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + </children> + <children xsi:type="basic:PartStack" xmi:id="_fqh6Ldn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewMStack" toBeRendered="false" containerData="4000"> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Ltn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesView" toBeRendered="false" ref="_fqihn9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Git</tags> + </children> + </children> + </children> + <children xsi:type="basic:PartSashContainer" xmi:id="_fqh6L9n7Eemdprme5qtduw" containerData="9000" selectedElement="_fqh6Otn7Eemdprme5qtduw"> + <children xsi:type="basic:PartSashContainer" xmi:id="_fqh6MNn7Eemdprme5qtduw" containerData="7500" selectedElement="_fqh6Mdn7Eemdprme5qtduw" horizontal="true"> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Mdn7Eemdprme5qtduw" elementId="org.eclipse.ui.editorss" containerData="7500" ref="_fqh7mNn7Eemdprme5qtduw"/> + <children xsi:type="basic:PartSashContainer" xmi:id="_fqh6Mtn7Eemdprme5qtduw" toBeRendered="false" containerData="2500"> + <children xsi:type="basic:PartStack" xmi:id="_fqh6M9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.views.tasksMStack" toBeRendered="false" containerData="5000"> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6NNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" toBeRendered="false" ref="_fqihnNn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Mylyn</tags> + </children> + </children> + <children xsi:type="basic:PartStack" xmi:id="_fqh6Ndn7Eemdprme5qtduw" elementId="right" toBeRendered="false" containerData="5000"> + <tags>org.eclipse.e4.secondaryNavigationStack</tags> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Ntn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ContentOutline" toBeRendered="false" ref="_fqihl9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6N9n7Eemdprme5qtduw" elementId="org.eclipse.ui.texteditor.TemplatesView" toBeRendered="false" ref="_fqihmtn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6ONn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.minimap.MinimapView" toBeRendered="false" ref="_fqihm9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Odn7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.views.AntView" toBeRendered="false" ref="_fqihodn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Ant</tags> + </children> + </children> + </children> + </children> + <children xsi:type="basic:PartStack" xmi:id="_fqh6Otn7Eemdprme5qtduw" elementId="bottom" containerData="2500" selectedElement="_fqh6P9n7Eemdprme5qtduw"> + <tags>org.eclipse.e4.secondaryDataStack</tags> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6O9n7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ProblemView" ref="_fqihbtn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6PNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.JavadocView" ref="_fqihgNn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Pdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.SourceView" ref="_fqihgdn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Ptn7Eemdprme5qtduw" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="_fqihgtn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6P9n7Eemdprme5qtduw" elementId="org.eclipse.ui.console.ConsoleView" ref="_fqihg9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6QNn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_fqihldn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Qdn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_fqihltn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + </children> + </children> + </children> + </children> + <children xsi:type="advanced:Perspective" xmi:id="_fqh6Qtn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.DebugPerspective" selectedElement="_fqh6Q9n7Eemdprme5qtduw" label="Debug" iconURI="platform:/plugin/org.eclipse.debug.ui/$nl$/icons/full/eview16/debug_persp.png"> + <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/> + <tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags> + <tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags> + <tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags> + <tags>persp.actionSet:org.eclipse.search.searchActionSet</tags> + <tags>persp.actionSet:org.eclipse.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.viewSC:org.eclipse.ui.views.ProgressView</tags> + <tags>persp.viewSC:org.eclipse.ui.texteditor.TemplatesView</tags> + <tags>persp.actionSet:org.eclipse.debug.ui.launchActionSet</tags> + <tags>persp.actionSet:org.eclipse.debug.ui.debugActionSet</tags> + <tags>persp.actionSet:org.eclipse.ui.NavigateActionSet</tags> + <tags>persp.viewSC:org.eclipse.debug.ui.DebugView</tags> + <tags>persp.viewSC:org.eclipse.debug.ui.VariableView</tags> + <tags>persp.viewSC:org.eclipse.debug.ui.BreakpointView</tags> + <tags>persp.viewSC:org.eclipse.debug.ui.ExpressionView</tags> + <tags>persp.viewSC:org.eclipse.ui.views.ContentOutline</tags> + <tags>persp.viewSC:org.eclipse.ui.console.ConsoleView</tags> + <tags>persp.viewSC:org.eclipse.ui.views.ProblemView</tags> + <tags>persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer</tags> + <tags>persp.viewSC:org.eclipse.pde.runtime.LogView</tags> + <tags>persp.actionSet:org.eclipse.debug.ui.breakpointActionSet</tags> + <tags>persp.perspSC:org.eclipse.wst.xml.ui.perspective</tags> + <tags>persp.perspSC:org.eclipse.jdt.ui.JavaPerspective</tags> + <tags>persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective</tags> + <tags>persp.actionSet:org.eclipse.jdt.ui.JavaActionSet</tags> + <tags>persp.showIn:org.eclipse.jdt.ui.PackageExplorer</tags> + <tags>persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet</tags> + <tags>persp.viewSC:org.eclipse.jdt.debug.ui.DisplayView</tags> + <tags>persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet</tags> + <tags>persp.showIn:org.eclipse.eclemma.ui.CoverageView</tags> + <tags>persp.showIn:org.eclipse.egit.ui.RepositoriesView</tags> + <tags>persp.viewSC:org.eclipse.jdt.junit.ResultView</tags> + <tags>persp.viewSC:org.eclipse.ant.ui.views.AntView</tags> + <children xsi:type="basic:PartSashContainer" xmi:id="_fqh6Q9n7Eemdprme5qtduw" selectedElement="_fqh6Stn7Eemdprme5qtduw" horizontal="true"> + <children xsi:type="basic:PartStack" xmi:id="_fqh6RNn7Eemdprme5qtduw" elementId="org.eclipse.debug.internal.ui.NavigatorFolderView" containerData="2500" selectedElement="_fqh6Rtn7Eemdprme5qtduw"> + <tags>org.eclipse.e4.primaryNavigationStack</tags> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Rdn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.DebugView" ref="_fqihotn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Rtn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigator.ProjectExplorer" ref="_fqihU9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6R9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.PackageExplorer" toBeRendered="false" ref="_fqihM9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6SNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_fqihUdn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Sdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.junit.ResultView" toBeRendered="false" ref="_fqihoNn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Java</tags> + </children> + </children> + <children xsi:type="basic:PartSashContainer" xmi:id="_fqh6Stn7Eemdprme5qtduw" containerData="7500" selectedElement="_fqh6Vdn7Eemdprme5qtduw"> + <children xsi:type="basic:PartSashContainer" xmi:id="_fqh6S9n7Eemdprme5qtduw" containerData="7500" selectedElement="_fqh6TNn7Eemdprme5qtduw" horizontal="true"> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6TNn7Eemdprme5qtduw" elementId="org.eclipse.ui.editorss" containerData="6500" ref="_fqh7mNn7Eemdprme5qtduw"/> + <children xsi:type="basic:PartStack" xmi:id="_fqh6Tdn7Eemdprme5qtduw" elementId="org.eclipse.debug.internal.ui.OutlineFolderView" containerData="3500" selectedElement="_fqh6Ttn7Eemdprme5qtduw"> + <tags>org.eclipse.e4.secondaryNavigationStack</tags> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Ttn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.VariableView" ref="_fqihutn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6T9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.BreakpointView" ref="_fqihy9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6UNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.ExpressionView" ref="_fqih3Nn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Udn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ContentOutline" toBeRendered="false" ref="_fqihl9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Utn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.PropertySheet" toBeRendered="false" ref="_fqih79n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6U9n7Eemdprme5qtduw" elementId="org.eclipse.ui.views.minimap.MinimapView" toBeRendered="false" ref="_fqihm9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6VNn7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.views.AntView" toBeRendered="false" ref="_fqihodn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Ant</tags> + </children> + </children> + </children> + <children xsi:type="basic:PartStack" xmi:id="_fqh6Vdn7Eemdprme5qtduw" elementId="org.eclipse.debug.internal.ui.ToolsFolderView" containerData="2500" selectedElement="_fqh6Vtn7Eemdprme5qtduw"> + <tags>active</tags> + <tags>noFocus</tags> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Vtn7Eemdprme5qtduw" elementId="org.eclipse.ui.console.ConsoleView" ref="_fqihg9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6V9n7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ProblemView" ref="_fqihbtn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6WNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.RegisterView" toBeRendered="false" ref="_fqihudn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Wdn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_fqihldn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Wtn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_fqihltn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6W9n7Eemdprme5qtduw" elementId="org.eclipse.pde.runtime.LogView" toBeRendered="false" ref="_fqih8Nn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6XNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.DisplayView" ref="_fqih8dn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Xdn7Eemdprme5qtduw" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="_fqihgtn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + </children> + </children> + </children> + </children> + </children> + <children xsi:type="basic:PartStack" xmi:id="_fqh6Xtn7Eemdprme5qtduw" elementId="stickyFolderRight" toBeRendered="false" containerData="2500"> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6X9n7Eemdprme5qtduw" elementId="org.eclipse.help.ui.HelpView" toBeRendered="false" ref="_fqh7ldn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Help</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6YNn7Eemdprme5qtduw" elementId="org.eclipse.ui.internal.introview" toBeRendered="false" ref="_fqh7ltn7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:General</tags> + </children> + <children xsi:type="advanced:Placeholder" xmi:id="_fqh6Ydn7Eemdprme5qtduw" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" toBeRendered="false" ref="_fqh7l9n7Eemdprme5qtduw" closeable="true"> + <tags>View</tags> + <tags>categoryTag:Help</tags> + </children> + </children> + </children> + <sharedElements xsi:type="basic:Part" xmi:id="_fqh7ldn7Eemdprme5qtduw" elementId="org.eclipse.help.ui.HelpView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" closeable="true"> + <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="_fqh7ltn7Eemdprme5qtduw" 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"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqh7l9n7Eemdprme5qtduw" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" closeable="true"> + <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="_fqh7mNn7Eemdprme5qtduw" elementId="org.eclipse.ui.editorss" selectedElement="_fqh7mdn7Eemdprme5qtduw"> + <children xsi:type="basic:PartStack" xmi:id="_fqh7mdn7Eemdprme5qtduw" elementId="org.eclipse.e4.primaryDataStack" selectedElement="_fqh7mtn7Eemdprme5qtduw"> + <tags>org.eclipse.e4.primaryDataStack</tags> + <tags>EditorStack</tags> + <children xsi:type="basic:Part" xmi:id="_fqh7mtn7Eemdprme5qtduw" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="CustomGraphSearch.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="CustomGraphSearch.java" partName="CustomGraphSearch.java" title="CustomGraphSearch.java" tooltip="lab2_part1/src/searchCustom/CustomGraphSearch.java">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/lab2_part1/src/searchCustom/CustomGraphSearch.java"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="1865" selectionTopPixel="320"/>
</editor>"/> + <tags>Editor</tags> + <tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags> + <tags>removeOnHide</tags> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7m9n7Eemdprme5qtduw" elementId="#CompilationUnitEditorContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#CompilationUnitEditorContext</tags> + <tags>popup:org.eclipse.jdt.ui.CompilationUnitEditor.EditorContext</tags> + <tags>popup:#AbstractTextEditorContext</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7nNn7Eemdprme5qtduw" elementId="#CompilationUnitRulerContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#CompilationUnitRulerContext</tags> + <tags>popup:org.eclipse.jdt.ui.CompilationUnitEditor.RulerContext</tags> + <tags>popup:#AbstractTextEditorRulerContext</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7sNn7Eemdprme5qtduw" elementId="#OverviewRulerContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#OverviewRulerContext</tags> + </menus> + </children> + <children xsi:type="basic:Part" xmi:id="_fqh7sdn7Eemdprme5qtduw" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="CustomBreadthFirstSearch.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="CustomBreadthFirstSearch.java" partName="CustomBreadthFirstSearch.java" title="CustomBreadthFirstSearch.java" tooltip="lab2_part1/src/searchCustom/CustomBreadthFirstSearch.java">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/lab2_part1/src/searchCustom/CustomBreadthFirstSearch.java"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="250" selectionTopPixel="0"/>
</editor>"/> + <tags>Editor</tags> + <tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags> + <tags>removeOnHide</tags> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7stn7Eemdprme5qtduw" elementId="#CompilationUnitEditorContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#CompilationUnitEditorContext</tags> + <tags>popup:org.eclipse.jdt.ui.CompilationUnitEditor.EditorContext</tags> + <tags>popup:#AbstractTextEditorContext</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7s9n7Eemdprme5qtduw" elementId="#CompilationUnitRulerContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#CompilationUnitRulerContext</tags> + <tags>popup:org.eclipse.jdt.ui.CompilationUnitEditor.RulerContext</tags> + <tags>popup:#AbstractTextEditorRulerContext</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7tNn7Eemdprme5qtduw" elementId="#OverviewRulerContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#OverviewRulerContext</tags> + </menus> + </children> + <children xsi:type="basic:Part" xmi:id="_fqh7tdn7Eemdprme5qtduw" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="CustomDepthFirstSearch.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="CustomDepthFirstSearch.java" partName="CustomDepthFirstSearch.java" title="CustomDepthFirstSearch.java" tooltip="lab2_part1/src/searchCustom/CustomDepthFirstSearch.java">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/lab2_part1/src/searchCustom/CustomDepthFirstSearch.java"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="239" selectionTopPixel="0"/>
</editor>"/> + <tags>Editor</tags> + <tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags> + <tags>removeOnHide</tags> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7ttn7Eemdprme5qtduw" elementId="#CompilationUnitEditorContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#CompilationUnitEditorContext</tags> + <tags>popup:org.eclipse.jdt.ui.CompilationUnitEditor.EditorContext</tags> + <tags>popup:#AbstractTextEditorContext</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7t9n7Eemdprme5qtduw" elementId="#CompilationUnitRulerContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#CompilationUnitRulerContext</tags> + <tags>popup:org.eclipse.jdt.ui.CompilationUnitEditor.RulerContext</tags> + <tags>popup:#AbstractTextEditorRulerContext</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7uNn7Eemdprme5qtduw" elementId="#OverviewRulerContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#OverviewRulerContext</tags> + </menus> + </children> + <children xsi:type="basic:Part" xmi:id="_fqh7udn7Eemdprme5qtduw" 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="lab2_part1/src/main/Main.java">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/lab2_part1/src/main/Main.java"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="4348" selectionTopPixel="1152"/>
</editor>"/> + <tags>Editor</tags> + <tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags> + <tags>removeOnHide</tags> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7utn7Eemdprme5qtduw" elementId="#CompilationUnitEditorContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#CompilationUnitEditorContext</tags> + <tags>popup:org.eclipse.jdt.ui.CompilationUnitEditor.EditorContext</tags> + <tags>popup:#AbstractTextEditorContext</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7u9n7Eemdprme5qtduw" elementId="#CompilationUnitRulerContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#CompilationUnitRulerContext</tags> + <tags>popup:org.eclipse.jdt.ui.CompilationUnitEditor.RulerContext</tags> + <tags>popup:#AbstractTextEditorRulerContext</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqh7vNn7Eemdprme5qtduw" elementId="#OverviewRulerContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#OverviewRulerContext</tags> + </menus> + </children> + <children xsi:type="basic:Part" xmi:id="_fqh7vdn7Eemdprme5qtduw" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="Agent.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="Agent.java" partName="Agent.java" title="Agent.java" tooltip="lab2_part1/src/main/Agent.java">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/lab2_part1/src/main/Agent.java"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="3112" selectionTopPixel="879"/>
</editor>"/> + <tags>Editor</tags> + <tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags> + <tags>removeOnHide</tags> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqihMNn7Eemdprme5qtduw" elementId="#CompilationUnitEditorContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#CompilationUnitEditorContext</tags> + <tags>popup:org.eclipse.jdt.ui.CompilationUnitEditor.EditorContext</tags> + <tags>popup:#AbstractTextEditorContext</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqihMdn7Eemdprme5qtduw" elementId="#CompilationUnitRulerContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#CompilationUnitRulerContext</tags> + <tags>popup:org.eclipse.jdt.ui.CompilationUnitEditor.RulerContext</tags> + <tags>popup:#AbstractTextEditorRulerContext</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqihMtn7Eemdprme5qtduw" elementId="#OverviewRulerContext"> + <tags>menuContribution:popup</tags> + <tags>popup:#OverviewRulerContext</tags> + </menus> + </children> + </children> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihM9n7Eemdprme5qtduw" 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 1568797382071">
<customFilters userDefinedPatternsEnabled="false">
<xmlDefinedFilters>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.StaticsFilter" isEnabled="false"/>
<child filterId="org.eclipse.buildship.ui.packageexplorer.filter.gradle.buildfolder" isEnabled="true"/>
<child filterId="org.eclipse.mylyn.java.ui.MembersFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.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="_fqihNNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.PackageExplorer"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqihStn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.PackageExplorer"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.jdt.ui.PackageExplorer</tags> + </menus> + <toolbar xmi:id="_fqihS9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.PackageExplorer"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihUdn7Eemdprme5qtduw" 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="_fqihUtn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ResourceNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Navigator" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.navigator.ResourceNavigator"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihU9n7Eemdprme5qtduw" elementId="org.eclipse.ui.navigator.ProjectExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.navigator.resources.ProjectExplorer"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.navigator.resources"/> + <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view CommonNavigator.LINKING_ENABLED="0" org.eclipse.ui.navigator.resources.workingSets.showTopLevelWorkingSets="0">
<lastRecentlyUsedFilters/>
</view>"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + <menus xmi:id="_fqihVNn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigator.ProjectExplorer"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqihZ9n7Eemdprme5qtduw" elementId="org.eclipse.ui.navigator.ProjectExplorer#PopupMenu"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu</tags> + </menus> + <toolbar xmi:id="_fqihaNn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigator.ProjectExplorer"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihbtn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ProblemView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.ProblemsView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/> + <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view PRIMARY_SORT_FIELD="org.eclipse.ui.ide.severityAndDescriptionField" categoryGroup="org.eclipse.ui.ide.severity" markerContentGenerator="org.eclipse.ui.ide.problemsGenerator" partName="Problems">
<expanded>
<category IMemento.internal.id="Warnings (100 of 190 items)"/>
</expanded>
<columnWidths org.eclipse.ui.ide.locationField="105" org.eclipse.ui.ide.markerType="105" org.eclipse.ui.ide.pathField="140" org.eclipse.ui.ide.resourceField="105" org.eclipse.ui.ide.severityAndDescriptionField="350"/>
<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="_fqihb9n7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ProblemView"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqihetn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ProblemView"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.ui.views.ProblemView</tags> + <tags>popup:org.eclipse.ui.ide.MarkersView</tags> + </menus> + <toolbar xmi:id="_fqihe9n7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ProblemView" visible="false"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihgNn7Eemdprme5qtduw" 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="_fqihgdn7Eemdprme5qtduw" 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="_fqihgtn7Eemdprme5qtduw" 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="_fqihg9n7Eemdprme5qtduw" elementId="org.eclipse.ui.console.ConsoleView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Console" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.console.ConsoleView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.console"/> + <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + <tags>active</tags> + <menus xmi:id="_fqihhNn7Eemdprme5qtduw" elementId="org.eclipse.ui.console.ConsoleView"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqihhdn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.ProcessConsoleType.#ContextMenu"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.debug.ui.ProcessConsoleType.#ContextMenu</tags> + </menus> + <toolbar xmi:id="_fqihhtn7Eemdprme5qtduw" elementId="org.eclipse.ui.console.ConsoleView"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihldn7Eemdprme5qtduw" 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="_fqihltn7Eemdprme5qtduw" 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="_fqihl9n7Eemdprme5qtduw" 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"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + <menus xmi:id="_fqihmNn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ContentOutline"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <toolbar xmi:id="_fqihmdn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ContentOutline" visible="false"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihmtn7Eemdprme5qtduw" 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="_fqihm9n7Eemdprme5qtduw" 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="_fqihnNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Task List" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskListView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/> + <tags>View</tags> + <tags>categoryTag:Mylyn</tags> + <menus xmi:id="_fqihndn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.views.tasks"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <toolbar xmi:id="_fqihntn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" visible="false"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihn9n7Eemdprme5qtduw" 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="_fqihoNn7Eemdprme5qtduw" 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="_fqihodn7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.views.AntView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Ant" iconURI="platform:/plugin/org.eclipse.ant.ui/icons/full/eview16/ant_view.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ant.internal.ui.views.AntView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ant.ui"/> + <tags>View</tags> + <tags>categoryTag:Ant</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihotn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.DebugView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Debug" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/debug_view.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.launch.LaunchView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/> + <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + <menus xmi:id="_fqiho9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.DebugView"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqihrNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.DebugView"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.debug.ui.DebugView</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqihrdn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.DebugView"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.debug.ui.DebugView</tags> + </menus> + <toolbar xmi:id="_fqihrtn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.DebugView" visible="false"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihudn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.RegisterView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Registers" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/register_view.png" tooltip="" closeable="true"> + <persistedState key="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> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihutn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.VariableView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Variables" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/variable_view.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.variables.VariablesView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/> + <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + <menus xmi:id="_fqihu9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.VariableView"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqihw9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.VariableView.detail"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.debug.ui.VariableView.detail</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqihxNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.VariableView"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.debug.ui.VariableView</tags> + </menus> + <toolbar xmi:id="_fqihxdn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.VariableView"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqihy9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.BreakpointView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Breakpoints" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/breakpoint_view.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.breakpoints.BreakpointsView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/> + <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + <menus xmi:id="_fqihzNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.BreakpointView"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqih1Nn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.VariableView.detail"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.debug.ui.VariableView.detail</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqih1dn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.BreakpointView"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.debug.ui.BreakpointView</tags> + </menus> + <toolbar xmi:id="_fqih1tn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.BreakpointView"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqih3Nn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.ExpressionView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Expressions" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/watchlist_view.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.expression.ExpressionView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/> + <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + <menus xmi:id="_fqih3dn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.ExpressionView"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqih5dn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.VariableView.detail"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.debug.ui.VariableView.detail</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqih5tn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.ExpressionView"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.debug.ui.ExpressionView</tags> + </menus> + <toolbar xmi:id="_fqih59n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.ExpressionView"/> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqih79n7Eemdprme5qtduw" elementId="org.eclipse.ui.views.PropertySheet" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Properties" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.properties.PropertySheet"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqih8Nn7Eemdprme5qtduw" elementId="org.eclipse.pde.runtime.LogView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Error Log" iconURI="platform:/plugin/org.eclipse.ui.views.log/icons/eview16/error_log.png" tooltip="" closeable="true"> + <persistedState key="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> + </sharedElements> + <sharedElements xsi:type="basic:Part" xmi:id="_fqih8dn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.DisplayView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Debug Shell" iconURI="platform:/plugin/org.eclipse.jdt.debug.ui/icons/full/etool16/disp_sbook.png" tooltip="" closeable="true"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.debug.ui.display.DisplayView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.debug.ui"/> + <persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/> + <tags>View</tags> + <tags>categoryTag:Debug</tags> + <menus xmi:id="_fqih8tn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.DisplayView"> + <tags>ViewMenu</tags> + <tags>menuContribution:menu</tags> + </menus> + <menus xsi:type="menu:PopupMenu" xmi:id="_fqih89n7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.DisplayView"> + <tags>menuContribution:popup</tags> + <tags>popup:org.eclipse.jdt.debug.ui.DisplayView</tags> + </menus> + <toolbar xmi:id="_fqih9Nn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.DisplayView"/> + </sharedElements> + <trimBars xmi:id="_fqih99n7Eemdprme5qtduw" elementId="org.eclipse.ui.main.toolbar"> + <children xsi:type="menu:ToolBar" xmi:id="_fqih-Nn7Eemdprme5qtduw" elementId="group.file" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_fqih-dn7Eemdprme5qtduw" elementId="group.file" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqih-tn7Eemdprme5qtduw" elementId="org.eclipse.ui.workbench.file"> + <tags>Draggable</tags> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqih-9n7Eemdprme5qtduw" elementId="new.group"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqih_Nn7Eemdprme5qtduw" elementId="newWizardDropDown"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqih_dn7Eemdprme5qtduw" elementId="new.ext" visible="false"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqih_tn7Eemdprme5qtduw" elementId="save.group" visible="false"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqih_9n7Eemdprme5qtduw" elementId="save"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiANn7Eemdprme5qtduw" elementId="saveAll"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiAdn7Eemdprme5qtduw" elementId="save.ext" visible="false"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:HandledToolItem" xmi:id="_fqiiAtn7Eemdprme5qtduw" elementId="print" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.png" tooltip="Print" enabled="false" command="_fqjzNNn7Eemdprme5qtduw"/> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiA9n7Eemdprme5qtduw" elementId="print.ext" visible="false"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiBNn7Eemdprme5qtduw" elementId="build.group"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiBdn7Eemdprme5qtduw" elementId="build.ext" visible="false"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiBtn7Eemdprme5qtduw" elementId="additions"> + <tags>Opaque</tags> + </children> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiiB9n7Eemdprme5qtduw" elementId="group.edit" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_fqiiCNn7Eemdprme5qtduw" elementId="group.edit" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiiCdn7Eemdprme5qtduw" elementId="org.eclipse.ui.workbench.edit" visible="false"> + <tags>Draggable</tags> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiCtn7Eemdprme5qtduw" elementId="edit.group"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiC9n7Eemdprme5qtduw" elementId="undo" visible="false"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiDNn7Eemdprme5qtduw" elementId="redo" visible="false"> + <tags>Opaque</tags> + </children> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiiDdn7Eemdprme5qtduw" elementId="additions" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_fqiiDtn7Eemdprme5qtduw" elementId="additions" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiiD9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.launchActionSet"> + <tags>Draggable</tags> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiENn7Eemdprme5qtduw" elementId="debug"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiEdn7Eemdprme5qtduw" elementId="org.eclipse.debug.internal.ui.actions.DebugDropDownAction"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiEtn7Eemdprme5qtduw" elementId="org.eclipse.debug.internal.ui.actions.RunDropDownAction"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiE9n7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.actions.CoverageDropDownAction"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiFNn7Eemdprme5qtduw" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar"> + <tags>Opaque</tags> + </children> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiiFdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" visible="false"> + <tags>Draggable</tags> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiFtn7Eemdprme5qtduw" elementId="JavaWizards"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiF9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.actions.OpenProjectWizard" visible="false"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiGNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.actions.OpenPackageWizard"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiGdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.actions.NewTypeDropDown"> + <tags>Opaque</tags> + </children> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiiGtn7Eemdprme5qtduw" elementId="org.eclipse.search.searchActionSet"> + <tags>Draggable</tags> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiG9n7Eemdprme5qtduw" elementId="Search"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiHNn7Eemdprme5qtduw" elementId="openType"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiHdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.openTask"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiHtn7Eemdprme5qtduw" elementId="org.eclipse.search.OpenSearchDialogPage"> + <tags>Opaque</tags> + </children> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiiH9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.actionSet.presentation"> + <tags>Draggable</tags> + <children xsi:type="menu:HandledToolItem" xmi:id="_fqiiINn7Eemdprme5qtduw" elementId="org.eclipse.ui.genericeditor.togglehighlight" visible="false" iconURI="platform:/plugin/org.eclipse.ui.genericeditor/icons/full/etool16/mark_occurrences.png" selected="true" type="Check" command="_fqjziNn7Eemdprme5qtduw"> + <persistedState key="IIdentifier" value="org.eclipse.ui.genericeditor/org.eclipse.ui.genericeditor.togglehighlight"/> + <visibleWhen xsi:type="ui:CoreExpression" xmi:id="_fqiiIdn7Eemdprme5qtduw" coreExpressionId="programmatic.value"/> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiItn7Eemdprme5qtduw" elementId="Presentation"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiI9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiJNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiJdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.java.ui.editor.folding.auto"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiJtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.toggleWordWrap"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiJ9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiKNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiKdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" visible="false"> + <tags>Opaque</tags> + </children> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiiX9n7Eemdprme5qtduw" elementId="group.nav" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_fqiiYNn7Eemdprme5qtduw" elementId="group.nav" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiiYdn7Eemdprme5qtduw" elementId="org.eclipse.ui.workbench.navigate"> + <tags>Draggable</tags> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiYtn7Eemdprme5qtduw" elementId="history.group"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiY9n7Eemdprme5qtduw" elementId="group.application" visible="false"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiZNn7Eemdprme5qtduw" elementId="backardHistory"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiZdn7Eemdprme5qtduw" elementId="forwardHistory"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiZtn7Eemdprme5qtduw" elementId="pin.group"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:HandledToolItem" xmi:id="_fqiiZ9n7Eemdprme5qtduw" elementId="org.eclipse.ui.window.pinEditor" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.png" tooltip="Pin Editor" type="Check" command="_fqjyp9n7Eemdprme5qtduw"/> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiaNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.gotoNextAnnotation"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiadn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.gotoPreviousAnnotation"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiiatn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition"> + <tags>Opaque</tags> + </children> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiia9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.CompilationUnitEditor" visible="false"> + <tags>Draggable</tags> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiibNn7Eemdprme5qtduw" elementId="group.editor" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_fqiibdn7Eemdprme5qtduw" elementId="group.editor" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiibtn7Eemdprme5qtduw" elementId="group.help" toBeRendered="false"> + <tags>toolbarSeparator</tags> + <children xsi:type="menu:ToolBarSeparator" xmi:id="_fqiib9n7Eemdprme5qtduw" elementId="group.help" toBeRendered="false"/> + </children> + <children xsi:type="menu:ToolBar" xmi:id="_fqiicNn7Eemdprme5qtduw" elementId="org.eclipse.ui.workbench.help" visible="false"> + <tags>Draggable</tags> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiicdn7Eemdprme5qtduw" elementId="group.help"> + <tags>Opaque</tags> + </children> + <children xsi:type="menu:DirectToolItem" xmi:id="_fqiictn7Eemdprme5qtduw" elementId="group.application" visible="false"> + <tags>Opaque</tags> + </children> + </children> + <children xsi:type="menu:ToolControl" xmi:id="_fqiiedn7Eemdprme5qtduw" 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="_fqiifdn7Eemdprme5qtduw" 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="_fqiiftn7Eemdprme5qtduw" elementId="org.eclipse.ui.trim.status" side="Bottom"> + <children xsi:type="menu:ToolControl" xmi:id="_fqiigtn7Eemdprme5qtduw" elementId="org.eclipse.ui.StatusLine" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim"> + <tags>stretch</tags> + </children> + <children xsi:type="menu:ToolControl" xmi:id="_fqiig9n7Eemdprme5qtduw" elementId="org.eclipse.ui.HeapStatus" toBeRendered="false" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim"> + <tags>Draggable</tags> + </children> + <children xsi:type="menu:ToolControl" xmi:id="_fqiii9n7Eemdprme5qtduw" elementId="org.eclipse.ui.ProgressBar" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim"> + <tags>Draggable</tags> + </children> + </trimBars> + <trimBars xmi:id="_fqiijNn7Eemdprme5qtduw" elementId="org.eclipse.ui.trim.vertical1" side="Left"/> + <trimBars xmi:id="_fqiijdn7Eemdprme5qtduw" elementId="org.eclipse.ui.trim.vertical2" side="Right"/> + </children> + <bindingTables xmi:id="_fqiijtn7Eemdprme5qtduw" contributorURI="platform:/plugin/org.eclipse.platform" bindingContext="_fqij_dn7Eemdprme5qtduw"> + <bindings xmi:id="_fqiij9n7Eemdprme5qtduw" keySequence="ALT+F11" command="_fqjx_9n7Eemdprme5qtduw"> + <tags>platform:gtk</tags> + </bindings> + <bindings xmi:id="_fqiikNn7Eemdprme5qtduw" keySequence="SHIFT+INSERT" command="_fqjxgtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiikdn7Eemdprme5qtduw" keySequence="ALT+PAGE_UP" command="_fqkXAdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiktn7Eemdprme5qtduw" keySequence="ALT+PAGE_DOWN" command="_fqjyPNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiik9n7Eemdprme5qtduw" keySequence="SHIFT+DEL" command="_fqjzF9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiilNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+SPACE" command="_fqjy0Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiildn7Eemdprme5qtduw" keySequence="CTRL+SPACE" command="_fqjy4tn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiltn7Eemdprme5qtduw" keySequence="CTRL+A" command="_fqkWmNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiil9n7Eemdprme5qtduw" keySequence="CTRL+C" command="_fqjxPdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiimNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+Z" command="_fqkW3dn7Eemdprme5qtduw"> + <tags>platform:gtk</tags> + </bindings> + <bindings xmi:id="_fqiimdn7Eemdprme5qtduw" keySequence="CTRL+1" command="_fqjym9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiimtn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+I" command="_fqjybNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiim9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+L" command="_fqjzh9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiinNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+D" command="_fqkWndn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiindn7Eemdprme5qtduw" keySequence="CTRL+X" command="_fqjzF9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiintn7Eemdprme5qtduw" keySequence="CTRL+Z" command="_fqjzDNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiin9n7Eemdprme5qtduw" keySequence="CTRL+V" command="_fqjxgtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiioNn7Eemdprme5qtduw" keySequence="CTRL+INSERT" command="_fqjxPdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiodn7Eemdprme5qtduw" keySequence="CTRL+PAGE_UP" command="_fqjzVtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiotn7Eemdprme5qtduw" keySequence="CTRL+PAGE_DOWN" command="_fqjyqNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiio9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+F3" command="_fqjzQtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiipNn7Eemdprme5qtduw" keySequence="CTRL+F10" command="_fqjxvtn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqiipdn7Eemdprme5qtduw" elementId="org.eclipse.ui.textEditorScope" bindingContext="_fqikAdn7Eemdprme5qtduw"> + <bindings xmi:id="_fqiiptn7Eemdprme5qtduw" keySequence="END" command="_fqjzY9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiip9n7Eemdprme5qtduw" keySequence="INSERT" command="_fqjxrNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiqNn7Eemdprme5qtduw" keySequence="F2" command="_fqjyqtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiqdn7Eemdprme5qtduw" keySequence="HOME" command="_fqkWctn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiqtn7Eemdprme5qtduw" keySequence="SHIFT+END" command="_fqkWbdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiq9n7Eemdprme5qtduw" keySequence="SHIFT+HOME" command="_fqjzcNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiirNn7Eemdprme5qtduw" keySequence="ALT+ARROW_UP" command="_fqkW-tn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiirdn7Eemdprme5qtduw" keySequence="ALT+ARROW_DOWN" command="_fqjyUtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiirtn7Eemdprme5qtduw" keySequence="CTRL+BS" command="_fqjxMdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiir9n7Eemdprme5qtduw" keySequence="CTRL++" command="_fqjx-Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiisNn7Eemdprme5qtduw" keySequence="CTRL+-" command="_fqjzjNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiisdn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+CR" command="_fqjzQNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiistn7Eemdprme5qtduw" keySequence="CTRL+J" command="_fqjxyNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiis9n7Eemdprme5qtduw" keySequence="CTRL+K" command="_fqjyNNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiitNn7Eemdprme5qtduw" keySequence="CTRL+L" command="_fqjzAdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiitdn7Eemdprme5qtduw" keySequence="CTRL+D" command="_fqjx3Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiittn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+X" command="_fqjxStn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiit9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+Y" command="_fqjzidn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiuNn7Eemdprme5qtduw" keySequence="CTRL+=" command="_fqjx-Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiudn7Eemdprme5qtduw" keySequence="ALT+/" command="_fqkWedn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiutn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+Q" command="_fqjyetn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiu9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+A" command="_fqjxcNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiivNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Y" command="_fqjxHtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiivdn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+J" command="_fqjyZtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiivtn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+K" command="_fqjyE9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiv9n7Eemdprme5qtduw" keySequence="SHIFT+CR" command="_fqkWcdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiwNn7Eemdprme5qtduw" keySequence="ALT+CTRL+J" command="_fqjyj9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiwdn7Eemdprme5qtduw" keySequence="CTRL+DEL" command="_fqjzA9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiwtn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+DEL" command="_fqjy6tn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiw9n7Eemdprme5qtduw" keySequence="CTRL+END" command="_fqjyWNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiixNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_fqjyjNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiixdn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_fqjxr9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiixtn7Eemdprme5qtduw" keySequence="CTRL+ARROW_UP" command="_fqjyHdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiix9n7Eemdprme5qtduw" keySequence="CTRL+ARROW_DOWN" command="_fqkXHNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiyNn7Eemdprme5qtduw" keySequence="CTRL+ARROW_LEFT" command="_fqjxMtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiydn7Eemdprme5qtduw" keySequence="CTRL+ARROW_RIGHT" command="_fqjyddn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiytn7Eemdprme5qtduw" keySequence="CTRL+HOME" command="_fqjxgNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiy9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+INSERT" command="_fqjyStn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiizNn7Eemdprme5qtduw" keySequence="CTRL+NUMPAD_MULTIPLY" command="_fqjyeNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiizdn7Eemdprme5qtduw" keySequence="CTRL+NUMPAD_ADD" command="_fqkWotn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiztn7Eemdprme5qtduw" keySequence="CTRL+NUMPAD_SUBTRACT" command="_fqjzPtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiiz9n7Eemdprme5qtduw" keySequence="CTRL+NUMPAD_DIVIDE" command="_fqjyItn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii0Nn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_fqkWd9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii0dn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_fqjyVNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii0tn7Eemdprme5qtduw" keySequence="ALT+CTRL+ARROW_UP" command="_fqkWvNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii09n7Eemdprme5qtduw" keySequence="ALT+CTRL+ARROW_DOWN" command="_fqkWrdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii1Nn7Eemdprme5qtduw" keySequence="CTRL+F10" command="_fqjzOdn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqii1dn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" bindingContext="_fqikINn7Eemdprme5qtduw"> + <bindings xmi:id="_fqii1tn7Eemdprme5qtduw" keySequence="INSERT" command="_fqjzgNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii19n7Eemdprme5qtduw" keySequence="F4" command="_fqjxu9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii2Nn7Eemdprme5qtduw" keySequence="SHIFT+INSERT" command="_fqjyCdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii2dn7Eemdprme5qtduw" keySequence="ALT+ARROW_UP" command="_fqjyIdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii2tn7Eemdprme5qtduw" keySequence="ALT+ARROW_DOWN" command="_fqjy9tn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii29n7Eemdprme5qtduw" keySequence="CTRL+CR" command="_fqjy7Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii3Nn7Eemdprme5qtduw" keySequence="ALT+SHIFT+I" command="_fqjzjtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii3dn7Eemdprme5qtduw" keySequence="ALT+SHIFT+C" command="_fqkXF9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii3tn7Eemdprme5qtduw" keySequence="ALT+SHIFT+R" command="_fqkWcNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii39n7Eemdprme5qtduw" keySequence="ALT+SHIFT+U" command="_fqjyb9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii4Nn7Eemdprme5qtduw" keySequence="ALT+SHIFT+ARROW_UP" command="_fqjyydn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii4dn7Eemdprme5qtduw" keySequence="ALT+SHIFT+ARROW_DOWN" command="_fqkWadn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqii4tn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" bindingContext="_fqikB9n7Eemdprme5qtduw"> + <bindings xmi:id="_fqii49n7Eemdprme5qtduw" keySequence="F1" command="_fqjxRdn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqii5Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.contexts.window" bindingContext="_fqij_tn7Eemdprme5qtduw"> + <bindings xmi:id="_fqii5dn7Eemdprme5qtduw" keySequence="F2" command="_fqjxjdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii5tn7Eemdprme5qtduw" keySequence="F3" command="_fqjykdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii59n7Eemdprme5qtduw" keySequence="F4" command="_fqjxndn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii6Nn7Eemdprme5qtduw" keySequence="F5" command="_fqjzZNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii6dn7Eemdprme5qtduw" keySequence="ALT+F7" command="_fqjxg9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii6tn7Eemdprme5qtduw" keySequence="SHIFT+F2" command="_fqjx0tn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii69n7Eemdprme5qtduw" keySequence="SHIFT+F5" command="_fqkWs9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii7Nn7Eemdprme5qtduw" keySequence="ALT+F5" command="_fqkWjtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii7dn7Eemdprme5qtduw" keySequence="ALT+ARROW_LEFT" command="_fqjxxNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii7tn7Eemdprme5qtduw" keySequence="F11" command="_fqkWjdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii79n7Eemdprme5qtduw" keySequence="ALT+ARROW_RIGHT" command="_fqjzQdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii8Nn7Eemdprme5qtduw" keySequence="F12" command="_fqjy5dn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii8dn7Eemdprme5qtduw" keySequence="DEL" command="_fqjyDNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii8tn7Eemdprme5qtduw" keySequence="ALT+CTRL+X G" command="_fqkWg9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii89n7Eemdprme5qtduw" keySequence="ALT+SHIFT+X A" command="_fqjxhtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii9Nn7Eemdprme5qtduw" keySequence="ALT+SHIFT+X Q" command="_fqjyatn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii9dn7Eemdprme5qtduw" keySequence="ALT+SHIFT+X T" command="_fqkWk9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii9tn7Eemdprme5qtduw" keySequence="ALT+SHIFT+X J" command="_fqjyQtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii99n7Eemdprme5qtduw" keySequence="ALT+SHIFT+X M" command="_fqkWpdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii-Nn7Eemdprme5qtduw" keySequence="CTRL+," command="_fqjxidn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii-dn7Eemdprme5qtduw" keySequence="CTRL+-" command="_fqkWYNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii-tn7Eemdprme5qtduw" keySequence="CTRL+." command="_fqkWwdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii-9n7Eemdprme5qtduw" keySequence="CTRL+#" command="_fqjxv9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii_Nn7Eemdprme5qtduw" keySequence="CTRL+H" command="_fqjy4dn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii_dn7Eemdprme5qtduw" keySequence="ALT+SHIFT+D J" command="_fqjyl9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii_tn7Eemdprme5qtduw" keySequence="CTRL+M" command="_fqjy29n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqii_9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+D Q" command="_fqkWwNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijANn7Eemdprme5qtduw" keySequence="CTRL+N" command="_fqkW5tn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijAdn7Eemdprme5qtduw" keySequence="ALT+CTRL+P" command="_fqjyA9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijAtn7Eemdprme5qtduw" keySequence="CTRL+B" command="_fqjxkNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijA9n7Eemdprme5qtduw" keySequence="ALT+CTRL+U" command="_fqjyRtn7Eemdprme5qtduw"> + <tags>platform:gtk</tags> + </bindings> + <bindings xmi:id="_fqijBNn7Eemdprme5qtduw" keySequence="CTRL+E" command="_fqjzANn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijBdn7Eemdprme5qtduw" keySequence="CTRL+F" command="_fqjx99n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijBtn7Eemdprme5qtduw" keySequence="CTRL+G" command="_fqjxM9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijB9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+H" command="_fqjy79n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijCNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+I" command="_fqjxwNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijCdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+J" command="_fqjy-Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijCtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+L" command="_fqjylNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijC9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+M" command="_fqkWpNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijDNn7Eemdprme5qtduw" keySequence="ALT+-" command="_fqjxWtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijDdn7Eemdprme5qtduw" keySequence="CTRL+=" command="_fqjzS9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijDtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+N" command="_fqjzEdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijD9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+R" command="_fqkXIdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijENn7Eemdprme5qtduw" keySequence="ALT+SHIFT+D T" command="_fqjxRNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijEdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+C" command="_fqjy6dn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijEtn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+S" command="_fqjx49n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijE9n7Eemdprme5qtduw" keySequence="CTRL+3" command="_fqjyqdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijFNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+T" command="_fqjzFtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijFdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+F" command="_fqjzUdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijFtn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+V" command="_fqjzbdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijF9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+W" command="_fqjzFdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijGNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+H" command="_fqjxKtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijGdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Z" command="_fqjxItn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijGtn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+N" command="_fqjxW9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijG9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+O" command="_fqkWltn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijHNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+P" command="_fqjyFtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijHdn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+B" command="_fqjyFNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijHtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+R" command="_fqkW49n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijH9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+S" command="_fqkXGdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijINn7Eemdprme5qtduw" keySequence="ALT+SHIFT+T" command="_fqjxctn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijIdn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+E" command="_fqjyOtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijItn7Eemdprme5qtduw" keySequence="ALT+SHIFT+V" command="_fqkWdtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijI9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+G" command="_fqkW3tn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijJNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+W" command="_fqkWu9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijJdn7Eemdprme5qtduw" keySequence="ALT+CTRL+H" command="_fqjxsNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijJtn7Eemdprme5qtduw" keySequence="ALT+CR" command="_fqjyv9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijJ9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+D A" command="_fqjzBNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijKNn7Eemdprme5qtduw" keySequence="CTRL+_" command="_fqjy1Nn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijKdn7Eemdprme5qtduw" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="true"/> + </bindings> + <bindings xmi:id="_fqijKtn7Eemdprme5qtduw" keySequence="CTRL+P" command="_fqjzNNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijK9n7Eemdprme5qtduw" keySequence="CTRL+Q" command="_fqjzTdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijLNn7Eemdprme5qtduw" keySequence="ALT+CTRL+B" command="_fqjyMNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijLdn7Eemdprme5qtduw" keySequence="CTRL+S" command="_fqjzj9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijLtn7Eemdprme5qtduw" keySequence="CTRL+U" command="_fqkW1Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijL9n7Eemdprme5qtduw" keySequence="ALT+CTRL+G" command="_fqjyDtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijMNn7Eemdprme5qtduw" keySequence="CTRL+W" command="_fqkW8Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijMdn7Eemdprme5qtduw" keySequence="CTRL+{" command="_fqjy1Nn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijMtn7Eemdprme5qtduw" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="false"/> + </bindings> + <bindings xmi:id="_fqijM9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+E L" command="_fqjxitn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijNNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+E N" command="_fqkWzdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijNdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+E P" command="_fqjxKdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijNtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+E R" command="_fqjyf9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijN9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+E E" command="_fqjxxdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijONn7Eemdprme5qtduw" keySequence="ALT+SHIFT+E G" command="_fqjzJNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijOdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+E J" command="_fqjxgdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijOtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+E T" command="_fqjxvNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijO9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+E S" command="_fqkWmdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijPNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q H" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijPdn7Eemdprme5qtduw" 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="_fqijPtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q J" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijP9n7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.JavadocView"/> + </bindings> + <bindings xmi:id="_fqijQNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q L" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijQdn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.pde.runtime.LogView"/> + </bindings> + <bindings xmi:id="_fqijQtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q K" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijQ9n7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.mylyn.tasks.ui.views.tasks"/> + </bindings> + <bindings xmi:id="_fqijRNn7Eemdprme5qtduw" keySequence="ALT+CTRL+SHIFT+ARROW_UP" command="_fqjxy9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijRdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q B" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijRtn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.BreakpointView"/> + </bindings> + <bindings xmi:id="_fqijR9n7Eemdprme5qtduw" keySequence="ALT+CTRL+SHIFT+ARROW_DOWN" command="_fqkW9dn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijSNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q D" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijSdn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.SourceView"/> + </bindings> + <bindings xmi:id="_fqijStn7Eemdprme5qtduw" keySequence="ALT+CTRL+SHIFT+ARROW_RIGHT" command="_fqjxptn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijS9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q C" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijTNn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.console.ConsoleView"/> + </bindings> + <bindings xmi:id="_fqijTdn7Eemdprme5qtduw" keySequence="ALT+CTRL+SHIFT+F12" command="_fqkWp9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijTtn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_fqjx4tn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijT9n7Eemdprme5qtduw" keySequence="CTRL+F4" command="_fqkW8Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijUNn7Eemdprme5qtduw" keySequence="CTRL+F6" command="_fqjyBNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijUdn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_fqjy1tn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijUtn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+F7" command="_fqkWkdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijU9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+F8" command="_fqjy09n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijVNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+F9" command="_fqkWi9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijVdn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+F11" command="_fqkXI9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijVtn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+F12" command="_fqjxWdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijV9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q X" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijWNn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ProblemView"/> + </bindings> + <bindings xmi:id="_fqijWdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q Z" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijWtn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.ui.GenericHistoryView"/> + </bindings> + <bindings xmi:id="_fqijW9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q Y" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijXNn7Eemdprme5qtduw" 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="_fqijXdn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+F4" command="_fqjzFdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijXtn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+F6" command="_fqjx9Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijX9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q P" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijYNn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.PackageExplorer"/> + </bindings> + <bindings xmi:id="_fqijYdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+F7" command="_fqjyXNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijYtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q O" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijY9n7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ContentOutline"/> + </bindings> + <bindings xmi:id="_fqijZNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q Q" command="_fqjyJtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijZdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q T" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijZtn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.TypeHierarchy"/> + </bindings> + <bindings xmi:id="_fqijZ9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q S" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijaNn7Eemdprme5qtduw" 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="_fqijadn7Eemdprme5qtduw" keySequence="ALT+SHIFT+Q V" command="_fqjyJtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqijatn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.VariableView"/> + </bindings> + <bindings xmi:id="_fqija9n7Eemdprme5qtduw" keySequence="CTRL+F7" command="_fqjxPtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijbNn7Eemdprme5qtduw" keySequence="CTRL+F8" command="_fqjyntn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijbdn7Eemdprme5qtduw" keySequence="CTRL+F9" command="_fqjyQ9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijbtn7Eemdprme5qtduw" keySequence="CTRL+F11" command="_fqjzatn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijb9n7Eemdprme5qtduw" keySequence="CTRL+F12" command="_fqjyG9n7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijcNn7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.AntEditorScope" bindingContext="_fqikFtn7Eemdprme5qtduw"> + <bindings xmi:id="_fqijcdn7Eemdprme5qtduw" keySequence="F3" command="_fqjxR9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijctn7Eemdprme5qtduw" keySequence="SHIFT+F2" command="_fqjxlNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijc9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+O" command="_fqjxQNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijdNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+R" command="_fqjxm9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijddn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+F" command="_fqkWb9n7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijdtn7Eemdprme5qtduw" elementId="org.eclipse.ui.genericeditor.genericEditorContext" bindingContext="_fqikAtn7Eemdprme5qtduw"> + <bindings xmi:id="_fqijd9n7Eemdprme5qtduw" keySequence="F3" command="_fqjzTtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijeNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+G" command="_fqjzYtn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijedn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" bindingContext="_fqikCtn7Eemdprme5qtduw"> + <bindings xmi:id="_fqijetn7Eemdprme5qtduw" keySequence="F3" command="_fqjxadn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqije9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+/" command="_fqjxV9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijfNn7Eemdprme5qtduw" keySequence="CTRL+I" command="_fqjzONn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijfdn7Eemdprme5qtduw" keySequence="CTRL+O" command="_fqjxj9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijftn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+\" command="_fqjyEtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijf9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+P" command="_fqjxcdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijgNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+A" command="_fqkXHdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijgdn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+C" command="_fqkWaNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijgtn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+F" command="_fqkW39n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijg9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+>" command="_fqjzBdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijhNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+ARROW_UP" command="_fqjySdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijhdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+ARROW_DOWN" command="_fqjyc9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijhtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+ARROW_LEFT" command="_fqjxqdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijh9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_fqjx1Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijiNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+ARROW_UP" command="_fqjyY9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijidn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_fqkWxdn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijitn7Eemdprme5qtduw" elementId="org.eclipse.buildship.ui.contexts.taskview" bindingContext="_fqikIdn7Eemdprme5qtduw"> + <bindings xmi:id="_fqiji9n7Eemdprme5qtduw" keySequence="F5" command="_fqkWZ9n7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijjNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.debugging" bindingContext="_fqikHNn7Eemdprme5qtduw"> + <bindings xmi:id="_fqijjdn7Eemdprme5qtduw" keySequence="F5" command="_fqjxpdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijjtn7Eemdprme5qtduw" keySequence="F6" command="_fqkWftn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijj9n7Eemdprme5qtduw" keySequence="F7" command="_fqkWztn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijkNn7Eemdprme5qtduw" keySequence="F8" command="_fqjxo9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijkdn7Eemdprme5qtduw" keySequence="CTRL+R" command="_fqjxQ9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijktn7Eemdprme5qtduw" keySequence="CTRL+F2" command="_fqjy8dn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijk9n7Eemdprme5qtduw" keySequence="CTRL+F5" command="_fqkWgtn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijlNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" bindingContext="_fqikHdn7Eemdprme5qtduw"> + <bindings xmi:id="_fqijldn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+," command="_fqjzUNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijltn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+." command="_fqjy2Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijl9n7Eemdprme5qtduw" keySequence="CTRL+G" command="_fqjy2dn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijmNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.javaEditorScope" bindingContext="_fqikBNn7Eemdprme5qtduw"> + <bindings xmi:id="_fqijmdn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+/" command="_fqkW1dn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijmtn7Eemdprme5qtduw" keySequence="CTRL+/" command="_fqjxXdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijm9n7Eemdprme5qtduw" keySequence="CTRL+I" command="_fqjzOtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijnNn7Eemdprme5qtduw" keySequence="CTRL+O" command="_fqkWnNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijndn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+\" command="_fqjx5Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijntn7Eemdprme5qtduw" keySequence="ALT+SHIFT+O" command="_fqjzBtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijn9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+P" command="_fqjyW9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijoNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+B" command="_fqkXANn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijodn7Eemdprme5qtduw" keySequence="CTRL+2 R" command="_fqjywtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijotn7Eemdprme5qtduw" keySequence="CTRL+7" command="_fqjxXdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijo9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+M" command="_fqjyq9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijpNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+C" command="_fqjxXdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijpdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+U" command="_fqjyo9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijptn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+F" command="_fqkWb9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijp9n7Eemdprme5qtduw" keySequence="CTRL+T" command="_fqjxa9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijqNn7Eemdprme5qtduw" keySequence="CTRL+F3" command="_fqkWvtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijqdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+ARROW_UP" command="_fqkWv9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijqtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+ARROW_DOWN" command="_fqjyHtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijq9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+ARROW_LEFT" command="_fqjzV9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijrNn7Eemdprme5qtduw" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_fqjx19n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijrdn7Eemdprme5qtduw" keySequence="CTRL+2 M" command="_fqjzaNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijrtn7Eemdprme5qtduw" keySequence="CTRL+2 L" command="_fqjxzNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijr9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+ARROW_UP" command="_fqkW-Nn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijsNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_fqkWntn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijsdn7Eemdprme5qtduw" keySequence="CTRL+2 F" command="_fqkWodn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijstn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.propertiesEditorScope" bindingContext="_fqikF9n7Eemdprme5qtduw"> + <bindings xmi:id="_fqijs9n7Eemdprme5qtduw" keySequence="CTRL+/" command="_fqjxXdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijtNn7Eemdprme5qtduw" keySequence="CTRL+7" command="_fqjxXdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijtdn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+C" command="_fqjxXdn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijttn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.memoryview" bindingContext="_fqikG9n7Eemdprme5qtduw"> + <bindings xmi:id="_fqijt9n7Eemdprme5qtduw" keySequence="CTRL+N" command="_fqjyANn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijuNn7Eemdprme5qtduw" keySequence="ALT+CTRL+M" command="_fqkWktn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijudn7Eemdprme5qtduw" keySequence="ALT+CTRL+N" command="_fqkWqNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijutn7Eemdprme5qtduw" keySequence="CTRL+T" command="_fqjysdn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqiju9n7Eemdprme5qtduw" keySequence="CTRL+W" command="_fqjxudn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijvNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.editors.task" bindingContext="_fqikBtn7Eemdprme5qtduw"> + <bindings xmi:id="_fqijvdn7Eemdprme5qtduw" keySequence="CTRL+O" command="_fqkWsNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijvtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+I" command="_fqjzjtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijv9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+C" command="_fqkXF9n7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijwNn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+M" command="_fqjxZtn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijwdn7Eemdprme5qtduw" keySequence="ALT+SHIFT+R" command="_fqkWcNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijwtn7Eemdprme5qtduw" keySequence="ALT+SHIFT+S" command="_fqjzItn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijw9n7Eemdprme5qtduw" keySequence="ALT+SHIFT+U" command="_fqjyb9n7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijxNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" bindingContext="_fqikCNn7Eemdprme5qtduw"> + <bindings xmi:id="_fqijxdn7Eemdprme5qtduw" keySequence="CTRL+O" command="_fqjxedn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijxtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesView" bindingContext="_fqikItn7Eemdprme5qtduw"> + <bindings xmi:id="_fqijx9n7Eemdprme5qtduw" keySequence="CTRL+C" command="_fqjyuNn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijyNn7Eemdprme5qtduw" keySequence="CTRL+V" command="_fqjxSNn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijydn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.ReflogView" bindingContext="_fqikH9n7Eemdprme5qtduw"> + <bindings xmi:id="_fqijytn7Eemdprme5qtduw" keySequence="CTRL+C" command="_fqjyCNn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijy9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.console" bindingContext="_fqikGNn7Eemdprme5qtduw"> + <bindings xmi:id="_fqijzNn7Eemdprme5qtduw" keySequence="CTRL+D" command="_fqkWuNn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqijzdn7Eemdprme5qtduw" elementId="org.eclipse.core.runtime.xml" bindingContext="_fqikDtn7Eemdprme5qtduw"> + <bindings xmi:id="_fqijztn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+P" command="_fqjy5tn7Eemdprme5qtduw"/> + <bindings xmi:id="_fqijz9n7Eemdprme5qtduw" keySequence="CTRL+SHIFT+D" command="_fqkW09n7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqij0Nn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.classFileEditorScope" bindingContext="_fqikA9n7Eemdprme5qtduw"> + <bindings xmi:id="_fqij0dn7Eemdprme5qtduw" keySequence="CTRL+1" command="_fqkW19n7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqij0tn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" bindingContext="_fqikJ9n7Eemdprme5qtduw"> + <bindings xmi:id="_fqij09n7Eemdprme5qtduw" keySequence="ALT+SHIFT+B" command="_fqkXANn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqij1Nn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" bindingContext="_fqikCdn7Eemdprme5qtduw"> + <bindings xmi:id="_fqij1dn7Eemdprme5qtduw" keySequence="CTRL+SHIFT+O" command="_fqjxedn7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqij1tn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.BreakpointView" bindingContext="_fqikANn7Eemdprme5qtduw"> + <bindings xmi:id="_fqij19n7Eemdprme5qtduw" keySequence="ALT+CR" command="_fqjxJ9n7Eemdprme5qtduw"/> + </bindingTables> + <bindingTables xmi:id="_fqij2Nn7Eemdprme5qtduw" bindingContext="_fqikKdn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij2dn7Eemdprme5qtduw" bindingContext="_fqikKtn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij2tn7Eemdprme5qtduw" bindingContext="_fqikK9n7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij29n7Eemdprme5qtduw" bindingContext="_fqikLNn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij3Nn7Eemdprme5qtduw" bindingContext="_fqikLdn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij3dn7Eemdprme5qtduw" bindingContext="_fqikLtn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij3tn7Eemdprme5qtduw" bindingContext="_fqikL9n7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij39n7Eemdprme5qtduw" bindingContext="_fqikMNn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij4Nn7Eemdprme5qtduw" bindingContext="_fqikMdn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij4dn7Eemdprme5qtduw" bindingContext="_fqikMtn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij4tn7Eemdprme5qtduw" bindingContext="_fqikM9n7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij49n7Eemdprme5qtduw" bindingContext="_fqikNNn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij5Nn7Eemdprme5qtduw" bindingContext="_fqikNdn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij5dn7Eemdprme5qtduw" bindingContext="_fqikNtn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij5tn7Eemdprme5qtduw" bindingContext="_fqikN9n7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij59n7Eemdprme5qtduw" bindingContext="_fqikONn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij6Nn7Eemdprme5qtduw" bindingContext="_fqikOdn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij6dn7Eemdprme5qtduw" bindingContext="_fqikOtn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij6tn7Eemdprme5qtduw" bindingContext="_fqikO9n7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij69n7Eemdprme5qtduw" bindingContext="_fqikPNn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij7Nn7Eemdprme5qtduw" bindingContext="_fqikPdn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij7dn7Eemdprme5qtduw" bindingContext="_fqikPtn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij7tn7Eemdprme5qtduw" bindingContext="_fqikP9n7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij79n7Eemdprme5qtduw" bindingContext="_fqikQNn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij8Nn7Eemdprme5qtduw" bindingContext="_fqikQdn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij8dn7Eemdprme5qtduw" bindingContext="_fqikQtn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij8tn7Eemdprme5qtduw" bindingContext="_fqikQ9n7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij89n7Eemdprme5qtduw" bindingContext="_fqikRNn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij9Nn7Eemdprme5qtduw" bindingContext="_fqikRdn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij9dn7Eemdprme5qtduw" bindingContext="_fqikRtn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij9tn7Eemdprme5qtduw" bindingContext="_fqikR9n7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij99n7Eemdprme5qtduw" bindingContext="_fqikSNn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij-Nn7Eemdprme5qtduw" bindingContext="_fqikSdn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij-dn7Eemdprme5qtduw" bindingContext="_fqikStn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij-tn7Eemdprme5qtduw" bindingContext="_fqikS9n7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij-9n7Eemdprme5qtduw" bindingContext="_fqikTNn7Eemdprme5qtduw"/> + <bindingTables xmi:id="_fqij_Nn7Eemdprme5qtduw" bindingContext="_fqikTdn7Eemdprme5qtduw"/> + <rootContext xmi:id="_fqij_dn7Eemdprme5qtduw" 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="_fqij_tn7Eemdprme5qtduw" elementId="org.eclipse.ui.contexts.window" contributorURI="platform:/plugin/org.eclipse.platform" name="In Windows" description="A window is open"> + <children xmi:id="_fqij_9n7Eemdprme5qtduw" elementId="org.eclipse.e4.ui.contexts.views" contributorURI="platform:/plugin/org.eclipse.platform" name="%bindingcontext.name.bindingView"/> + <children xmi:id="_fqikANn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.BreakpointView" name="In Breakpoints View" description="The breakpoints view context"/> + <children xmi:id="_fqikAdn7Eemdprme5qtduw" elementId="org.eclipse.ui.textEditorScope" name="Editing Text" description="Editing Text Context"> + <children xmi:id="_fqikAtn7Eemdprme5qtduw" elementId="org.eclipse.ui.genericeditor.genericEditorContext" name="in Generic Code Editor" description="When editing in the Generic Code Editor"/> + <children xmi:id="_fqikA9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.classFileEditorScope" name="Browsing attached Java Source" description="Browsing attached Java Source Context"/> + <children xmi:id="_fqikBNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.javaEditorScope" name="Editing Java Source" description="Editing Java Source Context"/> + <children xmi:id="_fqikBdn7Eemdprme5qtduw" elementId="org.eclipse.wst.xsd.ui.text.editor.context" name="Editing XSD context"/> + <children xmi:id="_fqikBtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.editors.task" name="In Tasks Editor"/> + <children xmi:id="_fqikB9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context"> + <children xmi:id="_fqikCNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context"/> + <children xmi:id="_fqikCdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" name="Task Markup Editor Source Context"/> + </children> + <children xmi:id="_fqikCtn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors"> + <children xmi:id="_fqikC9n7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.navigation" name="XML Source Navigation" description="XML Source Navigation"/> + <children xmi:id="_fqikDNn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.cleanup" name="XML Source Cleanup" description="XML Source Cleanup"/> + <children xmi:id="_fqikDdn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.comments" name="Source Comments in Structured Text Editors" description="Source Comments in Structured Text Editors"/> + <children xmi:id="_fqikDtn7Eemdprme5qtduw" elementId="org.eclipse.core.runtime.xml" name="Editing XML Source" description="Editing XML Source"/> + <children xmi:id="_fqikD9n7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.occurrences" name="XML Source Occurrences" description="XML Source Occurrences"/> + <children xmi:id="_fqikENn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.grammar" name="XML Source Grammar" description="XML Source Grammar"/> + <children xmi:id="_fqikEdn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.comments" name="XML Source Comments" description="XML Source Comments"/> + <children xmi:id="_fqikEtn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.expand" name="XML Source Expand/Collapse" description="XML Source Expand/Collapse"/> + <children xmi:id="_fqikE9n7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.hideFormat" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors"/> + <children xmi:id="_fqikFNn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.selection" name="XML Source Selection" description="XML Source Selection"/> + <children xmi:id="_fqikFdn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.dependencies" name="XML Source Dependencies" description="XML Source Dependencies"/> + </children> + <children xmi:id="_fqikFtn7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.AntEditorScope" name="Editing Ant Buildfiles" description="Editing Ant Buildfiles Context"/> + <children xmi:id="_fqikF9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.propertiesEditorScope" name="Editing Properties Files" description="Editing Properties Files Context"/> + </children> + <children xmi:id="_fqikGNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.console" name="In I/O Console" description="In I/O console"/> + <children xmi:id="_fqikGdn7Eemdprme5qtduw" elementId="org.eclipse.compare.compareEditorScope" name="Comparing in an Editor" description="Comparing in an Editor"/> + <children xmi:id="_fqikGtn7Eemdprme5qtduw" elementId="org.eclipse.ui.console.ConsoleView" name="In Console View" description="In Console View"/> + <children xmi:id="_fqikG9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.memoryview" name="In Memory View" description="In memory view"/> + <children xmi:id="_fqikHNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.debugging" name="Debugging" description="Debugging programs"> + <children xmi:id="_fqikHdn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" name="In Table Memory Rendering" description="In Table Memory Rendering"/> + <children xmi:id="_fqikHtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.debugging" name="Debugging Java" description="Debugging Java programs"/> + </children> + <children xmi:id="_fqikH9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.ReflogView" name="In Git Reflog View"/> + <children xmi:id="_fqikINn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" name="In Tasks View"/> + <children xmi:id="_fqikIdn7Eemdprme5qtduw" 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="_fqikItn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesView" name="In Git Repositories View"/> + </children> + <children xmi:id="_fqikI9n7Eemdprme5qtduw" elementId="org.eclipse.ui.contexts.dialog" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs" description="A dialog is open"/> + </rootContext> + <rootContext xmi:id="_fqikJNn7Eemdprme5qtduw" elementId="org.eclipse.wst.xsd.ui.editor.designView" name="XSD Editor Design View" description="XSD Editor Design View"/> + <rootContext xmi:id="_fqikJdn7Eemdprme5qtduw" elementId="org.eclipse.ui.contexts.actionSet" name="Action Set" description="Parent context for action sets"/> + <rootContext xmi:id="_fqikJtn7Eemdprme5qtduw" elementId="org.eclipse.ui.contexts.workbenchMenu" name="Workbench Menu" description="When no Workbench windows are active"/> + <rootContext xmi:id="_fqikJ9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" name="Editor Breadcrumb Navigation" description="Editor Breadcrumb Navigation Context"/> + <rootContext xmi:id="_fqikKNn7Eemdprme5qtduw" elementId="org.eclipse.wst.xsd.ui.editor.sourceView" name="XSD Editor Source View" description="XSD Editor Source View"/> + <rootContext xmi:id="_fqikKdn7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.actionSet.presentation" name="Auto::org.eclipse.ant.ui.actionSet.presentation"/> + <rootContext xmi:id="_fqikKtn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.breakpointActionSet" name="Auto::org.eclipse.debug.ui.breakpointActionSet"/> + <rootContext xmi:id="_fqikK9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.debugActionSet" name="Auto::org.eclipse.debug.ui.debugActionSet"/> + <rootContext xmi:id="_fqikLNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.launchActionSet" name="Auto::org.eclipse.debug.ui.launchActionSet"/> + <rootContext xmi:id="_fqikLdn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.profileActionSet" name="Auto::org.eclipse.debug.ui.profileActionSet"/> + <rootContext xmi:id="_fqikLtn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.CoverageActionSet" name="Auto::org.eclipse.eclemma.ui.CoverageActionSet"/> + <rootContext xmi:id="_fqikL9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.gitaction" name="Auto::org.eclipse.egit.ui.gitaction"/> + <rootContext xmi:id="_fqikMNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.navigation" name="Auto::org.eclipse.egit.ui.navigation"/> + <rootContext xmi:id="_fqikMdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.SearchActionSet" name="Auto::org.eclipse.egit.ui.SearchActionSet"/> + <rootContext xmi:id="_fqikMtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.JDTDebugActionSet" name="Auto::org.eclipse.jdt.debug.ui.JDTDebugActionSet"/> + <rootContext xmi:id="_fqikM9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.junit.JUnitActionSet" name="Auto::org.eclipse.jdt.junit.JUnitActionSet"/> + <rootContext xmi:id="_fqikNNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.jdt.ui.text.java.actionSet.presentation"/> + <rootContext xmi:id="_fqikNdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.jdt.ui.JavaElementCreationActionSet"/> + <rootContext xmi:id="_fqikNtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.JavaActionSet" name="Auto::org.eclipse.jdt.ui.JavaActionSet"/> + <rootContext xmi:id="_fqikN9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.A_OpenActionSet" name="Auto::org.eclipse.jdt.ui.A_OpenActionSet"/> + <rootContext xmi:id="_fqikONn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.CodingActionSet" name="Auto::org.eclipse.jdt.ui.CodingActionSet"/> + <rootContext xmi:id="_fqikOdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.SearchActionSet" name="Auto::org.eclipse.jdt.ui.SearchActionSet"/> + <rootContext xmi:id="_fqikOtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.actionSet" name="Auto::org.eclipse.mylyn.context.ui.actionSet"/> + <rootContext xmi:id="_fqikO9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.java.actionSet" name="Auto::org.eclipse.mylyn.java.actionSet"/> + <rootContext xmi:id="_fqikPNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.java.actionSet.browsing" name="Auto::org.eclipse.mylyn.java.actionSet.browsing"/> + <rootContext xmi:id="_fqikPdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.doc.actionSet" name="Auto::org.eclipse.mylyn.doc.actionSet"/> + <rootContext xmi:id="_fqikPtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.navigation" name="Auto::org.eclipse.mylyn.tasks.ui.navigation"/> + <rootContext xmi:id="_fqikP9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.navigation.additions" name="Auto::org.eclipse.mylyn.tasks.ui.navigation.additions"/> + <rootContext xmi:id="_fqikQNn7Eemdprme5qtduw" elementId="org.eclipse.ui.cheatsheets.actionSet" name="Auto::org.eclipse.ui.cheatsheets.actionSet"/> + <rootContext xmi:id="_fqikQdn7Eemdprme5qtduw" elementId="org.eclipse.search.searchActionSet" name="Auto::org.eclipse.search.searchActionSet"/> + <rootContext xmi:id="_fqikQtn7Eemdprme5qtduw" elementId="org.eclipse.team.ui.actionSet" name="Auto::org.eclipse.team.ui.actionSet"/> + <rootContext xmi:id="_fqikQ9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.actionSet.annotationNavigation" name="Auto::org.eclipse.ui.edit.text.actionSet.annotationNavigation"/> + <rootContext xmi:id="_fqikRNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.actionSet.navigation" name="Auto::org.eclipse.ui.edit.text.actionSet.navigation"/> + <rootContext xmi:id="_fqikRdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo" name="Auto::org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/> + <rootContext xmi:id="_fqikRtn7Eemdprme5qtduw" elementId="org.eclipse.ui.externaltools.ExternalToolsSet" name="Auto::org.eclipse.ui.externaltools.ExternalToolsSet"/> + <rootContext xmi:id="_fqikR9n7Eemdprme5qtduw" elementId="org.eclipse.ui.NavigateActionSet" name="Auto::org.eclipse.ui.NavigateActionSet"/> + <rootContext xmi:id="_fqikSNn7Eemdprme5qtduw" elementId="org.eclipse.ui.actionSet.keyBindings" name="Auto::org.eclipse.ui.actionSet.keyBindings"/> + <rootContext xmi:id="_fqikSdn7Eemdprme5qtduw" elementId="org.eclipse.ui.WorkingSetModificationActionSet" name="Auto::org.eclipse.ui.WorkingSetModificationActionSet"/> + <rootContext xmi:id="_fqikStn7Eemdprme5qtduw" elementId="org.eclipse.ui.WorkingSetActionSet" name="Auto::org.eclipse.ui.WorkingSetActionSet"/> + <rootContext xmi:id="_fqikS9n7Eemdprme5qtduw" elementId="org.eclipse.ui.actionSet.openFiles" name="Auto::org.eclipse.ui.actionSet.openFiles"/> + <rootContext xmi:id="_fqikTNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.actionSet.presentation" name="Auto::org.eclipse.ui.edit.text.actionSet.presentation"/> + <rootContext xmi:id="_fqikTdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.launching.localJavaApplication.internal.org.eclipse.debug.ui.DebugPerspective" name="Auto::org.eclipse.jdt.launching.localJavaApplication.internal.org.eclipse.debug.ui.DebugPerspective"/> + <descriptors xmi:id="_fqikTtn7Eemdprme5qtduw" elementId="org.eclipse.e4.ui.compatibility.editor" allowMultiple="true" category="org.eclipse.e4.primaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor"> + <tags>Editor</tags> + </descriptors> + <descriptors xmi:id="_fqikT9n7Eemdprme5qtduw" 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="_fqikUNn7Eemdprme5qtduw" 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="_fqikUdn7Eemdprme5qtduw" 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="_fqikUtn7Eemdprme5qtduw" 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="_fqikU9n7Eemdprme5qtduw" 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="_fqikVNn7Eemdprme5qtduw" 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="_fqikVdn7Eemdprme5qtduw" 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="_fqikVtn7Eemdprme5qtduw" 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="_fqikV9n7Eemdprme5qtduw" 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="_fqikWNn7Eemdprme5qtduw" 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="_fqikWdn7Eemdprme5qtduw" 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="_fqikWtn7Eemdprme5qtduw" 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="_fqikW9n7Eemdprme5qtduw" 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="_fqikXNn7Eemdprme5qtduw" 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="_fqikXdn7Eemdprme5qtduw" 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="_fqikXtn7Eemdprme5qtduw" 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="_fqikX9n7Eemdprme5qtduw" elementId="org.eclipse.gef.ui.palette_view" label="Palette" iconURI="platform:/plugin/org.eclipse.gef/icons/palette_view.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.gef.ui.views.palette.PaletteView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.gef"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </descriptors> + <descriptors xmi:id="_fqikYNn7Eemdprme5qtduw" elementId="org.eclipse.help.ui.HelpView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <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="_fqikYdn7Eemdprme5qtduw" 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="_fqikYtn7Eemdprme5qtduw" 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="_fqikY9n7Eemdprme5qtduw" 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="_fqikZNn7Eemdprme5qtduw" 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="_fqikZdn7Eemdprme5qtduw" 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="_fqikZtn7Eemdprme5qtduw" 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="_fqikZ9n7Eemdprme5qtduw" 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="_fqikaNn7Eemdprme5qtduw" 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="_fqikadn7Eemdprme5qtduw" 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="_fqikatn7Eemdprme5qtduw" 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="_fqika9n7Eemdprme5qtduw" 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="_fqikbNn7Eemdprme5qtduw" 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="_fqikbdn7Eemdprme5qtduw" elementId="org.eclipse.m2e.core.views.MavenRepositoryView" label="Maven Repositories" iconURI="platform:/plugin/org.eclipse.m2e.core.ui/icons/maven_indexes.gif" tooltip="" category="Maven" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.m2e.core.ui.internal.views.MavenRepositoryView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.m2e.core.ui"/> + <tags>View</tags> + <tags>categoryTag:Maven</tags> + </descriptors> + <descriptors xmi:id="_fqikbtn7Eemdprme5qtduw" 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="_fqikb9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.navigator.builds" label="Builds" iconURI="platform:/plugin/org.eclipse.mylyn.builds.ui/icons/eview16/build-view.png" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.builds.ui.view.BuildsView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.builds.ui"/> + <tags>View</tags> + <tags>categoryTag:Mylyn</tags> + </descriptors> + <descriptors xmi:id="_fqikcNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.commons.repositories.ui.navigator.Repositories" label="Team Repositories" iconURI="platform:/plugin/org.eclipse.mylyn.commons.repositories.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.commons.repositories.ui.RepositoriesView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.commons.repositories.ui"/> + <tags>View</tags> + <tags>categoryTag:Mylyn</tags> + </descriptors> + <descriptors xmi:id="_fqikcdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" label="Task List" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" allowMultiple="true" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskListView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/> + <tags>View</tags> + <tags>categoryTag:Mylyn</tags> + </descriptors> + <descriptors xmi:id="_fqikctn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.views.repositories" label="Task Repositories" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskRepositoriesView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/> + <tags>View</tags> + <tags>categoryTag:Mylyn</tags> + </descriptors> + <descriptors xmi:id="_fqikc9n7Eemdprme5qtduw" 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="_fqikdNn7Eemdprme5qtduw" elementId="org.eclipse.search.SearchResultView" label="Classic Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.search.internal.ui.SearchResultView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </descriptors> + <descriptors xmi:id="_fqikddn7Eemdprme5qtduw" 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="_fqikdtn7Eemdprme5qtduw" elementId="org.eclipse.team.sync.views.SynchronizeView" label="Synchronize" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/synch_synch.png" tooltip="" allowMultiple="true" category="Team" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.synchronize.SynchronizeView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/> + <tags>View</tags> + <tags>categoryTag:Team</tags> + </descriptors> + <descriptors xmi:id="_fqikd9n7Eemdprme5qtduw" elementId="org.eclipse.team.ui.GenericHistoryView" label="History" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/history_view.png" tooltip="" allowMultiple="true" category="Team" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.history.GenericHistoryView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/> + <tags>View</tags> + <tags>categoryTag:Team</tags> + </descriptors> + <descriptors xmi:id="_fqikeNn7Eemdprme5qtduw" 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="_fqikedn7Eemdprme5qtduw" 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="_fqiketn7Eemdprme5qtduw" 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="_fqike9n7Eemdprme5qtduw" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <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="_fqjIQNn7Eemdprme5qtduw" 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="_fqjIQdn7Eemdprme5qtduw" 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="_fqjIQtn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.ResourceNavigator" label="Navigator" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <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="_fqjIQ9n7Eemdprme5qtduw" 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="_fqjIRNn7Eemdprme5qtduw" 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="_fqjIRdn7Eemdprme5qtduw" 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="_fqjIRtn7Eemdprme5qtduw" 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="_fqjIR9n7Eemdprme5qtduw" 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="_fqjISNn7Eemdprme5qtduw" 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="_fqjISdn7Eemdprme5qtduw" 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="_fqjIStn7Eemdprme5qtduw" 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="_fqjIS9n7Eemdprme5qtduw" elementId="org.eclipse.ui.views.minimap.MinimapView" label="Minimap" iconURI="platform:/plugin/org.eclipse.ui.workbench.texteditor/icons/full/eview16/minimap.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.minimap.MinimapView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.workbench.texteditor"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </descriptors> + <descriptors xmi:id="_fqjITNn7Eemdprme5qtduw" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" label="Snippets" iconURI="platform:/plugin/org.eclipse.wst.common.snippets/icons/snippets_view.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.common.snippets.internal.ui.SnippetsView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.common.snippets"/> + <tags>View</tags> + <tags>categoryTag:General</tags> + </descriptors> + <descriptors xmi:id="_fqjITdn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.ui.views.annotations.XMLAnnotationsView" label="Documentation" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/obj16/comment_obj.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.ui.internal.views.annotations.XMLAnnotationsView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.ui"/> + <tags>View</tags> + <tags>categoryTag:XML</tags> + </descriptors> + <descriptors xmi:id="_fqjITtn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.ui.contentmodel.view" label="Content Model" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/view16/hierarchy.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView"> + <persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.ui.internal.views.contentmodel.ContentModelView"/> + <persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.ui"/> + <tags>View</tags> + <tags>categoryTag:XML</tags> + </descriptors> + <commands xmi:id="_fqjxG9n7Eemdprme5qtduw" elementId="org.eclipse.ui.window.customizePerspective" contributorURI="platform:/plugin/org.eclipse.platform" commandName="Customize Perspective" description="Customize the current perspective"/> + <commands xmi:id="_fqjxHNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.correction.inlineLocal.assist" commandName="Quick Assist - Inline local variable" description="Invokes quick assist and selects 'Inline local variable'" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxHdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.pageUp" commandName="Select Page Up" description="Select to the top of the page" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxHtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.toggleWordWrap" commandName="Toggle Word Wrap" description="Toggle word wrap in the current text editor" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxH9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaseline" commandName="Reset quickdiff baseline" category="_fqkXvdn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjxINn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaselineTarget" name="Reset target (HEAD, HEAD^1)" optional="false"/> + </commands> + <commands xmi:id="_fqjxIdn7Eemdprme5qtduw" elementId="org.eclipse.oomph.p2.ui.SearchRequirements" commandName="Search Requirements" category="_fqkXtdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxItn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxI9n7Eemdprme5qtduw" elementId="org.eclipse.search.ui.openFileSearchPage" commandName="File Search" description="Open the Search dialog's file search page" category="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxJNn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxJdn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxJtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewAddRepository" commandName="Add a Git Repository" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxJ9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.breakpoint.properties" commandName="Java Breakpoint Properties" description="View and edit the properties for a given Java breakpoint" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxKNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxKdn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.junitPluginShortcut.coverage" commandName="Coverage JUnit Plug-in Test" description="Coverage JUnit Plug-in Test" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxKtn7Eemdprme5qtduw" 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="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxK9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearActiveTime" commandName="Clear Active Time" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxLNn7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.copyBuildIdCommand" commandName="Copy Build Id Information To Clipboard" description="Copies the build identification information to the clipboard." category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxLdn7Eemdprme5qtduw" elementId="org.eclipse.buildship.ui.commands.refreshproject" commandName="Refresh Gradle Project" description="Synchronizes the Gradle builds of the selected projects with the workspace" category="_fqkXodn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxLtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.textEnd" commandName="Select Text End" description="Select to the end of the text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxL9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.commands.task.attachContext" commandName="Attach Context" category="_fqkXptn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxMNn7Eemdprme5qtduw" elementId="org.eclipse.oomph.setup.editor.openDiscoveredType" commandName="Open Discovered Type" category="_fqkXpNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxMdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.deletePreviousWord" commandName="Delete Previous Word" description="Delete the previous word" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxMtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.wordPrevious" commandName="Previous Word" description="Go to the previous word" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxM9n7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxNNn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.preferences" commandName="Preferences" description="Open the preferences dialog" category="_fqkXrtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjxNdn7Eemdprme5qtduw" elementId="preferencePageId" name="Preference Page"/> + </commands> + <commands xmi:id="_fqjxNtn7Eemdprme5qtduw" elementId="org.eclipse.m2e.sourcelookup.ui.openSourceLookupInfoDialog" commandName="Source Lookup Info" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxN9n7Eemdprme5qtduw" 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="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxONn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxOdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commit.Squash" commandName="Squash Commits" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxOtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.Edit" commandName="Edit Commit" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxO9n7Eemdprme5qtduw" elementId="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard" commandName="Eclipse Marketplace" description="Show the Eclipse Marketplace wizard" category="_fqkXvdn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjxPNn7Eemdprme5qtduw" elementId="trigger" name="trigger"/> + </commands> + <commands xmi:id="_fqjxPdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.copy" commandName="Copy" description="Copy the selection to the clipboard" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxPtn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.nextView" commandName="Next View" description="Switch to the next view" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxP9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.revertToSaved" commandName="Revert to Saved" description="Revert to the last saved state" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxQNn7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.toggleMarkOccurrences" commandName="Toggle Ant Mark Occurrences" description="Toggles mark occurrences in Ant editors" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxQdn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.properties.NewPropertySheetCommand" commandName="Properties" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxQtn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.addToWorkingSet" commandName="Add to Working Set" description="Adds the selected object to a working set." category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxQ9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.RunToLine" commandName="Run to Line" description="Resume and break when execution reaches the current line" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxRNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.junit.junitShortcut.debug" commandName="Debug JUnit Test" description="Debug JUnit Test" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxRdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.ui.editor.showCheatSheetCommand" commandName="Show Markup Cheat Sheet" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxRtn7Eemdprme5qtduw" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" commandName="Team Synchronizing" description="Open the Team Synchronizing Perspective" category="_fqkXt9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxR9n7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.open.declaration.command" commandName="Open Declaration" description="Opens the Ant editor on the referenced element" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxSNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewPaste" commandName="Paste Repository Path or URI" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxSdn7Eemdprme5qtduw" 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="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxStn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.upperCase" commandName="To Upper Case" description="Changes the selection to upper case" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxS9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.ConfigureFetch" commandName="Configure Upstream Fetch" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxTNn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.goInto" commandName="Go Into" description="Navigate into the selected item" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxTdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.ConfigureUpstreamPush" commandName="Configure Upstream Push" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxTtn7Eemdprme5qtduw" elementId="org.eclipse.epp.mpc.ui.command.showInstalled" commandName="Manage installed plug-ins" description="Update or uninstall plug-ins installed from the Marketplace" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxT9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.OpenRunConfigurations" commandName="Run..." description="Open run launch configuration dialog" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxUNn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxUdn7Eemdprme5qtduw" elementId="org.eclipse.gef.ui.palette_view" commandName="Palette" category="_fqkXndn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxUtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.windowEnd" commandName="Select Window End" description="Select to the end of the window" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxU9n7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.resetOnDump" commandName="Reset on Dump" category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxVNn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.minimizePart" commandName="Minimize Active View or Editor" description="Minimizes the active view or editor" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxVdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.commands.task.clearContext" commandName="Clear Context" category="_fqkXptn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxVtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Untrack" commandName="Untrack" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxV9n7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.add.block.comment" commandName="Add Block Comment" description="Add Block Comment" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxWNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.ToggleLineBreakpoint" commandName="Toggle Line Breakpoint" description="Creates or removes a line breakpoint" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxWdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.searchForTask" commandName="Search Repository for Task" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxWtn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.showSystemMenu" commandName="Show System Menu" description="Show the system menu" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxW9n7Eemdprme5qtduw" 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="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxXNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxXdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxXtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxX9n7Eemdprme5qtduw" elementId="org.eclipse.m2e.actions.LifeCycleTest.run" commandName="Run Maven Test" description="Run Maven Test" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxYNn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.savePerspective" commandName="Save Perspective As" description="Save the current perspective" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxYdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.internal.reflog.CheckoutCommand" commandName="Check Out" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxYtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.move" commandName="Move..." description="Move the selected item" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxY9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxZNn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxZdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.command.configureTrace" commandName="Configure Git Debug Trace" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxZtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.maximizePart" commandName="Maximize Part" description="Maximize Part" category="_fqkXoNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxZ9n7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxaNn7Eemdprme5qtduw" 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="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxadn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.open.file.from.source" commandName="Open Selection" description="Open an editor on the selected link" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxatn7Eemdprme5qtduw" elementId="org.eclipse.compare.ignoreWhiteSpace" commandName="Ignore White Space" description="Ignore white space where applicable" category="_fqkXrdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxa9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxbNn7Eemdprme5qtduw" elementId="org.eclipse.oomph.setup.editor.importProjects" commandName="Import Projects" category="_fqkXpNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxbdn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.hideUnusedElements" commandName="Hide Unused Elements" category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxbtn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxb9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.command.ShowTestResults" commandName="Show Test Results" category="_fqkXotn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxcNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode" commandName="Toggle Block Selection" description="Toggle block / column selection in the current text editor" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxcdn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.goto.matching.bracket" commandName="Matching Character" description="Go to Matching Character" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxctn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxc9n7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.ui.disable.grammar.constraints" commandName="Turn off Grammar Constraints" description="Turn off grammar Constraints" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxdNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.commands.showElementInTypeHierarchyView" commandName="Show Java Element Type Hierarchy" description="Show a Java element in the Type Hierarchy view" category="_fqkXqNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjxddn7Eemdprme5qtduw" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> + </commands> + <commands xmi:id="_fqjxdtn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.goToResource" commandName="Go to" description="Go to a particular resource in the active view" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxd9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxeNn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.resetPerspective" commandName="Reset Perspective" description="Reset the current perspective to its default state" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxedn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.ui.quickOutlineCommand" commandName="Quick Outline" description="Open a popup dialog with a quick outline of the current document" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxetn7Eemdprme5qtduw" elementId="org.eclipse.ui.project.buildLast" commandName="Repeat Working Set Build" description="Repeat the last working set build" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxe9n7Eemdprme5qtduw" elementId="org.eclipse.ui.project.buildProject" commandName="Build Project" description="Build the selected project" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxfNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.CompareIndexWithHead" commandName="Compare File in Index with HEAD Revision" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxfdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.override.methods" commandName="Override/Implement Methods" description="Override or implement methods from super types" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxftn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.discoveryWizardCommand" commandName="Discovery Wizard" description="shows the connector discovery wizard" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxf9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.ui.convertToDocbookCommand" commandName="Generate Docbook" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxgNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.textStart" commandName="Text Start" description="Go to the beginning of the text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxgdn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.localJavaShortcut.coverage" commandName="Coverage Java Application" description="Coverage Java Application" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxgtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.paste" commandName="Paste" description="Paste from the clipboard" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxg9n7Eemdprme5qtduw" elementId="org.eclipse.ui.part.nextPage" commandName="Next Page" description="Switch to the next page" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxhNn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxhdn7Eemdprme5qtduw" elementId="org.eclipse.oomph.setup.editor.refreshCache" commandName="Refresh Remote Cache" category="_fqkXpNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxhtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.run" commandName="Run Java Applet" description="Run Java Applet" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxh9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.CreateBranch" commandName="Create Branch" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxiNn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.exportSession" commandName="Export Session..." category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxidn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.previous" commandName="Previous" description="Navigate to the previous item" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxitn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.scalaShortcut.coverage" commandName="Coverage Scala Application" description="Coverage Scala Application" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxi9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.clean" commandName="Clean..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxjNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewClone" commandName="Clone a Git Repository" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxjdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.rename" commandName="Rename" description="Rename the selected item" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxjtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.clear.mark" commandName="Clear Mark" description="Clear the mark" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxj9n7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.quick_outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxkNn7Eemdprme5qtduw" elementId="org.eclipse.ui.project.buildAll" commandName="Build All" description="Build all projects" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxkdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.OpenInTextEditorCommand" commandName="Open in Text Editor" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxktn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.dumpExecutionData" commandName="Dump Execution Data" category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxk9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewRemove" commandName="Remove Repository" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxlNn7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.openExternalDoc" commandName="Open External Documentation" description="Open the External documentation for the current task in the Ant editor" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxldn7Eemdprme5qtduw" 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="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxltn7Eemdprme5qtduw" elementId="org.eclipse.buildship.ui.commands.runtasks" commandName="Run Gradle Tasks" description="Runs all the selected Gradle tasks" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxl9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb" commandName="Toggle Java Editor Breadcrumb" description="Toggle the Java editor breadcrumb" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxmNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewCreateRepository" commandName="Create a Repository" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxmdn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxmtn7Eemdprme5qtduw" elementId="org.eclipse.ui.editors.revisions.rendering.cycle" commandName="Cycle Revision Coloring Mode" description="Cycles through the available coloring modes for revisions" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxm9n7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.renameInFile" commandName="Rename In File" description="Renames all references within the same buildfile" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxnNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.PushTags" commandName="Push Tags..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxndn7Eemdprme5qtduw" 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="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxntn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.ContinueRebase" commandName="Continue Rebase" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxn9n7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxoNn7Eemdprme5qtduw" 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="_fqkXsNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxodn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.CreatePatch" commandName="Create Patch..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxotn7Eemdprme5qtduw" elementId="org.eclipse.ltk.ui.refactoring.commands.moveResources" commandName="Move Resources" description="Move the selected resources and notify LTK participants." category="_fqkXuNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxo9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.Resume" commandName="Resume" description="Resume" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxpNn7Eemdprme5qtduw" elementId="org.eclipse.m2e.actions.LifeCycleGenerateSources.run" commandName="Run Maven Generate Sources" description="Run Maven Generate Sources" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxpdn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.StepInto" commandName="Step Into" description="Step into" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxptn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.commands.open.context.dialog" commandName="Show Context Quick View" description="Show Context Quick View" category="_fqkXptn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxp9n7Eemdprme5qtduw" elementId="org.eclipse.ui.file.restartWorkbench" commandName="Restart" description="Restart the workbench" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxqNn7Eemdprme5qtduw" elementId="org.eclipse.e4.ui.importer.openDirectory" commandName="Open Projects from File System..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxqdn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.structure.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxqtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.CompareWithRef" commandName="Compare with Branch, Tag or Reference..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxq9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.commands.attachment.retrieveContext" commandName="Retrieve Context Attachment" category="_fqkXptn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxrNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.toggleOverwrite" commandName="Toggle Overwrite" description="Toggle overwrite mode" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxrdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxrtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.commands.AddExceptionBreakpoint" commandName="Add Java Exception Breakpoint" description="Add a Java exception breakpoint" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxr9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.folding.collapse_all" commandName="Collapse All" description="Collapses all folded regions" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxsNn7Eemdprme5qtduw" 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="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxsdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewClearCredentials" commandName="Clear Credentials" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxstn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.commands.ToggleTracepoint" commandName="Toggle Tracepoint" description="Creates or removes a tracepoint " category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxs9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.ui.convertToMarkupCommand" commandName="Generate Markup" category="_fqkXvdn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjxtNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.ui.targetLanguage" name="TargetLanguage" optional="false"/> + </commands> + <commands xmi:id="_fqjxtdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.RefreshRepositoryTasks" commandName="Synchronize Changed" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxttn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.ToggleWatchpoint" commandName="Toggle Watchpoint" description="Creates or removes a watchpoint" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxt9n7Eemdprme5qtduw" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog" commandName="Show Repository Catalog" category="_fqkXvdn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjxuNn7Eemdprme5qtduw" elementId="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter" name="P2 Repository URI"/> + </commands> + <commands xmi:id="_fqjxudn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.closeRendering" commandName="Close Rendering" description="Close the selected rendering." category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxutn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewOpenInEditor" commandName="Open in Editor" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxu9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.showToolTip" commandName="Show Tooltip Description" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxvNn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.junitShortcut.coverage" commandName="Coverage JUnit Test" description="Coverage JUnit Test" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxvdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.commands.task.copyContext" commandName="Copy Context" category="_fqkXptn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxvtn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.showViewMenu" commandName="Show View Menu" description="Show the view menu" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxv9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Commit" commandName="Commit..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxwNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or method" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxwdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.submodule.update" commandName="Update Submodule" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxwtn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.ProfileLast" commandName="Profile" description="Launch in profile mode" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxw9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.shiftRight" commandName="Shift Right" description="Shift a block of text to the right" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxxNn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.backwardHistory" commandName="Backward History" description="Move backward in the editor navigation history" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxxdn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.workbenchShortcut.coverage" commandName="Coverage Eclipse Application" description="Coverage Eclipse Application" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxxtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Pull" commandName="Pull" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxx9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.removeTrailingWhitespace" commandName="Remove Trailing Whitespace" description="Removes the trailing whitespace of each line" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxyNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.findIncremental" commandName="Incremental Find" description="Incremental find" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxydn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.swap.mark" commandName="Swap Mark" description="Swap the mark with the cursor position" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxytn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxy9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.commands.interest.increment" commandName="Make Landmark" description="Make Landmark" category="_fqkXptn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxzNn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxzdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.ImportChangedProjectsCommandId" commandName="Import Changed Projects" description="Import or create in local Git repository" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxztn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.commands.OpenCoverageConfiguration" commandName="Coverage Configurations..." description="Coverage Configurations..." category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjxz9n7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx0Nn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureFetch" commandName="Configure Fetch..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx0dn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx0tn7Eemdprme5qtduw" 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="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx09n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.shiftLeft" commandName="Shift Left" description="Shift a block of text to the left" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx1Nn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.structure.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx1dn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Push" commandName="Push..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx1tn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.commands.AddClassPrepareBreakpoint" commandName="Add Class Load Breakpoint" description="Add a class load breakpoint" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx19n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx2Nn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.command.ShowBuildOutput" commandName="Show Build Output" category="_fqkXotn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx2dn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewNewRemote" commandName="Create Remote..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx2tn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.Restart" commandName="Restart" description="Restart a process or debug target without terminating and re-launching" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx29n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.stash.drop" commandName="Delete Stashed Commit..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx3Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.delete.line" commandName="Delete Line" description="Delete a line of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx3dn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.DebugPerspective" commandName="Debug" description="Open the debug perspective" category="_fqkXt9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx3tn7Eemdprme5qtduw" elementId="org.eclipse.tips.ide.command.open" commandName="Tip of the Day" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx39n7Eemdprme5qtduw" 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="_fqkXntn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjx4Nn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.specific_content_assist.category_id" name="type" optional="false"/> + </commands> + <commands xmi:id="_fqjx4dn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx4tn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.expandAll" commandName="Expand All" description="Expand the current tree" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx49n7Eemdprme5qtduw" elementId="org.eclipse.ui.file.saveAll" commandName="Save All" description="Save all current contents" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx5Nn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx5dn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx5tn7Eemdprme5qtduw" 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="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx59n7Eemdprme5qtduw" elementId="org.eclipse.jdt.junit.gotoTest" commandName="Referring Tests" description="Referring Tests" category="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx6Nn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx6dn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx6tn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.openSessionExecutionData" commandName="Open Execution Data" category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx69n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.commands.showElementInPackageView" commandName="Show Java Element in Package Explorer" description="Select Java element in the Package Explorer view" category="_fqkXqNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjx7Nn7Eemdprme5qtduw" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> + </commands> + <commands xmi:id="_fqjx7dn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.closeOthers" commandName="Close Others" description="Close all editors except the one that is active" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx7tn7Eemdprme5qtduw" elementId="org.eclipse.ui.editors.quickdiff.revertLine" commandName="Revert Line" description="Revert the current line" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx79n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.OpenDebugConfigurations" commandName="Debug..." description="Open debug launch configuration dialog" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx8Nn7Eemdprme5qtduw" elementId="org.eclipse.oomph.setup.editor.performDropdown" commandName="Perform Dropdown" category="_fqkXpNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx8dn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.SimpleFetch" commandName="Fetch from Upstream" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx8tn7Eemdprme5qtduw" elementId="org.eclipse.m2e.sourcelookup.ui.importBinaryProject" commandName="Import Binary Project" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx89n7Eemdprme5qtduw" 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="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx9Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.previousEditor" commandName="Previous Editor" description="Switch to the previous editor" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx9dn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx9tn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx99n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.findReplace" commandName="Find and Replace" description="Find and replace text" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx-Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.zoomIn" commandName="Zoom In" description="Zoom in text, increase default font size for text editors" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx-dn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.MergeTool" commandName="Merge Tool" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx-tn7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.OpenMarkersView" commandName="Open Another" description="Open another view" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx-9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.command.shareProject" commandName="Share with Git" description="Share the project using Git" category="_fqkXvdn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjx_Nn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.command.projectNameParameter" name="Project" optional="false"/> + </commands> + <commands xmi:id="_fqjx_dn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx_tn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjx_9n7Eemdprme5qtduw" elementId="org.eclipse.ui.window.fullscreenmode" commandName="Toggle Full Screen" description="Toggles the window between full screen and normal" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyANn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.newRendering" commandName="New Rendering" description="Add a new rendering." category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyAdn7Eemdprme5qtduw" elementId="org.eclipse.equinox.p2.ui.sdk.installationDetails" commandName="Installation Details" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyAtn7Eemdprme5qtduw" elementId="org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize resources in the workspace with another location" category="_fqkXnNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyA9n7Eemdprme5qtduw" elementId="org.eclipse.m2e.profiles.ui.commands.selectMavenProfileCommand" commandName="Select Maven Profiles" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyBNn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.nextEditor" commandName="Next Editor" description="Switch to the next editor" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyBdn7Eemdprme5qtduw" elementId="org.eclipse.ui.project.closeUnrelatedProjects" commandName="Close Unrelated Projects" description="Close unrelated projects" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyBtn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyB9n7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.markers.copyMarkerResourceQualifiedName" commandName="Copy Resource Qualified Name To Clipboard" description="Copies markers resource qualified name to the clipboard" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyCNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.internal.reflog.CopyCommand" commandName="Copy Commit Id" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyCdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.new.subtask" commandName="New Subtask" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyCtn7Eemdprme5qtduw" elementId="org.eclipse.ui.help.helpContents" commandName="Help Contents" description="Open the help contents" category="_fqkXsNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyC9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Reset" commandName="Reset..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyDNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.delete" commandName="Delete" description="Delete the selection" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyDdn7Eemdprme5qtduw" 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="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyDtn7Eemdprme5qtduw" elementId="org.eclipse.search.ui.performTextSearchWorkspace" commandName="Find Text in Workspace" description="Searches the files in the workspace for specific text." category="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyD9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.RenameBranch" commandName="Rename Branch..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyENn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Synchronize" commandName="Synchronize" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyEdn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyEtn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.remove.block.comment" commandName="Remove Block Comment" description="Remove Block Comment" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyE9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.findPrevious" commandName="Find Previous" description="Find previous item" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyFNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.ToggleBreakpoint" commandName="Toggle Breakpoint" description="Creates or removes a breakpoint" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyFdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyFtn7Eemdprme5qtduw" elementId="org.eclipse.m2e.core.ui.command.openPom" commandName="Open Maven POM" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyF9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.index.rebuild" commandName="Rebuild Java Index" description="Rebuilds the Java index database" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyGNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.addBookmark" commandName="Add Bookmark" description="Add a bookmark" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyGdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commit.Revert" commandName="Revert Commit" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyGtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commit.StashDrop" commandName="Delete Stashed Commit..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyG9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.openTask" commandName="Open Task" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyHNn7Eemdprme5qtduw" elementId="org.eclipse.wst.xsd.ui.refactor.rename.element" commandName="&Rename XSD element" description="Rename XSD element" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyHdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.scroll.lineUp" commandName="Scroll Line Up" description="Scroll up one line of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyHtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyH9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.java.ui.editor.folding.auto" commandName="Toggle Active Folding" description="Toggle Active Folding" category="_fqkXqdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyINn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.set.mark" commandName="Set Mark" description="Set the mark" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyIdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.goToPreviousUnread" commandName="Go To Previous Unread Task" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyItn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.folding.toggle" commandName="Toggle Folding" description="Toggles folding in the current editor" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyI9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" commandName="Show Whitespace Characters" description="Shows whitespace characters in current text editor" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyJNn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyJdn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.revert" commandName="Revert" description="Revert to the last saved state" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyJtn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView" commandName="Show View" description="Shows a particular view" category="_fqkXndn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjyJ9n7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.viewId" name="View"/> + <parameters xmi:id="_fqjyKNn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.secondaryId" name="Secondary Id"/> + <parameters xmi:id="_fqjyKdn7Eemdprme5qtduw" elementId="org.eclipse.ui.views.showView.makeFast" name="As FastView"/> + </commands> + <commands xmi:id="_fqjyKtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Ignore" commandName="Ignore" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyK9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commit.Edit" commandName="Edit Commit" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyLNn7Eemdprme5qtduw" elementId="org.eclipse.oomph.ui.ToggleOfflineMode" commandName="Toggle Offline Mode" category="_fqkXvNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyLdn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.showResourceByPath" commandName="Show Resource in Navigator" description="Show a resource in the Navigator given its path" category="_fqkXqNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjyLtn7Eemdprme5qtduw" elementId="resourcePath" name="Resource Path" typeId="org.eclipse.ui.ide.resourcePath" optional="false"/> + </commands> + <commands xmi:id="_fqjyL9n7Eemdprme5qtduw" elementId="org.eclipse.oomph.setup.editor.openLog" commandName="Open Setup Log" category="_fqkXpNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyMNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.SkipAllBreakpoints" commandName="Skip All Breakpoints" description="Sets whether or not any breakpoint should suspend execution" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyMdn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.selectRootElements" commandName="Select Root Elements" category="_fqkXq9n7Eemdprme5qtduw"> + <parameters xmi:id="_fqjyMtn7Eemdprme5qtduw" elementId="type" name="type" optional="false"/> + </commands> + <commands xmi:id="_fqjyM9n7Eemdprme5qtduw" 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="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyNNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.findNext" commandName="Find Next" description="Find next item" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyNdn7Eemdprme5qtduw" 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="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyNtn7Eemdprme5qtduw" elementId="org.eclipse.ui.project.buildAutomatically" commandName="Build Automatically" description="Toggle the workspace build automatically function" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyN9n7Eemdprme5qtduw" elementId="org.eclipse.ui.file.import" commandName="Import" description="Import" category="_fqkXrNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjyONn7Eemdprme5qtduw" elementId="importWizardId" name="Import Wizard"/> + </commands> + <commands xmi:id="_fqjyOdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.Merge" commandName="Merge" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyOtn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.switchToEditor" commandName="Switch to Editor" description="Switch to an editor" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyO9n7Eemdprme5qtduw" elementId="org.eclipse.ui.help.dynamicHelp" commandName="Show Contextual Help" description="Open the contextual help" category="_fqkXsNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyPNn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.nextSubTab" commandName="Next Sub-Tab" description="Switch to the next sub-tab" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyPdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into Java comments" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyPtn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyP9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.addTaskRepository" commandName="Add Task Repository..." category="_fqkXp9n7Eemdprme5qtduw"> + <parameters xmi:id="_fqjyQNn7Eemdprme5qtduw" elementId="connectorKind" name="Repository Type"/> + </commands> + <commands xmi:id="_fqjyQdn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.removeAllSessions" commandName="Remove All Sessions" category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyQtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.run" commandName="Run Java Application" description="Run Java Application" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyQ9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.activateTask" commandName="Activate Task" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyRNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.CreateTag" commandName="Create Tag..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyRdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.addTask" commandName="Add Task..." description="Add a task" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyRtn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyR9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElementWithBrowser" commandName="Open Build with Browser" category="_fqkXotn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjySNn7Eemdprme5qtduw" elementId="element" name="Element"/> + </commands> + <commands xmi:id="_fqjySdn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.structure.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyStn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.toggleInsertMode" commandName="Toggle Insert Mode" description="Toggle insert mode" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyS9n7Eemdprme5qtduw" elementId="org.eclipse.ui.cheatsheets.openCheatSheet" commandName="Open Cheat Sheet" description="Open a Cheat Sheet." category="_fqkXsNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjyTNn7Eemdprme5qtduw" elementId="cheatSheetId" name="Identifier"/> + </commands> + <commands xmi:id="_fqjyTdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewDelete" commandName="Delete Repository" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyTtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.viewSource.command" commandName="View Unformatted Text" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyT9n7Eemdprme5qtduw" elementId="org.eclipse.ui.file.closePart" commandName="Close Part" description="Close the active workbench part" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyUNn7Eemdprme5qtduw" elementId="org.eclipse.ui.editors.revisions.id.toggle" commandName="Toggle Revision Id Display" description="Toggles the display of the revision id" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyUdn7Eemdprme5qtduw" elementId="org.eclipse.ui.project.cleanAction" commandName="Build Clean" description="Discard old built state" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyUtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.moveLineDown" commandName="Move Lines Down" description="Moves the selected lines down" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyU9n7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.back" commandName="Back" description="Navigate back" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyVNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.wordNext" commandName="Select Next Word" description="Select the next word" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyVdn7Eemdprme5qtduw" elementId="org.eclipse.equinox.p2.ui.sdk.update" commandName="Check for Updates" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyVtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.JavaBrowsingPerspective" commandName="Java Browsing" description="Show the Java Browsing perspective" category="_fqkXt9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyV9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.pageDown" commandName="Page Down" description="Go down one page" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyWNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.textEnd" commandName="Text End" description="Go to the end of the text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyWdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElement" commandName="Open Build Element" category="_fqkXotn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjyWtn7Eemdprme5qtduw" elementId="element" name="Element"/> + </commands> + <commands xmi:id="_fqjyW9n7Eemdprme5qtduw" 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="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyXNn7Eemdprme5qtduw" elementId="org.eclipse.ui.part.previousPage" commandName="Previous Page" description="Switch to the previous page" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyXdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.team.ui.commands.CopyCommitMessage" commandName="Copy Commit Message for Task" description="Copies a commit message for the currently selected task to the clipboard." category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyXtn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.relaunchSession" commandName="Relaunch Coverage Session" category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyX9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.GarbageCollect" commandName="Collect Garbage" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyYNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.CompareWithWorkingTree" commandName="Compare with Working Tree" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyYdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Branch" commandName="Branch" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyYtn7Eemdprme5qtduw" elementId="org.eclipse.ui.project.closeProject" commandName="Close Project" description="Close the selected project" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyY9n7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.ui.previousSibling" commandName="Previous Sibling" description="Go to Previous Sibling" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyZNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.PullWithOptions" commandName="Pull..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyZdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewConfigurePush" commandName="Configure Push..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyZtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.findIncrementalReverse" commandName="Incremental Find Reverse" description="Incremental find reverse" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyZ9n7Eemdprme5qtduw" elementId="org.eclipse.epp.mpc.ui.command.importFavoritesWizard" commandName="Import Marketplace Favorites" description="Import another user's Marketplace Favorites List" category="_fqkXvdn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjyaNn7Eemdprme5qtduw" elementId="favoritesUrl" name="favoritesUrl"/> + </commands> + <commands xmi:id="_fqjyadn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyatn7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.antShortcut.run" commandName="Run Ant Build" description="Run Ant Build" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjya9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.stash.apply" commandName="Apply Stashed Changes" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjybNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.commands.Inspect" commandName="Inspect" description="Inspect result of evaluating selected text" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjybdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commit.CherryPick" commandName="Cherry Pick" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjybtn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyb9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskUnread" commandName="Mark Task Unread" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjycNn7Eemdprme5qtduw" elementId="org.eclipse.search.ui.performTextSearchFile" commandName="Find Text in File" description="Searches the files in the file for specific text." category="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjycdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.columnNext" commandName="Next Column" description="Go to the next column" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyctn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.Squash" commandName="Squash Commits" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyc9n7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.structure.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjydNn7Eemdprme5qtduw" elementId="org.eclipse.search.ui.performTextSearchWorkingSet" commandName="Find Text in Working Set" description="Searches the files in the working set for specific text." category="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyddn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.wordNext" commandName="Next Word" description="Go to the next word" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjydtn7Eemdprme5qtduw" 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="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyd9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.command.NewTaskFromBuild" commandName="New Task From Build" category="_fqkXotn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyeNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.folding.expand_all" commandName="Expand All" description="Expands all folded regions" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyedn7Eemdprme5qtduw" elementId="org.eclipse.wst.xsd.ui.refactor.makeElementGlobal" commandName="Make Local Element &Global" description="Promotes local element to global level and replaces its references" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyetn7Eemdprme5qtduw" elementId="org.eclipse.quickdiff.toggle" commandName="Quick Diff Toggle" description="Toggles quick diff information display on the line number ruler" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjye9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.deleteNext" commandName="Delete Next" description="Delete the next character" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyfNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.FetchGerritChange" commandName="Fetch From Gerrit" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyfdn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyftn7Eemdprme5qtduw" elementId="org.eclipse.oomph.setup.editor.openEditorDropdown" commandName="Open Setup Editor" category="_fqkXpNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyf9n7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.junitRAPShortcut.coverage" commandName="Coverage RAP JUnit Test" description="Coverage RAP JUnit Test" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjygNn7Eemdprme5qtduw" elementId="org.eclipse.ui.help.quickStartAction" commandName="Welcome" description="Show help for beginning users" category="_fqkXsNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjygdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.SynchronizeAll" commandName="Synchronize Changed" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjygtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.ReplaceWithPrevious" commandName="Replace with Previous Revision" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyg9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.commands.Watch" commandName="Watch" description="Create new watch expression" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyhNn7Eemdprme5qtduw" elementId="org.eclipse.m2e.sourcelookup.ui.openPom" commandName="Open Pom" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyhdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.Reword" commandName="Reword Commit" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyhtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.context.ui.editor.folding.auto" commandName="Toggle Active Folding" description="Toggle Active Folding" category="_fqkXqtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyh9n7Eemdprme5qtduw" elementId="org.eclipse.oomph.setup.ui.questionnaire" commandName="Configuration Questionnaire" description="Review the IDE's most fiercely contested preferences" category="_fqkXpNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyiNn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.hideShowEditors" commandName="Toggle Shared Area Visibility" description="Toggles the visibility of the shared area" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyidn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.OpenCommit" commandName="Open Git Commit" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyitn7Eemdprme5qtduw" elementId="org.eclipse.ui.help.displayHelp" commandName="Display Help" description="Display a Help topic" category="_fqkXsNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjyi9n7Eemdprme5qtduw" elementId="href" name="Help topic href"/> + </commands> + <commands xmi:id="_fqjyjNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.folding.restore" commandName="Reset Structure" description="Resets the folding structure" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyjdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.pageDown" commandName="Select Page Down" description="Select to the bottom of the page" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyjtn7Eemdprme5qtduw" elementId="org.eclipse.ltk.ui.refactor.create.refactoring.script" commandName="Create Script" description="Create a refactoring script from refactorings on the local workspace" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyj9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.join.lines" commandName="Join Lines" description="Join lines of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjykNn7Eemdprme5qtduw" elementId="org.eclipse.help.ui.indexcommand" commandName="Index" description="Show Keyword Index" category="_fqkXsNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjykdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyktn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.showContextMenu" commandName="Show Context Menu" description="Show the context menu" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyk9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.clean.up" commandName="Clean Up" description="Solve problems and improve code style on selected resources" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjylNn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyldn7Eemdprme5qtduw" elementId="org.eclipse.oomph.p2.ui.ExploreRepository" commandName="Explore Repository" category="_fqkXtdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyltn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.InstallLfsLocal" commandName="Enable LFS locally" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyl9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.debug" commandName="Debug Java Application" description="Debug Java Application" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjymNn7Eemdprme5qtduw" elementId="org.eclipse.ltk.ui.refactor.show.refactoring.history" commandName="Open Refactoring History " description="Opens the refactoring history" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjymdn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjymtn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.forward" commandName="Forward" description="Navigate forward" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjym9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals" commandName="Quick Fix" description="Suggest possible fixes for a problem" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjynNn7Eemdprme5qtduw" elementId="org.eclipse.buildship.ui.commands.openbuildscript" commandName="Open Gradle Build Script" description="Opens the Gradle build script for the selected Gradle project" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyndn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyntn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.nextPerspective" commandName="Next Perspective" description="Switch to the next perspective" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyn9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.UpdateRepositoryConfiguration" commandName="Update Repository Configuration" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyoNn7Eemdprme5qtduw" elementId="org.eclipse.buildship.ui.commands.openrunconfiguration" commandName="Open Gradle Run Configuration" description="Opens the Run Configuration for the selected Gradle tasks" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyodn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commit.StashApply" commandName="Apply Stashed Changes" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyotn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.DeleteTag" commandName="&Delete Tag" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyo9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations" commandName="Remove Occurrence Annotations" description="Removes the occurrence annotations from the current editor" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjypNn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjypdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.ShowVersions" commandName="Open this Version" category="_fqkXvdn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjyptn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.CompareMode" name="Compare mode"/> + </commands> + <commands xmi:id="_fqjyp9n7Eemdprme5qtduw" elementId="org.eclipse.ui.window.pinEditor" commandName="Pin Editor" description="Pin the current editor" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyqNn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.nextTab" commandName="Next Tab" description="Switch to the next tab" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyqdn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.quickAccess" commandName="Quick Access" description="Quickly access UI elements" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyqtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.showInformation" commandName="Show Tooltip Description" description="Displays information for the current caret location in a focused hover" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyq9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyrNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.attachment.open" commandName="Open Attachment" category="_fqkXoNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyrdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.pageUp" commandName="Page Up" description="Go up one page" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyrtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.submodule.sync" commandName="Sync Submodule" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyr9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.DeleteBranch" commandName="Delete Branch" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjysNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.columnPrevious" commandName="Previous Column" description="Go to the previous column" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjysdn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.toggleMemoryMonitorsPane" commandName="Toggle Memory Monitors Pane" description="Toggle visibility of the Memory Monitors Pane" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjystn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.ConfigureUpstreamFetch" commandName="Configure Upstream Fetch" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjys9n7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjytNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Discard" commandName="Replace with File in Index" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjytdn7Eemdprme5qtduw" elementId="org.eclipse.compare.selectNextChange" commandName="Select Next Change" description="Select Next Change" category="_fqkXrdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyttn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.ui.generate.xml" commandName="XML File..." description="Generate a XML file from the selected DTD or Schema" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyt9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewCreateBranch" commandName="Create Branch..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyuNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewCopyPath" commandName="Copy Path to Clipboard" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyudn7Eemdprme5qtduw" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource" commandName="Rename Resource" description="Rename the selected resource and notify LTK participants." category="_fqkXuNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyutn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.command.NewTaskFromTest" commandName="New Task From Test" category="_fqkXotn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyu9n7Eemdprme5qtduw" elementId="org.eclipse.oomph.setup.editor.perform.startup" commandName="Perform Setup Tasks (Startup)" category="_fqkXpNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyvNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Rebase" commandName="Rebase on" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyvdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commit.ShowInHistory" commandName="Show in History" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyvtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.previousTask" commandName="Previous Task Command" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyv9n7Eemdprme5qtduw" elementId="org.eclipse.ui.file.properties" commandName="Properties" description="Display the properties of the selected item" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjywNn7Eemdprme5qtduw" 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="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjywdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.ReplaceWithHead" commandName="Replace with HEAD revision" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjywtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.correction.renameInFile.assist" commandName="Quick Assist - Rename in file" description="Invokes quick assist and selects 'Rename in file'" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyw9n7Eemdprme5qtduw" elementId="org.eclipse.ui.browser.openBrowser" commandName="Open Browser" description="Opens the default web browser." category="_fqkXrtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjyxNn7Eemdprme5qtduw" elementId="url" name="URL"/> + <parameters xmi:id="_fqjyxdn7Eemdprme5qtduw" elementId="browserId" name="Browser Id"/> + <parameters xmi:id="_fqjyxtn7Eemdprme5qtduw" elementId="name" name="Browser Name"/> + <parameters xmi:id="_fqjyx9n7Eemdprme5qtduw" elementId="tooltip" name="Browser Tooltip"/> + </commands> + <commands xmi:id="_fqjyyNn7Eemdprme5qtduw" elementId="org.eclipse.ui.activeContextInfo" commandName="Show activeContext Info" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyydn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToPreviousUnread" commandName="Mark Task Read and Go To Previous Unread Task" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyytn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyy9n7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyzNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.textStart" commandName="Select Text Start" description="Select to the beginning of the text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyzdn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.cleanup.document" commandName="Cleanup Document..." description="Cleanup document" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyztn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.DeleteBranch" commandName="Delete Branch" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjyz9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.command.ShowBuildOutput.url" commandName="Show Build Output" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy0Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.contentAssist.contextInformation" commandName="Context Information" description="Show Context Information" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy0dn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.saveAs" commandName="Save As" description="Save the current contents to another location" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy0tn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.ConfigurePush" commandName="Configure Upstream Push" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy09n7Eemdprme5qtduw" elementId="org.eclipse.ui.window.previousPerspective" commandName="Previous Perspective" description="Switch to the previous perspective" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy1Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.splitEditor" commandName="Toggle Split Editor" description="Split or join the currently active editor." category="_fqkXrtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjy1dn7Eemdprme5qtduw" elementId="Splitter.isHorizontal" name="Orientation" optional="false"/> + </commands> + <commands xmi:id="_fqjy1tn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.collapseAll" commandName="Collapse All" description="Collapse the current tree" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy19n7Eemdprme5qtduw" elementId="org.eclipse.compare.copyAllRightToLeft" commandName="Copy All from Right to Left" description="Copy All Changes from Right to Left" category="_fqkXrdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy2Nn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.command.nextpage" commandName="Next Page of Memory" description="Load next page of memory" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy2dn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.command.gotoaddress" commandName="Go to Address" description="Go to Address" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy2tn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateSelectedTask" commandName="Deactivate Selected Task" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy29n7Eemdprme5qtduw" elementId="org.eclipse.ui.window.maximizePart" commandName="Maximize Active View or Editor" description="Toggles maximize/restore state of active view or editor" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy3Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.lockToolBar" commandName="Toggle Lock Toolbars" description="Toggle the Lock on the Toolbars" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy3dn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify field access" description="Invokes quick assist and selects 'Qualify field access'" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy3tn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.newEditor" commandName="Clone Editor" description="Open another editor on the active editor's input" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy39n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.Disconnect" commandName="Disconnect" description="Disconnect" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy4Nn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.format" commandName="Format" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy4dn7Eemdprme5qtduw" elementId="org.eclipse.search.ui.openSearchDialog" commandName="Open Search Dialog" description="Open the Search dialog" category="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy4tn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.contentAssist.proposals" commandName="Content Assist" description="Content Assist" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy49n7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy5Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.up" commandName="Up" description="Navigate up one level" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy5dn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.activateEditor" commandName="Activate Editor" description="Activate the editor" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy5tn7Eemdprme5qtduw" elementId="org.eclipse.m2e.core.ui.command.addPlugin" commandName="Add Maven Plugin" description="Add Maven Plugin" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy59n7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.removeFromWorkingSet" commandName="Remove From Working Set" description="Removes the selected object from a working set." category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy6Nn7Eemdprme5qtduw" elementId="sed.tabletree.expandAll" commandName="Expand All" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy6dn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy6tn7Eemdprme5qtduw" 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="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy69n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commit.CreateBranch" commandName="Create Branch..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy7Nn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.openSelectedTask" commandName="Open Selected Task" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy7dn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesLinkWithSelection" commandName="Link with Selection" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy7tn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.mergeSessions" commandName="Merge Sessions" category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy79n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.commands.toggle.focus.active.view" commandName="Focus on Active Task" description="Toggle the focus on active task for the active view" category="_fqkXptn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy8Nn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy8dn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.Terminate" commandName="Terminate" description="Terminate" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy8tn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.ShowRepositoriesView" commandName="Show Git Repositories View" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy89n7Eemdprme5qtduw" 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="_fqkXsNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy9Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.deleteCompleted" commandName="Delete Completed Tasks" description="Delete the tasks marked as completed" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy9dn7Eemdprme5qtduw" elementId="org.eclipse.compare.compareWithOther" commandName="Compare With Other Resource" description="Compare resources, clipboard contents or editors" category="_fqkXrdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy9tn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.goToNextUnread" commandName="Go To Next Unread Task" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy99n7Eemdprme5qtduw" elementId="org.eclipse.wst.validation.ValidationCommand" commandName="Validate" description="Invoke registered Validators" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy-Nn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy-dn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.CreatePatch" commandName="Create Patch..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy-tn7Eemdprme5qtduw" elementId="org.eclipse.ui.editors.revisions.author.toggle" commandName="Toggle Revision Author Display" description="Toggles the display of the revision author" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy-9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.windowEnd" commandName="Window End" description="Go to the end of the window" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy_Nn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RebaseInteractiveCurrent" commandName="Rebase Interactive" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjy_dn7Eemdprme5qtduw" elementId="org.eclipse.ui.perspectives.showPerspective" commandName="Show Perspective" description="Show a particular perspective" category="_fqkXt9n7Eemdprme5qtduw"> + <parameters xmi:id="_fqjy_tn7Eemdprme5qtduw" elementId="org.eclipse.ui.perspectives.showPerspective.perspectiveId" name="Parameter"/> + <parameters xmi:id="_fqjy_9n7Eemdprme5qtduw" elementId="org.eclipse.ui.perspectives.showPerspective.newWindow" name="In New Window"/> + </commands> + <commands xmi:id="_fqjzANn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.openEditorDropDown" commandName="Quick Switch Editor" description="Open the editor drop down list" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzAdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.line" commandName="Go to Line" description="Go to a specified line of text" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzAtn7Eemdprme5qtduw" elementId="org.eclipse.ui.editors.quickdiff.revert" commandName="Revert Lines" description="Revert the current selection, block or deleted lines" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzA9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.deleteNextWord" commandName="Delete Next Word" description="Delete the next word" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzBNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.debug" commandName="Debug Java Applet" description="Debug Java Applet" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzBdn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.ui.gotoMatchingTag" commandName="Matching Tag" description="Go to Matching Tag" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzBtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in Java editors" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzB9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.lineUp" commandName="Select Line Up" description="Extend the selection to the previous line of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzCNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.SkipRebase" commandName="Skip commit and continue" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzCdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected method" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzCtn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzC9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.SetQuickdiffBaseline" commandName="Set quickdiff baseline" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzDNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.undo" commandName="Undo" description="Undo the last operation" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzDdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.submodule.add" commandName="Add Submodule" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzDtn7Eemdprme5qtduw" 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="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzD9n7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzENn7Eemdprme5qtduw" elementId="org.eclipse.compare.copyLeftToRight" commandName="Copy from Left to Right" description="Copy Current Change from Left to Right" category="_fqkXrdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzEdn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.newQuickMenu" commandName="New menu" description="Open the New menu" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzEtn7Eemdprme5qtduw" elementId="org.eclipse.ui.project.openProject" commandName="Open Project" description="Open a project" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzE9n7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzFNn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.openWorkspace" commandName="Switch Workspace" description="Open the workspace selection dialog" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzFdn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.closeAll" commandName="Close All" description="Close all editors" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzFtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a Java editor" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzF9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.cut" commandName="Cut" description="Cut the selection to the clipboard" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzGNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.ShowBlame" commandName="Show Revision Information" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzGdn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzGtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzG9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Merge" commandName="Merge" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzHNn7Eemdprme5qtduw" elementId="org.eclipse.tips.ide.command.trim.open" commandName="Tip of the Day" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzHdn7Eemdprme5qtduw" elementId="org.eclipse.ltk.ui.refactor.apply.refactoring.script" commandName="Apply Script" description="Perform refactorings from a refactoring script on the local workspace" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzHtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.ReplaceWithRef" commandName="Replace with branch, tag, or reference" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzH9n7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzINn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.selectCounters" commandName="Select Counters" category="_fqkXq9n7Eemdprme5qtduw"> + <parameters xmi:id="_fqjzIdn7Eemdprme5qtduw" elementId="type" name="type" optional="false"/> + </commands> + <commands xmi:id="_fqjzItn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.submitTask" commandName="Submit Task" description="Submits the currently open task" category="_fqkXoNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzI9n7Eemdprme5qtduw" elementId="org.eclipse.ui.project.properties" commandName="Properties" description="Display the properties of the selected item's project " category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzJNn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.testNgSuiteShortcut.coverage" commandName="Coverage TestNG Suite" description="Coverage TestNG Suite" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzJdn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzJtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.CompareVersionsInTree" commandName="Compare in Tree" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzJ9n7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.ui.reload.dependencies" commandName="Reload Dependencies" description="Reload Dependencies" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzKNn7Eemdprme5qtduw" elementId="org.eclipse.epp.package.common.contribute" commandName="Contribute" description="Contribute to the development and success of the Eclipse IDE!" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzKdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.columnPrevious" commandName="Select Previous Column" description="Select the previous column" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzKtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" commandName="Show Selected Element Only" description="Show Selected Element Only" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzK9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.junit.junitShortcut.rerunFailedFirst" commandName="Rerun JUnit Test - Failures First" description="Rerun JUnit Test - Failures First" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzLNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.correction.extractLocalNotReplaceOccurrences.assist" commandName="Quick Assist - Extract local variable" description="Invokes quick assist and selects 'Extract local variable'" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzLdn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.export" commandName="Export" description="Export" category="_fqkXrNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjzLtn7Eemdprme5qtduw" elementId="exportWizardId" name="Export Wizard"/> + </commands> + <commands xmi:id="_fqjzL9n7Eemdprme5qtduw" elementId="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal" commandName="Make &Anonymous Type Global" description="Promotes anonymous type to global level and replaces its references" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzMNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchHierarchy" commandName="Toggle Branch Representation" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzMdn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzMtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.ApplyPatch" commandName="Apply Patch" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzM9n7Eemdprme5qtduw" elementId="org.eclipse.ltk.ui.refactoring.commands.deleteResources" commandName="Delete Resources" description="Delete the selected resources and notify LTK participants." category="_fqkXuNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzNNn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.print" commandName="Print" description="Print" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzNdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.commands.AllReferences" commandName="All References" description="Inspect all references to the selected object" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzNtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.junit.junitShortcut.rerunLast" commandName="Rerun JUnit Test" description="Rerun JUnit Test" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzN9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.JavaPerspective" commandName="Java" description="Show the Java perspective" category="_fqkXt9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzONn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.format.active.elements" commandName="Format Active Elements" description="Format active elements" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzOdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.showRulerContextMenu" commandName="Show Ruler Context Menu" description="Show the context menu for the ruler" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzOtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.indent" commandName="Correct Indentation" description="Corrects the indentation of the selected lines" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzO9n7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzPNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearOutgoing" commandName="Clear Outgoing Changes" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzPdn7Eemdprme5qtduw" 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="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzPtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.folding.collapse" commandName="Collapse" description="Collapses the folded region at the current selection" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzP9n7Eemdprme5qtduw" elementId="org.eclipse.epp.mpc.ui.command.showFavorites" commandName="Eclipse Marketplace Favorites" description="Open Marketplace Favorites" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzQNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.smartEnterInverse" commandName="Insert Line Above Current Line" description="Adds a new line above the current line" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzQdn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.forwardHistory" commandName="Forward History" description="Move forward in the editor navigation history" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzQtn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.spy" commandName="Show Contributing Plug-in" description="Shows contribution information for the currently selected element" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzQ9n7Eemdprme5qtduw" elementId="org.eclipse.ui.help.helpSearch" commandName="Help Search" description="Open the help search" category="_fqkXsNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzRNn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzRdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.command.ShowTestResults.url" commandName="Show Test Results" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzRtn7Eemdprme5qtduw" elementId="org.eclipse.search.ui.performTextSearchProject" commandName="Find Text in Project" description="Searches the files in the project for specific text." category="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzR9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.lineDown" commandName="Line Down" description="Go down one line of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzSNn7Eemdprme5qtduw" elementId="org.eclipse.ui.project.rebuildAll" commandName="Rebuild All" description="Rebuild all projects" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzSdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commit.Checkout" commandName="Check Out" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzStn7Eemdprme5qtduw" elementId="org.eclipse.m2e.actions.LifeCycleClean.run" commandName="Run Maven Clean" description="Run Maven Clean" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzS9n7Eemdprme5qtduw" elementId="org.eclipse.gef.zoom_in" commandName="Zoom In" description="Zoom In" category="_fqkXudn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzTNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzTdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition" commandName="Last Edit Location" description="Last edit location" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzTtn7Eemdprme5qtduw" 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="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzT9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.ui.convertToEclipseHelpCommand" commandName="Generate Eclipse Help (*.html and *-toc.xml)" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzUNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.command.prevpage" commandName="Previous Page of Memory" description="Load previous page of memory" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzUdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.commands.ForceReturn" commandName="Force Return" description="Forces return from method with value of selected expression " category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzUtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.openLocalFile" commandName="Open File..." description="Open a file" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzU9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Disconnect" commandName="Disconnect" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzVNn7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.configureFilters" commandName="Filters..." description="Configure the filters to apply to the markers view" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzVdn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.importSession" commandName="Import Session..." category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzVtn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.previousTab" commandName="Previous Tab" description="Switch to the previous tab" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzV9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzWNn7Eemdprme5qtduw" elementId="org.eclipse.ui.dialogs.openMessageDialog" commandName="Open Message Dialog" description="Open a Message Dialog" category="_fqkXtNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjzWdn7Eemdprme5qtduw" elementId="title" name="Title"/> + <parameters xmi:id="_fqjzWtn7Eemdprme5qtduw" elementId="message" name="Message"/> + <parameters xmi:id="_fqjzW9n7Eemdprme5qtduw" elementId="imageType" name="Image Type Constant" typeId="org.eclipse.ui.dialogs.Integer"/> + <parameters xmi:id="_fqjzXNn7Eemdprme5qtduw" elementId="defaultIndex" name="Default Button Index" typeId="org.eclipse.ui.dialogs.Integer"/> + <parameters xmi:id="_fqjzXdn7Eemdprme5qtduw" elementId="buttonLabel0" name="First Button Label"/> + <parameters xmi:id="_fqjzXtn7Eemdprme5qtduw" elementId="buttonLabel1" name="Second Button Label"/> + <parameters xmi:id="_fqjzX9n7Eemdprme5qtduw" elementId="buttonLabel2" name="Third Button Label"/> + <parameters xmi:id="_fqjzYNn7Eemdprme5qtduw" elementId="buttonLabel3" name="Fourth Button Label"/> + <parameters xmi:id="_fqjzYdn7Eemdprme5qtduw" elementId="cancelReturns" name="Return Value on Cancel"/> + </commands> + <commands xmi:id="_fqjzYtn7Eemdprme5qtduw" elementId="org.eclipse.ui.genericeditor.findReferences" commandName="Find References" description="Find other code items referencing the current selected item." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzY9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.lineEnd" commandName="Line End" description="Go to the end of the line of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzZNn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.refresh" commandName="Refresh" description="Refresh the selected items" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzZdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commit.CreateTag" commandName="Create Tag..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzZtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewChangeCredentials" commandName="Change Credentials" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzZ9n7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.ui.referencedFileErrors" commandName="Show Details..." description="Show Details..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzaNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.correction.extractMethodInplace.assist" commandName="Quick Assist - Extract method" description="Invokes quick assist and selects 'Extract to method'" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzadn7Eemdprme5qtduw" elementId="org.eclipse.oomph.p2.ui.SearchRepositories" commandName="Search Repositories" category="_fqkXtdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzatn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.RunLast" commandName="Run" description="Launch in run mode" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjza9n7Eemdprme5qtduw" elementId="org.eclipse.ui.window.closeAllPerspectives" commandName="Close All Perspectives" description="Close all open perspectives" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzbNn7Eemdprme5qtduw" elementId="org.eclipse.ui.externalTools.commands.OpenExternalToolsConfigurations" commandName="External Tools..." description="Open external tools launch configuration dialog" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzbdn7Eemdprme5qtduw" 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="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzbtn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.deletePrevious" commandName="Delete Previous" description="Delete the previous character" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzb9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.disconnected" commandName="Disconnected" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzcNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.lineStart" commandName="Select Line Start" description="Select to the beginning of the line of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzcdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commit.Reword" commandName="Reword Commit" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzctn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.CompareWithPrevious" commandName="Compare with Previous Revision" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzc9n7Eemdprme5qtduw" elementId="org.eclipse.ui.editors.lineNumberToggle" commandName="Show Line Numbers" description="Toggle display of line numbers" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzdNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.columnNext" commandName="Select Next Column" description="Select the next column" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzddn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzdtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.index.ui.command.ResetIndex" commandName="Refresh Search Index" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzd9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.TerminateAndRelaunch" commandName="Terminate and Relaunch" description="Terminate and Relaunch" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzeNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.JavaHierarchyPerspective" commandName="Java Type Hierarchy" description="Show the Java Type Hierarchy perspective" category="_fqkXt9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzedn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchCommit" commandName="Toggle Latest Branch Commit" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzetn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.PushCommit" commandName="Push Commit..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjze9n7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzfNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Tag" commandName="Tag" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzfdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.NoAssumeUnchanged" commandName="No Assume Unchanged" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzftn7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.showInSystemExplorer" commandName="Show In (System Explorer)" description="Show in system's explorer (file manager)" category="_fqkXqNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjzf9n7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.showInSystemExplorer.path" name="Resource System Path Parameter"/> + </commands> + <commands xmi:id="_fqjzgNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.new.local.task" commandName="New Local Task" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzgdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.lineDown" commandName="Select Line Down" description="Extend the selection to the next line of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzgtn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.RemoveAllBreakpoints" commandName="Remove All Breakpoints" description="Removes all breakpoints" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzg9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzhNn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigator.resources.nested.changeProjectPresentation" commandName="P&rojects Presentation" category="_fqkXvdn7Eemdprme5qtduw"> + <parameters xmi:id="_fqjzhdn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigator.resources.nested.enabled" name="&Hierarchical"/> + <parameters xmi:id="_fqjzhtn7Eemdprme5qtduw" elementId="org.eclipse.ui.commands.radioStateParameter" name="Nested Project view - Radio State" optional="false"/> + </commands> + <commands xmi:id="_fqjzh9n7Eemdprme5qtduw" elementId="org.eclipse.ui.window.showKeyAssist" commandName="Show Key Assist" description="Show the key assist dialog" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjziNn7Eemdprme5qtduw" elementId="org.eclipse.ui.genericeditor.togglehighlight" commandName="Toggle Highlight" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzidn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.lowerCase" commandName="To Lower Case" description="Changes the selection to lower case" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzitn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.CompareWithIndex" commandName="Compare with Index" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzi9n7Eemdprme5qtduw" elementId="org.eclipse.m2e.discovery.ui" commandName="m2e Marketplace" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzjNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.zoomOut" commandName="Zoom Out" description="Zoom out text, decrease default font size for text editors" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzjdn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzjtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskIncomplete" commandName="Mark Task Incomplete" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqjzj9n7Eemdprme5qtduw" elementId="org.eclipse.ui.file.save" commandName="Save" description="Save the current contents" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWYNn7Eemdprme5qtduw" elementId="org.eclipse.gef.zoom_out" commandName="Zoom Out" description="Zoom Out" category="_fqkXudn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWYdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.commands.openElementInEditor" commandName="Open Java Element" description="Open a Java element in its editor" category="_fqkXqNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkWYtn7Eemdprme5qtduw" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/> + </commands> + <commands xmi:id="_fqkWY9n7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWZNn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWZdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.AddToIndex" commandName="Add to Index" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWZtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.discovery.ui.discoveryWizardCommand" commandName="Discovery Wizard" description="shows the connector discovery wizard" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWZ9n7Eemdprme5qtduw" elementId="org.eclipse.buildship.ui.commands.refreshtaskview" commandName="Refresh View (Gradle Tasks)" description="Refreshes the Gradle Tasks view" category="_fqkXndn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWaNn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.toggle.comment" commandName="Toggle Comment" description="Toggle Comment" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWadn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToNextUnread" commandName="Mark Task Read and Go To Next Unread Task" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWatn7Eemdprme5qtduw" elementId="org.eclipse.team.ui.applyPatch" commandName="Apply Patch..." description="Apply a patch to one or more workspace projects." category="_fqkXnNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWa9n7Eemdprme5qtduw" elementId="org.eclipse.buildship.ui.commands.rundefaulttasks" commandName="Run Gradle Default Tasks" description="Runs the default tasks of the selected Gradle project" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWbNn7Eemdprme5qtduw" elementId="org.eclipse.ui.help.tipsAndTricksAction" commandName="Tips and Tricks" description="Open the tips and tricks help page" category="_fqkXsNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWbdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.lineEnd" commandName="Select Line End" description="Select to the end of the line of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWbtn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.removeActiveSession" commandName="Remove Active Session" category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWb9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWcNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskRead" commandName="Mark Task Read" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWcdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.smartEnter" commandName="Insert Line Below Current Line" description="Adds a new line below the current line" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWctn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.lineStart" commandName="Line Start" description="Go to the start of the line of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWc9n7Eemdprme5qtduw" elementId="org.eclipse.oomph.setup.editor.synchronizePreferences" commandName="Synchronize Preferences" category="_fqkXpNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWdNn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.ui.cmnd.contentmodel.sych" commandName="Synch" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWddn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureBranch" commandName="Configure Branch" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWdtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWd9n7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.wordPrevious" commandName="Select Previous Word" description="Select the previous word" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWeNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.Suspend" commandName="Suspend" description="Suspend" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWedn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.hippieCompletion" commandName="Word Completion" description="Context insensitive completion" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWetn7Eemdprme5qtduw" elementId="org.eclipse.wst.xsd.ui.refactor.renameTargetNamespace" commandName="Rename Target Namespace" description="Changes the target namespace of the schema" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWe9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.command.AbortBuild" commandName="Abort Build" category="_fqkXotn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWfNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWfdn7Eemdprme5qtduw" elementId="org.eclipse.team.ui.synchronizeLast" commandName="Repeat last synchronization" description="Repeat the last synchronization" category="_fqkXnNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWftn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.StepOver" commandName="Step Over" description="Step over" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWf9n7Eemdprme5qtduw" elementId="org.eclipse.compare.selectPreviousChange" commandName="Select Previous Change" description="Select Previous Change" category="_fqkXrdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWgNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.generate.javadoc" commandName="Generate Javadoc" description="Generates Javadoc for a selectable set of Java resources" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWgdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureGerritRemote" commandName="Gerrit Configuration..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWgtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.commands.StepIntoSelection" commandName="Step Into Selection" description="Step into the current selected statement" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWg9n7Eemdprme5qtduw" elementId="org.eclipse.buildship.ui.shortcut.test.run" commandName="Run Gradle Test" description="Run Gradle test based on the current selection" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWhNn7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.configureColumns" commandName="Configure Columns..." description="Configure the columns in the markers view" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWhdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.ReplaceWithCommit" commandName="Replace with commit" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWhtn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.exit" commandName="Exit" description="Exit the application" category="_fqkXrNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkWh9n7Eemdprme5qtduw" elementId="mayPrompt" name="may prompt"/> + </commands> + <commands xmi:id="_fqkWiNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.CompareWithHead" commandName="Compare with HEAD Revision" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWidn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.CompareWithCommit" commandName="Compare with Commit..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWitn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewOpen" commandName="Open" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWi9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateAllTasks" commandName="Deactivate Task" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWjNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.ShowHistory" commandName="Show in History" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWjdn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.DebugLast" commandName="Debug" description="Launch in debug mode" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWjtn7Eemdprme5qtduw" elementId="org.eclipse.m2e.core.ui.command.updateProject" commandName="Update Project" description="Update Maven Project configuration and dependencies" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWj9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.ui.convertToHtmlCommand" commandName="Generate HTML" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWkNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.SimplePush" commandName="Push to Upstream" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWkdn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.previousView" commandName="Previous View" description="Switch to the previous view" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWktn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.addMemoryMonitor" commandName="Add Memory Block" description="Add memory block" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWk9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.junit.junitShortcut.run" commandName="Run JUnit Test" description="Run JUnit Test" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWlNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.generate.tostring" commandName="Generate toString()" description="Generates the toString() method for the type" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWldn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.CompareWithHead" commandName="Compare with HEAD Revision" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWltn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.organize.imports" commandName="Organize Imports" description="Evaluate all required imports and replace the current imports" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWl9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.PushHeadToGerrit" commandName="Push Current Head to Gerrit" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWmNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.selectAll" commandName="Select All" description="Select all" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWmdn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.swtBotJunitShortcut.coverage" commandName="Coverage SWTBot Test" description="Coverage SWTBot Test" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWmtn7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.markers.copyDescription" commandName="Copy Description To Clipboard" description="Copies markers description field to the clipboard" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWm9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.DropToFrame" commandName="Drop to Frame" description="Drop to Frame" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWnNn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWndn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.commands.Display" commandName="Display" description="Display result of evaluating selected text" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWntn7Eemdprme5qtduw" 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="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWn9n7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWoNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.ShowBlame" commandName="Show Revision Information" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWodn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.correction.assignToField.assist" commandName="Quick Assist - Assign to field" description="Invokes quick assist and selects 'Assign to field'" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWotn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.folding.expand" commandName="Expand" description="Expands the folded region at the current selection" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWo9n7Eemdprme5qtduw" elementId="org.eclipse.ui.project.rebuildProject" commandName="Rebuild Project" description="Rebuild the selected projects" category="_fqkXsdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWpNn7Eemdprme5qtduw" 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="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWpdn7Eemdprme5qtduw" elementId="org.eclipse.m2e.core.pomFileAction.run" commandName="Run Maven Build" description="Run Maven Build" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWptn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.linkWithSelection" commandName="Link with Current Selection" category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWp9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.openRemoteTask" commandName="Open Remote Task" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWqNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.nextMemoryBlock" commandName="Next Memory Monitor" description="Show renderings from next memory monitor." category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWqdn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.internal.reflog.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWqtn7Eemdprme5qtduw" elementId="org.eclipse.m2e.actions.LifeCycleInstall.run" commandName="Run Maven Install" description="Run Maven Install" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWq9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.commands.task.retrieveContext" commandName="Retrieve Context" category="_fqkXptn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWrNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.Fetch" commandName="Fetch" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWrdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.copyLineDown" commandName="Copy Lines" description="Duplicates the selected lines and moves the selection to the copy" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWrtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.navigate.gotopackage" commandName="Go to Package" description="Go to Package" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWr9n7Eemdprme5qtduw" elementId="org.eclipse.ui.window.togglestatusbar" commandName="Toggle Statusbar" description="Toggle the visibility of the bottom status bar" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWsNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.task.ui.editor.QuickOutline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWsdn7Eemdprme5qtduw" elementId="org.eclipse.oomph.setup.editor.perform" commandName="Perform Setup Tasks" category="_fqkXpNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWstn7Eemdprme5qtduw" elementId="org.eclipse.ui.help.installationDialog" commandName="Installation Information" description="Open the installation dialog" category="_fqkXsNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWs9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.ToggleStepFilters" commandName="Use Step Filters" description="Toggles enablement of debug step filters" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWtNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.lineUp" commandName="Line Up" description="Go up one line of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWtdn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.goto.windowStart" commandName="Window Start" description="Go to the start of the window" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWttn7Eemdprme5qtduw" 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="_fqkXodn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWt9n7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWuNn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.eof" commandName="EOF" description="Send end of file" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWudn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.commons.ui.command.AddRepository" commandName="Add Repository" category="_fqkXu9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWutn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.AbortRebase" commandName="Abort Rebase" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWu9n7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.showInQuickMenu" commandName="Show In..." description="Open the Show In menu" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWvNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.copyLineUp" commandName="Duplicate Lines" description="Duplicates the selected lines and leaves the selection unchanged" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWvdn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.ToggleMethodBreakpoint" commandName="Toggle Method Breakpoint" description="Creates or removes a method breakpoint" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWvtn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWv9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWwNn7Eemdprme5qtduw" elementId="org.eclipse.ant.ui.antShortcut.debug" commandName="Debug Ant Build" description="Debug Ant Build" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWwdn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.next" commandName="Next" description="Navigate to the next item" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWwtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.AssumeUnchanged" commandName="Assume Unchanged" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWw9n7Eemdprme5qtduw" elementId="org.eclipse.ui.window.closePerspective" commandName="Close Perspective" description="Close the current perspective" category="_fqkXrtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkWxNn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.closePerspective.perspectiveId" name="Perspective Id"/> + </commands> + <commands xmi:id="_fqkWxdn7Eemdprme5qtduw" elementId="org.eclipse.wst.xml.ui.nextSibling" commandName="Next Sibling" description="Go to Next Sibling" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWxtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.bugs.commands.newTaskFromMarker" commandName="New Task from Marker..." description="Report as Bug from Marker" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWx9n7Eemdprme5qtduw" elementId="org.eclipse.ui.cheatsheets.openCheatSheetURL" commandName="Open Cheat Sheet from URL" description="Open a Cheat Sheet from file at a specified URL." category="_fqkXsNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkWyNn7Eemdprme5qtduw" elementId="cheatSheetId" name="Identifier" optional="false"/> + <parameters xmi:id="_fqkWydn7Eemdprme5qtduw" elementId="name" name="Name" optional="false"/> + <parameters xmi:id="_fqkWytn7Eemdprme5qtduw" elementId="url" name="URL" optional="false"/> + </commands> + <commands xmi:id="_fqkWy9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.commands.focus.view" commandName="Focus View" category="_fqkXvdn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkWzNn7Eemdprme5qtduw" elementId="viewId" name="View ID to Focus" optional="false"/> + </commands> + <commands xmi:id="_fqkWzdn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.testNgShortcut.coverage" commandName="Coverage TestNG Test" description="Coverage TestNG Test" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWztn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.StepReturn" commandName="Step Return" description="Step return" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkWz9n7Eemdprme5qtduw" elementId="org.eclipse.ui.browser.openBundleResource" commandName="Open Resource in Browser" description="Opens a bundle resource in the default web browser." category="_fqkXrtn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkW0Nn7Eemdprme5qtduw" elementId="plugin" name="Plugin"/> + <parameters xmi:id="_fqkW0dn7Eemdprme5qtduw" elementId="path" name="Path"/> + </commands> + <commands xmi:id="_fqkW0tn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.PushBranch" commandName="Push Branch..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW09n7Eemdprme5qtduw" elementId="org.eclipse.m2e.core.ui.command.addDependency" commandName="Add Maven Dependency" description="Add Maven Dependency" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW1Nn7Eemdprme5qtduw" elementId="org.eclipse.jdt.debug.ui.commands.Execute" commandName="Execute" description="Evaluate selected text" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW1dn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW1tn7Eemdprme5qtduw" elementId="org.eclipse.ui.help.aboutAction" commandName="About" description="Open the about dialog" category="_fqkXsNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW19n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.annotate.classFile" commandName="Annotate Class File" description="Externally add Annotations to a Class File." category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW2Nn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.stash.create" commandName="Stash Changes..." category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW2dn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.CheckoutCommand" commandName="Check Out" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW2tn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW29n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.activateSelectedTask" commandName="Activate Selected Task" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW3Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.closeAllSaved" commandName="Close All Saved" description="Close all saved editors" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW3dn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.redo" commandName="Redo" description="Redo the last operation" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW3tn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW39n7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.format.document" commandName="Format" description="Format selection" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW4Nn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW4dn7Eemdprme5qtduw" elementId="org.eclipse.m2e.editor.RenameArtifactAction" commandName="Rename Maven Artifact..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW4tn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.selectWorkingSets" commandName="Select Working Sets" description="Select the working sets that are applicable for this window." category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW49n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW5Nn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.team.RemoveFromIndex" commandName="Remove from Index" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW5dn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW5tn7Eemdprme5qtduw" elementId="org.eclipse.ui.newWizard" commandName="New" description="Open the New item wizard" category="_fqkXrNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkW59n7Eemdprme5qtduw" elementId="newWizardId" name="New Wizard"/> + </commands> + <commands xmi:id="_fqkW6Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.window.newWindow" commandName="New Window" description="Open another window" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW6dn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected Java comment lines" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW6tn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.CherryPick" commandName="Cherry Pick" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW69n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.commands.CopyDetails" commandName="Copy Details" category="_fqkXotn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkW7Nn7Eemdprme5qtduw" elementId="kind" name="Kind"/> + <parameters xmi:id="_fqkW7dn7Eemdprme5qtduw" elementId="element" name="Element"/> + </commands> + <commands xmi:id="_fqkW7tn7Eemdprme5qtduw" elementId="org.eclipse.e4.ui.importer.configureProject" commandName="Configure and Detect Nested Projects..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW79n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.command.RunBuild" commandName="Run Build" category="_fqkXotn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW8Nn7Eemdprme5qtduw" elementId="org.eclipse.ui.file.close" commandName="Close" description="Close the active editor" category="_fqkXrNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW8dn7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.selectActiveSession" commandName="Select Active Session..." category="_fqkXq9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW8tn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.CompareVersions" commandName="Compare with each other" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW89n7Eemdprme5qtduw" elementId="org.eclipse.equinox.p2.ui.sdk.install" commandName="Install New Software..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW9Nn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW9dn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.commands.interest.decrement" commandName="Make Less Interesting" description="Make Less Interesting" category="_fqkXptn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW9tn7Eemdprme5qtduw" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar" commandName="Run Last Launched External Tool" description="Runs the last launched external Tool" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW99n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.CheckoutCommand" commandName="Check Out" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW-Nn7Eemdprme5qtduw" 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="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW-dn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW-tn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.moveLineUp" commandName="Move Lines Up" description="Moves the selected lines up" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkW-9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.Reset" commandName="Reset..." category="_fqkXvdn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkW_Nn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.ResetMode" name="Reset mode" optional="false"/> + </commands> + <commands xmi:id="_fqkW_dn7Eemdprme5qtduw" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog" commandName="Show Bundle Catalog" category="_fqkXvdn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkW_tn7Eemdprme5qtduw" elementId="org.eclipse.equinox.p2.ui.discovery.commands.DirectoryParameter" name="Directory URL"/> + <parameters xmi:id="_fqkW_9n7Eemdprme5qtduw" elementId="org.eclipse.equinox.p2.ui.discovery.commands.TagsParameter" name="Tags"/> + </commands> + <commands xmi:id="_fqkXANn7Eemdprme5qtduw" 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="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXAdn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.previousSubTab" commandName="Previous Sub-Tab" description="Switch to the previous sub-tab" category="_fqkXqNn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXAtn7Eemdprme5qtduw" elementId="org.eclipse.userstorage.ui.showPullDown" commandName="Show Pull Down Menu" category="_fqkXsNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkXA9n7Eemdprme5qtduw" elementId="intoolbar" name="In Tool Bar" optional="false"/> + </commands> + <commands xmi:id="_fqkXBNn7Eemdprme5qtduw" 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="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXBdn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.showIn" commandName="Show In" category="_fqkXqNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkXBtn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.showIn.targetId" name="Show In Target Id" optional="false"/> + </commands> + <commands xmi:id="_fqkXB9n7Eemdprme5qtduw" elementId="sed.tabletree.collapseAll" commandName="Collapse All" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXCNn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewRemoveRemote" commandName="Delete Remote" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXCdn7Eemdprme5qtduw" elementId="org.eclipse.ui.dialogs.openInputDialog" commandName="Open Input Dialog" description="Open an Input Dialog" category="_fqkXtNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkXCtn7Eemdprme5qtduw" elementId="title" name="Title"/> + <parameters xmi:id="_fqkXC9n7Eemdprme5qtduw" elementId="message" name="Message"/> + <parameters xmi:id="_fqkXDNn7Eemdprme5qtduw" elementId="initialValue" name="Initial Value"/> + <parameters xmi:id="_fqkXDdn7Eemdprme5qtduw" elementId="cancelReturns" name="Return Value on Cancel"/> + </commands> + <commands xmi:id="_fqkXDtn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RebaseCurrent" commandName="Rebase" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXD9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.extract.class" commandName="Extract Class..." description="Extracts fields into a new class" category="_fqkXr9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXENn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXEdn7Eemdprme5qtduw" elementId="org.eclipse.compare.copyRightToLeft" commandName="Copy from Right to Left" description="Copy Current Change from Right to Left" category="_fqkXrdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXEtn7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.commands.OpenProfileConfigurations" commandName="Profile..." description="Open profile launch configuration dialog" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXE9n7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.markCompleted" commandName="Mark Completed" description="Mark the selected tasks as completed" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXFNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.recenter" commandName="Recenter" description="Scroll cursor line to center, top and bottom" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXFdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors" commandName="Generate Constructors from Superclass" description="Evaluate and add constructors from superclass" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXFtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElementWithBrowser.url" commandName="Open Build with Browser" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXF9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskComplete" commandName="Mark Task Complete" category="_fqkXp9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXGNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.select.windowStart" commandName="Select Window Start" description="Select to the start of the window" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXGdn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_fqkXutn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXGtn7Eemdprme5qtduw" 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="_fqkXstn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXG9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.history.Revert" commandName="Revert Commit" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXHNn7Eemdprme5qtduw" elementId="org.eclipse.ui.edit.text.scroll.lineDown" commandName="Scroll Line Down" description="Scroll down one line of text" category="_fqkXpdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXHdn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.search.find.occurrences" commandName="Occurrences in File" description="Find occurrences of the selection in the file" category="_fqkXntn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXHtn7Eemdprme5qtduw" elementId="org.eclipse.ui.ToggleCoolbarAction" commandName="Toggle Main Toolbar Visibility" description="Toggles the visibility of the window toolbar" category="_fqkXrtn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXH9n7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.RepositoriesViewImportProjects" commandName="Import Projects..." description="Import or create in local Git repository" category="_fqkXttn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXINn7Eemdprme5qtduw" elementId="org.eclipse.wst.sse.ui.outline.customFilter" commandName="&Filters" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXIdn7Eemdprme5qtduw" elementId="org.eclipse.ui.navigate.openResource" commandName="Open Resource" description="Open an editor on a particular resource" category="_fqkXqNn7Eemdprme5qtduw"> + <parameters xmi:id="_fqkXItn7Eemdprme5qtduw" elementId="filePath" name="File Path" typeId="org.eclipse.ui.ide.resourcePath"/> + </commands> + <commands xmi:id="_fqkXI9n7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui.commands.CoverageLast" commandName="Coverage" description="Coverage" category="_fqkXs9n7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXJNn7Eemdprme5qtduw" elementId="org.eclipse.compare.copyAllLeftToRight" commandName="Copy All from Left to Right" description="Copy All Changes from Left to Right" category="_fqkXrdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXJdn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXJtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunWithConfigurationAction" commandName="Run As" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXJ9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunHistoryMenuAction" commandName="Run History" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXKNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunDropDownAction" commandName="Run" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXKdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugWithConfigurationAction" commandName="Debug As" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXKtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugHistoryMenuAction" commandName="Debug History" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXK9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugDropDownAction" commandName="Debug" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXLNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileDropDownAction" commandName="Profile" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXLdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileWithConfigurationAction" commandName="Profile As" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXLtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileHistoryMenuAction" commandName="Profile History" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXL9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageDropDownAction" commandName="Coverage" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXMNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageAsAction" commandName="Coverage As" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXMdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageHistoryAction" commandName="Coverage History" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXMtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.egit.ui.SearchActionSet/org.eclipse.egit.ui.actions.OpenCommitSearchPage" commandName="Git..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXM9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.NewTypeDropDown" commandName="Class..." description="New Java Class" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXNNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenPackageWizard" commandName="Package..." description="New Java Package" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXNdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenProjectWizard" commandName="Java Project..." description="New Java Project" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXNtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.ui.SearchActionSet/org.eclipse.jdt.ui.actions.OpenJavaSearchPage" commandName="Java..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXN9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.java.actionSet.browsing/org.eclipse.mylyn.java.ui.actions.ApplyMylynToBrowsingPerspectiveAction" commandName="Focus Browsing Perspective" description="Focus Java Browsing Views on Active Task" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXONn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.doc.actionSet/org.eclipse.mylyn.tasks.ui.bug.report" commandName="Report Bug or Enhancement..." description="Report Bug or Enhancement" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXOdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.navigation.additions/org.eclipse.mylyn.tasks.ui.navigate.task.history" commandName="Activate Previous Task" description="Activate Previous Task" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXOtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction" commandName="Cheat Sheets..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXO9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.search.searchActionSet/org.eclipse.search.OpenSearchDialogPage" commandName="Search..." description="Search" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXPNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXPdn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXPtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.ui.externaltools.ExternalToolsSet/org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu" commandName="External Tools" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXP9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.ant.ui.BreakpointRulerActions/org.eclipse.ant.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXQNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXQdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXQtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetExecute" commandName="Execute" description="Execute the Selected Text" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXQ9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetDisplay" commandName="Display" description="Display Result of Evaluating Selected Text" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXRNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetInspect" commandName="Inspect" description="Inspect Result of Evaluating Selected Text" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXRdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXRtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXR9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXSNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXSdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXStn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution/org.eclipse.m2e.jdt.ui.downloadSourcesAction" commandName="label" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXS9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution_38/org.eclipse.m2e.jdt.ui.downloadSourcesAction_38" commandName="label" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXTNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Text Editor Bookmark Ruler Action" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXTdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Text Editor Ruler Single-Click" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXTtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXT9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXUNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXUdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXUtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXU9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXVNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.PulldownActions/org.eclipse.debug.ui.debugview.pulldown.ViewManagementAction" commandName="View Management..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXVdn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXVtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.removeAll" commandName="Remove All" description="Remove All Breakpoints" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXV9n7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXWNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.workingSets" commandName="Working Sets..." description="Manage Working Sets" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXWdn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXWtn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXW9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.sortByAction" commandName="Sort By" description="Sort By" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXXNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.groupByAction" commandName="Group By" description="Show" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXXdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.removeAll" commandName="Remove All" description="Remove All Expressions" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXXtn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXX9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.PinMemoryBlockAction" commandName="Pin Memory Monitor" description="Pin Memory Monitor" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXYNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.NewMemoryViewAction" commandName="New Memory View" description="New Memory View" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXYdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglemonitors" commandName="Toggle Memory Monitors Pane" description="Toggle Memory Monitors Pane" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXYtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.linkrenderingpanes" commandName="Link Memory Rendering Panes" description="Link Memory Rendering Panes" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXY9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.tablerendering.preferencesaction" commandName="Table Renderings Preferences..." description="&Table Renderings Preferences..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXZNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglesplitpane" commandName="Toggle Split Pane" description="Toggle Split Pane" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXZdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.switchMemoryBlock" commandName="Switch Memory Monitor" description="Switch Memory Monitor" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXZtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.memoryViewPreferencesAction" commandName="Preferences..." description="&Preferences..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXZ9n7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXaNn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXadn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXatn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXa9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXbNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXbdn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXbtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.AllReferencesInView" commandName="Show References" description="Show &References" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXb9n7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXcNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXcdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXctn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXc9n7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXdNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXddn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowThreadGroups" commandName="Show Thread Groups" description="Show Thread Groups" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXdtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXd9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowSystemThreads" commandName="Show System Threads" description="Show System Threads" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXeNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowRunningThreads" commandName="Show Running Threads" description="Show Running Threads" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXedn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXetn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXe9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Execute" commandName="Execute" description="Execute the Selected Text" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXfNn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXfdn7Eemdprme5qtduw" 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="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXftn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.context.ui.outline.contribution/org.eclipse.mylyn.context.ui.contentOutline.focus" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXf9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.java.ui.markers.breakpoints.contribution/org.eclipse.mylyn.java.ui.actions.focus.markers.breakpoints" commandName="Focus on Active Task" description="Focus on Active Task" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXgNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.ui.debug.view.contribution/org.eclipse.mylyn.ui.actions.FilterResourceNavigatorAction" commandName="Focus on Active Task (Experimental)" description="Focus on Active Task (Experimental)" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXgdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.ui.projectexplorer.filter/org.eclipse.mylyn.ide.ui.actions.focus.projectExplorer" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXgtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.ui.search.contribution/org.eclipse.mylyn.ide.ui.actions.focus.search.results" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXg9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.ui.resource.navigator.filter/org.eclipse.mylyn.ide.ui.actions.focus.resourceNavigator" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXhNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.problems.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.problems" commandName="Focus on Active Task" description="Focus on Active Task" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXhdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.markers.all.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.all" commandName="Focus on Active Task" description="Focus on Active Task" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXhtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.markers.tasks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.tasks" commandName="Focus on Active Task" description="Focus on Active Task" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXh9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.markers.bookmarks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.bookmarks" commandName="Focus on Active Task" description="Focus on Active Task" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXiNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.java.explorer.contribution/org.eclipse.mylyn.java.actions.focus.packageExplorer" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXidn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.search.open" commandName="Search Repository..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXitn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.synchronize.changed" commandName="Synchronize Changed" description="Synchronize Changed" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXi9n7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.tasks.restore" commandName="Restore Tasks from History..." category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXjNn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.open.repositories.view" commandName="Show Task Repositories View" description="Show Task Repositories View" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXjdn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.doc.legend.show.action" commandName="Show UI Legend" description="Show Tasks UI Legend" category="_fqkXvdn7Eemdprme5qtduw"/> + <commands xmi:id="_fqkXjtn7Eemdprme5qtduw" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.context.ui.actions.tasklist.focus" commandName="Focus on Workweek" description="Focus on Workweek" category="_fqkXvdn7Eemdprme5qtduw"/> + <addons xmi:id="_fqkXj9n7Eemdprme5qtduw" 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="_fqkXkNn7Eemdprme5qtduw" 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="_fqkXkdn7Eemdprme5qtduw" 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="_fqkXktn7Eemdprme5qtduw" 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="_fqkXk9n7Eemdprme5qtduw" 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="_fqkXlNn7Eemdprme5qtduw" 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="_fqkXldn7Eemdprme5qtduw" 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="_fqkXltn7Eemdprme5qtduw" 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="_fqkXl9n7Eemdprme5qtduw" 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="_fqkXmNn7Eemdprme5qtduw" 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="_fqkXmdn7Eemdprme5qtduw" elementId="SplitterAddon" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.splitteraddon.SplitterAddon"/> + <addons xmi:id="_fqkXmtn7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.addon.0" contributorURI="platform:/plugin/org.eclipse.ui.ide" contributionURI="bundleclass://org.eclipse.ui.ide/org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon"/> + <addons xmi:id="_fqkXm9n7Eemdprme5qtduw" 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="_fqkXnNn7Eemdprme5qtduw" elementId="org.eclipse.team.ui.category.team" name="Team" description="Actions that apply when working with a Team"/> + <categories xmi:id="_fqkXndn7Eemdprme5qtduw" elementId="org.eclipse.ui.category.views" name="Views" description="Commands for opening views"/> + <categories xmi:id="_fqkXntn7Eemdprme5qtduw" elementId="org.eclipse.ui.category.edit" name="Edit"/> + <categories xmi:id="_fqkXn9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.ui.editor.category" name="WikiText Markup Editing Commands" description="commands for editing lightweight markup"/> + <categories xmi:id="_fqkXoNn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.category.editor" name="Task Editor"/> + <categories xmi:id="_fqkXodn7Eemdprme5qtduw" elementId="org.eclipse.buildship.ui.project" name="Buildship" description="Contains the Buildship specific commands"/> + <categories xmi:id="_fqkXotn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.builds.ui.category.Commands" name="Builds"/> + <categories xmi:id="_fqkXo9n7Eemdprme5qtduw" elementId="org.eclipse.ui.ide.markerContents" name="Contents" description="The category for menu contents"/> + <categories xmi:id="_fqkXpNn7Eemdprme5qtduw" elementId="org.eclipse.oomph.setup.category" name="Oomph Setup"/> + <categories xmi:id="_fqkXpdn7Eemdprme5qtduw" elementId="org.eclipse.ui.category.textEditor" name="Text Editing" description="Text Editing Commands"/> + <categories xmi:id="_fqkXptn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.context.ui.commands" name="Focused UI" description="Task-Focused Interface"/> + <categories xmi:id="_fqkXp9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.tasks.ui.commands" name="Task Repositories"/> + <categories xmi:id="_fqkXqNn7Eemdprme5qtduw" elementId="org.eclipse.ui.category.navigate" name="Navigate"/> + <categories xmi:id="_fqkXqdn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.java.ui.commands" name="Java Context" description="Java Task-Focused Interface Commands"/> + <categories xmi:id="_fqkXqtn7Eemdprme5qtduw" elementId="org.eclipse.mylyn.wikitext.context.ui.commands" name="Mylyn WikiText" description="Commands used for Mylyn WikiText"/> + <categories xmi:id="_fqkXq9n7Eemdprme5qtduw" elementId="org.eclipse.eclemma.ui" name="EclEmma Code Coverage"/> + <categories xmi:id="_fqkXrNn7Eemdprme5qtduw" elementId="org.eclipse.ui.category.file" name="File"/> + <categories xmi:id="_fqkXrdn7Eemdprme5qtduw" elementId="org.eclipse.compare.ui.category.compare" name="Compare" description="Compare command category"/> + <categories xmi:id="_fqkXrtn7Eemdprme5qtduw" elementId="org.eclipse.ui.category.window" name="Window"/> + <categories xmi:id="_fqkXr9n7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.category.refactoring" name="Refactor - Java" description="Java Refactoring Actions"/> + <categories xmi:id="_fqkXsNn7Eemdprme5qtduw" elementId="org.eclipse.ui.category.help" name="Help"/> + <categories xmi:id="_fqkXsdn7Eemdprme5qtduw" elementId="org.eclipse.ui.category.project" name="Project"/> + <categories xmi:id="_fqkXstn7Eemdprme5qtduw" elementId="org.eclipse.search.ui.category.search" name="Search" description="Search command category"/> + <categories xmi:id="_fqkXs9n7Eemdprme5qtduw" elementId="org.eclipse.debug.ui.category.run" name="Run/Debug" description="Run/Debug command category"/> + <categories xmi:id="_fqkXtNn7Eemdprme5qtduw" elementId="org.eclipse.ui.category.dialogs" name="Dialogs" description="Commands for opening dialogs"/> + <categories xmi:id="_fqkXtdn7Eemdprme5qtduw" elementId="org.eclipse.oomph" name="Oomph"/> + <categories xmi:id="_fqkXttn7Eemdprme5qtduw" elementId="org.eclipse.egit.ui.commandCategory" name="Git"/> + <categories xmi:id="_fqkXt9n7Eemdprme5qtduw" elementId="org.eclipse.ui.category.perspectives" name="Perspectives" description="Commands for opening perspectives"/> + <categories xmi:id="_fqkXuNn7Eemdprme5qtduw" elementId="org.eclipse.ltk.ui.category.refactoring" name="Refactoring"/> + <categories xmi:id="_fqkXudn7Eemdprme5qtduw" elementId="org.eclipse.gef.category.view" name="View" description="View"/> + <categories xmi:id="_fqkXutn7Eemdprme5qtduw" elementId="org.eclipse.jdt.ui.category.source" name="Source" description="Java Source Actions"/> + <categories xmi:id="_fqkXu9n7Eemdprme5qtduw" elementId="org.eclipse.mylyn.commons.repositories.ui.category.Team" name="Team"/> + <categories xmi:id="_fqkXvNn7Eemdprme5qtduw" elementId="org.eclipse.oomph.commands" name="Oomph"/> + <categories xmi:id="_fqkXvdn7Eemdprme5qtduw" 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/.metadata/.plugins/org.eclipse.jdt.core/2574934564.index b/.metadata/.plugins/org.eclipse.jdt.core/2574934564.index index caa8605c430c50c94f5ed20ddfcb22b20ea2fd69..97f8517031c6465b8e45f4521bd1f8403262729e 100644 GIT binary patch delta 13777 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 delta 13675 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 diff --git a/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps b/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps index 4165d69750b760897c03885f37bee05e196017e6..654317ca72995b135ebff86046f10399a39f06ac 100644 GIT binary patch literal 63 zcmZQzU|?i0)GsYA($C3E($6Z()z3;SOVl+q)XgtQ&C5#3)=kV!F*AY47M19x73*as O7BMg|=CB2ub^!oDc@nw+ literal 591 zcmZQzVBliV(l0G8($7lC*3Zl<E=kNwPAvxU4E4<P4D_>#QuT8(lk|&9^s*9*7#JAM z%}$DkGZ+%1C$*wPKP9g?uNbD)=)em<1~X!{=Hw?Q=A@=1mL$UT8*e+N!C*?P{^HWS zg6!mCLqnK$qr;095a;ru)Z+ZoqU2PB%bzDcVbFuyT#%TYotO>^r^K?v3cZZfoB~}V zJp*t^Wo0Dh<Up<D6Kz&AXE1>4!xO;C8Hq*3sU>h5O$16x8MKMfnU$Ohwa(mVvx^*q sH8Gk%aZ_BHmzA6vUr>}^mYI@T1UF<$OFn}RF@|In7sIVK-Z*Cp0Lk#d(f|Me diff --git a/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat b/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat index 0dac57e4ea54d4ee6b42066e7cd940bbc625d7f7..c6ab37a071cb3f1b766491275c40c1b40e424277 100644 GIT binary patch literal 7219 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 Ra3%K`*nN%SgIojr83Cq2MauvH literal 19661 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 IoFN7Q0Hfq{H2?qr diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/0.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/0.png new file mode 100644 index 0000000000000000000000000000000000000000..5a8a6f0ab948980349812606d6d4d0d177900b79 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7-g>$?hE&W+PLN>T!Z?R_ zp3$DO_qu=Hu90gp$nQR%)7HkoxX7f~q(Y-$d&T~*bEbb<omzeN|Dms{|F^2U{(F@5 zt?ulF2ii^-81|XXpS#Ui_@9pDt)KFeyU%+5J9z!k=9UfIv-a*=s&n>F{Qi9$tm!(Z z|DC`4=I@*Zj5)pY_BStg|KC4HvbiZ%z5W05j8A`jE-<W9TW?%-_uqe8HMYeGGtK7L z%lO9a=8!sY>p?2RmY2Kl9og`|@w4zhcO9Q!`F5(G^e<$`-;lav!Xd?Aw&dRBrrlSc z8$~a^9xuSQ>3lPfnwK$GM!^HdB)&_gmxLJ@c3&v3=+pc6je&uI!PC{xWt~$(69AE7 Bhui=F literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..7b019ba3141a122d127bba926065fd5f29443496 GIT binary patch literal 635 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!tooIG6|Ln`L%4T|=elqm6S z(dl)QCO?T1KU;e7TCcd}Px}rDRp+J!n@)CZSew?KdEkGxPwG)OWvQ+S2aWQzq+><o zisWuhI=eb7`|+WeY~QyF7Jq7JU3}~E^ZKj(1s8qKe|vX(_xsv;-y?!1wFkLheP`5H z@-8EE--Ke7*n5lSOx@`baVKW0wtW~!e^z&os*LK|t6!t)cDLv3u)5U1{jo}-s>gn* zo|<}U=WdPobDF=uRc+0_?sk5G_00};{k<Mb4!x*<>U{l)<rd!gZmzSdd|xSj^G%r; zyl~Ryl)cF}`d&<t?p|H|L;ACK{=@ke+}}=mPT6?om04Kmyy<g$B=cuKklXP1@+Tet zs_FBNCA_k;)7ks{Z>M?x#aSC1FGqUcR<vtuIC64L^m{qigf-3l=l-60_-QfQocHV9 zgYUF`YgF4IEMEElh%EOLT@}rog9{tBewSEul0)BMv%%Tlt!M5ev&m*eDL8mXT_~4) z*i*dcz^Q&wiNj)7+I&`YM+wUCAG8;GQ2Xe5Fykjf{|3pmU#>j}xX^U|boZVUuXl>9 zvw!>KKCjO?AII9m4YqQ+Dtgc66|nI=OORZCCZnmn@TFpR$+PYR?&A38g*Iu2|IKFe zc)7>r?A58W!#q!Sg>R8Rk>%_*BRQ<1t%k$Ce_`$g?${$tyt#$XMZcEM+PnUNVyARy zw5pD0UVdQOYNo1;-M$y@S~bn;;Qal^>V$=wb2M*mOpYU?+?UN)0&BbGm1HFwPnodv vTkoX#ow8i6g-L=ZWVJ5ZPyT29kKvwQ+@`DhoUbr2Ffe$!`njxgN@xNAm0~c% literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/10.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..0e98817d9e98bab0f43096caa1166e734cbb3fb5 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7)_J-(hE&W+PLN<VVdCY} z$?1(d==8Skcx6;g-UhR()X7Wc?>)FWc&q)J&tH@;|KI*D>%aa*(GL@sUOYTEgV|!% z9=o!)uYUdi^||{$|NT2Z<M*w6XJ0@2z1<?-2U(x$ZtdCn{QvLu^8fb#`0%Ly->hB# zWqjwAcbYY9zPLMP*X8%om;3hppSgO~zwRwR>)5Im&dXqKXgqQF+KbH{dr!W$F7G~X o`_1jVPrw18`~w;aoD2+muDeZ-O;~Eiz`(%Z>FVdQ&MBb@0GeoVO8@`> literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/2.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..ba2d4d6937f1665c771d4ee5b48e52939d7fb438 GIT binary patch literal 412 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7lRaG=Ln`JZCnyNn{Q2~y z{zu=N|5kJP{^zRw_;<6Q@V9r;*Cxjc_s;w;`}^<z_ItO#-%qUlQ9oDg_kR`12OD%h z?T?**zh0o?>tEd&YPT6A6izZs5cjdZ`_KO8mpAoa?lt{qG=5wtec<K;&BM3f?47ay z>~lqq&)a^SVPjo%lxP0`tg~VNW7XRK?En1Bu8i42%0^^I^q%`w=e&Pj-L&^v{lj0A z{@<FcRR4B&`M>AO=g0rE`~Bt9|LOAaa!j=k+OIO~Gn+qmo3Zde9m`uk<t2BY_5646 z`lHP)3*s$j?cKLj=j@;O{rfmr({)b&JAe1h-#H5yb9(3PZ(i>HzkiNob5pE(`~T+| zpZ@q<U|6TN-ni=SzyG#sY>N|Sn$545@r~QfA$8!^gH(nsFL&QNvf+Q@XW@VDIzGSh z?NmSMU&xNXA$7-uLyEy{$-T=>yRSYsie7v@UVv@W`DPw9FJrEZf(MLAe3wiw2{SNU YPP^6c{h_ft0|Nttr>mdKI;Vst0B{b{tpET3 literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/3.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..18ebdd1f4897d1c53fa772e34c1136b018db6329 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7>OEZ?Ln`JZCrGe1OUyCd zxVP}!jdy=pt-tdt{Ms|~Fyka1i~OYjKaa18{QrMn#mE1@dnEs#kG9&cezHM3k1_t= z-s=DIEdT84KK<Xc`oH_7n1qbaKa0J;|KIQ6Y<GRzKl}W5e;QSo&q+n>-<|OC&(Br$ pPs9akkDd6%=E>H>^oWt+;WDQ$C%msrU|?Wi@O1TaS?83{1OS*AQpNxP literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/4.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..a839ceb0e95c38b180ed346a05106e06eac5e1e7 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s76+B%WLn`JZCrGebIM)AP za^~dZ<?>9A#DkZexnZ7o=t;sN6EhQ&4L<X1zCM^^`Fa1Fo14G?-<W*-|NDD;pa1WX z+-&bZ%Osc8k-4f`eaiVcmcKv$`^)~X`9LEx`$35#^KB|`J->JFpUNJ#lCp2MG23#U z{x5xP*1*ef(O^%-$4&noeqOHN&B)67Z(sh7$$*VfLb@gW?5ywmckcYF9LJpXI_lon zufD(R6Ay`OU{sK5tFBW2w|;f@&erP<vu3rmuFZ|LZ&>(WUb5jwuWxR=)~Z*lK1u}y zTu=yz3j4fh=hDyY2EYFK&o<*;QF-it+p%r$m!@vr?y#}tIzxvdE7Q@XQ%`esYwZ&i z4X@MJS@kC-B*ao#dv#;`g0zx=m>3<WO=`QC7_wKKaQ>CKyN`i^fx*+&&t;ucLK6U8 C{-47D literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/5.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..269f575e1b0d50dbfb351b86b323742ce47cdddb GIT binary patch literal 534 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7?|Qm8hE&W+PH<p$<lCI; zG)G*deYegXfrr~3gzY%p<h;<2dzG{7Gw%hfk1`~l`~0X;YM;ta{r_>(w*9ORy>{(C z>&MsskN?*BEBDOifB1^eO(}C`InRA=>b67gPvqpiU;i(8c35JEP3`CU1&sR-%ZRfi zXO+#!7kFjzzux(u--bv1@Aof$FgrZ1@u;@(wm<yEkv{|vTPL35p0>Po&7aGGJHOj= z=+CVDX3sOn?$e9^PqrQYpIG#9pLczWrEZ2>@xLbjorc-}uRqCQeLQbhZ2|MQyuGaA z><{O>F#UgcuJ}7QQ-&9R=A5|tpZoFk#=_!{d^;Geuf;caHy4EcSoPmQe81!OLz7wV ztNssep4M3CddzJH<Lt1Qrtao~Ip32K63*54J!}0bz37fO)8Fk9J>8S9ALfnN|3)cB zrbYR#*dNZqs0}hl8w8G5{yWg{bLx}*A~~mbo5w$7tNHus^Z%8H`42qutn+R>H~+u+ zk<@+6X-Z79q#kbjknZ;4)c>tJqXP?Ek1hM3si^(0o%yn-#ICm;TMVYE-^u(Jm{9S@ zlPltzy>`;o|1k+2%}nN+36>}B*Eej_XIyzWi-E(!!em2>#d&Z3;+gf#BE||lSH7s8 uNj*3*;5h3&3)4qMf*Q#amt;CHF#Odojajg9@m~f81_n=8KbLh*2~7Yz&jk7a literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/6.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..be086d7a548e6926e48bd63c76f6ba3ada5f3209 GIT binary patch literal 333 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7MLb;`Ln`JZCpa+uZ+vk3 zYxRHqSFHc`r-=OefB2rT!ovRsmc2_dH6+y9lNdZc&p#jkzkY9x^cgpE2H6CO0=H9w zISd?sYW_4$VDyn-vspEl$Lz_jbhbMRIdKe3+H55aIVKu94s8z#4%#a`JD7DK^!Sqh z|Lgw${QvrAc7a0^L-yiuvssL1BxWVD)mYWM`){dQZcw+m$U0)HOZWlzMLZ3ReQN9b zV|VZRxBuUtNB<9-m;aldzv}n-`_FdsuUAVsaP`UGEtT2l|9_9S|5N|*;nDwpOiTY; z&a!zgl*^F5xO`{H^84GD$=3ci4iEh+p85IjnM*GM{kJgk@bcN@^xAdbn7wCT@%A5g olJmcuVd>f^kbgi!fs=uuG{>sTRA#;i0|Nttr>mdKI;Vst01i8rtpET3 literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/7.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..1d93a713dffe3f7ad9662792b9bceb8733d45108 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7c6hothE&W+PLN>T!pi<E zd%0Y6-p;=dYUV0TGJQXLab!ipzJK4pe}Depe#e0qxA*O|N_5G-XX&e4{$A(q`}_0P z{`vp^`|bbt=jr|5pTF(j_Pdw2b{MC;_t~2rpLd=m>)!`?o;sWV{~t#Eub*HM$d>aq z{GE-(;SZ1JM+^V||Nra1|L0fB{{QZC@#nVMMNxtm@7=hu)F}16$>jd~dHO&07f-sk z{jBY)RF~|w#;>`j=HC9zo0tDa;ovht4u;KhlTH;_*neSQU|{fc^>bP0l+XkK?`L{C literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/8.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..588e908a5a29c61c35c9ff6069293e9e51a7c061 GIT binary patch literal 411 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7lRRA<Ln`JZCnyO0`Tzg^ zqhqJ5|MTu*`d9z!BkPI3>mAm_&0zeTE*JeXe)-|=|G#CoJFsn;yeN{PW52t;*3bDn z*1W2J`pj+u<N3xJtr5(d?CbvjiC=&D|NpJx<^Q6;wf}E#N=V|}vFGQhfB(69{R(Pc zzT}<2cza{kgPadj9_D_FJ9GcpXMq++E$-{v|Hs#rao@PLZg25Ff2$oFXO3MsbMe8# z19u<&y;dA|YW=jgrVhQT39VHJ4pe{ps5+ze)4`+v>oyy2ls<6%+2+e-X@};kx?BH0 zY+%>$vMFtSzNWYF|Lg1ZoeoN#-t@oNyxLw}A|a=D-u~w0?*IGeNH#acs<;1tp7H6A z&jp5cYU_=w?*994tH!oCVW!#qdKuri-5gQ}Zaqk4*z$7sy(1g`H+~lW=dR=PE8kA_ zlm3P5_#0ApOgN+%%$D4{+_d}ZbED|R*W(4)Hl1(gQS&n9$|!iin8bI<^pY?GgXbmT WXWAdHH#0CWFnGH9xvX<aXaWF1K+X^V literal 0 HcmV?d00001 diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/9.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..eaac660153c88915365d0c215cc56a48bdfbbd3b GIT binary patch literal 667 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!tol001;Ln`JZCpa)4Iyy~i z($g~GCt7d)y{F#ZJ8k8LdX2y=^VGvXZ57Sq?)}ccAo}6|<$nGDjSh^V>CMdDE;C~- z11?YR*r`~*db`S>{9E(>*r$hnso(#Saew%nd*8~RZJheQ)T-ux{{AwK6bI|Bx|K!0 zfBw?Vi=S1#?9cofjo1G-ZPxv79yjk({m-4>{$K7F`S<_p^Xva#xT^jao*w#l{hd4P zMh`3nHaD1dPq|^?G4<x(758U-seg9y)qj0^+h6@W_iAgu{(t=a{Qs|3fB(l<7e3#g zT5sW_C6TrJ?z#ra#{a9$RsYt1d#D)k?A`0v|IOp$e*HiB`**^>XWGC2Ynxad{J3<v zxx=B`2iZEN-uTxsQ~cNd^l;k<!xKAQS5N+*uHXMJeuEaHPS}opfB%2l9DU%;y1m8! z{H=CyoN23Ac;i|9nL8W)8}s|Ja^I^dls(g)C~$$9?cU~o{ey2N^XvWlK6`Gbfy16F z?^@3vY51?Y`qaTD`Tezj<PB7x?0>)Hz<)vG<bRKu1DJElXKktY_x%O`&;Ngzk4)q4 z*Zcqeh8d$z^MQl2-Tzyc{{DMCv*5RWSk`V9Rj#95xp!4hzqQ}}<@f*d(ShIoe|>JQ zvCXFH_mBD?Yg+#I?XCNNwDF;8P)2UkJO;;m5lh3K|GAqRbm0GkNW=fq+qV3lUzBj| z|E;sS|MxCy`%}(X6}a%!OYIBaeoD-8bTB#H=)UI6y9p(&f6GtH&HtY_nfZUUFZZwa zmZl%}yH3Ae-&u6~yu*4wrlk>U*bYqET(Gg!#=tY4?I=&c;c|sK_A7hBx7;|!w%tv} jVbu-CmK5I-c81??4$2)APl#n;U|{fc^>bP0l+XkKw*O{- literal 0 HcmV?d00001 diff --git a/lab2_part1/bin/searchCustom/CustomBreadthFirstSearch.class b/lab2_part1/bin/searchCustom/CustomBreadthFirstSearch.class index 90a42f8346228a7d2b3c11a841e0395f26073e49..a93b3ff05b4f0099237830045a5c0e1c69c6c5c6 100644 GIT binary patch delta 112 zcmeBU{m#U7>ff$?3=9lL48jw+()hU;m>D>E7+4v&7#UbJq9!*ouJ^QKU}9imU|?X= zV&2Zcv5|p+fr){efq{VwEXu*a%D~CM!@$5G2IjLd@G|f*fB+i<KZ5`RBLgFYAXtwO E0O-yOmH+?% delta 370 zcmey))W^zo>ff$?3=9lL3|bSp((2h6I2joPvJ%S@^-D`KbM%7}^HTD2xfnPYxOo^@ z8F&~Om^C!RKzu$P27U$sMh5P@)QS?P{QR8M#5}NU6c+<CgAhoyFe3wtMwDh4Cxa-1 zI6H$F%;cQJymbBG%HopLTpk7q21!N+=KRtUMg~zI1F+4R`T7AxnRz9_B}J);xz-#E z(u@qI&KZe$>8T1inR%%SiAniosS25S3Q7|XNK6)BWOY?i<YJIzkY{I*V`LD<Vh9g| z0)rwW1A76;+?+f{22l+kuri2SN{TY`(yb@fua666U}j)qU|<l}+ReZbxt)P)8w2ll z2Ek1XB0^Hz7-TjwFfcGNC^0ZF@G&qmFfed1@G)>Qh%s<6C^IlHh(WY6s4%E9fPgrI Q8iP6mBLgFY23Vga0CUMpvj6}9 diff --git a/lab2_part1/bin/searchCustom/CustomDepthFirstSearch.class b/lab2_part1/bin/searchCustom/CustomDepthFirstSearch.class index f4ee2d8610cb95da39ab48319d3531cefb19609d..cf71208a137fde36ecc3fc57bfc7b5a0eeb2e0bb 100644 GIT binary patch delta 122 zcmZo-{m3M6>ff$?3=9lL48rUTOpFZ5lQ%LdPc*jX=VD-H;N)RoW#D3DV9|)0T+6uH z(~g0Ofr){EflZ5LI|Ii?1_lNu25trh1}?BD2LmeuCj$=y1A`ct&&I&Zz{darYz+Ji O0t}1{j0}QcJwgDofDIM^ delta 376 zcmey!)Wj-q>ff$?3=9lL3|j0AOpFZ56E`YPG`6m1XW(RH5Xed_OVlqd$;{CYO3X{i z&*fs^VBqFqU}fN8WMJ0N3<L4`co_H@1Q;2(^HM8HobvN?QWNvQvQb<N%nU*x)xwMn zEE-XoVVn%24C3qzVlb0)67$magDZ<mQgeA2Bp4(a8JP1+OBfkMeGI@hXXfh%6lLa> z1eX-0CgxgmFi0~p7&~Vq=B1}9<YeZhDkLW5m!&FX<|!ym+$ZLx2hyaZ$i*PbAkWSq z$H*WI63|CAg@-|bL6MPxy#QozP97tJsD=+%8N@LqMVWc&))Q-2NBJ`_GcYkQFo<jI zX5fh2&cL;efp<HD;3ftUA*pQ)G8-8f7?>E87#JA1z{)rn_!u}Dlo=Qp#K3%U1{DTX V1`rTuP-9SMU}Ruq&;aYv1ORiFPAUKZ diff --git a/lab2_part1/bin/searchCustom/CustomGraphSearch.class b/lab2_part1/bin/searchCustom/CustomGraphSearch.class index 755d50b80dc6fa786768695d72c82a874a1d75d7..a8b6a093571e1d69732c0e324d30348f1eecfaae 100644 GIT binary patch delta 1640 zcmeAWTp+=9>ff$?3=9lL3^O)zr8CQMF(@(E@G#gi*fBD27o?_UJC?W=<>!?!GDvG^ z`b=hI7T34tVo+yr;9+oNaAIU&PE1K*WDwQx$x19s)Xz!GOV{^L%1TWxvDS=YXK-O; z5T4A)BwWwM;LIS#$-v0q&cndVzz4F$lZU|zY)esUZhl#+TV_#l2^WJAgAWgbFM}Z? z14nvlNpMMGNh%kEE`vW0LjXe{BLjD4v3q`E4p^L#K}f@=JijO>Mc=(BGbJFu*jh6R zWI`|xLkL4CBLjbWYDqw1NrqbycYbbAetrofgSdv~#E+upAS1(h7$O)V85zXVQ%izU z6O%I%lX6nQ1{b>(<>xXos9~5s@uMi%C(%3%F$}Sc3>=vysYQt;`9+KjVj7x|ASf-# z%+dFRid%Ct#4{waGbAuF2!R6#MV5yli6NPhfh8}sqJ)t_1ZDzqAhI*0GBWTYc~T+2 z805ut9tI(X3`PcRbT@*dD8X7Y3=~OOJPg^ONa9G&&nrpH%qs?kdoB+{9)lGl18-tV zieG+8YDm6QVsbXfp#?k)g$zZE4D1<+#eQHnF>8QAREeR4hoKZKlUeMVTToIt*_p+T zlO-=dC6$pu5^SZ4H6sIeaz<uO3M2>_8MqKUMg~?eXYy=TX-2h)A4Lpp&?3&xnvsDw zxFj(-+c&Ww1QZjD4D8V8V`MM_#hS=uSw^|Zw^&3a+jtn-LGjC0lJAoVN;J+4ouKgO znw-TdJz1GmPoR&7p@kt7l;|e#Fid2aG&zw~Q*a6oLpMkpM`BJ6$m7M6x3He!Vp3&b zVc=k3V7N26i%q+J3xk%{76#RA4A$Ei?8CKoGdM?XXK>xh;I^Eh6C&Z^r>(n<!FwBn z-%JKRE!}MlL15WZsA!lKizLf7hA1nx<qW=(Y&#j^7#R*Qq*$@;W-yABWYyiykY>fM zwS_@Tl6@OP<}3zHtt|`^Ga2|nhD);7Z(}fD&cFlVY-7lQDYOp<8I{k-Fzf$%kmNRo z;+g-8wYD(0ZD3$vU}2DAU|@)25NBXuP+;I@P+|~cP+^c}P-D<yP-n1Y&|+|5&|z=~ z<s$}thA0LDh9m|<hExU<hI|GyhE@i1hKURo409PQ8S0lXSTU?+ux8l6V8gJJ!H(fD zgBinF1|5d$4ABhI3=9k&4D6t=Vvu2wWdMOY3}p=E42%rY3<nu17%CZ<82lOP7^)bm z8JHRJ8R8gf82A`i7+M+Z7-|_R8CV%6G8i$`F;p|KGt@IMFz_%iLRB>|urM?-Fw`>? zGjRN2aA#*o`NJT~&S3PPL70J^oq>^^L6@B&g`L5Ooxz!bogtoq;Xi{J0|%N6SV=rP zgAoG*$A1P+oH{ufnBh7Z7(nGx6GJEi69Xs6QA`ZY3?d8+4EhX=42%p646LwVW&#H@ z8(1(292y|^Gcd41LxT~N=s>10FfhOjv1DKdtLF!$BuLD)ZfEEK#Tv44X;9<pK^F4E z&FhA^3duY(sChh4^R%!SmI*ZsWEKzHtR4)r@)(#Hm>3usWI$$ZXK?k=*3#R?(7TPH zKU`aD8^dHU1LRU>u*ZcMSQr=>au_%mav1~}@))ET@+Svyh$~KI;A3EfM<)k^2*Xqc MesI`L13P>=02j4RzyJUM delta 779 zcmZ1=(ILon>ff$?3=9lL3|Skw(wW)V8EhCCgeNmH3CD6VSTl%mGB7gO^Dyu-@NqIY zGB~p{I59E^WF?j*>gOcprRxV*7MG;v@-VnCxH2*@=a-f+GKl(sr8D#O1Bx>9N`gy@ zQWJBnIT+j-85BKp3vyC(Q}ap`CZA^)b5rDE@MQ32XYgWV5XPd3hrx%zmyv<J0Ax;1 z9wURO2E=TL)g?uldFj@gVUu67+HtU_r<MdHmSjxMWszcLWH6dsz#=yJ0h_U8I1fVv zLog!)TS>l8W^oC~Q&Bt&LJZN9``D!?yR+*F#PcwOG6aJp5_uSs7?LNqvTF*a@-W1J zv~eWn<oM;Mq!v%kW|N+Lko^=F!wd!%24)5Z2B*nWIkf9{GgwD%XRzJMV7H0ELC9?z zgNN1@2D=Rm3=B*RQVa|Xat!PY3=9ek+zd(#Vhkz_(hO=0S`3;DrVKg^whZnJ(qLJz zc?>cPvJ4>L#Nfx^&%nqa&7jT@z!1p5#K6c9#1PED#J~wQH-tfifq_Avfsui+o`HdZ z71c&I21W)320yULJYY5})MQ4GN6}2NWMBrX;Rks{YYT(wHioe643P*AK#U7QGL9c^ zTnvLLx~t5f=J7zy)52m{=;Q`&(fU{nALTJHF)%SOFvx)PZfCId(bn3=5VwsXAsoa= z0W&}jV+Mz;5CaPX149G@2SX%-AVU;`6hk!Fkzx=tppN8V5MfAT;A3E9NM~SR0EGuc OgdfCYWXJ#qXeI#F!GMVX diff --git a/lab2_part1/src/searchCustom/CustomBreadthFirstSearch.java b/lab2_part1/src/searchCustom/CustomBreadthFirstSearch.java index 329026d..b168a7a 100644 --- a/lab2_part1/src/searchCustom/CustomBreadthFirstSearch.java +++ b/lab2_part1/src/searchCustom/CustomBreadthFirstSearch.java @@ -5,7 +5,6 @@ import java.util.Random; public class CustomBreadthFirstSearch extends CustomGraphSearch{ public CustomBreadthFirstSearch(int maxDepth){ - super(new Random().nextBoolean()); // Temporary random choice, you need to pick true or false! - System.out.println("Change line above in \"CustomBreadthFirstSearch.java\"!"); + super(false); // Temporary random choice, you need to pick true or false! } }; diff --git a/lab2_part1/src/searchCustom/CustomDepthFirstSearch.java b/lab2_part1/src/searchCustom/CustomDepthFirstSearch.java index 75fce71..971b2bf 100644 --- a/lab2_part1/src/searchCustom/CustomDepthFirstSearch.java +++ b/lab2_part1/src/searchCustom/CustomDepthFirstSearch.java @@ -5,6 +5,6 @@ import java.util.Random; public class CustomDepthFirstSearch extends CustomGraphSearch{ public CustomDepthFirstSearch(int maxDepth){ - super(new Random().nextBoolean()); // Temporary random choice, you need to true or false! - System.out.println("Change line above in \"CustomDepthFirstSearch.java\"!");} + super(true); // Temporary random choice, you need to true or false! + } }; diff --git a/lab2_part1/src/searchCustom/CustomGraphSearch.java b/lab2_part1/src/searchCustom/CustomGraphSearch.java index aa27e85..261b170 100644 --- a/lab2_part1/src/searchCustom/CustomGraphSearch.java +++ b/lab2_part1/src/searchCustom/CustomGraphSearch.java @@ -36,14 +36,34 @@ public class CustomGraphSearch implements SearchObject { GridPos startState = (GridPos) p.getInitialState(); // Initialize the frontier with the start state frontier.addNodeToFront(new SearchNode(startState)); + explored.add(frontier.peekAtFront()); // Path will be empty until we find the goal. path = new ArrayList<SearchNode>(); - // Implement this! - System.out.println("Implement CustomGraphSearch.java!"); - - + while (!frontier.isEmpty()) { + SearchNode node = frontier.removeFirst(); + + if (p.isGoalState(node.getState())) { + path = node.getPathFromRoot(); + break; + } + + ArrayList<GridPos> childStates = p.getReachableStatesFrom(node.getState()); + + for (GridPos childState : childStates) { + SearchNode child = new SearchNode(childState, node); + if (!explored.contains(child)) { + if (insertFront) { + frontier.addNodeToFront(child); + } else { + frontier.addNodeToBack(child); + } + explored.add(child); + } + } + } + /* Some hints: * -Read early part of chapter 3 in the book! * -You are free to change anything how you wish as long as the program runs, but some structure is given to help you. -- GitLab