workbench.xmi 363 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572
<?xml version="1.0" encoding="ASCII"?>
<application:Application xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:advanced="http://www.eclipse.org/ui/2010/UIModel/application/ui/advanced" xmlns:application="http://www.eclipse.org/ui/2010/UIModel/application" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:menu="http://www.eclipse.org/ui/2010/UIModel/application/ui/menu" xmi:id="_-sZEkNd1EeOVfaIzSb4tTA" elementId="org.eclipse.e4.legacy.ide.application" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_-sZEkdd1EeOVfaIzSb4tTA" bindingContexts="_-sZEk9d1EeOVfaIzSb4tTA">
  <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;workbench>&#xA;&lt;mruList>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;json.editors.JsonPageEditor&quot; name=&quot;durex.json&quot; tooltip=&quot;DUREX/out/durex.json&quot;>&#xA;&lt;persistable path=&quot;/DUREX/out/durex.json&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;com.emmoco.embuilder.editor-props&quot; name=&quot;bundle.properties&quot; tooltip=&quot;DUREX/bundle.properties&quot;>&#xA;&lt;persistable path=&quot;/DUREX/bundle.properties&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.cdt.ui.editor.CEditor&quot; name=&quot;DUREX.h&quot; tooltip=&quot;DUREX/out/DUREX.h&quot;>&#xA;&lt;persistable path=&quot;/DUREX/out/DUREX.h&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.cdt.ui.editor.CEditor&quot; name=&quot;main.c&quot; tooltip=&quot;DUREXLaunchpad/main.c&quot;>&#xA;&lt;persistable path=&quot;/DUREXLaunchpad/main.c&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;com.emmoco.embuilder.schemaEditor&quot; name=&quot;schema.ems&quot; tooltip=&quot;DUREX/schema.ems&quot;>&#xA;&lt;persistable path=&quot;/DUREX/schema.ems&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.cdt.make.editor&quot; name=&quot;makefile&quot; tooltip=&quot;DUREXLaunchpad/makefile&quot;>&#xA;&lt;persistable path=&quot;/DUREXLaunchpad/makefile&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.cdt.ui.editor.CEditor&quot; name=&quot;DUREX.c&quot; tooltip=&quot;DUREX/out/DUREX.c&quot;>&#xA;&lt;persistable path=&quot;/DUREX/out/DUREX.c&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;com.emmoco.embuilder.schemaEditor&quot; name=&quot;System.ems&quot; tooltip=&quot;DUREX/imports/system@emmoco.com/System.ems&quot;>&#xA;&lt;persistable path=&quot;/DUREX/imports/system@emmoco.com/System.ems&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.cdt.ui.editor.CEditor&quot; name=&quot;Em_Types.h&quot; tooltip=&quot;DUREX/out/Em_Types.h&quot;>&#xA;&lt;persistable path=&quot;/DUREX/out/Em_Types.h&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.cdt.ui.editor.CEditor&quot; name=&quot;Em_Message.h&quot; tooltip=&quot;DUREX/out/Em_Message.h&quot;>&#xA;&lt;persistable path=&quot;/DUREX/out/Em_Message.h&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.cdt.make.editor&quot; name=&quot;makefile&quot; tooltip=&quot;BlinkerLaunchPad/makefile&quot;>&#xA;&lt;persistable path=&quot;/BlinkerLaunchPad/makefile&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.cdt.ui.editor.CEditor&quot; name=&quot;sleep.c&quot; tooltip=&quot;DUREXLaunchpad/sleep.c&quot;>&#xA;&lt;persistable path=&quot;/DUREXLaunchpad/sleep.c&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.cdt.ui.editor.CEditor&quot; name=&quot;MyApp.h&quot; tooltip=&quot;MyAppSchema/out/MyApp.h&quot;>&#xA;&lt;persistable path=&quot;/MyAppSchema/out/MyApp.h&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.cdt.ui.editor.CEditor&quot; name=&quot;MyApp.c&quot; tooltip=&quot;MyAppSchema/out/MyApp.c&quot;>&#xA;&lt;persistable path=&quot;/MyAppSchema/out/MyApp.c&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.cdt.ui.editor.CEditor&quot; name=&quot;main.c&quot; tooltip=&quot;MyAppLaunchPad/main.c&quot;>&#xA;&lt;persistable path=&quot;/MyAppLaunchPad/main.c&quot;/>&#xA;&lt;/file>&#xA;&lt;/mruList>&#xA;&lt;/workbench>"/>
  <tags>activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration</tags>
  <tags>ModelMigrationProcessor.001</tags>
  <children xsi:type="basic:TrimmedWindow" xmi:id="_-sZEkdd1EeOVfaIzSb4tTA" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="__EcYMtd1EeOVfaIzSb4tTA" label="%trimmedwindow.label.eclipseSDK" x="21" y="22" width="1327" height="665">
    <persistedState key="coolBarVisible" value="true"/>
    <persistedState key="perspectiveBarVisible" value="true"/>
    <persistedState key="workingSets" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;workingSets/>"/>
    <persistedState key="aggregateWorkingSetId" value="Aggregate for window 1399638750856"/>
    <tags>topLevel</tags>
    <tags>shellMaximized</tags>
    <children xsi:type="basic:PartSashContainer" xmi:id="__EcYMtd1EeOVfaIzSb4tTA" selectedElement="__Ec_QNd1EeOVfaIzSb4tTA" horizontal="true">
      <children xsi:type="advanced:PerspectiveStack" xmi:id="__Ec_QNd1EeOVfaIzSb4tTA" elementId="PerspectiveStack" containerData="7500" selectedElement="__Nx6Ydd1EeOVfaIzSb4tTA">
        <children xsi:type="advanced:Perspective" xmi:id="__Nx6Ydd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.JavaPerspective" selectedElement="__Nx6Ytd1EeOVfaIzSb4tTA" label="Java" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/jperspective.gif">
          <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,"/>
          <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.newWizSC:com.android.ide.eclipse.adt.project.NewProjectWizard</tags>
          <tags>persp.newWizSC:com.android.ide.eclipse.editors.wizards.NewXmlFileWizard</tags>
          <tags>persp.actionSet:adt.actionSet.wizards</tags>
          <tags>persp.actionSet:adt.actionSet.avdManager</tags>
          <tags>persp.actionSet:adt.actionSet.lint</tags>
          <tags>persp.actionSet:adt.actionSet.refactorings</tags>
          <tags>persp.perspSC:com.android.ide.eclipse.ddms.Perspective</tags>
          <tags>persp.perspSC:com.android.ide.eclipse.hierarchyviewer.PixelPerfectPespective</tags>
          <tags>persp.perspSC:com.android.ide.eclipse.hierarchyviewer.TreeViewPerspective</tags>
          <tags>persp.viewSC:org.eclipse.ant.ui.views.AntView</tags>
          <tags>persp.showIn:org.eclipse.egit.ui.RepositoriesView</tags>
          <tags>persp.actionSet:org.eclipse.debug.ui.breakpointActionSet</tags>
          <tags>persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet</tags>
          <tags>persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard</tags>
          <tags>persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet</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>
          <children xsi:type="basic:PartSashContainer" xmi:id="__Nx6Ytd1EeOVfaIzSb4tTA" selectedElement="__Nyhdtd1EeOVfaIzSb4tTA" horizontal="true">
            <children xsi:type="basic:PartSashContainer" xmi:id="__Nx6Y9d1EeOVfaIzSb4tTA" containerData="1256" selectedElement="__Nx6ZNd1EeOVfaIzSb4tTA">
              <children xsi:type="basic:PartStack" xmi:id="__Nx6ZNd1EeOVfaIzSb4tTA" elementId="left" containerData="6000" selectedElement="__Nx6Zdd1EeOVfaIzSb4tTA">
                <tags>newtablook</tags>
                <tags>org.eclipse.e4.primaryNavigationStack</tags>
                <children xsi:type="advanced:Placeholder" xmi:id="__Nx6Zdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.PackageExplorer" ref="__NmUMNd1EeOVfaIzSb4tTA"/>
                <children xsi:type="advanced:Placeholder" xmi:id="__NyhcNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="__NowcNd1EeOVfaIzSb4tTA"/>
                <children xsi:type="advanced:Placeholder" xmi:id="__Nyhcdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ResourceNavigator" toBeRendered="false" ref="__NpXgNd1EeOVfaIzSb4tTA"/>
                <children xsi:type="advanced:Placeholder" xmi:id="__Nyhctd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigator.ProjectExplorer" toBeRendered="false" ref="__NpXgdd1EeOVfaIzSb4tTA"/>
                <children xsi:type="advanced:Placeholder" xmi:id="__Nyhc9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.junit.ResultView" toBeRendered="false" ref="__Nx6YNd1EeOVfaIzSb4tTA"/>
              </children>
              <children xsi:type="basic:PartStack" xmi:id="__NyhdNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewMStack" toBeRendered="false" containerData="4000">
                <tags>newtablook</tags>
                <children xsi:type="advanced:Placeholder" xmi:id="__Nyhddd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesView" toBeRendered="false" ref="__NxTUNd1EeOVfaIzSb4tTA"/>
              </children>
            </children>
            <children xsi:type="basic:PartSashContainer" xmi:id="__Nyhdtd1EeOVfaIzSb4tTA" containerData="8744" selectedElement="__Nyhd9d1EeOVfaIzSb4tTA">
              <children xsi:type="basic:PartSashContainer" xmi:id="__Nyhd9d1EeOVfaIzSb4tTA" containerData="7500" selectedElement="__NyheNd1EeOVfaIzSb4tTA" horizontal="true">
                <children xsi:type="advanced:Placeholder" xmi:id="__NyheNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.editorss" containerData="7500" ref="__NTZQNd1EeOVfaIzSb4tTA"/>
                <children xsi:type="basic:PartStack" xmi:id="__Nyhedd1EeOVfaIzSb4tTA" elementId="right" containerData="2500" selectedElement="__Nyhetd1EeOVfaIzSb4tTA">
                  <tags>newtablook</tags>
                  <tags>org.eclipse.e4.secondaryNavigationStack</tags>
                  <children xsi:type="advanced:Placeholder" xmi:id="__Nyhetd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ContentOutline" ref="__NrMs9d1EeOVfaIzSb4tTA"/>
                  <children xsi:type="advanced:Placeholder" xmi:id="__Nyhe9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.texteditor.TemplatesView" toBeRendered="false" ref="__NrzwNd1EeOVfaIzSb4tTA"/>
                  <children xsi:type="advanced:Placeholder" xmi:id="__NyhfNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.views.AntView" toBeRendered="false" ref="__NwsQNd1EeOVfaIzSb4tTA"/>
                </children>
              </children>
              <children xsi:type="basic:PartStack" xmi:id="__Nyhfdd1EeOVfaIzSb4tTA" elementId="bottom" containerData="2500" selectedElement="__Nyhgtd1EeOVfaIzSb4tTA">
                <tags>newtablook</tags>
                <tags>org.eclipse.e4.secondaryDataStack</tags>
                <children xsi:type="advanced:Placeholder" xmi:id="__Nyhftd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ProblemView" ref="__NpXgtd1EeOVfaIzSb4tTA"/>
                <children xsi:type="advanced:Placeholder" xmi:id="__Nyhf9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.JavadocView" ref="__Np-kNd1EeOVfaIzSb4tTA"/>
                <children xsi:type="advanced:Placeholder" xmi:id="__NyhgNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.SourceView" ref="__NqloNd1EeOVfaIzSb4tTA"/>
                <children xsi:type="advanced:Placeholder" xmi:id="__Nyhgdd1EeOVfaIzSb4tTA" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="__Nqlodd1EeOVfaIzSb4tTA"/>
                <children xsi:type="advanced:Placeholder" xmi:id="__Nyhgtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.console.ConsoleView" ref="__NrMsNd1EeOVfaIzSb4tTA"/>
                <children xsi:type="advanced:Placeholder" xmi:id="__Nyhg9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="__NrMsdd1EeOVfaIzSb4tTA"/>
                <children xsi:type="advanced:Placeholder" xmi:id="__NyhhNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="__NrMstd1EeOVfaIzSb4tTA"/>
              </children>
            </children>
          </children>
        </children>
        <children xsi:type="advanced:Perspective" xmi:id="_kFmPUNd5EeO10Z-uF4PJsQ" elementId="com.emmoco.embuilder.core.em-perspective" selectedElement="_kFmPUdd5EeO10Z-uF4PJsQ" label="Em" iconURI="platform:/plugin/com.emmoco.embuilder.core/icons/emperspective.gif">
          <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,"/>
          <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.newWizSC:com.emmoco.embuilder.wizards.new-project-wizard</tags>
          <tags>persp.newWizSC:com.emmoco.mcmtooling.wizards.new-project</tags>
          <tags>persp.newWizSC:com.emmoco.mcmtooling.wizards.new-schema-file</tags>
          <children xsi:type="basic:PartSashContainer" xmi:id="_kFmPUdd5EeO10Z-uF4PJsQ" selectedElement="_kFmPUtd5EeO10Z-uF4PJsQ" horizontal="true">
            <children xsi:type="basic:PartStack" xmi:id="_kFmPUtd5EeO10Z-uF4PJsQ" elementId="org.eclipse.ui.navigator.ProjectExplorerMStack" containerData="3000" selectedElement="_kFmPU9d5EeO10Z-uF4PJsQ">
              <tags>newtablook</tags>
              <children xsi:type="advanced:Placeholder" xmi:id="_kFmPU9d5EeO10Z-uF4PJsQ" elementId="org.eclipse.ui.navigator.ProjectExplorer" ref="__NpXgdd1EeOVfaIzSb4tTA"/>
            </children>
            <children xsi:type="basic:PartSashContainer" xmi:id="_kFmPVNd5EeO10Z-uF4PJsQ" containerData="7000" selectedElement="_kFmPVtd5EeO10Z-uF4PJsQ">
              <children xsi:type="advanced:Placeholder" xmi:id="_kFmPVdd5EeO10Z-uF4PJsQ" elementId="org.eclipse.ui.editorss" containerData="7600" ref="__NTZQNd1EeOVfaIzSb4tTA"/>
              <children xsi:type="basic:PartStack" xmi:id="_kFmPVtd5EeO10Z-uF4PJsQ" elementId="com.emmoco.embuilder.folder.bottom" containerData="2400" selectedElement="_kFmPWNd5EeO10Z-uF4PJsQ">
                <tags>newtablook</tags>
                <children xsi:type="advanced:Placeholder" xmi:id="_kFmPV9d5EeO10Z-uF4PJsQ" elementId="org.eclipse.ui.console.ConsoleView" ref="__NrMsNd1EeOVfaIzSb4tTA"/>
                <children xsi:type="advanced:Placeholder" xmi:id="_kFmPWNd5EeO10Z-uF4PJsQ" elementId="org.eclipse.ui.views.PropertySheet" ref="_kFkaINd5EeO10Z-uF4PJsQ"/>
              </children>
            </children>
          </children>
        </children>
      </children>
      <children xsi:type="basic:PartStack" xmi:id="__Ec_Qdd1EeOVfaIzSb4tTA" elementId="stickyFolderRight" toBeRendered="false" containerData="2500">
        <children xsi:type="advanced:Placeholder" xmi:id="__Ec_Qtd1EeOVfaIzSb4tTA" elementId="org.eclipse.help.ui.HelpView" toBeRendered="false" ref="__EbxINd1EeOVfaIzSb4tTA"/>
        <children xsi:type="advanced:Placeholder" xmi:id="__Ec_Q9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.internal.introview" toBeRendered="false" ref="__EcYMNd1EeOVfaIzSb4tTA"/>
        <children xsi:type="advanced:Placeholder" xmi:id="__Ec_RNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" toBeRendered="false" ref="__EcYMdd1EeOVfaIzSb4tTA"/>
      </children>
    </children>
    <sharedElements xsi:type="basic:Part" xmi:id="__EbxINd1EeOVfaIzSb4tTA" 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" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:Help</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__EcYMNd1EeOVfaIzSb4tTA" 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.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:General</tags>
      <menus xmi:id="__bSK4Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.internal.introview">
        <tags>ViewMenu</tags>
        <tags>menuContribution:menu</tags>
      </menus>
      <toolbar xmi:id="__bSK4dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.internal.introview" visible="false"/>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__EcYMdd1EeOVfaIzSb4tTA" 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" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:Help</tags>
    </sharedElements>
    <sharedElements xsi:type="advanced:Area" xmi:id="__NTZQNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.editorss" selectedElement="__NUAUNd1EeOVfaIzSb4tTA">
      <children xsi:type="basic:PartStack" xmi:id="__NUAUNd1EeOVfaIzSb4tTA" elementId="org.eclipse.e4.primaryDataStack" selectedElement="_ItEQ8No3EeOmV6GLybVswA">
        <tags>newtablook</tags>
        <tags>org.eclipse.e4.primaryDataStack</tags>
        <tags>EditorStack</tags>
        <tags>active</tags>
        <children xsi:type="basic:Part" xmi:id="_G05vENovEeOmV6GLybVswA" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="main.c" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/obj16/c_file_obj.gif" tooltip="DUREXLaunchpad/main.c" closeable="true">
          <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;editor id=&quot;org.eclipse.cdt.ui.editor.CEditor&quot;>&#xA;&lt;input factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; path=&quot;/DUREXLaunchpad/main.c&quot;/>&#xA;&lt;editorState selectionHorizontalPixel=&quot;0&quot; selectionLength=&quot;0&quot; selectionOffset=&quot;2388&quot; selectionTopPixel=&quot;2439&quot;/>&#xA;&lt;/editor>"/>
          <tags>Editor</tags>
          <tags>org.eclipse.cdt.ui.editor.CEditor</tags>
          <tags>removeOnHide</tags>
        </children>
        <children xsi:type="basic:Part" xmi:id="_i4_PcNowEeOmV6GLybVswA" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="makefile" iconURI="platform:/plugin/org.eclipse.cdt.make.ui/icons/etool16/makefile.gif" tooltip="DUREXLaunchpad/makefile" closeable="true">
          <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;editor id=&quot;org.eclipse.cdt.make.editor&quot;>&#xA;&lt;input factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; path=&quot;/DUREXLaunchpad/makefile&quot;/>&#xA;&lt;editorState selectionHorizontalPixel=&quot;0&quot; selectionLength=&quot;0&quot; selectionOffset=&quot;87&quot; selectionTopPixel=&quot;0&quot;/>&#xA;&lt;/editor>"/>
          <tags>Editor</tags>
          <tags>org.eclipse.cdt.make.editor</tags>
          <tags>removeOnHide</tags>
        </children>
        <children xsi:type="basic:Part" xmi:id="_ItEQ8No3EeOmV6GLybVswA" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="DUREX.h" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/obj16/c_file_obj.gif" tooltip="DUREX/out/DUREX.h" closeable="true">
          <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;editor id=&quot;org.eclipse.cdt.ui.editor.CEditor&quot;>&#xA;&lt;input factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; path=&quot;/DUREX/out/DUREX.h&quot;/>&#xA;&lt;editorState selectionHorizontalPixel=&quot;0&quot; selectionLength=&quot;45&quot; selectionOffset=&quot;806&quot; selectionTopPixel=&quot;0&quot;/>&#xA;&lt;/editor>"/>
          <tags>Editor</tags>
          <tags>org.eclipse.cdt.ui.editor.CEditor</tags>
          <tags>removeOnHide</tags>
          <tags>active</tags>
          <tags>activeOnClose</tags>
        </children>
        <children xsi:type="basic:Part" xmi:id="_K-oD4No3EeOmV6GLybVswA" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="schema.ems" iconURI="platform:/plugin/com.emmoco.embuilder.core/icons/emunit.gif" tooltip="DUREX/schema.ems" closeable="true">
          <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;editor id=&quot;com.emmoco.embuilder.schemaEditor&quot;>&#xA;&lt;input factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; path=&quot;/DUREX/schema.ems&quot;/>&#xA;&lt;editorState selectionHorizontalPixel=&quot;0&quot; selectionLength=&quot;61&quot; selectionOffset=&quot;95&quot; selectionTopPixel=&quot;0&quot;/>&#xA;&lt;/editor>"/>
          <tags>Editor</tags>
          <tags>com.emmoco.embuilder.schemaEditor</tags>
          <tags>removeOnHide</tags>
        </children>
        <children xsi:type="basic:Part" xmi:id="_Vvr9QNo4EeOmV6GLybVswA" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="durex.json" iconURI="platform:/plugin/json.editor.plugin/icons/JsonFile.gif" tooltip="DUREX/out/durex.json" closeable="true">
          <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;editor id=&quot;json.editors.JsonPageEditor&quot;>&#xA;&lt;input factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; path=&quot;/DUREX/out/durex.json&quot;/>&#xA;&lt;/editor>"/>
          <tags>Editor</tags>
          <tags>json.editors.JsonPageEditor</tags>
          <tags>removeOnHide</tags>
        </children>
      </children>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NmUMNd1EeOVfaIzSb4tTA" 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.gif" tooltip="Workspace" closeable="true">
      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;view group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;1&quot; workingSetName=&quot;Aggregate for window 1399638750856&quot;>&#xA;&lt;customFilters userDefinedPatternsEnabled=&quot;false&quot;>&#xA;&lt;xmlDefinedFilters>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LibraryFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.StaticsFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.pde.ui.ExternalPluginLibrariesFilter1&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.FieldsFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.pde.ui.BinaryProjectFilter1&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;/xmlDefinedFilters>&#xA;&lt;/customFilters>&#xA;&lt;/view>"/>
      <tags>View</tags>
      <tags>categoryTag:Java</tags>
      <menus xmi:id="__OhhQNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.PackageExplorer">
        <tags>ViewMenu</tags>
        <tags>menuContribution:menu</tags>
      </menus>
      <toolbar xmi:id="__OhhQdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.PackageExplorer" visible="false"/>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NowcNd1EeOVfaIzSb4tTA" 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.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:Java</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NpXgNd1EeOVfaIzSb4tTA" 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.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:General</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NpXgdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigator.ProjectExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.gif" tooltip="Workspace" closeable="true">
      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;view CommonNavigator.LINKING_ENABLED=&quot;0&quot; currentWorkingSetName=&quot;Aggregate for window 1399638750856&quot; org.eclipse.cdt.ui.cview.groupincludes=&quot;false&quot; org.eclipse.cdt.ui.cview.groupmacros=&quot;false&quot; org.eclipse.cdt.ui.editor.CUChildren=&quot;true&quot; org.eclipse.ui.navigator.resources.workingSets.showTopLevelWorkingSets=&quot;0&quot;/>"/>
      <tags>View</tags>
      <tags>categoryTag:General</tags>
      <menus xmi:id="_kGpYMNd5EeO10Z-uF4PJsQ" elementId="org.eclipse.ui.navigator.ProjectExplorer">
        <tags>ViewMenu</tags>
        <tags>menuContribution:menu</tags>
      </menus>
      <toolbar xmi:id="_kGpYMdd5EeO10Z-uF4PJsQ" elementId="org.eclipse.ui.navigator.ProjectExplorer" visible="false"/>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NpXgtd1EeOVfaIzSb4tTA" 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.gif" tooltip="2 errors, 0 warnings, 0 others" closeable="true">
      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;view PRIMARY_SORT_FIELD=&quot;org.eclipse.ui.ide.severityAndDescriptionField&quot; categoryGroup=&quot;org.eclipse.ui.ide.severity&quot; markerContentGenerator=&quot;org.eclipse.ui.ide.problemsGenerator&quot; partName=&quot;Problems&quot;>&#xA;&lt;expanded>&#xA;&lt;category IMemento.internal.id=&quot;Errors (2 items)&quot;/>&#xA;&lt;/expanded>&#xA;&lt;columnWidths org.eclipse.ui.ide.locationField=&quot;90&quot; org.eclipse.ui.ide.markerType=&quot;90&quot; org.eclipse.ui.ide.pathField=&quot;120&quot; org.eclipse.ui.ide.resourceField=&quot;90&quot; org.eclipse.ui.ide.severityAndDescriptionField=&quot;483&quot;/>&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.severityAndDescriptionField&quot;/>&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.resourceField&quot;/>&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.pathField&quot;/>&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.locationField&quot;/>&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.markerType&quot;/>&#xA;&lt;/view>"/>
      <tags>View</tags>
      <tags>categoryTag:General</tags>
      <menus xmi:id="__T5JcNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ProblemView">
        <tags>ViewMenu</tags>
        <tags>menuContribution:menu</tags>
      </menus>
      <toolbar xmi:id="__T5wgNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ProblemView" visible="false"/>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__Np-kNd1EeOVfaIzSb4tTA" 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.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:Java</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NqloNd1EeOVfaIzSb4tTA" 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.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:Java</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__Nqlodd1EeOVfaIzSb4tTA" elementId="org.eclipse.search.ui.views.SearchView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:General</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NrMsNd1EeOVfaIzSb4tTA" 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.gif" tooltip="" closeable="true">
      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;view/>"/>
      <tags>View</tags>
      <tags>categoryTag:General</tags>
      <menus xmi:id="_I3JoYNd2EeOVfaIzSb4tTA" elementId="org.eclipse.ui.console.ConsoleView">
        <tags>ViewMenu</tags>
        <tags>menuContribution:menu</tags>
      </menus>
      <toolbar xmi:id="_I3JoYdd2EeOVfaIzSb4tTA" elementId="org.eclipse.ui.console.ConsoleView" visible="false"/>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NrMsdd1EeOVfaIzSb4tTA" 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.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:General</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NrMstd1EeOVfaIzSb4tTA" 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.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:General</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NrMs9d1EeOVfaIzSb4tTA" 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.gif" tooltip="" closeable="true">
      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;view/>"/>
      <tags>View</tags>
      <tags>categoryTag:General</tags>
      <menus xmi:id="__S2AkNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ContentOutline">
        <tags>ViewMenu</tags>
        <tags>menuContribution:menu</tags>
      </menus>
      <toolbar xmi:id="__S2Akdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ContentOutline" visible="false"/>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NrzwNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.texteditor.TemplatesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Templates" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/templates.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:General</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NwsQNd1EeOVfaIzSb4tTA" 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.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:Ant</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__NxTUNd1EeOVfaIzSb4tTA" 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.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:Git</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="__Nx6YNd1EeOVfaIzSb4tTA" 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.gif" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:Java</tags>
    </sharedElements>
    <sharedElements xsi:type="basic:Part" xmi:id="_kFkaINd5EeO10Z-uF4PJsQ" 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.gif" tooltip="" closeable="true">
      <tags>View</tags>
      <tags>categoryTag:General</tags>
      <menus xmi:id="_tmV-ENd_EeOBl_WozuLcVg" elementId="org.eclipse.ui.views.PropertySheet">
        <tags>ViewMenu</tags>
        <tags>menuContribution:menu</tags>
      </menus>
      <toolbar xmi:id="_tmWlINd_EeOBl_WozuLcVg" elementId="org.eclipse.ui.views.PropertySheet" visible="false"/>
    </sharedElements>
    <trimBars xmi:id="__Ejs8Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.main.toolbar">
      <children xsi:type="menu:ToolBar" xmi:id="__FlAoNd1EeOVfaIzSb4tTA" elementId="group.file" toBeRendered="false">
        <tags>toolbarSeparator</tags>
        <children xsi:type="menu:ToolBarSeparator" xmi:id="__FlAodd1EeOVfaIzSb4tTA" elementId="group.file" toBeRendered="false"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__FmOwNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.workbench.file">
        <tags>Draggable</tags>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-KrINoKEeOmV6GLybVswA" elementId="new.group"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-KrIdoKEeOmV6GLybVswA" elementId="newWizardDropDown"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-KrItoKEeOmV6GLybVswA" elementId="new.ext" visible="false"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-KrI9oKEeOmV6GLybVswA" elementId="save.group" visible="false"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-KrJNoKEeOmV6GLybVswA" elementId="save"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-KrJdoKEeOmV6GLybVswA" elementId="saveAll"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-KrJtoKEeOmV6GLybVswA" elementId="save.ext" visible="false"/>
        <children xsi:type="menu:HandledToolItem" xmi:id="__-LSMNoKEeOmV6GLybVswA" elementId="print" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.gif" tooltip="Print" command="_-tfQytd1EeOVfaIzSb4tTA"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-OVgNoKEeOmV6GLybVswA" elementId="print.ext" visible="false"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-OVgdoKEeOmV6GLybVswA" elementId="build.group"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-OVgtoKEeOmV6GLybVswA" elementId="build"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-OVg9oKEeOmV6GLybVswA" elementId="build.ext" visible="false"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-OVhNoKEeOmV6GLybVswA" elementId="additions"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__FmOwdd1EeOVfaIzSb4tTA" elementId="additions" toBeRendered="false">
        <tags>toolbarSeparator</tags>
        <children xsi:type="menu:ToolBarSeparator" xmi:id="__FmOwtd1EeOVfaIzSb4tTA" elementId="additions" toBeRendered="false"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="_znKxsNd3EeO7buUGucBrpw" elementId="org.eclipse.ui.edit.text.actionSet.presentation">
        <tags>Draggable</tags>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_A50TgNd4EeO10Z-uF4PJsQ" elementId="Presentation"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_A50Tgdd4EeO10Z-uF4PJsQ" elementId="org.eclipse.cdt.ui.edit.text.c.toggleMarkOccurrences"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_bcYvENd_EeOBl_WozuLcVg" elementId="Presentation"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_bcYvEdd_EeOBl_WozuLcVg" elementId="org.eclipse.cdt.ui.edit.text.c.toggleMarkOccurrences"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_-_FTQNfGEeOgUcWWru89dA" elementId="Presentation"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_-_FTQdfGEeOgUcWWru89dA" elementId="org.eclipse.cdt.ui.edit.text.c.toggleMarkOccurrences"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_N_UbQNoXEeOmV6GLybVswA" elementId="Presentation"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_N_UbQdoXEeOmV6GLybVswA" elementId="org.eclipse.cdt.ui.edit.text.c.toggleMarkOccurrences"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__WLBYNd1EeOVfaIzSb4tTA" elementId="adt.actionSet.avdManager">
        <tags>Draggable</tags>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAaG0NoLEeOmV6GLybVswA" elementId="android_project"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAaG0doLEeOmV6GLybVswA" elementId="com.android.ide.eclipse.adt.ui.sdkmanager"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAaG0toLEeOmV6GLybVswA" elementId="com.android.ide.eclipse.adt.ui.avdmanager"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__V7JwNd1EeOVfaIzSb4tTA" elementId="adt.actionSet.lint">
        <tags>Draggable</tags>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAaG09oLEeOmV6GLybVswA" elementId="android_project"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAaG1NoLEeOmV6GLybVswA" elementId="com.android.ide.eclipse.adt.ui.lintrunner"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__VvjkNd1EeOVfaIzSb4tTA" elementId="adt.actionSet.wizards">
        <tags>Draggable</tags>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAaG1doLEeOmV6GLybVswA" elementId="android_project"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAaG1toLEeOmV6GLybVswA" elementId="com.android.ide.eclipse.adt.wizards.actions.NewXmlFileAction"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="_2a6hINd2EeO7buUGucBrpw" elementId="org.eclipse.debug.ui.breakpointActionSet">
        <tags>Draggable</tags>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAaG19oLEeOmV6GLybVswA" elementId="breakpointGroup"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAaG2NoLEeOmV6GLybVswA" elementId="org.eclipse.debug.ui.actions.SkipAllBreakpoints"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__VGDUNd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.launchActionSet">
        <tags>Draggable</tags>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAaG2doLEeOmV6GLybVswA" elementId="debug"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAaG2toLEeOmV6GLybVswA" elementId="org.eclipse.debug.internal.ui.actions.DebugDropDownAction"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat4NoLEeOmV6GLybVswA" elementId="org.eclipse.debug.internal.ui.actions.RunDropDownAction"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat4doLEeOmV6GLybVswA" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__V1qMNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet">
        <tags>Draggable</tags>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat4toLEeOmV6GLybVswA" elementId="JavaWizards"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat49oLEeOmV6GLybVswA" elementId="org.eclipse.jdt.ui.actions.OpenProjectWizard"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat5NoLEeOmV6GLybVswA" elementId="org.eclipse.jdt.ui.actions.OpenPackageWizard"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat5doLEeOmV6GLybVswA" elementId="org.eclipse.jdt.ui.actions.NewTypeDropDown"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__VaMYNd1EeOVfaIzSb4tTA" elementId="org.eclipse.search.searchActionSet">
        <tags>Draggable</tags>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat5toLEeOmV6GLybVswA" elementId="Search"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat59oLEeOmV6GLybVswA" elementId="openType"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat6NoLEeOmV6GLybVswA" elementId="org.eclipse.search.OpenSearchDialogPage"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_N_UbQtoXEeOmV6GLybVswA" elementId="org.eclipse.cdt.ui.actions.OpenType"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__FmOw9d1EeOVfaIzSb4tTA" elementId="group.nav" toBeRendered="false">
        <tags>toolbarSeparator</tags>
        <children xsi:type="menu:ToolBarSeparator" xmi:id="__Fm10Nd1EeOVfaIzSb4tTA" elementId="group.nav" toBeRendered="false"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__Fm10dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.workbench.navigate">
        <tags>Draggable</tags>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-O8kNoKEeOmV6GLybVswA" elementId="history.group"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-O8kdoKEeOmV6GLybVswA" elementId="group.application" visible="false"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-O8ktoKEeOmV6GLybVswA" elementId="backardHistory"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-O8k9oKEeOmV6GLybVswA" elementId="forwardHistory"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-O8lNoKEeOmV6GLybVswA" elementId="pin.group"/>
        <children xsi:type="menu:HandledToolItem" xmi:id="__-O8ldoKEeOmV6GLybVswA" elementId="org.eclipse.ui.window.pinEditor" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.gif" tooltip="Pin Editor" enabled="false" command="_-tURtNd1EeOVfaIzSb4tTA"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat6doLEeOmV6GLybVswA" elementId="org.eclipse.ui.edit.text.gotoNextAnnotation"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat6toLEeOmV6GLybVswA" elementId="org.eclipse.ui.edit.text.gotoPreviousAnnotation"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="_AAat69oLEeOmV6GLybVswA" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__Fnc4Nd1EeOVfaIzSb4tTA" elementId="group.editor" toBeRendered="false">
        <tags>toolbarSeparator</tags>
        <children xsi:type="menu:ToolBarSeparator" xmi:id="__Fnc4dd1EeOVfaIzSb4tTA" elementId="group.editor" toBeRendered="false"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__Fnc4td1EeOVfaIzSb4tTA" elementId="group.help" toBeRendered="false">
        <tags>toolbarSeparator</tags>
        <children xsi:type="menu:ToolBarSeparator" xmi:id="__Fnc49d1EeOVfaIzSb4tTA" elementId="group.help" toBeRendered="false"/>
      </children>
      <children xsi:type="menu:ToolBar" xmi:id="__Fnc5Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.workbench.help" visible="false">
        <tags>Draggable</tags>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-PjoNoKEeOmV6GLybVswA" elementId="group.help"/>
        <children xsi:type="menu:OpaqueToolItem" xmi:id="__-PjodoKEeOmV6GLybVswA" elementId="group.application" visible="false"/>
      </children>
      <children xsi:type="menu:ToolControl" xmi:id="__GowkNd1EeOVfaIzSb4tTA" elementId="PerspectiveSpacer" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
        <tags>stretch</tags>
      </children>
      <children xsi:type="menu:ToolControl" xmi:id="__Gp-sNd1EeOVfaIzSb4tTA" elementId="Spacer Glue" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
        <tags>glue</tags>
      </children>
      <children xsi:type="menu:ToolControl" xmi:id="__GrM0Nd1EeOVfaIzSb4tTA" elementId="SearchField" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.quickaccess.SearchField"/>
      <children xsi:type="menu:ToolControl" xmi:id="__HQboNd1EeOVfaIzSb4tTA" elementId="Search-PS Glue" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
        <tags>glue</tags>
      </children>
      <children xsi:type="menu:ToolControl" xmi:id="__HRpwNd1EeOVfaIzSb4tTA" elementId="PerspectiveSwitcher" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher">
        <tags>Draggable</tags>
      </children>
    </trimBars>
    <trimBars xmi:id="__Hco4Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.trim.status" side="Bottom">
      <children xsi:type="menu:ToolControl" xmi:id="__HdP8Nd1EeOVfaIzSb4tTA" 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="__HlLwNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.HeapStatus" toBeRendered="false" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim"/>
      <children xsi:type="menu:ToolControl" xmi:id="__IH-UNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.ProgressBar" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
        <tags>Draggable</tags>
      </children>
    </trimBars>
    <trimBars xmi:id="__Ia5QNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.trim.vertical1" toBeRendered="false" side="Left">
      <children xsi:type="menu:ToolControl" xmi:id="__c8XwNd1EeOVfaIzSb4tTA" elementId="PerspectiveStack(minimized)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
        <tags>TrimStack</tags>
      </children>
    </trimBars>
    <trimBars xmi:id="__IcHYNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.trim.vertical2" side="Right"/>
  </children>
  <handlers xmi:id="_-vATsNd1EeOVfaIzSb4tTA" elementId="org.eclipse.e4.ui.workbench.renderers.swt.cocoa.ArrangeWindowHandler" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.cocoa.ArrangeWindowHandler" command="_-u_sodd1EeOVfaIzSb4tTA"/>
  <handlers xmi:id="_-vATstd1EeOVfaIzSb4tTA" elementId="org.eclipse.e4.ui.workbench.renderers.swt.cocoa.MinimizeWindowHandler" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.cocoa.MinimizeWindowHandler" command="_-vATsdd1EeOVfaIzSb4tTA"/>
  <handlers xmi:id="_-vA6wdd1EeOVfaIzSb4tTA" elementId="org.eclipse.e4.ui.workbench.renderers.swt.cocoa.FullscreenWindowHandler" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.cocoa.FullscreenWindowHandler" command="_-vA6wNd1EeOVfaIzSb4tTA"/>
  <handlers xmi:id="_-vA6xNd1EeOVfaIzSb4tTA" elementId="org.eclipse.e4.ui.workbench.renderers.swt.cocoa.ZoomWindowHandler" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.cocoa.ZoomWindowHandler" command="_-vA6w9d1EeOVfaIzSb4tTA"/>
  <handlers xmi:id="_-vBh0dd1EeOVfaIzSb4tTA" elementId="org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CloseDialogHandler" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CloseDialogHandler" command="_-vBh0Nd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-sZEktd1EeOVfaIzSb4tTA" contributorURI="platform:/plugin/org.eclipse.platform" bindingContext="_-sZEk9d1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uO3odd1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+F2" command="_-taYWtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uRT49d1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+F1" command="_-tTDh9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uR68dd1EeOVfaIzSb4tTA" keySequence="CTRL+SPACE" command="_-taYT9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uSiA9d1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+SPACE" command="_-thtANd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uZ2wdd1EeOVfaIzSb4tTA" keySequence="COMMAND+Z" command="_-tWt4td1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uZ2wtd1EeOVfaIzSb4tTA" keySequence="COMMAND+X" command="_-tc0kdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uZ2xdd1EeOVfaIzSb4tTA" keySequence="COMMAND+V" command="_-tWG3dd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uc6E9d1EeOVfaIzSb4tTA" keySequence="SHIFT+F10" command="_-tU4w9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uf9Ydd1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+F3" command="_-tkJSdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ugkcNd1EeOVfaIzSb4tTA" keySequence="COMMAND+1" command="_-tbmddd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ugkcdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+L" command="_-tVf0Nd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ugkc9d1EeOVfaIzSb4tTA" keySequence="COMMAND+F10" command="_-tZxNtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uogQdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+Z" command="_-tfQwdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-upHVtd1EeOVfaIzSb4tTA" keySequence="COMMAND+C" command="_-tZKINd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-usxs9d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+I" command="_-tU4sNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ut_1Nd1EeOVfaIzSb4tTA" keySequence="COMMAND+A" command="_-tYjJNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u6NEdd1EeOVfaIzSb4tTA" keySequence="ALT+PAGE_UP" command="_-taYRtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u60INd1EeOVfaIzSb4tTA" keySequence="ALT+PAGE_DOWN" command="_-tdbk9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u7bMdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+D" command="_-tepwtd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uJ_INd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.contexts.window" bindingContext="_-sZElNd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uNpgNd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+NUMPAD_MULTIPLY" command="_-tTqmdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uO3oNd1EeOVfaIzSb4tTA" keySequence="COMMAND+E" command="_-tWG0td1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uQs0Nd1EeOVfaIzSb4tTA" keySequence="COMMAND+]" command="_-tfQy9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uRT4dd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+C" command="_-tge5Nd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uRT4td1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+ARROW_LEFT" command="_-tcNddd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uR69Nd1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+A R" command="_-tkwUtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uSiANd1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+A D" command="_-tlXbNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uSiAdd1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+A S" command="_-ta_U9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uUXMtd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+U" command="_-tU4vdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uUXNdd1EeOVfaIzSb4tTA" keySequence="COMMAND+G" command="_-tX8Hdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uU-Rdd1EeOVfaIzSb4tTA" keySequence="SHIFT+F2" command="_-thGAtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uVlUNd1EeOVfaIzSb4tTA" keySequence="F3" command="_-tc0nNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uYBktd1EeOVfaIzSb4tTA" keySequence="COMMAND+U" command="_-tlXbtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uYBk9d1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+SHIFT+M" command="_-tXVAtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uYooNd1EeOVfaIzSb4tTA" keySequence="COMMAND+N" command="_-tYjKNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uYootd1EeOVfaIzSb4tTA" keySequence="COMMAND+W" command="_-tYjJdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uYoo9d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+W" command="_-tkJQtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uYopNd1EeOVfaIzSb4tTA" keySequence="COMMAND+S" command="_-tbmatd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uZPsNd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+S" command="_-tZKO9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uZPsdd1EeOVfaIzSb4tTA" keySequence="COMMAND+P" command="_-tfQytd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uZPtNd1EeOVfaIzSb4tTA" keySequence="ALT+CR" command="_-tf35Nd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uZ2wNd1EeOVfaIzSb4tTA" keySequence="F5" command="_-tWt_Nd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uZ2xtd1EeOVfaIzSb4tTA" keySequence="DEL" command="_-tVf0dd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uad0Nd1EeOVfaIzSb4tTA" keySequence="COMMAND+F" command="_-tc0k9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uad0dd1EeOVfaIzSb4tTA" keySequence="COMMAND+." command="_-tX8Fdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uad0td1EeOVfaIzSb4tTA" keySequence="COMMAND+F6" command="_-tXU-Nd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uad09d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+F6" command="_-tZxPNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ubE4Nd1EeOVfaIzSb4tTA" keySequence="COMMAND+F7" command="_-tf34Nd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ubE4dd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+F7" command="_-ta_WNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ubE4td1EeOVfaIzSb4tTA" keySequence="COMMAND+F8" command="_-tkwZ9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ubE49d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+F8" command="_-ta_ZNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ubr8Nd1EeOVfaIzSb4tTA" keySequence="ALT+F7" command="_-tcNctd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ubr8dd1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+F7" command="_-tZKMNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ucTAdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+NUMPAD_DIVIDE" command="_-teptdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uc6Etd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+S" command="_-tWG4dd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uc6FNd1EeOVfaIzSb4tTA" keySequence="CTRL+M" command="_-tZxQNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-udhIdd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Z" command="_-tURr9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-udhI9d1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+3" command="_-tdbmdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ueIMNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+T" command="_-tf30dd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ueIM9d1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+N" command="_-tWG7Nd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uevQNd1EeOVfaIzSb4tTA" keySequence="COMMAND+[" command="_-tcNddd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uevQdd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+W" command="_-tX8Ddd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uevQtd1EeOVfaIzSb4tTA" keySequence="COMMAND+F11" command="_-tWt5Nd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ufWUNd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+F11" command="_-tfQ1td1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ufWU9d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+." command="_-tWG4Nd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uf9Ytd1EeOVfaIzSb4tTA" keySequence="COMMAND+3" command="_-tkJS9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uf9Y9d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+R" command="_-tZKMdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uhLgNd1EeOVfaIzSb4tTA" keySequence="CTRL+Q" command="_-teCqtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uhyk9d1EeOVfaIzSb4tTA" keySequence="F2" command="_-tX8Etd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uiZo9d1EeOVfaIzSb4tTA" keySequence="SHIFT+F5" command="_-tWt6Nd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ujAs9d1EeOVfaIzSb4tTA" keySequence="SHIFT+F9" command="_-thF89d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ujnwNd1EeOVfaIzSb4tTA" keySequence="F9" command="_-tZxO9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ujnxNd1EeOVfaIzSb4tTA" keySequence="COMMAND+I" command="_-tf35Nd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ukO0dd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+T" command="_-ta_Ytd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uk14dd1EeOVfaIzSb4tTA" keySequence="F4" command="_-tbmc9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ulc8Nd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+O" command="_-tdbqdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ulc8td1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+N" command="_-tTDiNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-umrEtd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+V" command="_-tXU99d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-umrFdd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+R" command="_-tc0idd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-un5MNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+M" command="_-tiUGtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-un5Mtd1EeOVfaIzSb4tTA" keySequence="COMMAND+F12" command="_-tdbqNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-un5M9d1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+L" command="_-thtFtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uogQtd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+F10" command="_-tcNf9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-upuYNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+I" command="_-tYjK9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-upuYdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+H" command="_-tTqldd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uqVc9d1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+CTRL+D Q" command="_-tepstd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uq8gNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+CTRL+D P" command="_-ti7NNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uq8gdd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+CTRL+D O" command="_-tWG39d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uq8gtd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+CTRL+D E" command="_-tZxMtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uq8g9d1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+CTRL+D J" command="_-thtD9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-urjkNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+CTRL+D T" command="_-ta_Zdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-urjkdd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+CTRL+D A" command="_-tf309d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-urjktd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+ARROW_RIGHT" command="_-tfQy9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-usKptd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+SHIFT+A" command="_-tVfwNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-usxsNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+J" command="_-tlXZ9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-usxstd1EeOVfaIzSb4tTA" keySequence="CTRL+H" command="_-tf35dd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ut_0dd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+A" command="_-tdbmtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uum4Nd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+G" command="_-tVf1dd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uvN8Nd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q Y" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-uvN8dd1EeOVfaIzSb4tTA" 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="_-uv1ANd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q X" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-uv1Add1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ProblemView"/>
    </bindings>
    <bindings xmi:id="_-uwcENd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q L" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-uwcEdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.pde.runtime.LogView"/>
    </bindings>
    <bindings xmi:id="_-uwcEtd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+X Q" command="_-tcNfNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uxDINd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q D" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-uxDIdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.SourceView"/>
    </bindings>
    <bindings xmi:id="_-uxDItd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+X T" command="_-tf349d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uxqMNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+X A" command="_-tkwV9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uxqMdd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+X J" command="_-tf31Nd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uyRQNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q P" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-uyRQdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.PackageExplorer"/>
    </bindings>
    <bindings xmi:id="_-uyRQtd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q S" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-uyRQ9d1EeOVfaIzSb4tTA" 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="_-uy4UNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q Z" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-uy4Udd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.ui.GenericHistoryView"/>
    </bindings>
    <bindings xmi:id="_-uy4Utd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q H" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-uy4U9d1EeOVfaIzSb4tTA" 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="_-uzfYNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q J" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-uzfYdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.JavadocView"/>
    </bindings>
    <bindings xmi:id="_-uzfYtd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q B" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-uzfY9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.BreakpointView"/>
    </bindings>
    <bindings xmi:id="_-u0Gctd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+X P" command="_-tf339d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u0tgNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q T" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-u0tgdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.TypeHierarchy"/>
    </bindings>
    <bindings xmi:id="_-u0tgtd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q O" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-u0tg9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ContentOutline"/>
    </bindings>
    <bindings xmi:id="_-u1UkNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q C" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-u1Ukdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.console.ConsoleView"/>
    </bindings>
    <bindings xmi:id="_-u1Uktd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+X E" command="_-tkJVNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u17oNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q Q" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u17odd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Q V" command="_-tjiPtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
      <parameters xmi:id="_-u17otd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.VariableView"/>
    </bindings>
    <bindings xmi:id="_-u2isNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+X O" command="_-tZxR9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u3Jwtd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+B" command="_-teCptd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u3w0td1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+E" command="_-ta_VNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u4-89d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+G" command="_-tWG2dd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u5mAtd1EeOVfaIzSb4tTA" keySequence="COMMAND+B" command="_-tTql9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u6NEtd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+F" command="_-tkJU9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u60Idd1EeOVfaIzSb4tTA" keySequence="ALT+CTRL+H" command="_-tWG5dd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="__lDnkdoKEeOmV6GLybVswA" keySequence="COMMAND+CTRL+F" command="_-vA6wNd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uOQkNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.textEditorScope" bindingContext="_-tpo1dd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uOQkdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+NUMPAD_MULTIPLY" command="_-tU4uNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uO3otd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+J" command="_-tdbptd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uQFwNd1EeOVfaIzSb4tTA" keySequence="CTRL+ARROW_UP" command="_-tfQx9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uQs09d1EeOVfaIzSb4tTA" keySequence="ALT+ARROW_LEFT" command="_-tWt8Nd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uR68Nd1EeOVfaIzSb4tTA" keySequence="ALT+ARROW_DOWN" command="_-tc0ktd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uTJFNd1EeOVfaIzSb4tTA" keySequence="ALT+ARROW_RIGHT" command="_-tge7td1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uTwINd1EeOVfaIzSb4tTA" keySequence="CTRL+ARROW_DOWN" command="_-tepx9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uTwIdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+DEL" command="_-tXU9dd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uTwItd1EeOVfaIzSb4tTA" keySequence="COMMAND+L" command="_-tdbkdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uTwI9d1EeOVfaIzSb4tTA" keySequence="COMMAND+J" command="_-tZxONd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ubr8td1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+Q" command="_-tc0ldd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ubr89d1EeOVfaIzSb4tTA" keySequence="COMMAND+NUMPAD_DIVIDE" command="_-tept9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ucTANd1EeOVfaIzSb4tTA" keySequence="COMMAND+NUMPAD_MULTIPLY" command="_-taYUNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ucTAtd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+NUMPAD_DIVIDE" command="_-tZxRdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ucTA9d1EeOVfaIzSb4tTA" keySequence="COMMAND+NUMPAD_ADD" command="_-tbmYNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uc6ENd1EeOVfaIzSb4tTA" keySequence="COMMAND+NUMPAD_SUBTRACT" command="_-tf32td1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ufWVNd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+K" command="_-tjiO9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uf9YNd1EeOVfaIzSb4tTA" keySequence="COMMAND+K" command="_-ti7LNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ugkctd1EeOVfaIzSb4tTA" keySequence="INSERT" command="_-tVfydd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ugkdNd1EeOVfaIzSb4tTA" keySequence="COMMAND+F10" command="_-tbmeNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uhLgdd1EeOVfaIzSb4tTA" keySequence="SHIFT+CR" command="_-taYSNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uhLgtd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+CR" command="_-tURo9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uhLg9d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+X" command="_-thtDtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uhykNd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+Y" command="_-tcNgdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uhykdd1EeOVfaIzSb4tTA" keySequence="COMMAND+END" command="_-tVfytd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uhyktd1EeOVfaIzSb4tTA" keySequence="COMMAND+HOME" command="_-tf34td1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uiZoNd1EeOVfaIzSb4tTA" keySequence="F2" command="_-tVfxNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-umrENd1EeOVfaIzSb4tTA" keySequence="END" command="_-tVfytd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-umrEdd1EeOVfaIzSb4tTA" keySequence="CTRL+." command="_-tkwadd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-umrFNd1EeOVfaIzSb4tTA" keySequence="HOME" command="_-tf34td1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-upHUtd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+ARROW_LEFT" command="_-tdbn9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uqVcNd1EeOVfaIzSb4tTA" keySequence="SHIFT+END" command="_-tZxNNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uqVcdd1EeOVfaIzSb4tTA" keySequence="COMMAND+ARROW_LEFT" command="_-tbmZNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uqVctd1EeOVfaIzSb4tTA" keySequence="ALT+ARROW_UP" command="_-tge4Nd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-usxsdd1EeOVfaIzSb4tTA" keySequence="COMMAND+D" command="_-tZxNdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-usxtNd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+INSERT" command="_-tc0m9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-utYwdd1EeOVfaIzSb4tTA" keySequence="COMMAND+ARROW_RIGHT" command="_-tkJUtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-utYw9d1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_-tkJR9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uum5td1EeOVfaIzSb4tTA" keySequence="ALT+DEL" command="_-tWG7td1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u3JwNd1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+ARROW_LEFT" command="_-tc0hdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u3Jw9d1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+A" command="_-tbmadd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u3w0Nd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+ARROW_UP" command="_-tfQ19d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u3w09d1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+ARROW_DOWN" command="_-tge5td1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u5mA9d1EeOVfaIzSb4tTA" keySequence="ALT+BS" command="_-tXVCNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u6NENd1EeOVfaIzSb4tTA" keySequence="SHIFT+HOME" command="_-tTDkNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u7bMNd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+ARROW_RIGHT" command="_-tTqndd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
  </bindingTables>
  <bindingTables xmi:id="_-uO3o9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.cEditorScope" bindingContext="_-tpo4Nd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uPesNd1EeOVfaIzSb4tTA" keySequence="CTRL+TAB" command="_-tjiMdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uQFwdd1EeOVfaIzSb4tTA" keySequence="COMMAND+=" command="_-tWG6td1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uQFwtd1EeOVfaIzSb4tTA" keySequence="ALT+C" command="_-tVfyNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uRT4Nd1EeOVfaIzSb4tTA" keySequence="ALT+CTRL+ARROW_UP" command="_-thF_dd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uTJEdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+\" command="_-tepvNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uUXMNd1EeOVfaIzSb4tTA" keySequence="COMMAND+O" command="_-tge4td1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uU-QNd1EeOVfaIzSb4tTA" keySequence="COMMAND+G" command="_-tfQxdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uVlU9d1EeOVfaIzSb4tTA" keySequence="F3" command="_-tc0j9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uWMZtd1EeOVfaIzSb4tTA" keySequence="COMMAND+T" command="_-tTDj9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uWzdNd1EeOVfaIzSb4tTA" keySequence="COMMAND+/" command="_-tge89d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uc6Edd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+S" command="_-tf329d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-udhItd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+Z" command="_-thF-td1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ueIMdd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+T" command="_-tZKJ9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ujnwtd1EeOVfaIzSb4tTA" keySequence="COMMAND+I" command="_-tWt-9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ukO0Nd1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+Z" command="_-thF-td1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ukO0td1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+T" command="_-teCuNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uk14td1EeOVfaIzSb4tTA" keySequence="F4" command="_-teCr9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ulc8dd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+O" command="_-tX8DNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ulc89d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+N" command="_-tURptd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-umEANd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+P" command="_-taYVNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-umEAtd1EeOVfaIzSb4tTA" keySequence="COMMAND+TAB" command="_-tjiMdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-umEA9d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+/" command="_-taYUtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-unSINd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+R" command="_-tkJQ9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-unSJNd1EeOVfaIzSb4tTA" keySequence="COMMAND+CTRL+S" command="_-taYWdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-un5Mdd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+M" command="_-tWG29d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uogQNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+L" command="_-tURotd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uogQ9d1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+O" command="_-tdblNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-upHV9d1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+I" command="_-tlXYtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-upuYtd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+H" command="_-tX8Cdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-upuZNd1EeOVfaIzSb4tTA" keySequence="COMMAND+#" command="_-tWG6td1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-usKo9d1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_UP" command="_-ti7Ndd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-utYwNd1EeOVfaIzSb4tTA" keySequence="SHIFT+TAB" command="_-ti7I9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-utYxdd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_-tZKJdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uum5Nd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+F" command="_-thtEdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u2istd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_-thtC9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u4X49d1EeOVfaIzSb4tTA" keySequence="ALT+CTRL+ARROW_DOWN" command="_-tcNg9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u4-8Nd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_-tbmZdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u5mANd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+G" command="_-tdbm9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u60Itd1EeOVfaIzSb4tTA" keySequence="ALT+CTRL+H" command="_-tge5dd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
  </bindingTables>
  <bindingTables xmi:id="_-uPesdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.javaEditorScope" bindingContext="_-tpo4dd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uPestd1EeOVfaIzSb4tTA" keySequence="COMMAND+CTRL+\" command="_-tkJVdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uQs1Nd1EeOVfaIzSb4tTA" keySequence="ALT+CTRL+ARROW_UP" command="_-tcNeNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uTJENd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+\" command="_-tkJVdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uTwJNd1EeOVfaIzSb4tTA" keySequence="COMMAND+O" command="_-tX8Ftd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uWMYtd1EeOVfaIzSb4tTA" keySequence="COMMAND+F3" command="_-tbmY9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uWMZdd1EeOVfaIzSb4tTA" keySequence="COMMAND+T" command="_-tZKNdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uWzcNd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+M" command="_-tfQz9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uWzcdd1EeOVfaIzSb4tTA" keySequence="COMMAND+/" command="_-tU4sdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uWzdtd1EeOVfaIzSb4tTA" keySequence="COMMAND+7" command="_-tU4sdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-udhINd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+U" command="_-tge7Nd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ujnwdd1EeOVfaIzSb4tTA" keySequence="COMMAND+I" command="_-tZKLtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ulc9Nd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+P" command="_-taYQ9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-unSJdd1EeOVfaIzSb4tTA" keySequence="COMMAND+CTRL+/" command="_-tU4s9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uogRNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+O" command="_-tTDhtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uogRtd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+C" command="_-tU4sdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-usKodd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_UP" command="_-tcNgNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-utYxNd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_-tiUEtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uum4td1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+F" command="_-tepwdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uzfZNd1EeOVfaIzSb4tTA" keySequence="COMMAND+2 R" command="_-tWt69d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u0GcNd1EeOVfaIzSb4tTA" keySequence="COMMAND+2 L" command="_-tZxMNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u0Gcdd1EeOVfaIzSb4tTA" keySequence="COMMAND+2 F" command="_-tge49d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u2itNd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_-tYjGdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u4X4Nd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+B" command="_-tepxtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u4X5Nd1EeOVfaIzSb4tTA" keySequence="ALT+CTRL+ARROW_DOWN" command="_-tkJUNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u4-8td1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_-tkJUdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
  </bindingTables>
  <bindingTables xmi:id="_-uQs0dd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.macroExpansionHoverScope" bindingContext="_-tpo7Nd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uQs0td1EeOVfaIzSb4tTA" keySequence="ALT+ARROW_LEFT" command="_-tURq9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uTJE9d1EeOVfaIzSb4tTA" keySequence="ALT+ARROW_RIGHT" command="_-tdbpNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uWMYNd1EeOVfaIzSb4tTA" keySequence="F3" command="_-tc0j9d1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uR68td1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" bindingContext="_-tpo19d1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uR689d1EeOVfaIzSb4tTA" keySequence="COMMAND+\" command="_-tdbndd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uSiAtd1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+ARROW_UP" command="_-tTDjNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uTJEtd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+\" command="_-tdbndd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uUXMdd1EeOVfaIzSb4tTA" keySequence="COMMAND+O" command="_-tepvdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uWMYdd1EeOVfaIzSb4tTA" keySequence="F3" command="_-ta_Y9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uWzddd1EeOVfaIzSb4tTA" keySequence="COMMAND+/" command="_-tcNftd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ufWUdd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+." command="_-tZKKdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ujnw9d1EeOVfaIzSb4tTA" keySequence="COMMAND+I" command="_-tU4std1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-umEAdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+P" command="_-thtDNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-umEBNd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+/" command="_-tcNftd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-upHUdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+C" command="_-tXVCdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-usKoNd1EeOVfaIzSb4tTA" keySequence="ALT+SHIFT+ARROW_DOWN" command="_-tX8G9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-usKotd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_UP" command="_-tiUENd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ut_0Nd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_-ti7Mtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-ut_0td1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+A" command="_-ti7Jdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ut_09d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+ARROW_UP" command="_-tiUENd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uum5dd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+F" command="_-tZxM9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u2isdd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_-tWt-dd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u3Jwdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+ARROW_DOWN" command="_-tWt-dd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u3w0dd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+>" command="_-tZKKdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u4-8dd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_-tf33dd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
  </bindingTables>
  <bindingTables xmi:id="_-uTwJdd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.pdeEditorContext" bindingContext="_-tpo4td1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uTwJtd1EeOVfaIzSb4tTA" keySequence="COMMAND+O" command="_-tiUG9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uum49d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+F" command="_-tZxOtd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uUXM9d1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" bindingContext="_-tpo0dd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uUXNNd1EeOVfaIzSb4tTA" keySequence="COMMAND+G" command="_-ta_UNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uYBkdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+," command="_-tjiOtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ufWUtd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+." command="_-tTDgNd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uUXNtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.context" bindingContext="_-tpo0Nd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uUXN9d1EeOVfaIzSb4tTA" keySequence="COMMAND+G" command="_-tTDidd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-umrE9d1EeOVfaIzSb4tTA" keySequence="HOME" command="_-tXU8Nd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uU-Qdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.cViewScope" bindingContext="_-tpBxNd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uU-Qtd1EeOVfaIzSb4tTA" keySequence="COMMAND+G" command="_-tfQxdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uVlVNd1EeOVfaIzSb4tTA" keySequence="F3" command="_-tc0j9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uk14Nd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+T" command="_-teCuNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uk149d1EeOVfaIzSb4tTA" keySequence="F4" command="_-teCr9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-unSItd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+R" command="_-tkJQ9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-upHWNd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+I" command="_-tlXYtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-upuY9d1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+H" command="_-tX8Cdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u5mAdd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+G" command="_-tdbm9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-u60I9d1EeOVfaIzSb4tTA" keySequence="ALT+CTRL+H" command="_-tge5dd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
  </bindingTables>
  <bindingTables xmi:id="_-uU-Q9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.AntEditorScope" bindingContext="_-tpo1td1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uU-RNd1EeOVfaIzSb4tTA" keySequence="SHIFT+F2" command="_-tZKKNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uU-Rtd1EeOVfaIzSb4tTA" keySequence="F3" command="_-tbmbdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-unSIdd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+R" command="_-tURrNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uogRdd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+O" command="_-tjiPdd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-uum4dd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+F" command="_-tepwdd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uVlUdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.makefileEditorScope" bindingContext="_-tpo39d1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uVlUtd1EeOVfaIzSb4tTA" keySequence="F3" command="_-tlXZdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ujAstd1EeOVfaIzSb4tTA" keySequence="CTRL+/" command="_-ti7M9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-utYwtd1EeOVfaIzSb4tTA" keySequence="CTRL+\" command="_-ta_Udd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uWMY9d1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.memoryview" bindingContext="_-tpo5dd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uWMZNd1EeOVfaIzSb4tTA" keySequence="COMMAND+T" command="_-teCrdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uYBlNd1EeOVfaIzSb4tTA" keySequence="COMMAND+N" command="_-tcNhdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uYoodd1EeOVfaIzSb4tTA" keySequence="COMMAND+W" command="_-ta_XNd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ueIMtd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+N" command="_-tVfx9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-unSJtd1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+M" command="_-tURsNd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uWzctd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.propertiesEditorScope" bindingContext="_-tpo59d1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uWzc9d1EeOVfaIzSb4tTA" keySequence="COMMAND+/" command="_-tU4sdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uXagNd1EeOVfaIzSb4tTA" keySequence="COMMAND+7" command="_-tU4sdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-upHUNd1EeOVfaIzSb4tTA" keySequence="COMMAND+SHIFT+C" command="_-tU4sdd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uXagdd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.debugging" bindingContext="_-tpBxdd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uXagtd1EeOVfaIzSb4tTA" keySequence="COMMAND+R" command="_-tZKJtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uXag9d1EeOVfaIzSb4tTA" keySequence="COMMAND+F2" command="_-taYVtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uXahNd1EeOVfaIzSb4tTA" keySequence="F8" command="_-tlXb9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uXahdd1EeOVfaIzSb4tTA" keySequence="F7" command="_-tkJTtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uYBkNd1EeOVfaIzSb4tTA" keySequence="F6" command="_-tURqtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uZPtdd1EeOVfaIzSb4tTA" keySequence="F5" command="_-tfQwtd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-unSI9d1EeOVfaIzSb4tTA" keySequence="ALT+F5" command="_-tc0lNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
  </bindingTables>
  <bindingTables xmi:id="_-uZPstd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.BreakpointView" bindingContext="_-tpo0td1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uZPs9d1EeOVfaIzSb4tTA" keySequence="ALT+CR" command="_-tfQzNd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uZ2w9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesView" bindingContext="_-tpBwtd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uZ2xNd1EeOVfaIzSb4tTA" keySequence="COMMAND+V" command="_-tWG3Nd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-upHU9d1EeOVfaIzSb4tTA" keySequence="COMMAND+C" command="_-tWG49d1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-uiZodd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.debugging" bindingContext="_-tpo09d1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-uiZotd1EeOVfaIzSb4tTA" keySequence="SHIFT+F8" command="_-teCotd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uiZpNd1EeOVfaIzSb4tTA" keySequence="SHIFT+F5" command="_-tWG5td1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-uiZpdd1EeOVfaIzSb4tTA" keySequence="SHIFT+F6" command="_-tZKN9d1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ujAsNd1EeOVfaIzSb4tTA" keySequence="SHIFT+F7" command="_-tXVBdd1EeOVfaIzSb4tTA"/>
    <bindings xmi:id="_-ujAsdd1EeOVfaIzSb4tTA" keySequence="COMMAND+F5" command="_-tepu9d1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-upHVNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.ReflogView" bindingContext="_-tpBw9d1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-upHVdd1EeOVfaIzSb4tTA" keySequence="COMMAND+C" command="_-tYjJtd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-usKpNd1EeOVfaIzSb4tTA" elementId="org.eclipse.core.runtime.xml" bindingContext="_-tpo3td1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-usKpdd1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_UP" command="_-tTDjNd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
    <bindings xmi:id="_-u2is9d1EeOVfaIzSb4tTA" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_-tX8G9d1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
  </bindingTables>
  <bindingTables xmi:id="_-u4X4dd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" bindingContext="_-tpo6td1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-u4X4td1EeOVfaIzSb4tTA" keySequence="ALT+COMMAND+B" command="_-tepxtd1EeOVfaIzSb4tTA">
      <tags>platform:cocoa</tags>
    </bindings>
  </bindingTables>
  <bindingTables xmi:id="_-u6NE9d1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.console" bindingContext="_-tpo1Nd1EeOVfaIzSb4tTA">
    <bindings xmi:id="_-u6NFNd1EeOVfaIzSb4tTA" keySequence="CTRL+D" command="_-taYQtd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-vBh0td1EeOVfaIzSb4tTA" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" bindingContext="_-sZEltd1EeOVfaIzSb4tTA">
    <bindings xmi:id="__lEOoNoKEeOmV6GLybVswA" keySequence="M1+W" command="_-vBh0Nd1EeOVfaIzSb4tTA"/>
  </bindingTables>
  <bindingTables xmi:id="_-1XaYNd1EeOVfaIzSb4tTA" bindingContext="_-1WzUNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1YBcdd1EeOVfaIzSb4tTA" bindingContext="_-1YBcNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1YBc9d1EeOVfaIzSb4tTA" bindingContext="_-1YBctd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1YBddd1EeOVfaIzSb4tTA" bindingContext="_-1YBdNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1Yogdd1EeOVfaIzSb4tTA" bindingContext="_-1YogNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1Yog9d1EeOVfaIzSb4tTA" bindingContext="_-1Yogtd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1Z2odd1EeOVfaIzSb4tTA" bindingContext="_-1Z2oNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1adsdd1EeOVfaIzSb4tTA" bindingContext="_-1adsNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1bEwdd1EeOVfaIzSb4tTA" bindingContext="_-1bEwNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1bEw9d1EeOVfaIzSb4tTA" bindingContext="_-1bEwtd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1br0dd1EeOVfaIzSb4tTA" bindingContext="_-1br0Nd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1br09d1EeOVfaIzSb4tTA" bindingContext="_-1br0td1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="_-1cS4Nd1EeOVfaIzSb4tTA" bindingContext="_-1br1Nd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NVOcdd1EeOVfaIzSb4tTA" bindingContext="__NVOcNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NVOc9d1EeOVfaIzSb4tTA" bindingContext="__NVOctd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NV1gdd1EeOVfaIzSb4tTA" bindingContext="__NV1gNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NV1g9d1EeOVfaIzSb4tTA" bindingContext="__NV1gtd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NWckdd1EeOVfaIzSb4tTA" bindingContext="__NWckNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NWck9d1EeOVfaIzSb4tTA" bindingContext="__NWcktd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NXDodd1EeOVfaIzSb4tTA" bindingContext="__NXDoNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NXDo9d1EeOVfaIzSb4tTA" bindingContext="__NXDotd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NXqsdd1EeOVfaIzSb4tTA" bindingContext="__NXqsNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NXqs9d1EeOVfaIzSb4tTA" bindingContext="__NXqstd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NYRwdd1EeOVfaIzSb4tTA" bindingContext="__NYRwNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NYRw9d1EeOVfaIzSb4tTA" bindingContext="__NYRwtd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NY40dd1EeOVfaIzSb4tTA" bindingContext="__NY40Nd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NY409d1EeOVfaIzSb4tTA" bindingContext="__NY40td1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NZf4dd1EeOVfaIzSb4tTA" bindingContext="__NZf4Nd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NZf49d1EeOVfaIzSb4tTA" bindingContext="__NZf4td1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NaG8dd1EeOVfaIzSb4tTA" bindingContext="__NaG8Nd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NaG89d1EeOVfaIzSb4tTA" bindingContext="__NaG8td1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NauAdd1EeOVfaIzSb4tTA" bindingContext="__NauANd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NauA9d1EeOVfaIzSb4tTA" bindingContext="__NauAtd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NbVEdd1EeOVfaIzSb4tTA" bindingContext="__NbVENd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NbVE9d1EeOVfaIzSb4tTA" bindingContext="__NbVEtd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Nb8Idd1EeOVfaIzSb4tTA" bindingContext="__Nb8INd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Nb8I9d1EeOVfaIzSb4tTA" bindingContext="__Nb8Itd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NcjMdd1EeOVfaIzSb4tTA" bindingContext="__NcjMNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NcjM9d1EeOVfaIzSb4tTA" bindingContext="__NcjMtd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NdKQdd1EeOVfaIzSb4tTA" bindingContext="__NdKQNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NdxUNd1EeOVfaIzSb4tTA" bindingContext="__NdKQtd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NdxUtd1EeOVfaIzSb4tTA" bindingContext="__NdxUdd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NeYYdd1EeOVfaIzSb4tTA" bindingContext="__NeYYNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Ne_cdd1EeOVfaIzSb4tTA" bindingContext="__Ne_cNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Ne_c9d1EeOVfaIzSb4tTA" bindingContext="__Ne_ctd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Nfmgdd1EeOVfaIzSb4tTA" bindingContext="__NfmgNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NgNkdd1EeOVfaIzSb4tTA" bindingContext="__NgNkNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NgNk9d1EeOVfaIzSb4tTA" bindingContext="__NgNktd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Ng0odd1EeOVfaIzSb4tTA" bindingContext="__Ng0oNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Ng0o9d1EeOVfaIzSb4tTA" bindingContext="__Ng0otd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Nhbsdd1EeOVfaIzSb4tTA" bindingContext="__NhbsNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Nhbs9d1EeOVfaIzSb4tTA" bindingContext="__Nhbstd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NiCwdd1EeOVfaIzSb4tTA" bindingContext="__NiCwNd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NiCw9d1EeOVfaIzSb4tTA" bindingContext="__NiCwtd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Nip0dd1EeOVfaIzSb4tTA" bindingContext="__Nip0Nd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Nip09d1EeOVfaIzSb4tTA" bindingContext="__Nip0td1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NjQ4Nd1EeOVfaIzSb4tTA" bindingContext="__Nip1Nd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NjQ4td1EeOVfaIzSb4tTA" bindingContext="__NjQ4dd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Nj38Nd1EeOVfaIzSb4tTA" bindingContext="__NjQ49d1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__Nj38td1EeOVfaIzSb4tTA" bindingContext="__Nj38dd1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NkfANd1EeOVfaIzSb4tTA" bindingContext="__Nj389d1EeOVfaIzSb4tTA"/>
  <bindingTables xmi:id="__NkfAtd1EeOVfaIzSb4tTA" bindingContext="__NkfAdd1EeOVfaIzSb4tTA"/>
  <rootContext xmi:id="_-sZEk9d1EeOVfaIzSb4tTA" 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="_-sZElNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.contexts.window" contributorURI="platform:/plugin/org.eclipse.platform" name="In Windows" description="A window is open">
      <children xmi:id="_-sZEldd1EeOVfaIzSb4tTA" elementId="org.eclipse.e4.ui.contexts.views" contributorURI="platform:/plugin/org.eclipse.platform" name="%bindingcontext.name.bindingView"/>
      <children xmi:id="_-tpBwNd1EeOVfaIzSb4tTA" elementId="org.eclipse.compare.compareEditorScope" name="Comparing in an Editor" description="Comparing in an Editor"/>
      <children xmi:id="_-tpBwtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesView" name="In Git Repositories View"/>
      <children xmi:id="_-tpBw9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.ReflogView" name="In Git Reflog View"/>
      <children xmi:id="_-tpBxNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.cViewScope" name="In C/C++ Views" description="In C/C++ Views"/>
      <children xmi:id="_-tpBxdd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.debugging" name="Debugging" description="Debugging programs">
        <children xmi:id="_-tpo0Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.context" name="In Disassembly" description="When debugging in assembly mode"/>
        <children xmi:id="_-tpo0dd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" name="In Table Memory Rendering" description="In Table Memory Rendering"/>
        <children xmi:id="_-tpo09d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.debugging" name="Debugging C/C++" description="Debugging C/C++ Programs"/>
        <children xmi:id="_-tpo49d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.debugging" name="Debugging Java" description="Debugging Java programs"/>
      </children>
      <children xmi:id="_-tpo0td1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.BreakpointView" name="In Breakpoints View" description="The breakpoints view context"/>
      <children xmi:id="_-tpo1Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.console" name="In I/O Console" description="In I/O console"/>
      <children xmi:id="_-tpo1dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.textEditorScope" name="Editing Text" description="Editing Text Context">
        <children xmi:id="_-tpo1td1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.AntEditorScope" name="Editing Ant Buildfiles" description="Editing Ant Buildfiles Context"/>
        <children xmi:id="_-tpo19d1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors">
          <children xmi:id="_-tpo2Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.occurrences" name="XML Source Occurrences" description="XML Source Occurrences"/>
          <children xmi:id="_-tpo2dd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.navigation" name="XML Source Navigation" description="XML Source Navigation"/>
          <children xmi:id="_-tpo2td1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.cleanup" name="XML Source Cleanup" description="XML Source Cleanup"/>
          <children xmi:id="_-tpo29d1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.grammar" name="XML Source Grammar" description="XML Source Grammar"/>
          <children xmi:id="_-tpo3Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.comments" name="Source Comments in Structured Text Editors" description="Source Comments in Structured Text Editors"/>
          <children xmi:id="_-tpo3dd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.selection" name="XML Source Selection" description="XML Source Selection"/>
          <children xmi:id="_-tpo3td1EeOVfaIzSb4tTA" elementId="org.eclipse.core.runtime.xml" name="Editing XML Source" description="Editing XML Source"/>
          <children xmi:id="_-tpo5td1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.comments" name="XML Source Comments" description="XML Source Comments"/>
          <children xmi:id="_-tpo6Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.hideFormat" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors"/>
          <children xmi:id="_-tpo69d1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.dependencies" name="XML Source Dependencies" description="XML Source Dependencies"/>
          <children xmi:id="_-tqP4Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.expand" name="XML Source Expand/Collapse" description="XML Source Expand/Collapse"/>
        </children>
        <children xmi:id="_-tpo39d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.makefileEditorScope" name="Makefile Editor" description="Editor for makefiles"/>
        <children xmi:id="_-tpo4Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.cEditorScope" name="C/C++ Editor" description="Editor for C/C++ Source Files"/>
        <children xmi:id="_-tpo4dd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.javaEditorScope" name="Editing Java Source" description="Editing Java Source Context"/>
        <children xmi:id="_-tpo4td1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.pdeEditorContext" name="PDE editor" description="The context used by PDE editors"/>
        <children xmi:id="_-tpo59d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.propertiesEditorScope" name="Editing Properties Files" description="Editing Properties Files Context"/>
      </children>
      <children xmi:id="_-tpo5dd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.memoryview" name="In Memory View" description="In memory view"/>
      <children xmi:id="_-tpo6dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.console.ConsoleView" name="In Console View" description="In Console View"/>
    </children>
    <children xmi:id="_-sZEltd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.contexts.dialog" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs" description="A dialog is open"/>
    <children xmi:id="_-tpo7Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.macroExpansionHoverScope" name="In Macro Expansion Hover" description="In Macro Expansion Hover"/>
  </rootContext>
  <rootContext xmi:id="_-tpBwdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.contexts.workbenchMenu" name="Workbench Menu" description="When no Workbench windows are active"/>
  <rootContext xmi:id="_-tpo5Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.contexts.actionSet" name="Action Set" description="Parent context for action sets"/>
  <rootContext xmi:id="_-tpo6td1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" name="Editor Breadcrumb Navigation" description="Editor Breadcrumb Navigation Context"/>
  <rootContext xmi:id="_-1WzUNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.actions.ManageBreakpointRulerAction" name="Auto::org.eclipse.ant.ui.actions.ManageBreakpointRulerAction"/>
  <rootContext xmi:id="_-1YBcNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.CEditor.RulerTobbleBreakpointAction" name="Auto::org.eclipse.cdt.debug.ui.CEditor.RulerTobbleBreakpointAction"/>
  <rootContext xmi:id="_-1YBctd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.texteditor.BookmarkRulerAction" name="Auto::org.eclipse.ui.texteditor.BookmarkRulerAction"/>
  <rootContext xmi:id="_-1YBdNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.internal.ui.text.correction.CSelectRulerAction" name="Auto::org.eclipse.cdt.internal.ui.text.correction.CSelectRulerAction"/>
  <rootContext xmi:id="_-1YogNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" name="Auto::org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction"/>
  <rootContext xmi:id="_-1Yogtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.SnippetExecute" name="Auto::org.eclipse.jdt.debug.ui.SnippetExecute"/>
  <rootContext xmi:id="_-1Z2oNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.SnippetDisplay" name="Auto::org.eclipse.jdt.debug.ui.SnippetDisplay"/>
  <rootContext xmi:id="_-1adsNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.SnippetInspect" name="Auto::org.eclipse.jdt.debug.ui.SnippetInspect"/>
  <rootContext xmi:id="_-1bEwNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction" name="Auto::org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction"/>
  <rootContext xmi:id="_-1bEwtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" name="Auto::org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction"/>
  <rootContext xmi:id="_-1br0Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" name="Auto::org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction"/>
  <rootContext xmi:id="_-1br0td1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction" name="Auto::org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction"/>
  <rootContext xmi:id="_-1br1Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.texteditor.SelectRulerAction" name="Auto::org.eclipse.ui.texteditor.SelectRulerAction"/>
  <rootContext xmi:id="__NVOcNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.actionSet.presentation" name="Auto::org.eclipse.ant.ui.actionSet.presentation"/>
  <rootContext xmi:id="__NVOctd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.breakpointActionSet" name="Auto::org.eclipse.debug.ui.breakpointActionSet"/>
  <rootContext xmi:id="__NV1gNd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.debugActionSet" name="Auto::org.eclipse.debug.ui.debugActionSet"/>
  <rootContext xmi:id="__NV1gtd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.launchActionSet" name="Auto::org.eclipse.debug.ui.launchActionSet"/>
  <rootContext xmi:id="__NWckNd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.profileActionSet" name="Auto::org.eclipse.debug.ui.profileActionSet"/>
  <rootContext xmi:id="__NWcktd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.gitaction" name="Auto::org.eclipse.egit.ui.gitaction"/>
  <rootContext xmi:id="__NXDoNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.navigation" name="Auto::org.eclipse.egit.ui.navigation"/>
  <rootContext xmi:id="__NXDotd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.JDTDebugActionSet" name="Auto::org.eclipse.jdt.debug.ui.JDTDebugActionSet"/>
  <rootContext xmi:id="__NXqsNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.junit.JUnitActionSet" name="Auto::org.eclipse.jdt.junit.JUnitActionSet"/>
  <rootContext xmi:id="__NXqstd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.jdt.ui.text.java.actionSet.presentation"/>
  <rootContext xmi:id="__NYRwNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.jdt.ui.JavaElementCreationActionSet"/>
  <rootContext xmi:id="__NYRwtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.JavaActionSet" name="Auto::org.eclipse.jdt.ui.JavaActionSet"/>
  <rootContext xmi:id="__NY40Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.A_OpenActionSet" name="Auto::org.eclipse.jdt.ui.A_OpenActionSet"/>
  <rootContext xmi:id="__NY40td1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.CodingActionSet" name="Auto::org.eclipse.jdt.ui.CodingActionSet"/>
  <rootContext xmi:id="__NZf4Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.SearchActionSet" name="Auto::org.eclipse.jdt.ui.SearchActionSet"/>
  <rootContext xmi:id="__NZf4td1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.SearchActionSet" name="Auto::org.eclipse.pde.ui.SearchActionSet"/>
  <rootContext xmi:id="__NaG8Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.cheatsheets.actionSet" name="Auto::org.eclipse.ui.cheatsheets.actionSet"/>
  <rootContext xmi:id="__NaG8td1EeOVfaIzSb4tTA" elementId="org.eclipse.search.searchActionSet" name="Auto::org.eclipse.search.searchActionSet"/>
  <rootContext xmi:id="__NauANd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.CVSActionSet" name="Auto::org.eclipse.team.cvs.ui.CVSActionSet"/>
  <rootContext xmi:id="__NauAtd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.ui.actionSet" name="Auto::org.eclipse.team.ui.actionSet"/>
  <rootContext xmi:id="__NbVENd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.actionSet.annotationNavigation" name="Auto::org.eclipse.ui.edit.text.actionSet.annotationNavigation"/>
  <rootContext xmi:id="__NbVEtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.actionSet.navigation" name="Auto::org.eclipse.ui.edit.text.actionSet.navigation"/>
  <rootContext xmi:id="__Nb8INd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo" name="Auto::org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/>
  <rootContext xmi:id="__Nb8Itd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.externaltools.ExternalToolsSet" name="Auto::org.eclipse.ui.externaltools.ExternalToolsSet"/>
  <rootContext xmi:id="__NcjMNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.NavigateActionSet" name="Auto::org.eclipse.ui.NavigateActionSet"/>
  <rootContext xmi:id="__NcjMtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.actionSet.keyBindings" name="Auto::org.eclipse.ui.actionSet.keyBindings"/>
  <rootContext xmi:id="__NdKQNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.WorkingSetModificationActionSet" name="Auto::org.eclipse.ui.WorkingSetModificationActionSet"/>
  <rootContext xmi:id="__NdKQtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.WorkingSetActionSet" name="Auto::org.eclipse.ui.WorkingSetActionSet"/>
  <rootContext xmi:id="__NdxUdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.actionSet.openFiles" name="Auto::org.eclipse.ui.actionSet.openFiles"/>
  <rootContext xmi:id="__NeYYNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.actionSet.presentation" name="Auto::org.eclipse.ui.edit.text.actionSet.presentation"/>
  <rootContext xmi:id="__Ne_cNd1EeOVfaIzSb4tTA" elementId="adt.actionSet.wizards" name="Auto::adt.actionSet.wizards"/>
  <rootContext xmi:id="__Ne_ctd1EeOVfaIzSb4tTA" elementId="adt.actionSet.refactorings" name="Auto::adt.actionSet.refactorings"/>
  <rootContext xmi:id="__NfmgNd1EeOVfaIzSb4tTA" elementId="adt.actionSet.avdManager" name="Auto::adt.actionSet.avdManager"/>
  <rootContext xmi:id="__NgNkNd1EeOVfaIzSb4tTA" elementId="adt.actionSet.lint" name="Auto::adt.actionSet.lint"/>
  <rootContext xmi:id="__NgNktd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.gltrace.actionset" name="Auto::com.android.ide.eclipse.gltrace.actionset"/>
  <rootContext xmi:id="__Ng0oNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.debugActionSet" name="Auto::org.eclipse.cdt.debug.ui.debugActionSet"/>
  <rootContext xmi:id="__Ng0otd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.reverseDebuggingActionSet" name="Auto::org.eclipse.cdt.debug.ui.reverseDebuggingActionSet"/>
  <rootContext xmi:id="__NhbsNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.tracepointActionSet" name="Auto::org.eclipse.cdt.debug.ui.tracepointActionSet"/>
  <rootContext xmi:id="__Nhbstd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.debugViewLayoutActionSet" name="Auto::org.eclipse.cdt.debug.ui.debugViewLayoutActionSet"/>
  <rootContext xmi:id="__NiCwNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.debug.ui.updateModes" name="Auto::org.eclipse.cdt.dsf.debug.ui.updateModes"/>
  <rootContext xmi:id="__NiCwtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.updateActionSet" name="Auto::org.eclipse.cdt.make.ui.updateActionSet"/>
  <rootContext xmi:id="__Nip0Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.makeTargetActionSet" name="Auto::org.eclipse.cdt.make.ui.makeTargetActionSet"/>
  <rootContext xmi:id="__Nip0td1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.CodingActionSet" name="Auto::org.eclipse.cdt.ui.CodingActionSet"/>
  <rootContext xmi:id="__Nip1Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.SearchActionSet" name="Auto::org.eclipse.cdt.ui.SearchActionSet"/>
  <rootContext xmi:id="__NjQ4dd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.NavigationActionSet" name="Auto::org.eclipse.cdt.ui.NavigationActionSet"/>
  <rootContext xmi:id="__NjQ49d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.OpenActionSet" name="Auto::org.eclipse.cdt.ui.OpenActionSet"/>
  <rootContext xmi:id="__Nj38dd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.buildConfigActionSet" name="Auto::org.eclipse.cdt.ui.buildConfigActionSet"/>
  <rootContext xmi:id="__Nj389d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.CElementCreationActionSet" name="Auto::org.eclipse.cdt.ui.CElementCreationActionSet"/>
  <rootContext xmi:id="__NkfAdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.text.c.actionSet.presentation" name="Auto::org.eclipse.cdt.ui.text.c.actionSet.presentation"/>
  <descriptors xmi:id="_-y2R4Nd1EeOVfaIzSb4tTA" 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="_-y5VMNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.views.AntView" label="Ant" iconURI="platform:/plugin/org.eclipse.ant.ui/icons/full/eview16/ant_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Ant</tags>
  </descriptors>
  <descriptors xmi:id="_-y_b0Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.DebugView" label="Debug" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/debug_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-zAC4Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.BreakpointView" label="Breakpoints" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/breakpoint_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-zBRANd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.VariableView" label="Variables" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/variable_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-zB4ENd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.ExpressionView" label="Expressions" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/watchlist_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-zCfINd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.RegisterView" label="Registers" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/register_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-zDGMNd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.ModuleView" label="Modules" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/module_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-zEUUNd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.MemoryView" label="Memory" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/memory_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-zE7YNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesView" label="Git Repositories" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Git</tags>
  </descriptors>
  <descriptors xmi:id="_-zFicNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.StagingView" label="Git Staging" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/staging.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Git</tags>
  </descriptors>
  <descriptors xmi:id="_-zGJgNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.CompareTreeView" label="Git Tree Compare" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/obj16/gitrepository.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Git</tags>
  </descriptors>
  <descriptors xmi:id="_-zHXoNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.ReflogView" label="Git Reflog" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/reflog.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Git</tags>
  </descriptors>
  <descriptors xmi:id="_-zH-sNd1EeOVfaIzSb4tTA" elementId="org.eclipse.help.ui.HelpView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Help</tags>
  </descriptors>
  <descriptors xmi:id="_-zIlwNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.DisplayView" label="Display" iconURI="platform:/plugin/org.eclipse.jdt.debug.ui/icons/full/etool16/disp_sbook.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-zJz4Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.junit.ResultView" label="JUnit" iconURI="platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Java</tags>
  </descriptors>
  <descriptors xmi:id="_-zKa8Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.PackageExplorer" label="Package Explorer" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Java</tags>
  </descriptors>
  <descriptors xmi:id="_-zLpENd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.TypeHierarchy" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Java</tags>
  </descriptors>
  <descriptors xmi:id="_-zMQINd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.ProjectsView" label="Projects" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/projects.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Java Browsing</tags>
  </descriptors>
  <descriptors xmi:id="_-zM3MNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.PackagesView" label="Packages" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/packages.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Java Browsing</tags>
  </descriptors>
  <descriptors xmi:id="_-zNeQNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.TypesView" label="Types" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/types.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Java Browsing</tags>
  </descriptors>
  <descriptors xmi:id="_-zOsYNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.MembersView" label="Members" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/members.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Java Browsing</tags>
  </descriptors>
  <descriptors xmi:id="_-zPTcNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.callhierarchy.view" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/call_hierarchy.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Java</tags>
  </descriptors>
  <descriptors xmi:id="_-zP6gNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.texteditor.TemplatesView" label="Templates" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/templates.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zQhkNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.SourceView" label="Declaration" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Java</tags>
  </descriptors>
  <descriptors xmi:id="_-zRIoNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.JavadocView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Java</tags>
  </descriptors>
  <descriptors xmi:id="_-zRvsNd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.api.tools.ui.views.apitooling.views.apitoolingview" label="API Tools" iconURI="platform:/plugin/org.eclipse.pde.api.tools.ui/icons/full/obj16/api_tools.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:API Tools</tags>
  </descriptors>
  <descriptors xmi:id="_-zS90Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.runtime.RegistryBrowser" label="Plug-in Registry" iconURI="platform:/plugin/org.eclipse.pde.runtime/icons/eview16/registry.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Plug-in Development</tags>
  </descriptors>
  <descriptors xmi:id="_-zTk4Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.PluginsView" label="Plug-ins" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/eview16/plugin_depend.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Plug-in Development</tags>
  </descriptors>
  <descriptors xmi:id="_-zUL8Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.DependenciesView" label="Plug-in Dependencies" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/req_plugins_obj.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Plug-in Development</tags>
  </descriptors>
  <descriptors xmi:id="_-zVaENd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.TargetPlatformState" label="Target Platform State" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/target_profile_xml_obj.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Plug-in Development</tags>
  </descriptors>
  <descriptors xmi:id="_-zWBINd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.ImageBrowserView" label="Plug-in Image Browser" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/psearch_obj.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Plug-in Development</tags>
  </descriptors>
  <descriptors xmi:id="_-zWoMNd1EeOVfaIzSb4tTA" elementId="org.eclipse.search.SearchResultView" label="Classic Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zXPQNd1EeOVfaIzSb4tTA" elementId="org.eclipse.search.ui.views.SearchView" label="Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zX2UNd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.ccvs.ui.RepositoriesView" label="CVS Repositories" iconURI="platform:/plugin/org.eclipse.team.cvs.ui/icons/full/eview16/repo_rep.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:CVS</tags>
  </descriptors>
  <descriptors xmi:id="_-zZEcNd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.ccvs.ui.EditorsView" label="CVS Editors" iconURI="platform:/plugin/org.eclipse.team.cvs.ui/icons/full/eview16/rep_editors_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:CVS</tags>
  </descriptors>
  <descriptors xmi:id="_-zZrgNd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.sync.views.SynchronizeView" label="Synchronize" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/synch_synch.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Team</tags>
  </descriptors>
  <descriptors xmi:id="_-za5oNd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.ui.GenericHistoryView" label="History" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/history_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Team</tags>
  </descriptors>
  <descriptors xmi:id="_-zbgsNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.internal.introview" label="Welcome" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zcHwNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.browser.view" label="Internal Web Browser" iconURI="platform:/plugin/org.eclipse.ui.browser/icons/obj16/internal_browser.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zcu0Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Help</tags>
  </descriptors>
  <descriptors xmi:id="_-zd88Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.console.ConsoleView" label="Console" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zekANd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ProgressView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zfLENd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ResourceNavigator" label="Navigator" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.gif" category="org.eclipse.e4.primaryNavigationStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zfyINd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.BookmarkView" label="Bookmarks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zgZMNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.TaskList" label="Tasks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/tasks_tsk.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zhAQNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ProblemView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-ziOYNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.AllMarkersView" label="Markers" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zi1cNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigator.ProjectExplorer" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.gif" category="org.eclipse.e4.primaryNavigationStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zjcgNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.PropertySheet" label="Properties" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zkDkNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.ContentOutline" label="Outline" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.gif" category="org.eclipse.e4.secondaryNavigationStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zkqoNd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.runtime.LogView" label="Error Log" iconURI="platform:/plugin/org.eclipse.ui.views.log/icons/eview16/error_log.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:General</tags>
  </descriptors>
  <descriptors xmi:id="_-zl4wNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.editors.resources.explorer.ResourceExplorerView" label="Resource Explorer" iconURI="platform:/plugin/com.android.ide.eclipse.adt/icons/draw9patch-16.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zmf0Nd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.adt.internal.lint.LintViewPart" label="Lint Warnings" iconURI="platform:/plugin/com.android.ide.eclipse.adt/icons/lintview.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-znG4Nd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.ddms.views.DeviceView" label="Devices" iconURI="platform:/plugin/com.android.ide.eclipse.ddms/icons/device.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zoVANd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.ddms.views.OldLogCatView" label="LogCat (deprecated)" iconURI="platform:/plugin/com.android.ide.eclipse.ddms/icons/android.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zo8ENd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.ddms.views.LogCatView" label="LogCat" iconURI="platform:/plugin/com.android.ide.eclipse.ddms/icons/logcat.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zpjINd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.ddms.views.ThreadView" label="Threads" iconURI="platform:/plugin/com.android.ide.eclipse.ddms/icons/thread.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zqKMNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.ddms.views.HeapView" label="Heap" iconURI="platform:/plugin/com.android.ide.eclipse.ddms/icons/heap.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zqxQNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.ddms.views.FileExplorerView" label="File Explorer" iconURI="platform:/plugin/com.android.ide.eclipse.ddms/icons/android.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zrYUNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.ddms.views.EmulatorControlView" label="Emulator Control" iconURI="platform:/plugin/com.android.ide.eclipse.ddms/icons/emulator-16.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zr_YNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.ddms.views.AllocTrackerView" label="Allocation Tracker" iconURI="platform:/plugin/com.android.ide.eclipse.ddms/icons/heap.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zsmcNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.ddms.views.NetworkStatsView" label="Network Statistics" iconURI="platform:/plugin/com.android.ide.eclipse.ddms/icons/networkstats.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zt0kNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.ddms.views.SysInfoView" label="System Information" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zvCsNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.gltrace.views.FrameBuffer" label="Frame Summary" iconURI="platform:/plugin/com.android.ide.eclipse.gldebugger/icons/opengl.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Tracer for OpenGL ES</tags>
  </descriptors>
  <descriptors xmi:id="_-zvpwNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.gltrace.views.State" label="GL State" iconURI="platform:/plugin/com.android.ide.eclipse.gldebugger/icons/opengl.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Tracer for OpenGL ES</tags>
  </descriptors>
  <descriptors xmi:id="_-zwQ0Nd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.gltrace.views.Details" label="Details" iconURI="platform:/plugin/com.android.ide.eclipse.gldebugger/icons/opengl.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Tracer for OpenGL ES</tags>
  </descriptors>
  <descriptors xmi:id="_-zw34Nd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.hierarchyviewer.views.DeviceSelectorView" label="Windows" iconURI="platform:/plugin/com.android.ide.eclipse.hierarchyviewer/icons/device.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zyGANd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.hierarchyviewer.views.PixelPerfectView" label="Pixel Perfect" iconURI="platform:/plugin/com.android.ide.eclipse.hierarchyviewer/icons/pixel-perfect.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zytENd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.hierarchyviewer.views.PixelPerfectLoupeView" label="Pixel Perfect Loupe" iconURI="platform:/plugin/com.android.ide.eclipse.hierarchyviewer/icons/pixel-perfect.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zzUINd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.hierarchyviewer.views.PixelPerfectTreeView" label="Pixel Perfect Tree" iconURI="platform:/plugin/com.android.ide.eclipse.hierarchyviewer/icons/pixel-perfect.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-zz7MNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.hierarchyviewer.views.TreeViewView" label="Tree View" iconURI="platform:/plugin/com.android.ide.eclipse.hierarchyviewer/icons/tree-view.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-z0iQNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.hierarchyviewer.views.PropertyView" label="View Properties" iconURI="platform:/plugin/com.android.ide.eclipse.hierarchyviewer/icons/tree-view.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-z1JUNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.hierarchyviewer.views.TreeOverviewView" label="Tree Overview" iconURI="platform:/plugin/com.android.ide.eclipse.hierarchyviewer/icons/tree-view.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-z1wYNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.hierarchyviewer.views.LayoutView" label="Layout View" iconURI="platform:/plugin/com.android.ide.eclipse.hierarchyviewer/icons/tree-view.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Android</tags>
  </descriptors>
  <descriptors xmi:id="_-z2XcNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.codan.internal.ui.views.ProblemDetails" label="Problem Details" iconURI="platform:/plugin/org.eclipse.cdt.codan.ui/icons/edit_bug.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:&amp;C/C++</tags>
  </descriptors>
  <descriptors xmi:id="_-z3lkNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.executablesView" label="Executables" iconURI="platform:/plugin/org.eclipse.cdt.debug.ui/icons/obj16/exec_view_obj.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-z4MoNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.SignalsView" label="Signals" iconURI="platform:/plugin/org.eclipse.cdt.debug.ui/icons/view16/signals_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-z4zsNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.gdb.ui.tracecontrol.view" label="Trace Control" iconURI="platform:/plugin/org.eclipse.cdt.dsf.gdb.ui/icons/full/view16/tracecontrol_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-z5awNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.gdb.ui.osresources.view" label="OS Resources" iconURI="platform:/plugin/org.eclipse.cdt.dsf.gdb.ui/icons/full/view16/osresources_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-z6o4Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.view" label="Disassembly" iconURI="platform:/plugin/org.eclipse.cdt.dsf.ui/icons/disassembly.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Debug</tags>
  </descriptors>
  <descriptors xmi:id="_-z7P8Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.views.MakeView" label="Make Target" iconURI="platform:/plugin/org.eclipse.cdt.make.ui/icons/view16/make_target.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Make</tags>
  </descriptors>
  <descriptors xmi:id="_-z73ANd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.CView" label="C/C++ Projects" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/cview.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:&amp;C/C++</tags>
  </descriptors>
  <descriptors xmi:id="_-z9FINd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.IndexView" label="C/C++ Index" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/types.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:&amp;C/C++</tags>
  </descriptors>
  <descriptors xmi:id="_-z9sMNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.includeBrowser" label="Include Browser" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/includeBrowser.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:&amp;C/C++</tags>
  </descriptors>
  <descriptors xmi:id="_-z-TQNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.callHierarchy" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/call_hierarchy.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:&amp;C/C++</tags>
  </descriptors>
  <descriptors xmi:id="_-z-6UNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.typeHierarchy" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/class_hi.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:&amp;C/C++</tags>
  </descriptors>
  <descriptors xmi:id="_-0AIcNd1EeOVfaIzSb4tTA" 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" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:XML</tags>
  </descriptors>
  <descriptors xmi:id="_-0AvgNd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.ui.contentmodel.view" label="Content Model" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/view16/hierarchy.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:XML</tags>
  </descriptors>
  <descriptors xmi:id="_EuOVENd_EeO49Znh6ik6fg" elementId="org.eclipse.egit.ui.InteractiveRebaseView" label="Git Interactive Rebase" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/rebase_interactive.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
    <tags>View</tags>
    <tags>categoryTag:Git</tags>
  </descriptors>
  <commands xmi:id="_-tTDgNd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.command.nextpage" commandName="Next Page of Memory" description="Load next page of memory" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDgdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.search.findrefs.project" commandName="References in Project" description="Search for references to the selected element in the enclosing project" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDgtd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDg9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.removeTrailingWhitespace" commandName="Remove Trailing Whitespace" description="Removes the trailing whitespace of each line" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDhNd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.GenerateDiff" commandName="Create Patch" description="Compare your workspace contents with the server and generate a diff file that can be used as a patch file." category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDhdd1EeOVfaIzSb4tTA" elementId="sed.tabletree.expandAll" commandName="Expand All" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDhtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in Java editors" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDh9d1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.runtime.spy.commands.spyCommand" commandName="Plug-in Selection Spy" description="Show the Plug-in Spy" category="_-tROVtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDiNd1EeOVfaIzSb4tTA" 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="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDidd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.commands.gotoAddress" commandName="Go to Address..." description="Navigate to address" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDitd1EeOVfaIzSb4tTA" 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="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDi9d1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDjNd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.structure.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDjdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewClone" commandName="Clone a Git Repository" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDjtd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.ui.disable.grammar.constraints" commandName="Turn off Grammar Constraints" description="Turn off grammar Constraints" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDj9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.open.quick.type.hierarchy" commandName="Quick Type Hierarchy" description="Shows quick type hierarchy" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDkNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.textStart" commandName="Select Text Start" description="Select to the beginning of the text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTDkdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.groupDebugContexts" commandName="Group" description="Groups the selected debug contexts" category="_-tROYNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTqkNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.cheatsheets.openCheatSheetURL" commandName="Open Cheat Sheet from URL" description="Open a Cheat Sheet from file at a specified URL." category="_-tR1Y9d1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tTqkdd1EeOVfaIzSb4tTA" elementId="cheatSheetId" name="Identifier" optional="false"/>
    <parameters xmi:id="_-tTqktd1EeOVfaIzSb4tTA" elementId="name" name="Name" optional="false"/>
    <parameters xmi:id="_-tTqk9d1EeOVfaIzSb4tTA" elementId="url" name="URL" optional="false"/>
  </commands>
  <commands xmi:id="_-tTqlNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewRefresh" commandName="Refresh" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTqldd1EeOVfaIzSb4tTA" 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="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTqltd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.JavaBrowsingPerspective" commandName="Java Browsing" description="Show the Java Browsing perspective" category="_-tROUNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTql9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.project.buildAll" commandName="Build All" description="Build all projects" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTqmNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.lockToolBar" commandName="Lock the Toolbars" description="Lock the Toolbars" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTqmdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.expandAll" commandName="Expand All" description="Expand the current tree" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTqmtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.gdb.ui.command.selectNextTraceRecord" commandName="Next Trace Record" description="Select Next Trace Record" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTqm9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.import" commandName="Import" description="Import" category="_-tROWdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tTqnNd1EeOVfaIzSb4tTA" elementId="importWizardId" name="Import Wizard"/>
  </commands>
  <commands xmi:id="_-tTqndd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.lineEnd" commandName="Select Line End" description="Select to the end of the line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tTqntd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.help.helpSearch" commandName="Help Search" description="Open the help search" category="_-tR1Y9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURoNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.CompareWithHead" commandName="Compare with HEAD Revision" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURodd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.importFromRepository" commandName="Import Plug-in from a Repository" description="Imports a plug-in from a source repository" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURotd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.refactor.extract.local.variable" commandName="Extract Local Variable - Refactoring " description="Extract a local variable for the selected expression" category="_-tROVNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURo9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.smartEnterInverse" commandName="Insert Line Above Current Line" description="Adds a new line above the current line" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURpNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.externalTools.commands.OpenExternalToolsConfigurations" commandName="External Tools..." description="Open external tools launch configuration dialog" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURpdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.windowEnd" commandName="Window End" description="Go to the end of the window" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURptd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.add.include" commandName="Add Include" description="Create include statement on selection" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURp9d1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.update" commandName="Update" description="Update resources with new content from the repository" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURqNd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" commandName="Team Synchronizing" description="Open the Team Synchronizing Perspective" category="_-tROUNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURqdd1EeOVfaIzSb4tTA" elementId="org.eclipse.help.ui.indexcommand" commandName="Index" description="Show Keyword Index" category="_-tR1Y9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURqtd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.StepOver" commandName="Step Over" description="Step over" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURq9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.hover.backwardMacroExpansion" commandName="Back" description="Step backward in macro expansions" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURrNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.renameInFile" commandName="Rename In File" description="Renames all references within the same buildfile" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURrdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewOpenInEditor" commandName="Open in Editor" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURrtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.RenameBranch" commandName="Rename Branch..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURr9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURsNd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.addMemoryMonitor" commandName="Add Memory Block" description="Add memory block" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURsdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewRebase" commandName="Rebase" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURstd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.revertToSaved" commandName="Revert to Saved" description="Revert to the last saved state" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURs9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Rebase" commandName="Rebase" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURtNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.pinEditor" commandName="Pin Editor" description="Pin the current editor" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURtdd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tURttd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4sNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.commands.Inspect" commandName="Inspect" description="Inspect result of evaluating selected text" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4sdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4std1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.format.active.elements" commandName="Format Active Elements" description="Format active elements" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4s9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4tNd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4tdd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4ttd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.ShowRepositoriesView" commandName="Show Git Repositories View" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4t9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Tag" commandName="Tag" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4uNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.folding.restore" commandName="Reset Structure" description="Resets the folding structure" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4udd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.restartWorkbench" commandName="Restart" description="Restart the workbench" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4utd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.export" commandName="Export" description="Export" category="_-tROWdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tU4u9d1EeOVfaIzSb4tTA" elementId="exportWizardId" name="Export Wizard"/>
  </commands>
  <commands xmi:id="_-tU4vNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigurePush" commandName="Configure Push..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4vdd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4vtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.command.breakpointProperties" commandName="C/C++ Breakpoint Properties" description="View and edit properties for a given C/C++ breakpoint" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4v9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.lineDown" commandName="Select Line Down" description="Extend the selection to the next line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4wNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.resetPerspective" commandName="Reset Perspective" description="Reset the current perspective to its default state" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4wdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.PushHeadToGerrit" commandName="Push Current Head to Gerrit" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4wtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource" commandName="Rename Resource" description="Rename the selected resource and notify LTK participants." category="_-tR1Z9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4w9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.showContextMenu" commandName="Show Context Menu" description="Show the context menu" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tU4xNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.stash.drop" commandName="Delete Stashed Commit..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfwNd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.searchTargetRepositories" commandName="Add Artifact to Target Platform" description="Add an artifact to your target platform" category="_-tROZdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tVfwdd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.searchTargetRepositories.term" name="The initial search pattern for the artifact search dialog"/>
  </commands>
  <commands xmi:id="_-tVfwtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.savePerspective" commandName="Save Perspective As" description="Save the current perspective" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfw9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.ConfigureUpstreamPush" commandName="Configure Upstream Push" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfxNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.showInformation" commandName="Show Tooltip Description" description="Displays information for the current caret location in a focused hover" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfxdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.ide.markCompleted" commandName="Mark Completed" description="Mark the selected tasks as completed" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfxtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.ConfigureFetch" commandName="Configure Upstream Fetch" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfx9d1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.nextMemoryBlock" commandName="Next Memory Monitor" description="Show renderings from next memory monitor." category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfyNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.refactor.extract.constant" commandName="Extract Constant - Refactoring " description="Extract a constant for the selected expression" category="_-tROVNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfydd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.toggleOverwrite" commandName="Toggle Overwrite" description="Toggle overwrite mode" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfytd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.textEnd" commandName="Text End" description="Go to the end of the text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfy9d1EeOVfaIzSb4tTA" 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="_-tROZNd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tVfzNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.specific_content_assist.category_id" name="type" optional="false"/>
  </commands>
  <commands xmi:id="_-tVfzdd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfztd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVfz9d1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.adt.refactoring.extract.include" commandName="Extract as Include" description="Extract Views as Included Layout" category="_-tROXdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVf0Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.showKeyAssist" commandName="Show Key Assist" description="Show the key assist dialog" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVf0dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.delete" commandName="Delete" description="Delete the selection" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVf0td1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.saveAs" commandName="Save As" description="Save the current contents to another location" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVf09d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewChangeCredentials" commandName="Change Credentials" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVf1Nd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVf1dd1EeOVfaIzSb4tTA" elementId="org.eclipse.search.ui.performTextSearchWorkspace" commandName="Find Text in Workspace" description="Searches the files in the workspace for specific text." category="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVf1td1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.refactor.getters.and.setters" commandName="Generate Getters and Setters..." description="Generates getters and setters for a selected field" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tVf19d1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG0Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.refactor.hide.method" commandName="Hide Member Function..." category="_-tROVNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG0dd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.JavaPerspective" commandName="Java" description="Show the Java perspective" category="_-tROUNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG0td1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.openEditorDropDown" commandName="Quick Switch Editor" description="Open the editor drop down list" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG09d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.CreateTag" commandName="Create Tag" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG1Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.ProfileLast" commandName="Profile" description="Launch in profile mode" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG1dd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG1td1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.override.methods" commandName="Override/Implement Methods" description="Override or implement methods from super types" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG19d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.specific_content_assist.command" commandName="C/C++ Content Assist" description="A parameterizable command that invokes content assist with a single completion proposal category" category="_-tROZNd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tWG2Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.specific_content_assist.category_id" name="type" optional="false"/>
  </commands>
  <commands xmi:id="_-tWG2dd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG2td1EeOVfaIzSb4tTA" elementId="org.eclipse.search.ui.performTextSearchFile" commandName="Find Text in File" description="Searches the files in the file for specific text." category="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG29d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.refactor.extract.function" commandName="Extract Function - Refactoring " description="Extract a function for the selected list of expressions or statements" category="_-tROVNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG3Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewPaste" commandName="Paste Repository Path or URI" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG3dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.paste" commandName="Paste" description="Paste from the clipboard" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG3td1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG39d1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.debug" commandName="Debug OSGi Framework" description="Debug OSGi Framework" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG4Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.previous" commandName="Previous" description="Navigate to the previous item" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG4dd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG4td1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Ignore" commandName="Ignore" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG49d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewCopyPath" commandName="Copy Path to Clipboard" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG5Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb" commandName="Toggle Java Editor Breadcrumb" description="Toggle the Java editor breadcrumb" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG5dd1EeOVfaIzSb4tTA" 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="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG5td1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.reverseStepInto" commandName="Reverse Step Into" description="Perform Reverse Step Into" category="_-tROZtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG59d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewCreateTag" commandName="Create Tag..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG6Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.RemoveFromIndex" commandName="Remove from Git Index" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG6dd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG6td1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.open.quick.macro.explorer" commandName="Explore Macro Expansion" description="Opens a quick view for macro expansion exploration" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG69d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.lineUp" commandName="Line Up" description="Go up one line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG7Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.newQuickMenu" commandName="New menu" description="Open the New menu" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG7dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.deleteNext" commandName="Delete Next" description="Delete the next character" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWG7td1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.deleteNextWord" commandName="Delete Next Word" description="Delete the next word" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt4Nd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt4dd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.castToType" commandName="Cast To Type..." category="_-tROXtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt4td1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.undo" commandName="Undo" description="Undo the last operation" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt49d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.back" commandName="Back" description="Navigate back" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt5Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.DebugLast" commandName="Debug" description="Launch in debug mode" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt5dd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.excludeCommand" commandName="Exclude from Build" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt5td1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.ToggleLineBreakpoint" commandName="Toggle Line Breakpoint" description="Creates or removes a line breakpoint" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt59d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.editors.lineNumberToggle" commandName="Show Line Numbers" description="Toggle display of line numbers" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt6Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.ToggleStepFilters" commandName="Use Step Filters" description="Toggles enablement of debug step filters" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt6dd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesLinkWithSelection" commandName="Link with Selection" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt6td1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt69d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.correction.renameInFile.assist" commandName="Quick Assist - Rename in file" description="Invokes quick assist and selects 'Rename in file'" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt7Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.newEditor" commandName="New Editor" description="Open another editor on the active editor's input" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt7dd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Fetch" commandName="Fetch" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt7td1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.org.eclipse.egit.ui.AbortRebase" commandName="Abort Rebase" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt79d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.SetQuickdiffBaseline" commandName="Set quickdiff baseline" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt8Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.wordPrevious" commandName="Previous Word" description="Go to the previous word" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt8dd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.ShowBlame" commandName="Show Annotations" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt8td1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewDelete" commandName="Delete Repository" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt89d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.recenter" commandName="Recenter" description="Recenter the window based on the cursor" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt9Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.help.installationDialog" commandName="Installation Information" description="Open the installation dialog" category="_-tR1Y9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt9dd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Pull" commandName="Pull" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt9td1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.restoreDefaultType" commandName="Restore Original Type" description="View and edit properties for a given C/C++ breakpoint" category="_-tROXtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt99d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.CompareWithIndex" commandName="Compare with Git Index" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt-Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.shiftRight" commandName="Shift Right" description="Shift a block of text to the right" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt-dd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.ui.nextSibling" commandName="Next Sibling" description="Go to Next Sibling" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt-td1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.tag" commandName="Tag as Version" description="Tag the resources with a CVS version tag" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt-9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.indent" commandName="Indent Line" description="Indents the current line" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tWt_Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.refresh" commandName="Refresh" description="Refresh the selected items" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU8Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.commands.gotoPC" commandName="Go to Program Counter" description="Navigate to current program counter" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU8dd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.Merge" commandName="Merge" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU8td1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors" commandName="Generate Constructors from Superclass" description="Evaluate and add constructors from superclass" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU89d1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU9Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.search.ui.performTextSearchWorkingSet" commandName="Find Text in Working Set" description="Searches the files in the working set for specific text." category="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU9dd1EeOVfaIzSb4tTA" 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="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU9td1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.CreateBranch" commandName="Create Branch" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU99d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU-Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.nextEditor" commandName="Next Editor" description="Switch to the next editor" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU-dd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU-td1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.ShowBlame" commandName="Show Annotations" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU-9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.forward" commandName="Forward" description="Navigate forward" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU_Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.ui.cmnd.contentmodel.sych" commandName="Synch" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU_dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.pageUp" commandName="Page Up" description="Go up one page" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU_td1EeOVfaIzSb4tTA" elementId="sed.tabletree.collapseAll" commandName="Collapse All" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXU_9d1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.updateSwitch" commandName="Switch to Another Branch or Version" description="Switch to Another Branch or Version" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXVANd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.closeAllSaved" commandName="Close All Saved" description="Close all saved editors" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXVAdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected method" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXVAtd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.openManifest" commandName="Open Manifest" description="Open the plug-in manifest" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXVA9d1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.OpenRunConfigurations" commandName="Run..." description="Open run launch configuration dialog" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXVBNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.AssumeUnchanged" commandName="Assume Unchanged" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXVBdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.uncall" commandName="Uncall" description="Perform Uncall" category="_-tROZtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXVBtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.commands.showElementInTypeHierarchyView" commandName="Show Java Element Type Hierarchy" description="Show a Java element in the Type Hierarchy view" category="_-tR1aNd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tXVB9d1EeOVfaIzSb4tTA" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
  </commands>
  <commands xmi:id="_-tXVCNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.deletePreviousWord" commandName="Delete Previous Word" description="Delete the previous word" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXVCdd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.toggle.comment" commandName="Toggle Comment" description="Toggle Comment" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXVCtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.deletePrevious" commandName="Delete Previous" description="Delete the previous character" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tXVC9d1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.SkipAllBreakpoints" commandName="Skip All Breakpoints" description="Sets whether or not any breakpoint should suspend execution" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8ANd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.correction.extractLocalNotReplaceOccurrences.assist" commandName="Quick Assist - Extract local variable" description="Invokes quick assist and selects 'Extract local variable'" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Add1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.set.mark" commandName="Set Mark" description="Set the mark" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Atd1EeOVfaIzSb4tTA" elementId="org.eclipse.ltk.ui.refactor.show.refactoring.history" commandName="Open Refactoring History " description="Opens the refactoring history" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8A9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.RenameBranch" commandName="Rename Branch" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8BNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.OpenCommit" commandName="Open Git Commit" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Bdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.menu.rebuildIndex" commandName="Rebuild Index" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Btd1EeOVfaIzSb4tTA" elementId="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard" commandName="Eclipse Marketplace" description="Show the Eclipse Marketplace wizard" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8B9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.AddToIndex" commandName="Add to Git Index" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8CNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.exit" commandName="Exit" description="Exit the application" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Cdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Ctd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.ConfigurePush" commandName="Configure Upstream Push" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8C9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.customizePerspective" commandName="Customize Perspective" description="Customize the current perspective" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8DNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.organize.includes" commandName="Organize Includes" description="Evaluates all required includes and replaces the current includes" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Ddd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.showInQuickMenu" commandName="Show In..." description="Open the Show In menu" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Dtd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8D9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.ide.deleteCompleted" commandName="Delete Completed Tasks" description="Delete the tasks marked as completed" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8ENd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.DebugPerspective" commandName="Debug" description="Open the debug perspective" category="_-tROUNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Edd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Etd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.rename" commandName="Rename" description="Rename the selected item" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8E9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.CheckoutCommand" commandName="Checkout" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8FNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ltk.ui.refactoring.commands.deleteResources" commandName="Delete Resources" description="Delete the selected resources and notify LTK participants." category="_-tR1Z9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Fdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.next" commandName="Next" description="Navigate to the next item" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Ftd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8F9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.project.buildAutomatically" commandName="Build Automatically" description="Toggle the workspace build automatically function" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8GNd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Gdd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.adt.refactoring.unwrap" commandName="Remove Container" description="Unwraps Views From Their Container" category="_-tROXdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Gtd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8G9d1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.structure.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8HNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.open.implementation" commandName="Open Implementation" description="Opens the Implementations of a method in its hierarchy" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tX8Hdd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjENd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.internal.reflog.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjEdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.lineUp" commandName="Select Line Up" description="Extend the selection to the previous line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjEtd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjE9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.ShowHistory" commandName="Show in History" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjFNd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.openDependencies" commandName="Open Plug-in Dependencies" description="Opens the plug-in dependencies view for the current plug-in" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjFdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.goto.next.bookmark" commandName="Next Bookmark" description="Goto next bookmark of the selected file" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjFtd1EeOVfaIzSb4tTA" elementId="org.eclipse.compare.compareWithOther" commandName="Compare With Other Resource" description="Compare resources, clipboard contents or editors" category="_-tR1Zdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjF9d1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.replaceWithTag" commandName="Replace With Another Branch or Version" description="Replace with Branch or Version on the CVS Server" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjGNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.junit.junitShortcut.rerunFailedFirst" commandName="Rerun JUnit Test - Failures First" description="Rerun JUnit Test - Failures First" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjGdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjGtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.browser.openBundleResource" commandName="Open Resource in Browser" description="Opens a bundle resource in the default web browser." category="_-tROUtd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tYjG9d1EeOVfaIzSb4tTA" elementId="plugin" name="Plugin"/>
    <parameters xmi:id="_-tYjHNd1EeOVfaIzSb4tTA" elementId="path" name="Path"/>
  </commands>
  <commands xmi:id="_-tYjHdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.stash.apply" commandName="Apply Stashed Changes" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjHtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.ContinueRebase" commandName="Continue Rebase" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjH9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Push" commandName="Push" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjINd1EeOVfaIzSb4tTA" elementId="org.eclipse.compare.copyAllLeftToRight" commandName="Copy All from Left to Right" description="Copy All Changes from Left to Right" category="_-tR1Zdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjIdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" commandName="Show Whitespace Characters" description="Shows whitespace characters in current text editor" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjItd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.preferences" commandName="Preferences" description="Open the preferences dialog" category="_-tROUtd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tYjI9d1EeOVfaIzSb4tTA" elementId="preferencePageId" name="Preference Page"/>
  </commands>
  <commands xmi:id="_-tYjJNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.selectAll" commandName="Select All" description="Select all" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjJdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.close" commandName="Close" description="Close the active editor" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjJtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.internal.reflog.CopyCommand" commandName="Copy" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjJ9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.comment" commandName="Comment" description="Turn the selected lines into // style comments" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjKNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.newWizard" commandName="New" description="Open the New item wizard" category="_-tROWdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tYjKdd1EeOVfaIzSb4tTA" elementId="newWizardId" name="New Wizard"/>
  </commands>
  <commands xmi:id="_-tYjKtd1EeOVfaIzSb4tTA" 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="_-tR1Y9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjK9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or method" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjLNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.help.tipsAndTricksAction" commandName="Tips and Tricks" description="Open the tips and tricks help page" category="_-tR1Y9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjLdd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.showHistory" commandName="Show History" description="Show History" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tYjLtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.find.word" commandName="Find Word" description="Select a word and find the next occurrence" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKINd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.copy" commandName="Copy" description="Copy the selection to the clipboard" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKIdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.deleteConfigsCommand" commandName="Reset to Default" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKItd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.Revert" commandName="Revert Commit" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKI9d1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKJNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewCreateBranch" commandName="Create Branch..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKJdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.select.previous" commandName="Select Previous C/C++ Element" description="Expand the selection to enclosing C/C++ element" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKJtd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.RunToLine" commandName="Run to Line" description="Resume and break when execution reaches the current line" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKJ9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.refactor.toggle.function" commandName="Toggle Function - Refactoring " description="Toggles the implementation between header and implementation file" category="_-tROVNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKKNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.openExternalDoc" commandName="Open External Documentation" description="Open the External documentation for the current task in the Ant editor" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKKdd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.ui.gotoMatchingTag" commandName="Matching Tag" description="Go to Matching Tag" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKKtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.JavaHierarchyPerspective" commandName="Java Type Hierarchy" description="Show the Java Type Hierarchy perspective" category="_-tROUNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKK9d1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKLNd1EeOVfaIzSb4tTA" 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="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKLdd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.Restart" commandName="Restart" description="Restart a process or debug target without terminating and re-launching" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKLtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.indent" commandName="Correct Indentation" description="Corrects the indentation of the selected lines" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKL9d1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKMNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.part.previousPage" commandName="Previous Page" description="Switch to the previous page" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKMdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.openResource" commandName="Open Resource" description="Open an editor on a particular resource" category="_-tR1aNd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tZKMtd1EeOVfaIzSb4tTA" elementId="filePath" name="File Path" typeId="org.eclipse.ui.ide.resourcePath"/>
  </commands>
  <commands xmi:id="_-tZKM9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Synchronize" commandName="Synchronize" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKNNd1EeOVfaIzSb4tTA" 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="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKNdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKNtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.opencview" commandName="Show in C/C++ Project view" description="Show the selected resource in the C/C++ Project view" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKN9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.reverseStepOver" commandName="Reverse Step Over" description="Perform Reverse Step Over" category="_-tROZtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKONd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.help.helpContents" commandName="Help Contents" description="Open the help contents" category="_-tR1Y9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKOdd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.format" commandName="Format" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKOtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify field access" description="Invokes quick assist and selects 'Qualify field access'" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKO9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.saveAll" commandName="Save All" description="Save all current contents" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKPNd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.externalizeStrings" commandName="Externalize Strings in Plug-ins" description="Extract translatable strings from plug-in files" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZKPdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.GarbageCollect" commandName="Collect Garbage" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxMNd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxMdd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxMtd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.debug" commandName="Debug Eclipse Application" description="Debug Eclipse Application" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxM9d1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.format.document" commandName="Format" description="Format selection" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxNNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.textEnd" commandName="Select Text End" description="Select to the end of the text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxNdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.delete.line" commandName="Delete Line" description="Delete a line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxNtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.showViewMenu" commandName="Show View Menu" description="Show the view menu" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxN9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxONd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.findIncremental" commandName="Incremental Find" description="Incremental find" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxOdd1EeOVfaIzSb4tTA" elementId="org.eclipse.search.ui.performTextSearchProject" commandName="Find Text in Project" description="Searches the files in the project for specific text." category="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxOtd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.edit.text.format" commandName="Format Source" description="Format a PDE Source Page" category="_-tROXNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxO9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.targetBuildLastCommand" commandName="Rebuild Last Target" description="Rebuild the last make target for the selected container or project." category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxPNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.previousEditor" commandName="Previous Editor" description="Switch to the previous editor" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxPdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.DeleteBranch" commandName="Delete Branch..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxPtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.commands.openElementInEditor" commandName="Open Java Element" description="Open a Java element in its editor" category="_-tR1aNd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tZxP9d1EeOVfaIzSb4tTA" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
  </commands>
  <commands xmi:id="_-tZxQNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.maximizePart" commandName="Maximize Active View or Editor" description="Toggles maximize/restore state of active view or editor" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxQdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.ide.configureColumns" commandName="Configure Columns..." description="Configure the columns in the markers view" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxQtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.debugNewExecutable" commandName="Debug New Executable" description="Debug a new executable" category="_-tROYNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxQ9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.commands.AddClassPrepareBreakpoint" commandName="Add Class Load Breakpoint" description="Add a class load breakpoint" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxRNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.editors.revisions.id.toggle" commandName="Toggle Revision Id Display" description="Toggles the display of the revision id" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxRdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.folding.collapse_all" commandName="Collapse All" description="Collapses all folded regions" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxRtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.commit.CherryPick" commandName="Cherry Pick" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxR9d1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.run" commandName="Run OSGi Framework" description="Run OSGi Framework" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tZxSNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.perspectives.showPerspective" commandName="Show Perspective" description="Show a particular perspective" category="_-tROUNd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-taYQNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.perspectives.showPerspective.perspectiveId" name="Parameter"/>
    <parameters xmi:id="_-taYQdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.perspectives.showPerspective.newWindow" name="In New Window"/>
  </commands>
  <commands xmi:id="_-taYQtd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.eof" commandName="EOF" description="Send end of file" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYQ9d1EeOVfaIzSb4tTA" 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="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYRNd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.ui.reload.dependencies" commandName="Reload Dependencies" description="Reload Dependencies" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYRdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.editors.quickdiff.revert" commandName="Revert Lines" description="Revert the current selection, block or deleted lines" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYRtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.previousSubTab" commandName="Previous Sub-Tab" description="Switch to the previous sub-tab" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYR9d1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYSNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.smartEnter" commandName="Insert Line Below Current Line" description="Adds a new line below the current line" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYSdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.pageDown" commandName="Page Down" description="Go down one page" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYStd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Reset" commandName="Reset" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYS9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.stopTracing" commandName="Stop Tracing " description="Stop Tracing Experiment" category="_-tR1Ztd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYTNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.windowStart" commandName="Window Start" description="Go to the start of the window" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYTdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.goInto" commandName="Go Into" description="Navigate into the selected item" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYTtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.ungroupDebugContexts" commandName="Ungroup" description="Ungroups the selected debug contexts" category="_-tROYNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYT9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.contentAssist.proposals" commandName="Content Assist" description="Content Assist" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYUNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.folding.expand_all" commandName="Expand All" description="Expands all folded regions" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYUdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.nextTab" commandName="Next Tab" description="Switch to the next tab" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYUtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYU9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Discard" commandName="Replace with File in Git Index" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYVNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYVdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.ide.OpenMarkersView" commandName="Open Another" description="Open another view" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYVtd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.Terminate" commandName="Terminate" description="Terminate" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYV9d1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.createAntBuildFile" commandName="Create Ant Build File" description="Creates an Ant build file for the current project" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYWNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.NoAssumeUnchanged" commandName="No Assume Unchanged" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYWdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.sort.lines" commandName="Sort Lines" description="Sort selected lines alphabetically" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYWtd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.runtime.spy.commands.menuSpyCommand" commandName="Plug-in Menu Spy" description="Show the Plug-in Spy" category="_-tROVtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-taYW9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.windowEnd" commandName="Select Window End" description="Select to the end of the window" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_UNd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.command.gotoaddress" commandName="Go to Address" description="Go to Address" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_Udd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.edit.text.makefile.uncomment" commandName="Uncomment" description="Uncomment the selected # style comment lines" category="_-tROWNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_Utd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.search.findrefs.workingset" commandName="References in Working Set" description="Search for references to the selected element in a working set" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_U9d1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.adt.refactoring.extract.string" commandName="Extract Android String" description="Extract Strings into Android String Resources" category="_-tROXdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_VNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.switchToEditor" commandName="Switch to Editor" description="Switch to an editor" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_Vdd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.Suspend" commandName="Suspend" description="Suspend" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_Vtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.command.shareProject" commandName="Share with Git" description="Share the project using Git" category="_-tROZdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-ta_V9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.command.projectNameParameter" name="Project" optional="false"/>
  </commands>
  <commands xmi:id="_-ta_WNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.previousView" commandName="Previous View" description="Switch to the previous view" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_Wdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.navigate.open.element.in.call.hierarchy" commandName="Open Element in Call Hierarchy" description="Open an element in the call hierarchy view" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_Wtd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_W9d1EeOVfaIzSb4tTA" 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="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_XNd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.closeRendering" commandName="Close Rendering" description="Close the selected rendering." category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_Xdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.commands.showElementInPackageView" commandName="Show Java Element in Package Explorer" description="Select Java element in the Package Explorer view" category="_-tR1aNd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-ta_Xtd1EeOVfaIzSb4tTA" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
  </commands>
  <commands xmi:id="_-ta_X9d1EeOVfaIzSb4tTA" elementId="org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize resources in the workspace with another location" category="_-tR1Ytd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_YNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.help.displayHelp" commandName="Display Help" description="Display a Help topic" category="_-tR1Y9d1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-ta_Ydd1EeOVfaIzSb4tTA" elementId="href" name="Help topic href"/>
  </commands>
  <commands xmi:id="_-ta_Ytd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a Java editor" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_Y9d1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.open.file.from.source" commandName="Open Selection" description="Open an editor on the selected link" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_ZNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.previousPerspective" commandName="Previous Perspective" description="Switch to the previous perspective" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_Zdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.junit.junitShortcut.debug" commandName="Debug JUnit Test" description="Debug JUnit Test" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_Ztd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Branch" commandName="Branch" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_Z9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.project.closeProject" commandName="Close Project" description="Close the selected project" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_aNd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_add1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.refactoring.command.ExtractConstant" commandName="Extract Constant..." category="_-tROVNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_atd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.commitAll" commandName="Commit All Outgoing Changes" description="Commit all outgoing changes to the repository" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_a9d1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.cvsPerspective" commandName="CVS Repository Exploring" description="Open the CVS Repository Exploring Perspective" category="_-tROUNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ta_bNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.FetchGerritChange" commandName="Fetch From Gerrit" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmYNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.folding.expand" commandName="Expand" description="Expands the folded region at the current selection" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmYdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.junit.junitShortcut.rerunLast" commandName="Rerun JUnit Test" description="Rerun JUnit Test" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmYtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewRemove" commandName="Remove Repository" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmY9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmZNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.lineStart" commandName="Line Start" description="Go to the start of the line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmZdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.select.next" commandName="Select Next C/C++ Element" description="Expand the selection to next C/C++ element" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmZtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.junit.gotoTest" commandName="Referring Tests" description="Referring Tests" category="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmZ9d1EeOVfaIzSb4tTA" 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="_-tR1Y9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmaNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.project.properties" commandName="Properties" description="Display the properties of the selected item's project " category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmadd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode" commandName="Toggle Block Selection" description="Toggle block / column selection in the current text editor" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmatd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.save" commandName="Save" description="Save the current contents" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbma9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.CompareWithWorkingTree" commandName="Compare with Working Directory" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmbNd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.checkout" commandName="Checkout from CVS" description="Checkout from CVS" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmbdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.open.declaration.command" commandName="Open Declaration" description="Opens the Ant editor on the referenced element" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmbtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.closePart" commandName="Close Part" description="Close the active workbench part" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmb9d1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.ToggleWatchpoint" commandName="Toggle Watchpoint" description="Creates or removes a watchpoint" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmcNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureBranch" commandName="Configure Branch" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmcdd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.compareWithRemote" commandName="Compare With Latest from Repository" description="Compare with Content on CVS Server" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmctd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmc9d1EeOVfaIzSb4tTA" 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="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmdNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ltk.ui.refactor.apply.refactoring.script" commandName="Apply Script" description="Perform refactorings from a refactoring script on the local workspace" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmddd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals" commandName="Quick Fix" description="Suggest possible fixes for a problem" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmdtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.editors.revisions.rendering.cycle" commandName="Cycle Revision Coloring Mode" description="Cycles through the available coloring modes for revisions" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmd9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.commands.Watch" commandName="Watch" description="Create new watch expression" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmeNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.showRulerContextMenu" commandName="Show Ruler Context Menu" description="Show the context menu for the ruler" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmedd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.minimizePart" commandName="Minimize Active View or Editor" description="Minimizes the active view or editor" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tbmetd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.ToggleMethodBreakpoint" commandName="Toggle Method Breakpoint" description="Creates or removes a method breakpoint" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNcNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Untrack" commandName="Untrack" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNcdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.menu.updateUnresolvedIncludes" commandName="Re-resolve Unresolved Includes" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNctd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.part.nextPage" commandName="Next Page" description="Switch to the next page" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNc9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.ReplaceWithRef" commandName="Replace with branch, tag, or reference" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNdNd1EeOVfaIzSb4tTA" 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="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNddd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.backwardHistory" commandName="Backward History" description="Move backward in the editor navigation history" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNdtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.refactoring.command.ExtractLocalVariable" commandName="Extract Local Variable..." category="_-tROVNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNd9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.swap.mark" commandName="Swap Mark" description="Swap the mark with the cursor position" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNeNd1EeOVfaIzSb4tTA" 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="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNedd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.replaceWithRevision" commandName="Replace With Revision" description="Replace with Revision on CVS Server" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNetd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.project.buildProject" commandName="Build Project" description="Build the selected project" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNe9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.saveTraceData" commandName="Save Trace Data " description="Save Trace Data to File" category="_-tR1Ztd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNfNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.antShortcut.run" commandName="Run Ant Build" description="Run Ant Build" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNfdd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.compareWithRevision" commandName="Compare With Revision" description="Compare with Revision on CVS Server" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNftd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.add.block.comment" commandName="Add Block Comment" description="Add Block Comment" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNf9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.showSystemMenu" commandName="Show System Menu" description="Show the system menu" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNgNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNgdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.lowerCase" commandName="To Lower Case" description="Changes the selection to lower case" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNgtd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNg9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.goto.next.member" commandName="Go to Next Member" description="Move the caret to the next member of the translation unit" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNhNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.pageDown" commandName="Select Page Down" description="Select to the bottom of the page" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNhdd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.newRendering" commandName="New Rendering" description="Add a new rendering." category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNhtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.menu.freshenAllFiles" commandName="Freshen All Files in Index" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNh9d1EeOVfaIzSb4tTA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog" commandName="Show Bundle Catalog" category="_-tROZdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tcNiNd1EeOVfaIzSb4tTA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.DirectoryParameter" name="Directory URL"/>
    <parameters xmi:id="_-tcNidd1EeOVfaIzSb4tTA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.TagsParameter" name="Tags"/>
  </commands>
  <commands xmi:id="_-tcNitd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.MergeTool" commandName="Merge Tool" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tcNi9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.SimplePush" commandName="Push to Upstream" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0gNd1EeOVfaIzSb4tTA" 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="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0gdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.OpenInTextEditorCommand" commandName="Open in Text Editor" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0gtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.openLocalFile" commandName="Open File..." description="Open a file" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0g9d1EeOVfaIzSb4tTA" elementId="org.eclipse.compare.selectPreviousChange" commandName="Select Previous Change" description="Select Previous Change" category="_-tR1Zdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0hNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" commandName="Show Selected Element Only" description="Show Selected Element Only" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0hdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.wordPrevious" commandName="Select Previous Word" description="Select the previous word" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0htd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.ToggleCoolbarAction" commandName="Toggle Toolbar Visibility" description="Toggles the visibility of the window toolbar" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0h9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.Reset" commandName="Reset" category="_-tROZdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tc0iNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.ResetMode" name="Reset mode" optional="false"/>
  </commands>
  <commands xmi:id="_-tc0idd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0itd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.addAllPluginsToJavaSearch" commandName="Add All Plug-ins to Java Search" description="Adds all plug-ins in the target platform to java search" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0i9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.commands.AddExceptionBreakpoint" commandName="Add Java Exception Breakpoint" description="Add a Java exception breakpoint" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0jNd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.branch" commandName="Branch" description="Branch" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0jdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.reverseToggle" commandName="Reverse Toggle" description="Toggle Reverse Debugging" category="_-tROZtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0jtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.CompareVersionsInTree" commandName="Compare in Tree" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0j9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.opendecl" commandName="Open Declaration" description="Open an editor on the selected element's declaration(s)" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0kNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.project.openProject" commandName="Open Project" description="Open a project" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0kdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.cut" commandName="Cut" description="Cut the selection to the clipboard" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0ktd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.moveLineDown" commandName="Move Lines Down" description="Moves the selected lines down" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0k9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.findReplace" commandName="Find and Replace" description="Find and replace text" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0lNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.commands.StepIntoSelection" commandName="Step Into Selection" description="Step into the current selected statement" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0ldd1EeOVfaIzSb4tTA" elementId="org.eclipse.quickdiff.toggle" commandName="Quick Diff Toggle" description="Toggles quick diff information display on the line number ruler" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0ltd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.ui.applyPatch" commandName="Apply Patch..." description="Apply a patch to one or more workspace projects." category="_-tR1Ytd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0l9d1EeOVfaIzSb4tTA" elementId="org.eclipse.compare.copyLeftToRight" commandName="Copy from Left to Right" description="Copy Current Change from Left to Right" category="_-tR1Zdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0mNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.startTracing" commandName="Start Tracing " description="Start Tracing Experiment" category="_-tR1Ztd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0mdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ltk.ui.refactoring.commands.moveResources" commandName="Move Resources" description="Move the selected resources and notify LTK participants." category="_-tR1Z9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0mtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewRenameBranch" commandName="Rename Branch..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0m9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.toggleInsertMode" commandName="Toggle Insert Mode" description="Toggle insert mode" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tc0nNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbkNd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbkdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.line" commandName="Go to Line" description="Go to a specified line of text" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbktd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewAddToIndex" commandName="Add to Index" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbk9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.nextSubTab" commandName="Next Sub-Tab" description="Switch to the next sub-tab" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdblNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in C/C++ editors" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbldd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.stash.create" commandName="Stash Changes" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbltd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewRemoveRemote" commandName="Delete Remote" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbl9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.columnPrevious" commandName="Previous Column" description="Go to the previous column" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbmNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar" commandName="Run Last Launched External Tool" description="Runs the last launched external Tool" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbmdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Commit" commandName="Commit..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbmtd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.openPluginArtifact" commandName="Open Plug-in Artifact" description="Open a plug-in artifact in the manifest editor" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbm9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.search.findrefs" commandName="References" description="Search for references to the selected element in the workspace" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbnNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbndd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.remove.block.comment" commandName="Remove Block Comment" description="Remove Block Comment" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbntd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.addBookmark" commandName="Add Bookmark" description="Add a bookmark" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbn9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.lineStart" commandName="Select Line Start" description="Select to the beginning of the line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdboNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.CheckoutCommand" commandName="Checkout" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbodd1EeOVfaIzSb4tTA" 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="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbotd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.search.finddecl.project" commandName="Declaration in Project" description="Search for declarations of the selected element in the enclosing project" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbo9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewAddRepository" commandName="Add a Git Repository" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbpNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.hover.forwardMacroExpansion" commandName="Forward" description="Step forward in macro expansions" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbpdd1EeOVfaIzSb4tTA" elementId="org.eclipse.equinox.p2.ui.sdk.update" commandName="Check for Updates" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbptd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.findIncrementalReverse" commandName="Incremental Find Reverse" description="Incremental find reverse" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbp9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.project.rebuildAll" commandName="Rebuild All" description="Rebuild all projects" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbqNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.activateEditor" commandName="Activate Editor" description="Activate the editor" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbqdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.organize.imports" commandName="Organize Imports" description="Evaluate all required imports and replace the current imports" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tdbqtd1EeOVfaIzSb4tTA" elementId="org.eclipse.compare.copyAllRightToLeft" commandName="Copy All from Right to Left" description="Copy All Changes from Right to Left" category="_-tR1Zdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCoNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.PushCommit" commandName="Push Commit..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCodd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.generate.javadoc" commandName="Generate Javadoc" description="Generates Javadoc for a selectable set of Java resources" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCotd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.reverseResume" commandName="Reverse Resume" description="Perform Reverse Resume" category="_-tROZtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCo9d1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCpNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.project.closeUnrelatedProjects" commandName="Close Unrelated Projects" description="Close unrelated projects" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCpdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.lineDown" commandName="Line Down" description="Go down one line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCptd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.ToggleBreakpoint" commandName="Toggle Breakpoint" description="Creates or removes a breakpoint" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCp9d1EeOVfaIzSb4tTA" elementId="org.eclipse.compare.ignoreWhiteSpace" commandName="Ignore White Space" description="Ignore white space where applicable" category="_-tR1Zdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCqNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureGerritRemote" commandName="Gerrit Configuration..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCqdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.previousTab" commandName="Previous Tab" description="Switch to the previous tab" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCqtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition" commandName="Last Edit Location" description="Last edit location" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCq9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.SkipRebase" commandName="Skip commit and continue" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCrNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RebaseCurrent" commandName="Rebase" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCrdd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.toggleMemoryMonitorsPane" commandName="Toggle Memory Monitors Pane" description="Toggle visibility of the Memory Monitors Pane" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCrtd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.ignore" commandName="Add to .cvsignore" description="Ignore the Selected Resources when Synchronizing" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCr9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.open.type.hierarchy" commandName="Open Type Hierarchy" description="Open a type hierarchy on the selected element" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCsNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.ide.copyBuildIdCommand" commandName="Copy Build Id To Clipboard" description="Copies the build id to the clipboard." category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teCsdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.dialogs.openInputDialog" commandName="Open Input Dialog" description="Open an Input Dialog" category="_-tROYdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-teCstd1EeOVfaIzSb4tTA" elementId="title" name="Title"/>
    <parameters xmi:id="_-teCs9d1EeOVfaIzSb4tTA" elementId="message" name="Message"/>
    <parameters xmi:id="_-teCtNd1EeOVfaIzSb4tTA" elementId="initialValue" name="Initial Value"/>
    <parameters xmi:id="_-teCtdd1EeOVfaIzSb4tTA" elementId="cancelReturns" name="Return Value on Cancel"/>
  </commands>
  <commands xmi:id="_-teCttd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.ShowVersions" commandName="Open" category="_-tROZdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-teCt9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.CompareMode" name="Compare mode"/>
  </commands>
  <commands xmi:id="_-teCuNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.navigate.opentype" commandName="Open Element" description="Open an element in an Editor" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepsNd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepsdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.properties.NewPropertySheetCommand" commandName="Properties" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepstd1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.antShortcut.debug" commandName="Debug Ant Build" description="Debug Ant Build" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teps9d1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teptNd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teptdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.collapseAll" commandName="Collapse All" description="Collapse the current tree" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepttd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.correction.inlineLocal.assist" commandName="Quick Assist - Inline local variable" description="Invokes quick assist and selects 'Inline local variable'" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tept9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.folding.toggle" commandName="Toggle Folding" description="Toggles folding in the current editor" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepuNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.submodule.update" commandName="Update Submodule" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepudd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.ui.referencedFileErrors" commandName="Show Details..." description="Show Details..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-teputd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepu9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.StepIntoSelection" commandName="Step Into Selection" description="Step into the current selected statement" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepvNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepvdd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.quick_outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepvtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.commit.Revert" commandName="Revert Commit" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepv9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into Java comments" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepwNd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepwdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepwtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.commands.Display" commandName="Display" description="Display result of evaluating selected text" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepw9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewCreateRepository" commandName="Create a Repository" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepxNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.revert" commandName="Revert" description="Revert to the last saved state" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepxdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepxtd1EeOVfaIzSb4tTA" 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="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tepx9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.scroll.lineDown" commandName="Scroll Line Down" description="Scroll down one line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQwNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.clean.up" commandName="Clean Up" description="Solve problems and improve code style on selected resources" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQwdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.redo" commandName="Redo" description="Redo the last operation" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQwtd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.StepInto" commandName="Step Into" description="Step into" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQw9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.SimpleFetch" commandName="Fetch from Upstream" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQxNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.commit.Checkout" commandName="Checkout" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQxdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.search.finddecl" commandName="Declaration" description="Search for declarations of the selected element in the workspace" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQxtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.join.lines" commandName="Join Lines" description="Join lines of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQx9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.scroll.lineUp" commandName="Scroll Line Up" description="Scroll up one line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQyNd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.TerminateAndRelaunch" commandName="Terminate and Relaunch" description="Terminate and Relaunch" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQydd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQytd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.print" commandName="Print" description="Print" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQy9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.forwardHistory" commandName="Forward History" description="Move forward in the editor navigation history" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQzNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.breakpoint.properties" commandName="Java Breakpoint Properties" description="View and edit the properties for a given Java breakpoint" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQzdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.pageUp" commandName="Select Page Up" description="Select to the top of the page" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQztd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.internationalize" commandName="Internationalize Plug-ins" description="Sets up internationalization for a plug-in" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQz9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQ0Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.CompareWithPrevious" commandName="Compare with Previous Revision" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQ0dd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQ0td1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.menu.findUnresolvedIncludes" commandName="Search for Unresolved Includes" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQ09d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.help.dynamicHelp" commandName="Dynamic Help" description="Open the dynamic help" category="_-tR1Y9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQ1Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.commit" commandName="Commit" description="Commit resources to the repository" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQ1dd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQ1td1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.RunLast" commandName="Run" description="Launch in run mode" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQ19d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.copyLineUp" commandName="Duplicate Lines" description="Duplicates the selected lines and leaves the selection unchanged" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tfQ2Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf30Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.commit.CreateBranch" commandName="Create Branch..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf30dd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf30td1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.removeFromWorkingSet" commandName="Remove From Working Set" description="Removes the selected object from a working set." category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf309d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.debug" commandName="Debug Java Applet" description="Debug Java Applet" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf31Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.run" commandName="Run Java Application" description="Run Java Application" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf31dd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.ReplaceWithCommit" commandName="Replace with commit" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf31td1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.DeleteBranch" commandName="Delete Branch" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf319d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchHierarchy" commandName="Toggle Branch Representation" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf32Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.ApplyPatch" commandName="Apply Patch" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf32dd1EeOVfaIzSb4tTA" 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="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf32td1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.folding.collapse" commandName="Collapse" description="Collapses the folded region at the current selection" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf329d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf33Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.navigate.gotopackage" commandName="Go to Package" description="Go to Package" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf33dd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.structure.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf33td1EeOVfaIzSb4tTA" elementId="org.eclipse.equinox.p2.ui.sdk.install" commandName="Install New Software..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf339d1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.run" commandName="Run JUnit Plug-in Test" description="Run JUnit Plug-in Test" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf34Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.nextView" commandName="Next View" description="Switch to the next view" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf34dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.project.buildLast" commandName="Repeat Working Set Build" description="Repeat the last working set build" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf34td1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.textStart" commandName="Text Start" description="Go to the beginning of the text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf349d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.junit.junitShortcut.run" commandName="Run JUnit Test" description="Run JUnit Test" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf35Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.properties" commandName="Properties" description="Display the properties of the selected item" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf35dd1EeOVfaIzSb4tTA" elementId="org.eclipse.search.ui.openSearchDialog" commandName="Open Search Dialog" description="Open the Search dialog" category="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf35td1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf359d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.openWorkspace" commandName="Switch Workspace" description="Open the workspace selection dialog" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tf36Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge4Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.moveLineUp" commandName="Move Lines Up" description="Moves the selected lines up" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge4dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.ide.configureFilters" commandName="Configure Contents..." description="Configure the filters to apply to the markers view" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge4td1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.open.outline" commandName="Show outline" description="Shows outline" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge49d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.correction.assignToField.assist" commandName="Quick Assist - Assign to field" description="Invokes quick assist and selects 'Assign to field'" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge5Nd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge5dd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.open.call.hierarchy" commandName="Open Call Hierarchy" description="Open the call hierarchy for the selected element" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge5td1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.copyLineDown" commandName="Copy Lines" description="Duplicates the selected lines and moves the selection to the copy" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge59d1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge6Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.menu.updateWithModifiedFiles" commandName="Update Index with Modified Files" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge6dd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.cleanup.document" commandName="Cleanup Document..." description="Cleanup document" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge6td1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.connect" commandName="Connect" description="Connect to a process" category="_-tROYNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge69d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected Java comment lines" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge7Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations" commandName="Remove Occurrence Annotations" description="Removes the occurrence annotations from the current editor" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge7dd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge7td1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.wordNext" commandName="Next Word" description="Go to the next word" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge79d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.CherryPick" commandName="Cherry Pick" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge8Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.addLocation" commandName="Add Repository Location" description="Add a new CVS repository location" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge8dd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.ConfigureUpstreamFetch" commandName="Configure Upstream Fetch" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge8td1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.Merge" commandName="Merge" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge89d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.toggle.comment" commandName="Comment/Uncomment" description="Comment/Uncomment the selected lines" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge9Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.up" commandName="Up" description="Navigate up one level" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge9dd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge9td1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tge99d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaseline" commandName="Reset quickdiff baseline" category="_-tROZdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-thF8Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaselineTarget" name="Reset target (HEAD, HEAD^1)" optional="false"/>
  </commands>
  <commands xmi:id="_-thF8dd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.adt.refactoring.changeview" commandName="Change Widget Type" description="Changes the widget type for the selection" category="_-tROXdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF8td1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.submodule.add" commandName="Add Submodule" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF89d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.targetBuildCommand" commandName="Make Target Build" description="Invoke a make target build for the selected container." category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF9Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.hideShowEditors" commandName="Toggle Editor Area Visibility" description="Toggles the visibility of the editor area" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF9dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.closePerspective" commandName="Close Perspective" description="Close the current perspective" category="_-tROUtd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-thF9td1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.closePerspective.perspectiveId" name="Perspective Id"/>
  </commands>
  <commands xmi:id="_-thF99d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.project.rebuildProject" commandName="Rebuild Project" description="Rebuild the selected projects" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF-Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.organizeManifest" commandName="Organize Manifests" description="Cleans up plug-in manifest files" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF-dd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.move" commandName="Move..." description="Move the selected item" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF-td1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF-9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.clear.mark" commandName="Clear Mark" description="Clear the mark" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF_Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.updateAll" commandName="Update All Incoming Changes" description="Update all incoming changes with new content from the repository" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF_dd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.goto.prev.member" commandName="Go to Previous Member" description="Move the caret to the previous member of the translation unit" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF_td1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.generate.tostring" commandName="Generate toString()" description="Generates the toString() method for the type" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thF_9d1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.updateClasspath" commandName="Update Classpath" description="Updates the plug-in classpath from latest settings" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thGANd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.ReplaceWithHead" commandName="Replace with HEAD revision" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thGAdd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.OpenProfileConfigurations" commandName="Profile..." description="Open profile launch configuration dialog" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thGAtd1EeOVfaIzSb4tTA" 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="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thGA9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.cheatsheets.openCheatSheet" commandName="Open Cheat Sheet" description="Open a Cheat Sheet." category="_-tR1Y9d1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-thGBNd1EeOVfaIzSb4tTA" elementId="cheatSheetId" name="Identifier"/>
  </commands>
  <commands xmi:id="_-thGBdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewOpen" commandName="Open" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thGBtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchCommit" commandName="Toggle Latest Branch Commit" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thGB9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.castToArray" commandName="Cast To Type..." category="_-tROXtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtANd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.contentAssist.contextInformation" commandName="Context Information" description="Show Context Information" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtAdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.CompareVersions" commandName="Compare with each other" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtAtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.browser.openBrowser" commandName="Open Browser" description="Opens the default web browser." category="_-tROUtd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-thtA9d1EeOVfaIzSb4tTA" elementId="url" name="URL"/>
    <parameters xmi:id="_-thtBNd1EeOVfaIzSb4tTA" elementId="browserId" name="Browser Id"/>
    <parameters xmi:id="_-thtBdd1EeOVfaIzSb4tTA" elementId="name" name="Browser Name"/>
    <parameters xmi:id="_-thtBtd1EeOVfaIzSb4tTA" elementId="tooltip" name="Browser Tooltip"/>
  </commands>
  <commands xmi:id="_-thtB9d1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtCNd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtCdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtCtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.columnNext" commandName="Select Next Column" description="Select the next column" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtC9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.select.last" commandName="Restore Last C/C++ Selection" description="Restore last selection in C/C++ editor" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtDNd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.goto.matching.bracket" commandName="Matching Character" description="Go to Matching Character" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtDdd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.merge" commandName="Merge" description="Merge" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtDtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.upperCase" commandName="To Upper Case" description="Changes the selection to upper case" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtD9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.debug" commandName="Debug Java Application" description="Debug Java Application" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtENd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.DropToFrame" commandName="Drop to Frame" description="Drop to Frame" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtEdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.format" commandName="Format" description="Format Source Code" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtEtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewNewRemote" commandName="Create Remote..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtE9d1EeOVfaIzSb4tTA" elementId="org.eclipse.search.ui.openFileSearchPage" commandName="File Search" description="Open the Search dialog's file search page" category="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtFNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.command.resumeWithoutSignal" commandName="Resume Without Signal" description="Resume Without Signal" category="_-tR1Ydd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtFdd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.ui.synchronizeLast" commandName="Repeat last synchronization" description="Repeat the last synchronization" category="_-tR1Ytd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtFtd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtF9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.history.CreatePatch" commandName="Create Patch" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-thtGNd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.generate.xml" commandName="&amp;XML File..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUENd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.xml.ui.previousSibling" commandName="Previous Sibling" description="Go to Previous Sibling" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUEdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.clean" commandName="Clean..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUEtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUE9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.columnNext" commandName="Next Column" description="Go to the next column" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUFNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.extract.class" commandName="Extract Class..." description="Extracts fields into a new class" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUFdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.selectWorkingSets" commandName="Select Working Sets" description="Select the working sets that are applicable for this window." category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUFtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.help.aboutAction" commandName="About" description="Open the about dialog" category="_-tR1Y9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUF9d1EeOVfaIzSb4tTA" elementId="org.eclipse.compare.copyRightToLeft" commandName="Copy from Right to Left" description="Copy Current Change from Right to Left" category="_-tR1Zdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUGNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.uncomment" commandName="Uncomment" description="Uncomment the selected // style comment lines" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUGdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.command.configureTrace" commandName="Configure Git Debug Trace" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUGtd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUG9d1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.quickOutline" commandName="Quick Outline" description="Open a quick outline popup dialog for a given editor input" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUHNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.CompareWithRevision" commandName="Compare with History" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUHdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.commands.rulerToggleBreakpoint" commandName="Toggle Breakpoint" description="Toggle breakpoint in disassembly ruler" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUHtd1EeOVfaIzSb4tTA" elementId="org.eclipse.compare.selectNextChange" commandName="Select Next Change" description="Select Next Change" category="_-tR1Zdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUH9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.search.finddecl.workingset" commandName="Declaration in Working Set" description="Search for declarations of the selected element in a working set" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUINd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.newWindow" commandName="New Window" description="Open another window" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUIdd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.RemoveAllBreakpoints" commandName="Remove All Breakpoints" description="Removes all breakpoints" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUItd1EeOVfaIzSb4tTA" elementId="Json.formatText" commandName="Format Text" description="Format Json Text" category="_-tR1ZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUI9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.refactor.implement.method" commandName="Implement Method - Source Generation " description="Implements a method for a selected method declaration" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUJNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.showResourceByPath" commandName="Show Resource in Navigator" description="Show a resource in the Navigator given its path" category="_-tR1aNd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tiUJdd1EeOVfaIzSb4tTA" elementId="resourcePath" name="Resource Path" typeId="org.eclipse.ui.ide.resourcePath" optional="false"/>
  </commands>
  <commands xmi:id="_-tiUJtd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.adt.refactoring.convert" commandName="Change Layout" description="Converts Layouts from One Type to Another" category="_-tROXdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUJ9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.targetCreateCommand" commandName="Create Make Target" description="Create a new make build target for the selected container." category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tiUKNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7INd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Idd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.gdb.ui.command.selectPreviousTraceRecord" commandName="Previous Trace Record" description="Select Previous Trace Record" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Itd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7I9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.shiftLeft" commandName="Shift Left" description="Shift a block of text to the left" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7JNd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Jdd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.search.find.occurrences" commandName="Occurrences in File" description="Find occurrences of the selection in the file" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Jtd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.showAnnotation" commandName="Show Annotation" description="Show Annotation" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7J9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.project.cleanAction" commandName="Build Clean" description="Discard old built state" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7KNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Kdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.activeContextInfo" commandName="Show activeContext Info" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Ktd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.replace" commandName="Replace With Latest from Repository" description="Replace with last committed content from CVS Server" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7K9d1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.compareWithTag" commandName="Compare With Another Branch or Version" description="Compare with a Branch or a Version on the CVS Server" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7LNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.findNext" commandName="Find Next" description="Find next item" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Ldd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.imagebrowser.saveToWorkspace" commandName="Save Image" description="Save the selected image into a project in the workspace" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Ltd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.adt.refactoring.extract.style" commandName="Extract Styles" description="Extract Styles" category="_-tROXdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7L9d1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.Disconnect" commandName="Disconnect" description="Disconnect" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7MNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Mdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.commit.CreateTag" commandName="Create Tag..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Mtd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.structure.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7M9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.edit.text.makefile.comment" commandName="Comment" description="Turn the selected lines into # style comments" category="_-tROWNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7NNd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.debug" commandName="Debug JUnit Plug-in Test" description="Debug JUnit Plug-in Test" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Ndd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.select.enclosing" commandName="Select Enclosing C/C++ Element" description="Expand the selection to enclosing C/C++ element" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7Ntd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-ti7N9d1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.setKeywordSubstitution" commandName="Change ASCII/Binary Property" description="Change whether the selected resources should be treated as ASCII or binary on the CVS Server" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiMNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.windowStart" commandName="Select Window Start" description="Select to the start of the window" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiMdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.c.toggle.source.header" commandName="Toggle Source/Header" description="Toggles between corresponding source and header files" category="_-tR1YNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiMtd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.internal.reflog.CheckoutCommand" commandName="Checkout" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiM9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiNNd1EeOVfaIzSb4tTA" elementId="org.eclipse.wst.sse.ui.outline.customFilter" commandName="&amp;Filters" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiNdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiNtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.help.quickStartAction" commandName="Welcome" description="Show help for beginning users" category="_-tR1Y9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiN9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.addTask" commandName="Add Task..." description="Add a task" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiONd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.closeAllPerspectives" commandName="Close All Perspectives" description="Close all open perspectives" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiOdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.editors.quickdiff.revertLine" commandName="Revert Line" description="Revert the current line" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiOtd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.command.prevpage" commandName="Previous Page of Memory" description="Load previous page of memory" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiO9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.findPrevious" commandName="Find Previous" description="Find previous item" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiPNd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiPdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ant.ui.toggleMarkOccurrences" commandName="Toggle Ant Mark Occurrences" description="Toggles mark occurrences in Ant editors" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiPtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView" commandName="Show View" description="Shows a particular view" category="_-tROV9d1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tjiP9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.viewId" name="View"/>
    <parameters xmi:id="_-tjiQNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.secondaryId" name="Secondary Id"/>
    <parameters xmi:id="_-tjiQdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.views.showView.makeFast" name="As FastView"/>
  </commands>
  <commands xmi:id="_-tjiQtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.commands.viewMemory" commandName="View Memory" description="View variable in memory view" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiQ9d1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiRNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ltk.ui.refactor.create.refactoring.script" commandName="Create Script" description="Create a refactoring script from refactorings on the local workspace" category="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiRdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.delimiter.windows" commandName="Convert Line Delimiters to Windows (CRLF, \r\n, 0D0A, &#xa4;&#xb6;)" description="Converts the line delimiters to Windows (CRLF, \r\n, 0D0A, &#xa4;&#xb6;)" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tjiRtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.cut.line" commandName="Cut Line" description="Cut a line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJQNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.adt.refactoring.wrapin" commandName="Wrap in Container" description="Wraps Views in a New Container" category="_-tROXdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJQdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.columnPrevious" commandName="Select Previous Column" description="Select the previous column" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJQtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.closeAll" commandName="Close All" description="Close all editors" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJQ9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.text.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_-tROVNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJRNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.codan.commands.runCodanCommand" commandName="Run Code Analysis" category="_-tROU9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJRdd1EeOVfaIzSb4tTA" 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="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJRtd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJR9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.select.wordNext" commandName="Select Next Word" description="Select the next word" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJSNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.goToResource" commandName="Go to" description="Go to a particular resource in the active view" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJSdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.spy" commandName="Show Contributing Plug-in" description="Shows contribution information for the currently selected element" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJStd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.submodule.sync" commandName="Sync Submodule" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJS9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.quickAccess" commandName="Quick Access" description="Quickly access UI elements" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJTNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.dsf.debug.ui.refreshAll" commandName="Refresh Debug Views" description="Refresh all data in debug views" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJTdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.CompareIndexWithHead" commandName="Compare File in Git Index with HEAD Revision" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJTtd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.StepReturn" commandName="Step Return" description="Step return" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJT9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.addToWorkingSet" commandName="Add to Working Set" description="Adds the selected object to a working set." category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJUNd1EeOVfaIzSb4tTA" 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="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJUdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJUtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.goto.lineEnd" commandName="Line End" description="Go to the end of the line of text" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJU9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.commands.ForceReturn" commandName="Force Return" description="Forces return from method with value of selected expression " category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJVNd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.run" commandName="Run Eclipse Application" description="Run Eclipse Application" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkJVdd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwUNd1EeOVfaIzSb4tTA" 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="_-tROYtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwUdd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.team.CreatePatch" commandName="Create Patch" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwUtd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.adt.launch.LaunchShortcut.run" commandName="Run Android Application" description="Run Android Application" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwU9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewImportProjects" commandName="Import Projects..." description="Import or create in local Git repository" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwVNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.delimiter.unix" commandName="Convert Line Delimiters to Unix (LF, \n, 0A, &#xb6;)" description="Converts the line delimiters to Unix (LF, \n, 0A, &#xb6;)" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwVdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.showIn" commandName="Show In" category="_-tR1aNd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tkwVtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.navigate.showIn.targetId" name="Show In Target Id" optional="false"/>
  </commands>
  <commands xmi:id="_-tkwV9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.run" commandName="Run Java Applet" description="Run Java Applet" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwWNd1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwWdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.dialogs.openMessageDialog" commandName="Open Message Dialog" description="Open a Message Dialog" category="_-tROYdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tkwWtd1EeOVfaIzSb4tTA" elementId="title" name="Title"/>
    <parameters xmi:id="_-tkwW9d1EeOVfaIzSb4tTA" elementId="message" name="Message"/>
    <parameters xmi:id="_-tkwXNd1EeOVfaIzSb4tTA" elementId="imageType" name="Image Type Constant" typeId="org.eclipse.ui.dialogs.Integer"/>
    <parameters xmi:id="_-tkwXdd1EeOVfaIzSb4tTA" elementId="defaultIndex" name="Default Button Index" typeId="org.eclipse.ui.dialogs.Integer"/>
    <parameters xmi:id="_-tkwXtd1EeOVfaIzSb4tTA" elementId="buttonLabel0" name="First Button Label"/>
    <parameters xmi:id="_-tkwX9d1EeOVfaIzSb4tTA" elementId="buttonLabel1" name="Second Button Label"/>
    <parameters xmi:id="_-tkwYNd1EeOVfaIzSb4tTA" elementId="buttonLabel2" name="Third Button Label"/>
    <parameters xmi:id="_-tkwYdd1EeOVfaIzSb4tTA" elementId="buttonLabel3" name="Fourth Button Label"/>
    <parameters xmi:id="_-tkwYtd1EeOVfaIzSb4tTA" elementId="cancelReturns" name="Return Value on Cancel"/>
  </commands>
  <commands xmi:id="_-tkwY9d1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.commands.AllReferences" commandName="All References" description="Inspect all references to the selected object" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwZNd1EeOVfaIzSb4tTA" 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="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwZdd1EeOVfaIzSb4tTA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog" commandName="Show Repository Catalog" category="_-tROZdd1EeOVfaIzSb4tTA">
    <parameters xmi:id="_-tkwZtd1EeOVfaIzSb4tTA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter" name="P2 Repository URI"/>
  </commands>
  <commands xmi:id="_-tkwZ9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.window.nextPerspective" commandName="Next Perspective" description="Switch to the next perspective" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwaNd1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.OpenDebugConfigurations" commandName="Debug..." description="Open debug launch configuration dialog" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tkwadd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.edit.text.hippieCompletion" commandName="Word Completion" description="Context insensitive completion" category="_-tROZNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXYNd1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewClearCredentials" commandName="Clear Credentials" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXYdd1EeOVfaIzSb4tTA" 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="_-tR1atd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXYtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.edit.open.include.browser" commandName="Open Include Browser" description="Open an include browser on the selected element" category="_-tR1aNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXY9d1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.add" commandName="Add to Version Control" description="Add the Selected Resources to Version Control" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXZNd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.sync" commandName="Synchronize with Repository" description="Synchronize the workspace resources with those in the repository" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXZdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.edit.text.makefile.opendecl" commandName="Open declaration" description="Follow to the directive definition" category="_-tROWNd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXZtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.file.closeOthers" commandName="Close Others" description="Close all editors except the one that is active" category="_-tROWdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXZ9d1EeOVfaIzSb4tTA" 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="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXaNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.editors.revisions.author.toggle" commandName="Toggle Revision Author Display" description="Toggles the display of the revision author" category="_-tROY9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXadd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_-tR1add1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXatd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.replaceWithBase" commandName="Revert to Base" description="Revert to Base revisions" category="_-tROUdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXa9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureFetch" commandName="Configure Fetch..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXbNd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.adt.launch.LaunchShortcut.debug" commandName="Debug Android Application" description="Debug Android Application" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXbdd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.menu.createParserLog" commandName="Create Parser Log File" category="_-tROVdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXbtd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.debug.ui.commands.Execute" commandName="Execute" description="Evaluate selected text" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-tlXb9d1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.commands.Resume" commandName="Resume" description="Resume" category="_-tROW9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-u_sodd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.cocoa.arrangeWindowsInFront" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" commandName="%command.arrangeWindows.name" description="%command.arrangeWindows.desc" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-vATsdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.cocoa.minimizeWindow" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" commandName="%command.minimize.name" description="%command.minimize.desc" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-vA6wNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.cocoa.fullscreenWindow" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" commandName="%command.fullscreen.name" description="%command.fullscreen.desc" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-vA6w9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.cocoa.zoomWindow" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" commandName="%command.zoom.name" description="%command.zoom.desc" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-vBh0Nd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.cocoa.closeDialog" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" commandName="%command.closeDialog.name" description="%command.closeDialog.desc" category="_-tROUtd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_-1ZPkNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetExecute" commandName="E&amp;xecute"/>
  <commands xmi:id="_-1Z2otd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetDisplay" commandName="Displa&amp;y"/>
  <commands xmi:id="_-1adstd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetInspect" commandName="Insp&amp;ect"/>
  <commands xmi:id="__Dof4Nd1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DsKQNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunWithConfigurationAction" commandName="Run As" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DsKQdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunHistoryMenuAction" commandName="Run History" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DsKQtd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunDropDownAction" commandName="Run" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DsxUNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugWithConfigurationAction" commandName="Debug As" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DsxUdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugHistoryMenuAction" commandName="Debug History" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DsxUtd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugDropDownAction" commandName="Debug" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DsxU9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileDropDownAction" commandName="Profile" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DtYYNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileWithConfigurationAction" commandName="Profile As" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DtYYdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileHistoryMenuAction" commandName="Profile History" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DxCwNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.NewTypeDropDown" commandName="Class..." description="New Java Class" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DxCwdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenPackageWizard" commandName="Package..." description="New Java Package" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DxCwtd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenProjectWizard" commandName="Java Project..." description="New Java Project" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DyQ4Nd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.ui.SearchActionSet/org.eclipse.jdt.ui.actions.OpenJavaSearchPage" commandName="Java..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DyQ4dd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.pde.ui.SearchActionSet/org.eclipse.pde.ui.actions.OpenPluginSearchPage" commandName="Plug-in..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__DyQ4td1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction" commandName="Cheat Sheets..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__Dy38Nd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.search.searchActionSet/org.eclipse.search.OpenSearchDialogPage" commandName="Search..." description="Search" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D0GENd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D0GEdd1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D0tINd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.ui.externaltools.ExternalToolsSet/org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu" commandName="External Tools" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D1UMNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::adt.actionSet.wizards/com.android.ide.eclipse.adt.wizards.actions.NewXmlFileAction" commandName="New Android XML File" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D17QNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::adt.actionSet.avdManager/com.android.ide.eclipse.adt.ui.avdmanager" commandName="Android Virtual Device Manager" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D17Qdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::adt.actionSet.avdManager/com.android.ide.eclipse.adt.ui.sdkmanager" commandName="Android SDK Manager" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D17Qtd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::adt.actionSet.lint/com.android.ide.eclipse.adt.ui.lintrunner" commandName="Run Android Lint" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D17Q9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::com.android.ide.eclipse.gltrace.actionset/gltrace.action.connect" commandName="Collects OpenGL trace from device" description="Connects to the device and collects OpenGL trace information" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D17RNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::com.android.ide.eclipse.gltrace.actionset/gltrace.action.open" commandName="Open GL Trace File" description="Open a saved OpenGL Trace File" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D2iUNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.debugActionSet/org.eclipse.cdt.debug.ui.actions.ResumeAtLine" commandName="Resume At Line (C/C++)" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D2iUdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.debugActionSet/org.eclipse.cdt.debug.ui.actions.MoveToLine" commandName="Move to Line (C/C++)" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D2iUtd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.debugActionSet/org.eclipse.cdt.debug.ui.actions.ToggleInstructionStepMode" commandName="Instruction Stepping Mode" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D2iU9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.make.ui.updateActionSet/org.eclipse.cdt.make.ui.UpdateMakeAction" commandName="Update Old Make Project..." description="Update Old Make Project" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D3JYNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.make.ui.makeTargetActionSet/org.eclipse.cdt.make.ui.actions.buildLastTargetAction" commandName="Rebuild Last Target" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D3JYdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.make.ui.makeTargetActionSet/org.eclipse.cdt.make.ui.makeTargetAction" commandName="Build..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D3wcNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.ui.SearchActionSet/org.eclipse.cdt.ui.actions.OpenCSearchPage" commandName="C/C++..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D3wcdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.ui.buildConfigActionSet/org.eclipse.cdt.ui.buildActiveConfigToolbarAction" commandName="Build Active Configuration" description="Build the active configurations of selected projects" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D3wctd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.ui.buildConfigActionSet/org.eclipse.cdt.ui.buildConfigToolbarAction" commandName="Active Build Configuration" description="Manage configurations for the current project" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D4XgNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.ui.buildConfigActionSet/org.eclipse.cdt.ui.manageConfigsAction2" commandName="Manage..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D4Xgdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.ui.buildConfigActionSet/org.eclipse.cdt.ui.buildConfigMenuAction" commandName="Set Active" description="Change active build configuration for project(s)" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D4Xgtd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.ui.buildConfigActionSet/org.eclipse.cdt.ui.wsselection" commandName="Manage Working Sets..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D4Xg9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.ui.CElementCreationActionSet/org.eclipse.cdt.ui.actions.NewTypeDropDown" commandName="Class..." description="New C++ Class" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D4XhNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.ui.CElementCreationActionSet/org.eclipse.cdt.ui.actions.NewFileDropDown" commandName="Source File..." description="New C/C++ Source File" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D4-kNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.ui.CElementCreationActionSet/org.eclipse.cdt.ui.actions.NewFolderDropDown" commandName="Source Folder..." description="New C/C++ Source Folder" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D4-kdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.ui.CElementCreationActionSet/org.eclipse.cdt.ui.actions.NewProjectDropDown" commandName="Project..." description="New C/C++ Project" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D4-ktd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.ant.ui.BreakpointRulerActions/org.eclipse.ant.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D4-k9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D5loNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D5lodd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D5lotd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D6MsNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D6Msdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D6Mstd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D6Ms9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Text Editor Bookmark Ruler Action" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D6MtNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Text Editor Ruler Single-Click" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D6zwNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.CEditor.BreakpointRulerActions/org.eclipse.cdt.debug.ui.CEditor.RulerTobbleBreakpointAction" commandName="%Dummy.label" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D6zwdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.ui.editor.asm.AsmEditor.BreakpointRulerActions/org.eclipse.cdt.debug.ui.CEditor.RulerTobbleBreakpointAction" commandName="%Dummy.label" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D6zwtd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.cdt.internal.ui.text.correction.CSelectRulerAction" commandName="dummy" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D6zw9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D6zxNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D7a0Nd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.PulldownActions/org.eclipse.debug.ui.debugview.pulldown.ViewManagementAction" commandName="View Management..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D7a0dd1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D7a0td1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.removeAll" commandName="Remove All" description="Remove All Breakpoints" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D8B4Nd1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D8B4dd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.workingSets" commandName="Working Sets..." description="Manage Working Sets" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D8B4td1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D8B49d1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D8B5Nd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.groupByAction" commandName="Group By" description="Show" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D8o8Nd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.removeAll" commandName="Remove All" description="Remove All Expressions" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D8o8dd1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D8o8td1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.PinMemoryBlockAction" commandName="Pin Memory Monitor" description="Pin Memory Monitor" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D8o89d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.NewMemoryViewAction" commandName="New Memory View" description="New Memory View" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D9QANd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglemonitors" commandName="Toggle Memory Monitors Pane" description="Toggle Memory Monitors Pane" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D9QAdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.linkrenderingpanes" commandName="Link Memory Rendering Panes" description="Link Memory Rendering Panes" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D9QAtd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.tablerendering.preferencesaction" commandName="Table Renderings Preferences..." description="&amp;Table Renderings Preferences..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D9QA9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglesplitpane" commandName="Toggle Split Pane" description="Toggle Split Pane" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D93ENd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.switchMemoryBlock" commandName="Switch Memory Monitor" description="Switch Memory Monitor" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D93Edd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.memoryViewPreferencesAction" commandName="Preferences..." description="&amp;Preferences..." category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D93Etd1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D93E9d1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D93FNd1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D-eINd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D-eIdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D-eItd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D-eI9d1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D-eJNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.AllReferencesInView" commandName="Show References" description="Show &amp;References" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D_FMNd1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D_FMdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D_FMtd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D_FM9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D_FNNd1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D_sQNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D_sQdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowThreadGroups" commandName="Show Thread Groups" description="Show Thread Groups" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D_sQtd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D_sQ9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowSystemThreads" commandName="Show System Threads" description="Show System Threads" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__D_sRNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowMonitorThreadInfo" commandName="Show Monitors" description="Show the Thread &amp; Monitor Information" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EATUNd1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EATUdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Execute" commandName="Execute" description="Execute the Selected Text" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EATUtd1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EATU9d1EeOVfaIzSb4tTA" 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="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EA6YNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.pde.ui.logViewActions/org.eclipse.jdt.debug.ui.LogViewActions.showStackTrace" commandName="Show Stack Trace in Console View" description="Show Stack Trace in Console View" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EA6Ydd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.debugview.toolbar/org.eclipse.cdt.debug.internal.ui.actions.ToggleInstructionStepModeActionDelegate" commandName="Instruction Stepping Mode" description="Instruction Stepping Mode" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EA6Ytd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.debugView.menu/org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction" commandName="Show Full Paths" description="Show Full Paths" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EBhcNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.breakpointView.menu/org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction" commandName="Show Full Paths" description="Show Full Paths" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EBhcdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.breakpointView.menu/org.eclipse.cdt.debug.ui.addWatchpoint" commandName="Add Watchpoint (C/C++)..." description="Add Watchpoint (C/C++)" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EBhctd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.breakpointView.menu/org.eclipse.cdt.debug.internal.ui.actions.AddEventBreakpointActionDelegate" commandName="Add Event Breakpoint (C/C++)..." description="Add Event Breakpoint (C/C++)" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EBhc9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.breakpointView.menu/org.eclipse.cdt.debug.ui.addFunctionBreakpoint" commandName="Add Function Breakpoint (C/C++)..." description="Add Function Breakpoint (C/C++)" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__ECIgNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.variablesView.toolbar/org.eclipse.cdt.debug.internal.ui.actions.RemoveAllGlobalsActionDelegate" commandName="Remove All Global Variables" description="Remove All Global Variables" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__ECIgdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.variablesView.toolbar/org.eclipse.cdt.debug.internal.ui.actions.RemoveGlobalsActionDelegate" commandName="Remove Global Variables" description="Remove Selected Global Variables" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__ECIgtd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.variablesView.toolbar/org.eclipse.cdt.debug.internal.ui.actions.AddGlobalsActionDelegate" commandName="Add Global Variables..." description="Add Global Variables" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__ECIg9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.debug.ui.modulesView.toolbar/org.eclipse.cdt.debug.ui.LoadSymbolsForAllAction" commandName="Load Symbols For All" description="Load Symbols For All Modules" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__ECIhNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.expression.toolbar/org.eclipse.pinclone.expression.pinDebugContext" commandName="Pin to Debug Context" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__ECvkNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.expression.toolbar/org.eclipse.pinclone.expression.clone" commandName="Open New View" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__ECvkdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.variable.toolbar/org.eclipse.pinclone.variable.pinDebugContext" commandName="Pin to Debug Context" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__ECvktd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.variable.toolbar/org.eclipse.pinclone.variable.clone" commandName="Open New View" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__ECvk9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.register.toolbar/org.eclipse.pinclone.register.pinDebugContext" commandName="Pin to Debug Context" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EDWoNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.register.toolbar/org.eclipse.pinclone.register.clone" commandName="Open New View" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EDWodd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.dsf.debug.ui.viewmodel.variables.update.Refresh/org.eclipse.cdt.dsf.debug.ui.variables.viewmodel.update.actions.refresh" commandName="Refresh" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EDWotd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.dsf.debug.ui.viewmodel.registers.update.Refresh/org.eclipse.cdt.dsf.debug.ui.registers.viewmodel.update.actions.refresh" commandName="Refresh" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EDWo9d1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.dsf.debug.ui.viewmodel.expressions.update.Refresh/org.eclipse.cdt.dsf.debug.ui.expressions.viewmodel.update.actions.refresh" commandName="Refresh" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__EDWpNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.dsf.debug.ui.viewmodel.debugview.update.Refresh/org.eclipse.cdt.dsf.debug.ui.debugview.viewmodel.update.actions.refresh" commandName="Refresh" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__ED9sNd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.disassembly.toolbar/org.eclipse.pinclone.disassembly.pinDebugContext" commandName="Pin to Debug Context" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="__ED9sdd1EeOVfaIzSb4tTA" elementId="AUTOGEN:::org.eclipse.cdt.debug.ui.disassembly.toolbar/org.eclipse.pinclone.disassembly.clone" commandName="Open New View" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_Ep3Zgdd_EeO49Znh6ik6fg" elementId="org.eclipse.egit.ui.team.PushBranch" commandName="Push Branch..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_Ep3Zgtd_EeO49Znh6ik6fg" elementId="org.eclipse.egit.ui.team.Disconnect" commandName="Disconnect" category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_Ep4AkNd_EeO49Znh6ik6fg" elementId="org.eclipse.egit.ui.team.PushTags" commandName="Push Tags..." category="_-tROX9d1EeOVfaIzSb4tTA"/>
  <commands xmi:id="_Ep4Akdd_EeO49Znh6ik6fg" elementId="org.eclipse.egit.ui.RebaseInteractiveCurrent" commandName="%RebaseInteractiveCurrentHandler.name" category="_-tROZdd1EeOVfaIzSb4tTA"/>
  <addons xmi:id="_-sZEl9d1EeOVfaIzSb4tTA" 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="_-sZEmNd1EeOVfaIzSb4tTA" 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="_-sZEmdd1EeOVfaIzSb4tTA" 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="_-sZEmtd1EeOVfaIzSb4tTA" 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="_-sZEm9d1EeOVfaIzSb4tTA" 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="_-sZEnNd1EeOVfaIzSb4tTA" 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="_-sZEndd1EeOVfaIzSb4tTA" 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="_-sZEntd1EeOVfaIzSb4tTA" 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="_-sZEn9d1EeOVfaIzSb4tTA" 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="_-sZEoNd1EeOVfaIzSb4tTA" 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="_-u_soNd1EeOVfaIzSb4tTA" elementId="org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler"/>
  <categories xmi:id="_-tROUNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.category.perspectives" name="Perspectives" description="Commands for opening perspectives"/>
  <categories xmi:id="_-tROUdd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.cvs.ui.actionSet" name="CVS" description="Actions that apply when working with CVS repositories"/>
  <categories xmi:id="_-tROUtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.category.window" name="Window"/>
  <categories xmi:id="_-tROU9d1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.codan.ui.commands.category" name="Code Analysis"/>
  <categories xmi:id="_-tROVNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.category.refactoring" name="Refactor - C++" description="C/C++ Refactorings"/>
  <categories xmi:id="_-tROVdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.category.project" name="Project"/>
  <categories xmi:id="_-tROVtd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.runtime.spy.commands.category" name="Spy"/>
  <categories xmi:id="_-tROV9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.category.views" name="Views" description="Commands for opening views"/>
  <categories xmi:id="_-tROWNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.make.ui.category.source" name="Makefile Source" description="Makefile Source Actions"/>
  <categories xmi:id="_-tROWdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.category.file" name="File"/>
  <categories xmi:id="_-tROWtd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.ide.markerContents" name="Contents" description="The category for menu contents"/>
  <categories xmi:id="_-tROW9d1EeOVfaIzSb4tTA" elementId="org.eclipse.debug.ui.category.run" name="Run/Debug" description="Run/Debug command category"/>
  <categories xmi:id="_-tROXNd1EeOVfaIzSb4tTA" elementId="org.eclipse.pde.ui.category.source" name="Manifest Editor Source" description="PDE Source Page actions"/>
  <categories xmi:id="_-tROXdd1EeOVfaIzSb4tTA" elementId="com.android.ide.eclipse.adt.refactoring.category" name="Android Refactorings" description="Refactorings for Android Projects"/>
  <categories xmi:id="_-tROXtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.category.casting" name="Cast to Type or Array" description="Set of commands for displaying variables and expressions as other types or arrays."/>
  <categories xmi:id="_-tROX9d1EeOVfaIzSb4tTA" elementId="org.eclipse.egit.ui.commandCategory" name="Git"/>
  <categories xmi:id="_-tROYNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.category.debugViewLayout" name="Debug View Layout Commands" description="Set of commands for controlling the Debug View Layout"/>
  <categories xmi:id="_-tROYdd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.category.dialogs" name="Dialogs" description="Commands for opening dialogs"/>
  <categories xmi:id="_-tROYtd1EeOVfaIzSb4tTA" elementId="org.eclipse.search.ui.category.search" name="Search" description="Search command category"/>
  <categories xmi:id="_-tROY9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.category.textEditor" name="Text Editing" description="Text Editing Commands"/>
  <categories xmi:id="_-tROZNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.category.edit" name="Edit"/>
  <categories xmi:id="_-tROZdd1EeOVfaIzSb4tTA" elementId="org.eclipse.core.commands.categories.autogenerated" name="Uncategorized" description="Commands that were either auto-generated or have no category"/>
  <categories xmi:id="_-tROZtd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.category.reverseDebugging" name="Reverse Debugging Commands" description="Set of commands for Reverse Debugging"/>
  <categories xmi:id="_-tR1YNd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.ui.category.source" name="C/C++ Source" description="C/C++ Source Actions"/>
  <categories xmi:id="_-tR1Ydd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.category.runControl" name="Run Control Commands" description="Set of commands for Run Control"/>
  <categories xmi:id="_-tR1Ytd1EeOVfaIzSb4tTA" elementId="org.eclipse.team.ui.category.team" name="Team" description="Actions that apply when working with a Team"/>
  <categories xmi:id="_-tR1Y9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.category.help" name="Help"/>
  <categories xmi:id="_-tR1ZNd1EeOVfaIzSb4tTA" elementId="Json.format" name="format"/>
  <categories xmi:id="_-tR1Zdd1EeOVfaIzSb4tTA" elementId="org.eclipse.compare.ui.category.compare" name="Compare" description="Compare command category"/>
  <categories xmi:id="_-tR1Ztd1EeOVfaIzSb4tTA" elementId="org.eclipse.cdt.debug.ui.category.tracing" name="Tracing Commands" description="Category for Tracing Commands"/>
  <categories xmi:id="_-tR1Z9d1EeOVfaIzSb4tTA" elementId="org.eclipse.ltk.ui.category.refactoring" name="Refactoring"/>
  <categories xmi:id="_-tR1aNd1EeOVfaIzSb4tTA" elementId="org.eclipse.ui.category.navigate" name="Navigate"/>
  <categories xmi:id="_-tR1add1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.category.source" name="Source" description="Java Source Actions"/>
  <categories xmi:id="_-tR1atd1EeOVfaIzSb4tTA" elementId="org.eclipse.jdt.ui.category.refactoring" name="Refactor - Java" description="Java Refactoring Actions"/>
</application:Application>