1. c48a4be reset rangeCount at the each build() invocation by apanchenk · 16 years ago
  2. 9628d4d Added support for ANSI Color Escape Codes, removed unused IConsoleStyleProvider configurability. by ssanders · 16 years ago
  3. e1a2bc9 Added bin/ to .cvsignore, and corrected manifest externalization warnings. by ssanders · 16 years ago
  4. 0b186ce Refactored to support compatibility with 3.3 by ssanders · 16 years ago
  5. d0f1df4 Refactored to support compatibility with 3.3 by ssanders · 16 years ago
  6. 5e337e9 Refactored to support compatibility with 3.3 by ssanders · 16 years ago
  7. e68bb31 improve error logging by apanchenk · 16 years ago
  8. 36f85a7 catch all exceptions when calling formatter by apanchenk · 16 years ago
  9. 6bcc31d public static void warn(String message, Throwable throwable) by apanchenk · 16 years ago
  10. c2e945c no wildcard imports, please by apanchenk · 16 years ago
  11. 768bfac detectIndentationLevel() improvements by apanchenk · 16 years ago
  12. 18f15a5 IScriptFormatterFactory.isValid() by apanchenk · 16 years ago
  13. 6d06e04 abstract page to select formatter engine by apanchenk · 16 years ago
  14. bccc348 Source Formatter API by apanchenk · 16 years ago
  15. 6890288 if description is null - use empty string if name is empty - use class name by apanchenk · 16 years ago
  16. 23c5018 Contribution selector based on the contribution id saved in the preferences by apanchenk · 16 years ago
  17. b5ff9b2 EMPTY_STRING constant by apanchenk · 16 years ago
  18. e663279 engine minOccurs="0" by apanchenk · 16 years ago
  19. 82ff435 getInt() method added by apanchenk · 16 years ago
  20. c1de64d formatting by apanchenk · 16 years ago
  21. bd89d2e - documentation tweaks by jgangemi · 16 years ago
  22. 129c030 - applied patch from alex and i to handle availableChildren > children by jgangemi · 16 years ago
  23. 517f1b5 common GenerateActionGroup by apanchenk · 16 years ago
  24. 37c49b5 more reliable awaiting by apanchenk · 16 years ago
  25. f7b2d42 own DOMSeraizer - for use in tests by apanchenk · 16 years ago
  26. a9051bf use 4k buffer - just in case by apanchenk · 16 years ago v20080729
  27. 792bace *fix by asobolev · 16 years ago
  28. 833ee1a in the printNode() - close bracket added by apanchenk · 16 years ago
  29. 93b675e added getModelPresentation(IPresentationContext context, String modelId) method for 3.3 compatibility by apanchenk · 16 years ago
  30. 0dac599 optimization when 3rd parameter is null by apanchenk · 16 years ago
  31. 017483a - boolean hasErrors() now check isError() - List getErrors() added by apanchenk · 16 years ago
  32. e79b140 add flags as part of the key by apanchenk · 16 years ago
  33. bb75540 - added support for 'Variables' view options by jgangemi · 16 years ago
  34. d38ad34 - added support for 'Variables' view options by jgangemi · 16 years ago
  35. d409f4f - added detail formatter preference page by jgangemi · 16 years ago
  36. 943421d - added support for detail formatters 'toString' preferences by jgangemi · 16 years ago
  37. ec76a79 - added support for detail formatters 'toString' preferences by jgangemi · 16 years ago
  38. f8beda4 - added details formatter preference page by jgangemi · 16 years ago
  39. 51d1022 - use preference store from IDLTKDebugUILanguageToolkit by jgangemi · 16 years ago
  40. 306caf9 - set description, etc from within 'init' instead of constructor by jgangemi · 16 years ago
  41. 1f56c1b BUILTIN_EXTERNAL_ENTRY = new Path(BUILTIN_EXTERNAL_ENTRY_STR) by apanchenk · 16 years ago
  42. 57b59f5 improve fix removing project mixin-index (delete file and remove index from memory) by apanchenk · 16 years ago
  43. 40599d7 remove comment method by apanchenk · 16 years ago
  44. eaf6697 introduced constants SPECIAL_MIXIN & SPECIAL_BUILTIN by apanchenk · 16 years ago
  45. 54f831e there is no icons folder here by apanchenk · 16 years ago
  46. d434acc progress reporting by apanchenk · 16 years ago
  47. 96746b1 join message into one file by apanchenk · 16 years ago
  48. 2872e24 improve progress reporting by apanchenk · 16 years ago
  49. 64417bc imported packages removed by apanchenk · 16 years ago
  50. 16df771 always display indexing progress job by apanchenk · 16 years ago
  51. 053a155 tests should be unpacked by apanchenk · 16 years ago
  52. 4b4bce5 ui.bot.tests plugin added by apanchenk · 16 years ago
  53. c197528 ui bot tests by apanchenk · 16 years ago
  54. ed8dc27 typo in message name fixed by apanchenk · 16 years ago
  55. 4426bd5 - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night, this is new code by jgangemi · 16 years ago
  56. 2db29bb - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night and that depends on changes here by jgangemi · 16 years ago
  57. 5b69fd2 Mixin indexing does not depend on Project Builder - it is performed automatically in the background by apanchenk · 16 years ago v20080724
  58. 85e39ff Mixin indexing does not depend on Project Builder - it is performed automatically in the background by apanchenk · 16 years ago
  59. bec8d04 warn(String message) method by apanchenk · 16 years ago
  60. 8862fe7 unnecessary cast removed by apanchenk · 16 years ago
  61. 743a47f added check that session.getInfo() is not null by apanchenk · 16 years ago
  62. 3ee59f1 copy listener to local variable to prevent NPE by apanchenk · 16 years ago
  63. 6b0b1b1 use new method IndexManager.waitUntilReady() instead of fake query in waitUntilIndexsReady() by apanchenk · 16 years ago
  64. cf2ae07 visibility of boolean isJobWaiting(IJob request) increased to public by apanchenk · 16 years ago
  65. 90c152e public Suite(Class theClass, String[] methodNames) constructor added by apanchenk · 16 years ago
  66. 098588d formatting by apanchenk · 16 years ago
  67. f53bb83 suite.addTestSuite(DLTKUILanguageManagerTests.class); by apanchenk · 16 years ago
  68. 6edfe1a - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  69. e25d151 - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  70. 44fcf85 - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  71. c181ff4 - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  72. e23f60a - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  73. 5c2c636 added test for variable validation by apeled · 16 years ago
  74. 9ac2994 added validation of buildpath variable by apeled · 16 years ago
  75. 2fcac3f formatting changes by apeled · 16 years ago
  76. 150de19 formatting changes by apeled · 16 years ago
  77. 7c76647 formatting changes by apeled · 16 years ago
  78. 598e114 fixed formatting by apeled · 16 years ago
  79. cbc8094 Add support for buildpath variables - bug 237210 by apeled · 16 years ago
  80. 208e6e5 Add support for buildpath variables - bug 237210 by apeled · 16 years ago
  81. c55586c fix condition in log(Throwable e, String message) by apanchenk · 16 years ago
  82. 23e142d unused var initialization commented out by apanchenk · 16 years ago
  83. c9aca0c comments improved by apanchenk · 16 years ago
  84. 562b0aa "final" for static char SEPARATOR by apanchenk · 16 years ago
  85. d399fbc CharOperation.startsWith() + tests by apanchenk · 16 years ago
  86. a569dc0 CharOperation.startsWith() + tests by apanchenk · 16 years ago
  87. 8263328 use Path.EMPTY + formatting changes by apanchenk · 16 years ago
  88. eac6e51 use System.currentTimeMillis() instead of (new Date()).getTime() to measure indexing time by apanchenk · 16 years ago
  89. 7a97eb0 comments improvement by apanchenk · 16 years ago
  90. d64233e removed deprecated class since it was moved to org.eclipse.dltk.utils by apanchenk · 16 years ago
  91. be6925f restored missed condition !IScriptFolder.DEFAULT_FOLDER_NAME.equals(packageName) by apanchenk · 16 years ago
  92. 22e2d4a minor optimization - result of indexOf() extracted to local var by apanchenk · 16 years ago
  93. 9198439 minor optimization by apanchenk · 16 years ago
  94. ac56bc6 added 'null' pointer obvious check NirC by ncohen · 16 years ago
  95. cdcac30 Added 'containsOnlyWhitespaces' boolean test utility. NirC by ncohen · 16 years ago
  96. 16fe5f2 - there is no need to name Util class with full name - it is already imported by apanchenk · 16 years ago
  97. f34684c comments improved by apanchenk · 16 years ago
  98. f75ebc5 evaluate toolkit only once before loop by apanchenk · 16 years ago
  99. 41c55d5 there is no need to name Util class with full name - it is already imported by apanchenk · 16 years ago
  100. c6fda14 use p.toFile() instead of new File(p.toOSString()) by apanchenk · 16 years ago