- b44b14e Refactored automated tests to properly cleanup in between and avoid race conditions. by ssanders · 16 years ago
- c7d83ae if single pass - flush reporter else add to list by apanchenk · 16 years ago
- 7764a5c Refactored codeSelect behavior to allow alternative editor and source module implementations. by ssanders · 16 years ago
- 43d60e2 Corrected invalid externalization key references. by ssanders · 16 years ago
- 2fc026c Removed no-op preference initializer. by ssanders · 16 years ago
- b7ad6a1 Changed getScriptBuilders() to add generic builders first, because they may be depended on by specific, but not vice-versa. by ssanders · 16 years ago
- 533550d * some builder improvements * fixed build participant activation state save/load by asobolev · 16 years ago
- 17188b6 * some builder improvements * fixed build participant activation state save/load by asobolev · 16 years ago
- fcc6519 Refactored getCorrespondingResource() to support IAdaptable targets. by ssanders · 16 years ago
- eb8231f do initialize() in getScriptBuilders() by apanchenk · 16 years ago
- e89ba16 pass builders as parameter to buildElements() by apanchenk · 16 years ago
- 82e5d74 getScriptBuilders() extracted by apanchenk · 16 years ago
- 1fe5911 initializeBuilders/resetBuilders methods extracted by apanchenk · 16 years ago
- c7dd784 Corrected internalGetParent() to properly handle hiding <default> script folders. by ssanders · 16 years ago
- 78fbbd2 Added null check for configuration parameters. by ssanders · 16 years ago
- 2ef6a62 Added script builder lifecycle methods to ensure reusability of instances, and corrected minor parameter issues in ScriptBuilder. by ssanders · 16 years ago
- c48a4be reset rangeCount at the each build() invocation by apanchenk · 16 years ago
- 9628d4d Added support for ANSI Color Escape Codes, removed unused IConsoleStyleProvider configurability. by ssanders · 16 years ago
- e1a2bc9 Added bin/ to .cvsignore, and corrected manifest externalization warnings. by ssanders · 16 years ago
- 0b186ce Refactored to support compatibility with 3.3 by ssanders · 16 years ago
- d0f1df4 Refactored to support compatibility with 3.3 by ssanders · 16 years ago
- 5e337e9 Refactored to support compatibility with 3.3 by ssanders · 16 years ago
- e68bb31 improve error logging by apanchenk · 16 years ago
- 36f85a7 catch all exceptions when calling formatter by apanchenk · 16 years ago
- 6bcc31d public static void warn(String message, Throwable throwable) by apanchenk · 16 years ago
- c2e945c no wildcard imports, please by apanchenk · 16 years ago
- 768bfac detectIndentationLevel() improvements by apanchenk · 16 years ago
- 18f15a5 IScriptFormatterFactory.isValid() by apanchenk · 16 years ago
- 6d06e04 abstract page to select formatter engine by apanchenk · 16 years ago
- bccc348 Source Formatter API by apanchenk · 16 years ago
- 6890288 if description is null - use empty string if name is empty - use class name by apanchenk · 16 years ago
- 23c5018 Contribution selector based on the contribution id saved in the preferences by apanchenk · 16 years ago
- b5ff9b2 EMPTY_STRING constant by apanchenk · 16 years ago
- e663279 engine minOccurs="0" by apanchenk · 16 years ago
- 82ff435 getInt() method added by apanchenk · 16 years ago
- c1de64d formatting by apanchenk · 16 years ago
- bd89d2e - documentation tweaks by jgangemi · 16 years ago
- 129c030 - applied patch from alex and i to handle availableChildren > children by jgangemi · 16 years ago
- 517f1b5 common GenerateActionGroup by apanchenk · 16 years ago
- 37c49b5 more reliable awaiting by apanchenk · 16 years ago
- f7b2d42 own DOMSeraizer - for use in tests by apanchenk · 16 years ago
- a9051bf use 4k buffer - just in case by apanchenk · 16 years ago v20080729
- 792bace *fix by asobolev · 16 years ago
- 833ee1a in the printNode() - close bracket added by apanchenk · 16 years ago
- 93b675e added getModelPresentation(IPresentationContext context, String modelId) method for 3.3 compatibility by apanchenk · 16 years ago
- 0dac599 optimization when 3rd parameter is null by apanchenk · 16 years ago
- 017483a - boolean hasErrors() now check isError() - List getErrors() added by apanchenk · 16 years ago
- e79b140 add flags as part of the key by apanchenk · 16 years ago
- bb75540 - added support for 'Variables' view options by jgangemi · 16 years ago
- d38ad34 - added support for 'Variables' view options by jgangemi · 16 years ago
- d409f4f - added detail formatter preference page by jgangemi · 16 years ago
- 943421d - added support for detail formatters 'toString' preferences by jgangemi · 16 years ago
- ec76a79 - added support for detail formatters 'toString' preferences by jgangemi · 16 years ago
- f8beda4 - added details formatter preference page by jgangemi · 16 years ago
- 51d1022 - use preference store from IDLTKDebugUILanguageToolkit by jgangemi · 16 years ago
- 306caf9 - set description, etc from within 'init' instead of constructor by jgangemi · 16 years ago
- 1f56c1b BUILTIN_EXTERNAL_ENTRY = new Path(BUILTIN_EXTERNAL_ENTRY_STR) by apanchenk · 16 years ago
- 57b59f5 improve fix removing project mixin-index (delete file and remove index from memory) by apanchenk · 16 years ago
- 40599d7 remove comment method by apanchenk · 16 years ago
- eaf6697 introduced constants SPECIAL_MIXIN & SPECIAL_BUILTIN by apanchenk · 16 years ago
- 54f831e there is no icons folder here by apanchenk · 16 years ago
- d434acc progress reporting by apanchenk · 16 years ago
- 96746b1 join message into one file by apanchenk · 16 years ago
- 2872e24 improve progress reporting by apanchenk · 16 years ago
- 64417bc imported packages removed by apanchenk · 16 years ago
- 16df771 always display indexing progress job by apanchenk · 16 years ago
- 053a155 tests should be unpacked by apanchenk · 16 years ago
- 4b4bce5 ui.bot.tests plugin added by apanchenk · 16 years ago
- c197528 ui bot tests by apanchenk · 16 years ago
- ed8dc27 typo in message name fixed by apanchenk · 16 years ago
- 4426bd5 - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night, this is new code by jgangemi · 16 years ago
- 2db29bb - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night and that depends on changes here by jgangemi · 16 years ago
- 5b69fd2 Mixin indexing does not depend on Project Builder - it is performed automatically in the background by apanchenk · 16 years ago v20080724
- 85e39ff Mixin indexing does not depend on Project Builder - it is performed automatically in the background by apanchenk · 16 years ago
- bec8d04 warn(String message) method by apanchenk · 16 years ago
- 8862fe7 unnecessary cast removed by apanchenk · 16 years ago
- 743a47f added check that session.getInfo() is not null by apanchenk · 16 years ago
- 3ee59f1 copy listener to local variable to prevent NPE by apanchenk · 16 years ago
- 6b0b1b1 use new method IndexManager.waitUntilReady() instead of fake query in waitUntilIndexsReady() by apanchenk · 16 years ago
- cf2ae07 visibility of boolean isJobWaiting(IJob request) increased to public 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
- 6edfe1a - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
- e25d151 - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
- 44fcf85 - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
- c181ff4 - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
- e23f60a - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
- 5c2c636 added test for variable validation by apeled · 16 years ago
- 9ac2994 added validation of buildpath variable by apeled · 16 years ago
- 2fcac3f formatting changes by apeled · 16 years ago
- 150de19 formatting changes by apeled · 16 years ago
- 7c76647 formatting changes by apeled · 16 years ago
- 598e114 fixed formatting by apeled · 16 years ago
- cbc8094 Add support for buildpath variables - bug 237210 by apeled · 16 years ago
- 208e6e5 Add support for buildpath variables - bug 237210 by apeled · 16 years ago
- c55586c fix condition in log(Throwable e, String message) by apanchenk · 16 years ago
- 23e142d unused var initialization commented out by apanchenk · 16 years ago
- c9aca0c comments improved by apanchenk · 16 years ago
- 562b0aa "final" for static char SEPARATOR by apanchenk · 16 years ago