1. 75b754f extracted abstract class by apanchenk · 16 years ago
  2. 2e8c64f adopted to base class changes by apanchenk · 16 years ago
  3. 658b5dd tests for CharOperation.splitOn(char[] divider, char[] array) by apanchenk · 16 years ago
  4. 2853aef better visualization for waiting for connection & waiting for initialization by apanchenk · 16 years ago
  5. cdeaf04 s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
  6. 0221a7a arguments of not relevant types removed by apanchenk · 16 years ago
  7. 5138e0a use NLS.bind() instead of MessageFormat.format() by apanchenk · 16 years ago
  8. d07bfa8 restore getTreeViewer() method by apanchenk · 16 years ago
  9. 0743256 Corrected externalization. by ssanders · 16 years ago
  10. e85721c Refactored to support deferred loading. by ssanders · 16 years ago
  11. e9620f8 Added settings to ignore missing externalization. by ssanders · 16 years ago
  12. bb56b7d Corrected externalization. by ssanders · 16 years ago
  13. 519de2b TCL spawnpoint support by apanchenk · 16 years ago
  14. 300dde5 fixed typo in interface name by apanchenk · 16 years ago
  15. 5af2e47 implement getDebugOptions() method by apanchenk · 16 years ago
  16. 743293d tests corrected by apanchenk · 16 years ago
  17. c52b7f7 move DbgpBaseCommands, DbgpRequest, IDbgpCommunicator to the public API by apanchenk · 16 years ago
  18. ab835a2 uncomment assert in testTodoRuleMiss2 by apanchenk · 16 years ago
  19. b1e1902 - support for project specific task tags by jgangemi · 16 years ago
  20. 69123d1 public Suite(Class theClass, String methodName) constructor added by apanchenk · 16 years ago
  21. 2a42b68 - fixed compiler error by jgangemi · 16 years ago
  22. 51e59f3 * Fixin bug: 251321 MixinModel.find() doesn't work as expected by asobolev · 16 years ago v20081020-1206
  23. e9aeb87 * manifests update by asobolev · 16 years ago
  24. aecee4e added test for hasChanged() method by apanchenk · 16 years ago
  25. bf1a7c0 tests for MixinIndex by apanchenk · 16 years ago
  26. ada1754 use getParentFile() to create directories by apanchenk · 16 years ago
  27. 05c3597 * unzip method added by asobolev · 16 years ago
  28. ef1672b tests for reusable formatter classes by apanchenk · 16 years ago
  29. 65171d2 allow to specify dependencies for build participants by apanchenk · 16 years ago
  30. 708d05b ISourceLineTracker - interface, implementation and some tests by apanchenk · 16 years ago
  31. f0ba0fc extends TestCase by apanchenk · 16 years ago
  32. 0dcf031 removed new String(String) callls by apanchenk · 16 years ago
  33. 66b95dc TextUtils tests added by apanchenk · 16 years ago
  34. 2e63a90 receive packets as byte[] instead of string by apanchenk · 16 years ago
  35. 4bb8ed3 CharacterStack and tests by apanchenk · 16 years ago
  36. cc067c8 remove waitUntilIndexesReady stub - now call real function from base class by apanchenk · 16 years ago v20080919
  37. f9f9e9d extends AbstractLanguageToolkit by apanchenk · 16 years ago
  38. 77e09b4 use getTypeQualifiedName() by apanchenk · 16 years ago
  39. 5d218e5 new implementation of the parseSourceModule() by apanchenk · 16 years ago
  40. 770947d * fix tests * IncrTcl/XOTcl completion for super types fixed (DLTK-666) by asobolev · 16 years ago
  41. ddbd55f enhancements by apanchenk · 16 years ago
  42. d0a14bd ATTR_APPEND_ENVIRONMENT_VARIABLES is true by default by apanchenk · 16 years ago
  43. 961f1dc Test for the ModelElementUtil.getPackageAndSubpackages(IScriptFolder) method by apanchenk · 16 years ago
  44. f3bca12 testcase for the last ModelManager.determineIfOnBuildpath(IResource resource,IScriptProject project) change by apanchenk · 16 years ago
  45. 20aca80 more tests added by apanchenk · 16 years ago
  46. 8cdaabf test for CommandLine.add(String[]) by apanchenk · 16 years ago
  47. 753f220 * Version update (DLTK-654) by asobolev · 16 years ago
  48. 170fa13 * Version update (DLTK-654) by asobolev · 16 years ago
  49. 6b9696c * Version update (DLTK-654) by asobolev · 16 years ago
  50. ab23281 * Version update (DLTK-654) by asobolev · 16 years ago
  51. 57881cb removed own copy of InterpreterSearcher - use it from dltk.launching plugin by apanchenk · 16 years ago
  52. 28c2bed unused import removed by apanchenk · 16 years ago
  53. f2ab9c7 TextUtils - now operates on CharSequence - selectHeadLines() method added by apanchenk · 16 years ago
  54. e1a2bc9 Added bin/ to .cvsignore, and corrected manifest externalization warnings. by ssanders · 16 years ago
  55. 37c49b5 more reliable awaiting by apanchenk · 16 years ago
  56. f7b2d42 own DOMSeraizer - for use in tests by apanchenk · 16 years ago
  57. d409f4f - added detail formatter preference page by jgangemi · 16 years ago
  58. 54f831e there is no icons folder here by apanchenk · 16 years ago
  59. 64417bc imported packages removed by apanchenk · 16 years ago
  60. c197528 ui bot tests by apanchenk · 16 years ago
  61. 8862fe7 unnecessary cast removed by apanchenk · 16 years ago
  62. 6b0b1b1 use new method IndexManager.waitUntilReady() instead of fake query in waitUntilIndexsReady() by apanchenk · 16 years ago
  63. 90c152e public Suite(Class theClass, String[] methodNames) constructor added by apanchenk · 16 years ago
  64. 098588d formatting by apanchenk · 16 years ago
  65. f53bb83 suite.addTestSuite(DLTKUILanguageManagerTests.class); by apanchenk · 16 years ago
  66. e25d151 - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  67. c181ff4 - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  68. 5c2c636 added test for variable validation by apeled · 16 years ago
  69. a569dc0 CharOperation.startsWith() + tests by apanchenk · 16 years ago
  70. 6e0b59a StandardVMType/J2SE-1.4 by apanchenk · 16 years ago
  71. 5115371 validators extending by apanchenk · 16 years ago
  72. c9e1f86 test problem arguments <-> marker attribute conversion by apanchenk · 16 years ago
  73. 408722b compiler.problem.discouragedReference=ignore by apanchenk · 16 years ago
  74. 09567b1 CompilerUtilTests added by apanchenk · 16 years ago
  75. 3843a57 fix compilation with modified IDbgpCommunicator by apanchenk · 16 years ago
  76. 18168fb validators XML is parsed/serialized directly from/to string, without byte arrays and UTF8 conversion by apanchenk · 16 years ago
  77. 2d19250 fail("Requied interpreter \"" + name + "\" is not found") by apanchenk · 16 years ago
  78. ccd99e9 *fix by asobolev · 16 years ago
  79. d88d7b5 AbstractScriptBreakpoint.makeUri() test added by apanchenk · 16 years ago
  80. fa9e8e5 there is no need to specify timeout for the ServerSocket since we listening for connections almost forever by apanchenk · 16 years ago
  81. e41eb36 DbgpService tests by apanchenk · 16 years ago
  82. 1c1af4a improve script comment TODO tag scanner test coverage by apanchenk · 17 years ago
  83. 9ba909d improve testing support by apanchenk · 17 years ago
  84. 95d69b2 * fixed tcl completion on first character. ( caused incorrect work of call hierarchy, if call came from first line) by asobolev · 17 years ago
  85. 503b63f TODO task tags highlighting (by Sam) by apanchenk · 17 years ago
  86. b20811b correctly handle tab policy preferences when inserting code templates by apanchenk · 17 years ago
  87. 68b9e0a test for TextUtils.split() by apanchenk · 17 years ago
  88. cd6aecf test for ScriptTemplateContext.calculateIndent() by apanchenk · 17 years ago
  89. 2876372 framework methods to mark tests that do not pass yet by apanchenk · 17 years ago
  90. 92ef25d test instanceof SuiteOfTestCases check added by apanchenk · 17 years ago
  91. cc454a5 * version 1.0 to 0.95 down grade by asobolev · 17 years ago
  92. 059b533 * version 1.0 to 0.95 down grade by asobolev · 17 years ago
  93. d19d068 * version 1.0 to 0.95 down grade by asobolev · 17 years ago
  94. 49df962 * version 1.0 to 0.95 down grade by asobolev · 17 years ago
  95. 5cc18d6 Corrected invalid externalization key references. by ssanders · 17 years ago
  96. 30446d2 *fixes by asobolev · 17 years ago
  97. 8f13ff8 * applied patch from bug 230825 * fixes in library configuration page by asobolev · 17 years ago
  98. 938c43a *fixes by asobolev · 17 years ago
  99. e67ce5c *fixes by asobolev · 17 years ago
  100. 5d0cbd2 applied patches + 228823 + 228409 by asobolev · 17 years ago