1. 0ec9e68 IStatus + Control by apanchenk · 15 years ago
  2. e5460c5 helper methods added by apanchenk · 15 years ago
  3. 90028b3 generics by apanchenk · 15 years ago
  4. 3ce86cf provide common implementation for Quick Outline by apanchenk · 15 years ago
  5. 95279e5 reformatted by apanchenk · 15 years ago
  6. c51a7aa generics by apanchenk · 15 years ago
  7. bf4c77a - skip reference matches - improve checkTypeName() by apanchenk · 15 years ago
  8. ba5cf63 generics, use interface instead of implementation wherever possible by apanchenk · 15 years ago
  9. 1cf0396 unnecessary NON-NLS comment removed by apanchenk · 15 years ago
  10. ab90797 unused import removed by apanchenk · 15 years ago
  11. 0cee160 DLTKLanguageManager.getSearchPatternProcessor(toolkit) method extracted by apanchenk · 15 years ago
  12. 4bd77d4 DLTKLanguageManager.getSearchPatternProcessor(toolkit) method extracted by apanchenk · 15 years ago
  13. 59a3ed2 improve the way how controls are disable if folding is disabled at all by apanchenk · 15 years ago v20090619
  14. b870ea1 restore all inner classes by apanchenk · 15 years ago
  15. 19761bf restore Local & Global inner classes for compatibility by apanchenk · 15 years ago
  16. 8a6274c generics by apanchenk · 15 years ago
  17. 1ff7e6e int skipCommentChars() method introduced by apanchenk · 15 years ago
  18. 815dbd5 improve switch formatting by apanchenk · 15 years ago
  19. acd2c76 generics by apanchenk · 15 years ago
  20. 34ab948 make archive name first (like jars) in Script Explorer by apanchenk · 15 years ago
  21. 714d377 clear OK status of location validation by apanchenk · 15 years ago Root_R1_0_maintenance
  22. 5ddf6d3 remove javacSource & javacTarget by apanchenk · 15 years ago v20090617-1404
  23. 5309b87 * Archvies support fix by asobolev · 15 years ago
  24. a557eea use the same relevance for template proposals and reorder them in comparator by apanchenk · 15 years ago v20090617-1157
  25. a67efc4 validation LocationGroup in Validator, not in validateProject(), since LocationGroup might want to call validateProject() by apanchenk · 15 years ago
  26. 18751d9 Allow multiple IProjectTemplate contributions by apanchenk · 15 years ago
  27. a97d69f LazyExtensionManager refactoring by apanchenk · 15 years ago
  28. a8b031f extract project validation method by apanchenk · 15 years ago
  29. 9b84b38 locationMatches() - correctly handle null parameter by apanchenk · 15 years ago
  30. 7f4b658 getLanguageToolkit(): if no toolkit yet, retry to obtain it by apanchenk · 15 years ago
  31. 86ede6f introduce methods with IProject parameter by apanchenk · 15 years ago
  32. f7da9c0 fix bug 280229 (search for all occurrences of method) by mspector · 15 years ago
  33. 0028487 formatter preferences refactoring by apanchenk · 15 years ago
  34. 0af79ce formatter preferences refactoring by apanchenk · 15 years ago
  35. 3db282d java 1.5 syntax by apanchenk · 15 years ago
  36. 5816b84 commented out scope.enclosingProjectsAndZips() checks by apanchenk · 15 years ago
  37. ec63d60 java 1.5 syntax by apanchenk · 15 years ago
  38. 49a5e71 new methods: by apanchenk · 15 years ago
  39. ca3e911 protected boolean saveValues() { return true;} and call it from performOk & performApply by apanchenk · 15 years ago
  40. c965bac protected int getIntValue(PreferenceKey key) method added by apanchenk · 15 years ago
  41. b02a671 fix condition in isValidWorkbenchPart() by apanchenk · 15 years ago
  42. f475324 * fixed searching in archived project fragments by asobolev · 15 years ago
  43. 91e418b * NPE fix by asobolev · 15 years ago
  44. e632c0e * small layout fix by asobolev · 15 years ago
  45. 1a32b45 * archive project fragment support fixes (still not yet support RSE) by asobolev · 15 years ago
  46. 40ef073 *fix by asobolev · 15 years ago
  47. 6df9d15 Remove "ExecutionEnvironment" for non-java bundles, bug 280221 by apanchenk · 15 years ago v20090615-1430
  48. 2d35978 generics/@Override by apanchenk · 15 years ago
  49. 3fb9fa9 java 1.5 by apanchenk · 15 years ago
  50. d1931bd generics/@Override by apanchenk · 15 years ago
  51. 8a54b21 generics by apanchenk · 15 years ago
  52. ddcf6ff use generics by apanchenk · 15 years ago v200906150008
  53. 1c9d23e use generics by apanchenk · 15 years ago
  54. b597851 fixed bug 279874 by mspector · 15 years ago
  55. 8fc3052 upgrade to Mylyn 3.2 by mspector · 15 years ago
  56. 8b2eaef upgrade to Mylyn 3.2 by mspector · 15 years ago v20090819-1600
  57. aa6def4 remove javac* overrides by apanchenk · 15 years ago v20090613-1700
  58. f1bc804 add shift left/right actions to the editor context Source" menu by apanchenk · 15 years ago v20090613-1432
  59. 33b5bc7 provide correct getIndentPrefixes() implementation in the base class by apanchenk · 15 years ago
  60. 1907fdb introduce TodoTaskOptionsBlock class to simplify usage of the abstract class by apanchenk · 15 years ago
  61. bce5f08 use generics by apanchenk · 15 years ago
  62. 7925458 use generics by apanchenk · 15 years ago
  63. adfcd6e protected IPreferencesLookupDelegate getPreferences() method introduced to access project-specific preferences by apanchenk · 15 years ago
  64. 586edfe use generics by apanchenk · 15 years ago
  65. e73c43e convert to enum by apanchenk · 15 years ago
  66. eeef99e java 1.5 by apanchenk · 15 years ago
  67. da6e934 hashCode/equals() implementation by apanchenk · 15 years ago
  68. 2838d4b createSuperTypeReference() method introduced by apanchenk · 15 years ago
  69. 2a198b4 new method: locationMatches(ASTNode other) by apanchenk · 15 years ago
  70. 827168a hashCode/equals() implementation by apanchenk · 15 years ago
  71. a42a146 use java 1.5 syntax by apanchenk · 15 years ago
  72. 2eec262 use java 1.5 syntax by apanchenk · 15 years ago
  73. c9833b4 use java 1.5 syntax by apanchenk · 15 years ago
  74. bab75a9 use java 1.5 syntax by apanchenk · 15 years ago
  75. 52e74f6 simplify implementation by apanchenk · 15 years ago
  76. cac4d3b getClassName() - to be used in debug toString() implementations by apanchenk · 15 years ago
  77. f8c08c3 *fix for index reading by asobolev · 15 years ago
  78. bfe8398 * partially fixing support for archive fragments. by asobolev · 15 years ago
  79. 25d5738 * partially fixing support for archive fragments. by asobolev · 15 years ago
  80. a28adf8 fixed equals()/hashCode() by mspector · 15 years ago
  81. 9ec56b5 fixed NPE that happens on inconsistent shutdown by mspector · 15 years ago
  82. 714d3f3 sometimes i still get events when the debug plugin is already shutdown (in the shutdown of eclipse) by jcompagne · 15 years ago
  83. 85baef9 fixed NPE that happens on inconsistent shutdown by mspector · 15 years ago
  84. 99c74cf - add equals() and hashCode() to IEvaluatedType classes by mspector · 15 years ago
  85. c59f31d remove weird/unneeded equals() from AST nodes by mspector · 15 years ago
  86. fc04a0d waitInitialize() - wait not more than 10 seconds - improvements by apanchenk · 15 years ago
  87. c483076 waitInitialize() - wait not more than 10 seconds by apanchenk · 15 years ago
  88. 8a9a4c2 remove Incubation word by apanchenk · 15 years ago v20090610-1638
  89. 11cd801 remove Incubation word by apanchenk · 15 years ago
  90. fbe5a7a remove Incubation word by apanchenk · 15 years ago
  91. 9df19fb remove Incubation word by apanchenk · 15 years ago
  92. 938b5a6 remove Incubation word by apanchenk · 15 years ago
  93. d6c6487 remove Incubation word by apanchenk · 15 years ago
  94. a76c4b8 remove Incubation keyword by apanchenk · 15 years ago
  95. aa166c1 remove Incubation keyword by apanchenk · 15 years ago
  96. 4616b6c remove Incubation keyword by apanchenk · 15 years ago
  97. da19447 remove Incubation keyword by apanchenk · 15 years ago
  98. 55a7ce0 remove Incubation keyword by apanchenk · 15 years ago
  99. 574358e remove Incubation keyword by apanchenk · 15 years ago
  100. d8ccce8 remove Incubation keyword by apanchenk · 15 years ago