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