1. 54f831e there is no icons folder here by apanchenk · 16 years ago
  2. d434acc progress reporting by apanchenk · 16 years ago
  3. 96746b1 join message into one file by apanchenk · 16 years ago
  4. 2872e24 improve progress reporting by apanchenk · 16 years ago
  5. 64417bc imported packages removed by apanchenk · 16 years ago
  6. 16df771 always display indexing progress job by apanchenk · 16 years ago
  7. 053a155 tests should be unpacked by apanchenk · 16 years ago
  8. 4b4bce5 ui.bot.tests plugin added by apanchenk · 16 years ago
  9. c197528 ui bot tests by apanchenk · 16 years ago
  10. ed8dc27 typo in message name fixed by apanchenk · 16 years ago
  11. 4426bd5 - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night, this is new code by jgangemi · 16 years ago
  12. 2db29bb - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night and that depends on changes here by jgangemi · 16 years ago
  13. 5b69fd2 Mixin indexing does not depend on Project Builder - it is performed automatically in the background by apanchenk · 16 years ago v20080724
  14. 85e39ff Mixin indexing does not depend on Project Builder - it is performed automatically in the background by apanchenk · 16 years ago
  15. bec8d04 warn(String message) method by apanchenk · 16 years ago
  16. 8862fe7 unnecessary cast removed by apanchenk · 16 years ago
  17. 743a47f added check that session.getInfo() is not null by apanchenk · 16 years ago
  18. 3ee59f1 copy listener to local variable to prevent NPE by apanchenk · 16 years ago
  19. 6b0b1b1 use new method IndexManager.waitUntilReady() instead of fake query in waitUntilIndexsReady() by apanchenk · 16 years ago
  20. cf2ae07 visibility of boolean isJobWaiting(IJob request) increased to public by apanchenk · 16 years ago
  21. 90c152e public Suite(Class theClass, String[] methodNames) constructor added by apanchenk · 16 years ago
  22. 098588d formatting by apanchenk · 16 years ago
  23. f53bb83 suite.addTestSuite(DLTKUILanguageManagerTests.class); by apanchenk · 16 years ago
  24. 6edfe1a - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  25. e25d151 - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  26. 44fcf85 - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  27. c181ff4 - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  28. e23f60a - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  29. 5c2c636 added test for variable validation by apeled · 16 years ago
  30. 9ac2994 added validation of buildpath variable by apeled · 16 years ago
  31. 2fcac3f formatting changes by apeled · 16 years ago
  32. 150de19 formatting changes by apeled · 16 years ago
  33. 7c76647 formatting changes by apeled · 16 years ago
  34. 598e114 fixed formatting by apeled · 16 years ago
  35. cbc8094 Add support for buildpath variables - bug 237210 by apeled · 16 years ago
  36. 208e6e5 Add support for buildpath variables - bug 237210 by apeled · 16 years ago
  37. c55586c fix condition in log(Throwable e, String message) by apanchenk · 16 years ago
  38. 23e142d unused var initialization commented out by apanchenk · 16 years ago
  39. c9aca0c comments improved by apanchenk · 16 years ago
  40. 562b0aa "final" for static char SEPARATOR by apanchenk · 16 years ago
  41. d399fbc CharOperation.startsWith() + tests by apanchenk · 16 years ago
  42. a569dc0 CharOperation.startsWith() + tests by apanchenk · 16 years ago
  43. 8263328 use Path.EMPTY + formatting changes by apanchenk · 16 years ago
  44. eac6e51 use System.currentTimeMillis() instead of (new Date()).getTime() to measure indexing time by apanchenk · 16 years ago
  45. 7a97eb0 comments improvement by apanchenk · 16 years ago
  46. d64233e removed deprecated class since it was moved to org.eclipse.dltk.utils by apanchenk · 16 years ago
  47. be6925f restored missed condition !IScriptFolder.DEFAULT_FOLDER_NAME.equals(packageName) by apanchenk · 16 years ago
  48. 22e2d4a minor optimization - result of indexOf() extracted to local var by apanchenk · 16 years ago
  49. 9198439 minor optimization by apanchenk · 16 years ago
  50. ac56bc6 added 'null' pointer obvious check NirC by ncohen · 16 years ago
  51. cdcac30 Added 'containsOnlyWhitespaces' boolean test utility. NirC by ncohen · 16 years ago
  52. 16fe5f2 - there is no need to name Util class with full name - it is already imported by apanchenk · 16 years ago
  53. f34684c comments improved by apanchenk · 16 years ago
  54. f75ebc5 evaluate toolkit only once before loop by apanchenk · 16 years ago
  55. 41c55d5 there is no need to name Util class with full name - it is already imported by apanchenk · 16 years ago
  56. c6fda14 use p.toFile() instead of new File(p.toOSString()) by apanchenk · 16 years ago
  57. 7eeb737 there is no need to name Util class with full name - it is already imported by apanchenk · 16 years ago
  58. b57baeb local var extracted to simplify code by apanchenk · 16 years ago
  59. 90e7257 project -> private final by apanchenk · 16 years ago
  60. 72b3b68 minor code improvements by apanchenk · 16 years ago
  61. 94d5ec1 local var extracted to simplify code by apanchenk · 16 years ago
  62. 9ca5a00 remove parts from the OpenType to OpenMethod port that are not applicable to the methods by apanchenk · 16 years ago
  63. 6623e88 remove parts from the OpenType to OpenMethod port that are not applicable to the methods by apanchenk · 16 years ago
  64. 7a5beb1 compiler.compliance=1.4 by apanchenk · 16 years ago
  65. 2e45bff formatting by apanchenk · 16 years ago
  66. e53960c cache parse errors in the SourceModuleInfoCache by apanchenk · 16 years ago v20080721
  67. 966b0e1 copyTo(IProblemReporter destination) method added by apanchenk · 16 years ago
  68. 2a52f2e minor improvements by apanchenk · 16 years ago
  69. fce6077 minor improvement by apanchenk · 16 years ago
  70. 930b02e minor fixes by apanchenk · 16 years ago
  71. 22fd58f formatting by apanchenk · 16 years ago
  72. 4ad731a call OpenTypeHistory.shutdown() from plugin.stop() by apanchenk · 16 years ago
  73. 9fd72c8 moved to dltk.core by apanchenk · 16 years ago
  74. f21e9da * fixed execution from linked folders * applied patch for tcl pair matching by asobolev · 16 years ago
  75. 00ef1ed * fixed execution from linked folders * applied patch for tcl pair matching by asobolev · 16 years ago
  76. 77bcd1f StandardVMType/J2SE-1.4 by apanchenk · 16 years ago
  77. 6e0b59a StandardVMType/J2SE-1.4 by apanchenk · 16 years ago
  78. cfbbbe7 StandardVMType/J2SE-1.4 by apanchenk · 16 years ago
  79. 8700766 comment formatting by apanchenk · 16 years ago
  80. ad5b87e vars renamed, method findMethod() extracted by apanchenk · 16 years ago
  81. 04f2bb0 fixed "close console" action by apanchenk · 16 years ago v20080718
  82. 07dbb77 fixed problem and annotation hover by apanchenk · 16 years ago
  83. cb6c3e2 Quick Fix implementation for temporary problems reported as annotations by apanchenk · 16 years ago
  84. 792c425 FIXABLE_PROBLEM & FIXABLE_ERROR images by apanchenk · 16 years ago v20080717
  85. 14fe56e formatting by apanchenk · 16 years ago
  86. 2ed77b8 problems field removed by apanchenk · 16 years ago
  87. 3d69b18 call validators during reconcile() by apanchenk · 16 years ago
  88. 5c6a36d call validators during reconcile() by apanchenk · 16 years ago
  89. 0fddf59 TaskInfo - fixed error in constructor, toString() implemented by apanchenk · 16 years ago
  90. 5425f36 final for local vars by apanchenk · 16 years ago
  91. b8bc2ef string externalized by apanchenk · 16 years ago
  92. 62fcca3 log error using DLTKUIPlugin.logErrorMessage() by apanchenk · 16 years ago
  93. b76ad47 formatting by apanchenk · 16 years ago
  94. a69335c create tasks of the DLTK-Task type by apanchenk · 16 years ago
  95. 10e6f99 clearMarkers/isMarkersCleaned methods removed by apanchenk · 16 years ago
  96. d7ffa54 common base class ProblemCollector extracted by apanchenk · 16 years ago
  97. da856e8 common base class ProblemCollector extracted by apanchenk · 16 years ago
  98. f972d5a reportProblem() now does not throw CoreException by apanchenk · 16 years ago
  99. 5049b0a * fixed NPE on activating Working Sets from Script Explorer by asobolev · 16 years ago
  100. 31581a3 added checks that validatorType supports required interfaces by apanchenk · 16 years ago v20080716