1. 4bff19f * Search method added duplicate interpreters (DLTK-598) by asobolev · 16 years ago
  2. 8462383 use Util.LINE_SEPARATOR by apanchenk · 16 years ago
  3. 467f4a0 * Improve DLTK Source Indexer to use AST cache (DLTK-596) by asobolev · 16 years ago
  4. 8f2cb1a configure project specific preferences only for the projects with the same nature by apanchenk · 16 years ago
  5. a62cbdd unused imports removed by apanchenk · 16 years ago
  6. 2f863d8 version number changed to 1.0 by apanchenk · 16 years ago
  7. 0263869 version number changed to 1.0 by apanchenk · 16 years ago
  8. d66a791 version number changed to 1.0 by apanchenk · 16 years ago
  9. a2b4a20 version number changed to 1.0 by apanchenk · 16 years ago
  10. 2b29b7b version number changed to 1.0 by apanchenk · 16 years ago
  11. 8a4bc39 version number changed to 1.0 by apanchenk · 16 years ago
  12. 8671263 version number changed to 1.0 by apanchenk · 16 years ago
  13. 1b490b7 *fixed NPE then copying file from interpreter libraries to project by asobolev · 16 years ago
  14. 8c785f1 scriptLineBreakpointMarker ... super type="org.eclipse.debug.core.lineBreakpointMarker" by apanchenk · 16 years ago v20080808-1637
  15. 45537b9 Added resolveModelElements() to allow alternative editor implementations to override resolution. by ssanders · 16 years ago
  16. 498079c Corrected boolean test which should have been inverted when matching code style. by ssanders · 16 years ago
  17. b05220b Added support for ExitPolicy to ignore SWT.CR, when completion popup is displayed. by ssanders · 16 years ago
  18. c8d596b Corrected getElementAtOffset() to avoid ModelException when input doesn't exist. by ssanders · 16 years ago
  19. 6b578b4 Corrected cache invalidation for buildpath changes and other removals. by ssanders · 16 years ago
  20. 7123d74 Extracted resolveModelElements() in order to support alternative editor implementations. by ssanders · 16 years ago
  21. fd99856 Corrected getNatureId() to avoid NPE when project is null. by ssanders · 16 years ago
  22. 377bda8 Corrected issue with Ruby interpreter name containing '/'. by ssanders · 16 years ago
  23. 43c16fb Added better support for insert and highlight matching do/end and {}. by ssanders · 16 years ago
  24. c580ab1 Refactored getNatureId() to avoid NPE. by ssanders · 16 years ago
  25. 2353adc editor & document vars extracted to simplify code by apanchenk · 16 years ago
  26. b44b14e Refactored automated tests to properly cleanup in between and avoid race conditions. by ssanders · 16 years ago
  27. c7d83ae if single pass - flush reporter else add to list by apanchenk · 16 years ago
  28. 7764a5c Refactored codeSelect behavior to allow alternative editor and source module implementations. by ssanders · 16 years ago
  29. 43d60e2 Corrected invalid externalization key references. by ssanders · 16 years ago
  30. 2fc026c Removed no-op preference initializer. by ssanders · 16 years ago
  31. 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
  32. 533550d * some builder improvements * fixed build participant activation state save/load by asobolev · 16 years ago
  33. 17188b6 * some builder improvements * fixed build participant activation state save/load by asobolev · 16 years ago
  34. fcc6519 Refactored getCorrespondingResource() to support IAdaptable targets. by ssanders · 16 years ago
  35. eb8231f do initialize() in getScriptBuilders() by apanchenk · 16 years ago
  36. e89ba16 pass builders as parameter to buildElements() by apanchenk · 16 years ago
  37. 82e5d74 getScriptBuilders() extracted by apanchenk · 16 years ago
  38. 1fe5911 initializeBuilders/resetBuilders methods extracted by apanchenk · 16 years ago
  39. c7dd784 Corrected internalGetParent() to properly handle hiding <default> script folders. by ssanders · 16 years ago
  40. 78fbbd2 Added null check for configuration parameters. by ssanders · 16 years ago
  41. 2ef6a62 Added script builder lifecycle methods to ensure reusability of instances, and corrected minor parameter issues in ScriptBuilder. by ssanders · 16 years ago
  42. c48a4be reset rangeCount at the each build() invocation by apanchenk · 16 years ago
  43. 9628d4d Added support for ANSI Color Escape Codes, removed unused IConsoleStyleProvider configurability. by ssanders · 16 years ago
  44. e1a2bc9 Added bin/ to .cvsignore, and corrected manifest externalization warnings. by ssanders · 16 years ago
  45. 0b186ce Refactored to support compatibility with 3.3 by ssanders · 16 years ago
  46. d0f1df4 Refactored to support compatibility with 3.3 by ssanders · 16 years ago
  47. 5e337e9 Refactored to support compatibility with 3.3 by ssanders · 16 years ago
  48. e68bb31 improve error logging by apanchenk · 16 years ago
  49. 36f85a7 catch all exceptions when calling formatter by apanchenk · 16 years ago
  50. 6bcc31d public static void warn(String message, Throwable throwable) by apanchenk · 16 years ago
  51. c2e945c no wildcard imports, please by apanchenk · 16 years ago
  52. 768bfac detectIndentationLevel() improvements by apanchenk · 16 years ago
  53. 18f15a5 IScriptFormatterFactory.isValid() by apanchenk · 16 years ago
  54. 6d06e04 abstract page to select formatter engine by apanchenk · 16 years ago
  55. bccc348 Source Formatter API by apanchenk · 16 years ago
  56. 6890288 if description is null - use empty string if name is empty - use class name by apanchenk · 16 years ago
  57. 23c5018 Contribution selector based on the contribution id saved in the preferences by apanchenk · 16 years ago
  58. b5ff9b2 EMPTY_STRING constant by apanchenk · 16 years ago
  59. e663279 engine minOccurs="0" by apanchenk · 16 years ago
  60. 82ff435 getInt() method added by apanchenk · 16 years ago
  61. c1de64d formatting by apanchenk · 16 years ago
  62. bd89d2e - documentation tweaks by jgangemi · 16 years ago
  63. 129c030 - applied patch from alex and i to handle availableChildren > children by jgangemi · 16 years ago
  64. 517f1b5 common GenerateActionGroup by apanchenk · 16 years ago
  65. 37c49b5 more reliable awaiting by apanchenk · 16 years ago
  66. f7b2d42 own DOMSeraizer - for use in tests by apanchenk · 16 years ago
  67. a9051bf use 4k buffer - just in case by apanchenk · 16 years ago v20080729
  68. 792bace *fix by asobolev · 16 years ago
  69. 833ee1a in the printNode() - close bracket added by apanchenk · 16 years ago
  70. 93b675e added getModelPresentation(IPresentationContext context, String modelId) method for 3.3 compatibility by apanchenk · 16 years ago
  71. 0dac599 optimization when 3rd parameter is null by apanchenk · 16 years ago
  72. 017483a - boolean hasErrors() now check isError() - List getErrors() added by apanchenk · 16 years ago
  73. e79b140 add flags as part of the key by apanchenk · 16 years ago
  74. bb75540 - added support for 'Variables' view options by jgangemi · 17 years ago
  75. d38ad34 - added support for 'Variables' view options by jgangemi · 17 years ago
  76. d409f4f - added detail formatter preference page by jgangemi · 17 years ago
  77. 943421d - added support for detail formatters 'toString' preferences by jgangemi · 17 years ago
  78. ec76a79 - added support for detail formatters 'toString' preferences by jgangemi · 17 years ago
  79. f8beda4 - added details formatter preference page by jgangemi · 17 years ago
  80. 51d1022 - use preference store from IDLTKDebugUILanguageToolkit by jgangemi · 17 years ago
  81. 306caf9 - set description, etc from within 'init' instead of constructor by jgangemi · 17 years ago
  82. 1f56c1b BUILTIN_EXTERNAL_ENTRY = new Path(BUILTIN_EXTERNAL_ENTRY_STR) by apanchenk · 17 years ago
  83. 57b59f5 improve fix removing project mixin-index (delete file and remove index from memory) by apanchenk · 17 years ago
  84. 40599d7 remove comment method by apanchenk · 17 years ago
  85. eaf6697 introduced constants SPECIAL_MIXIN & SPECIAL_BUILTIN by apanchenk · 17 years ago
  86. 54f831e there is no icons folder here by apanchenk · 17 years ago
  87. d434acc progress reporting by apanchenk · 17 years ago
  88. 96746b1 join message into one file by apanchenk · 17 years ago
  89. 2872e24 improve progress reporting by apanchenk · 17 years ago
  90. 64417bc imported packages removed by apanchenk · 17 years ago
  91. 16df771 always display indexing progress job by apanchenk · 17 years ago
  92. 053a155 tests should be unpacked by apanchenk · 17 years ago
  93. 4b4bce5 ui.bot.tests plugin added by apanchenk · 17 years ago
  94. c197528 ui bot tests by apanchenk · 17 years ago
  95. ed8dc27 typo in message name fixed by apanchenk · 17 years ago
  96. 4426bd5 - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night, this is new code by jgangemi · 17 years ago
  97. 2db29bb - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night and that depends on changes here by jgangemi · 17 years ago
  98. 5b69fd2 Mixin indexing does not depend on Project Builder - it is performed automatically in the background by apanchenk · 17 years ago v20080724
  99. 85e39ff Mixin indexing does not depend on Project Builder - it is performed automatically in the background by apanchenk · 17 years ago
  100. bec8d04 warn(String message) method by apanchenk · 17 years ago