- 4bff19f * Search method added duplicate interpreters (DLTK-598) by asobolev · 16 years ago
- 8462383 use Util.LINE_SEPARATOR by apanchenk · 16 years ago
- 467f4a0 * Improve DLTK Source Indexer to use AST cache (DLTK-596) by asobolev · 16 years ago
- 8f2cb1a configure project specific preferences only for the projects with the same nature by apanchenk · 16 years ago
- a62cbdd unused imports removed by apanchenk · 16 years ago
- 2f863d8 version number changed to 1.0 by apanchenk · 16 years ago
- 0263869 version number changed to 1.0 by apanchenk · 16 years ago
- d66a791 version number changed to 1.0 by apanchenk · 16 years ago
- a2b4a20 version number changed to 1.0 by apanchenk · 16 years ago
- 2b29b7b version number changed to 1.0 by apanchenk · 16 years ago
- 8a4bc39 version number changed to 1.0 by apanchenk · 16 years ago
- 8671263 version number changed to 1.0 by apanchenk · 16 years ago
- 1b490b7 *fixed NPE then copying file from interpreter libraries to project by asobolev · 16 years ago
- 8c785f1 scriptLineBreakpointMarker ... super type="org.eclipse.debug.core.lineBreakpointMarker" by apanchenk · 16 years ago v20080808-1637
- 45537b9 Added resolveModelElements() to allow alternative editor implementations to override resolution. by ssanders · 16 years ago
- 498079c Corrected boolean test which should have been inverted when matching code style. by ssanders · 16 years ago
- b05220b Added support for ExitPolicy to ignore SWT.CR, when completion popup is displayed. by ssanders · 16 years ago
- c8d596b Corrected getElementAtOffset() to avoid ModelException when input doesn't exist. by ssanders · 16 years ago
- 6b578b4 Corrected cache invalidation for buildpath changes and other removals. by ssanders · 16 years ago
- 7123d74 Extracted resolveModelElements() in order to support alternative editor implementations. by ssanders · 16 years ago
- fd99856 Corrected getNatureId() to avoid NPE when project is null. by ssanders · 16 years ago
- 377bda8 Corrected issue with Ruby interpreter name containing '/'. by ssanders · 16 years ago
- 43c16fb Added better support for insert and highlight matching do/end and {}. by ssanders · 16 years ago
- c580ab1 Refactored getNatureId() to avoid NPE. by ssanders · 16 years ago
- 2353adc editor & document vars extracted to simplify code by apanchenk · 16 years ago
- 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 · 17 years ago
- d38ad34 - added support for 'Variables' view options by jgangemi · 17 years ago
- d409f4f - added detail formatter preference page by jgangemi · 17 years ago
- 943421d - added support for detail formatters 'toString' preferences by jgangemi · 17 years ago
- ec76a79 - added support for detail formatters 'toString' preferences by jgangemi · 17 years ago
- f8beda4 - added details formatter preference page by jgangemi · 17 years ago
- 51d1022 - use preference store from IDLTKDebugUILanguageToolkit by jgangemi · 17 years ago
- 306caf9 - set description, etc from within 'init' instead of constructor by jgangemi · 17 years ago
- 1f56c1b BUILTIN_EXTERNAL_ENTRY = new Path(BUILTIN_EXTERNAL_ENTRY_STR) by apanchenk · 17 years ago
- 57b59f5 improve fix removing project mixin-index (delete file and remove index from memory) by apanchenk · 17 years ago
- 40599d7 remove comment method by apanchenk · 17 years ago
- eaf6697 introduced constants SPECIAL_MIXIN & SPECIAL_BUILTIN by apanchenk · 17 years ago
- 54f831e there is no icons folder here by apanchenk · 17 years ago
- d434acc progress reporting by apanchenk · 17 years ago
- 96746b1 join message into one file by apanchenk · 17 years ago
- 2872e24 improve progress reporting by apanchenk · 17 years ago
- 64417bc imported packages removed by apanchenk · 17 years ago
- 16df771 always display indexing progress job by apanchenk · 17 years ago
- 053a155 tests should be unpacked by apanchenk · 17 years ago
- 4b4bce5 ui.bot.tests plugin added by apanchenk · 17 years ago
- c197528 ui bot tests by apanchenk · 17 years ago
- ed8dc27 typo in message name fixed by apanchenk · 17 years ago
- 4426bd5 - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night, this is new code by jgangemi · 17 years ago
- 2db29bb - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night and that depends on changes here by jgangemi · 17 years ago
- 5b69fd2 Mixin indexing does not depend on Project Builder - it is performed automatically in the background by apanchenk · 17 years ago v20080724
- 85e39ff Mixin indexing does not depend on Project Builder - it is performed automatically in the background by apanchenk · 17 years ago
- bec8d04 warn(String message) method by apanchenk · 17 years ago