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