- 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
- d399fbc CharOperation.startsWith() + tests by apanchenk · 16 years ago
- a569dc0 CharOperation.startsWith() + tests by apanchenk · 16 years ago
- 8263328 use Path.EMPTY + formatting changes by apanchenk · 16 years ago
- eac6e51 use System.currentTimeMillis() instead of (new Date()).getTime() to measure indexing time by apanchenk · 16 years ago
- 7a97eb0 comments improvement by apanchenk · 16 years ago
- d64233e removed deprecated class since it was moved to org.eclipse.dltk.utils by apanchenk · 16 years ago
- be6925f restored missed condition !IScriptFolder.DEFAULT_FOLDER_NAME.equals(packageName) by apanchenk · 16 years ago
- 22e2d4a minor optimization - result of indexOf() extracted to local var by apanchenk · 16 years ago
- 9198439 minor optimization by apanchenk · 16 years ago
- ac56bc6 added 'null' pointer obvious check NirC by ncohen · 16 years ago
- cdcac30 Added 'containsOnlyWhitespaces' boolean test utility. NirC by ncohen · 16 years ago
- 16fe5f2 - there is no need to name Util class with full name - it is already imported by apanchenk · 16 years ago
- f34684c comments improved by apanchenk · 16 years ago
- f75ebc5 evaluate toolkit only once before loop by apanchenk · 16 years ago
- 41c55d5 there is no need to name Util class with full name - it is already imported by apanchenk · 16 years ago
- c6fda14 use p.toFile() instead of new File(p.toOSString()) by apanchenk · 16 years ago