1. c2cf38d - add timestamp to the name of the validation console by apanchenk · 16 years ago
  2. 7774c06 IValidatorOutput.close() method introduced by apanchenk · 16 years ago
  3. 81c4127 move getStandardDisplay() to the DLTKUIPlugin by apanchenk · 16 years ago
  4. a21d2a5 move getStandardDisplay() to the DLTKUIPlugin by apanchenk · 16 years ago
  5. 806c295 - icon for DebugConsole - add DebugConsole to the debug perspective by apanchenk · 16 years ago
  6. 4e08d2d toString() implemented - just in case by apanchenk · 16 years ago
  7. 107e155 new view renamed to Debug Console by apanchenk · 16 years ago
  8. 861bd2f change api, IScriptInterpreter.exec(String) now returns IScriptExecResult, so we can return output and error flag by apanchenk · 16 years ago
  9. db9d6f6 change api, IScriptInterpreter.exec(String) now returns IScriptExecResult, so we can return output and error flag by apanchenk · 16 years ago
  10. 2d06e8c change api, IScriptInterpreter.exec(String) now returns IScriptExecResult, so we can return output and error flag by apanchenk · 16 years ago
  11. f7bffc1 BUNDLE_NAME fixed by apanchenk · 16 years ago
  12. 297f3e4 "Script Display" view by apanchenk · 16 years ago
  13. 84dd3e0 new methods introduced to allow more flexibility by apanchenk · 16 years ago
  14. 6db0226 open internal methods and introduce additional method that could be overridden by apanchenk · 16 years ago
  15. 2799697 proxy implementation of the IScriptValue by apanchenk · 16 years ago
  16. 810f18c computeValueDetail() refactoring by apanchenk · 16 years ago
  17. 1cba9da fixed typo in class name by apanchenk · 16 years ago
  18. 4adb984 fixed typo in class name by apanchenk · 16 years ago
  19. d12ee2e use CharOperation.NO_STRINGS instead of own NO_MESSAGES by apanchenk · 16 years ago
  20. 95d1255 send special NoResult value objects when session is already terminated, since Expressions view items are in the "pending" state until listener is called by apanchenk · 16 years ago
  21. 072dd55 inner ListenerAdpater class -> static by apanchenk · 16 years ago
  22. 8ee4cdf recreate breakpoint if debugger does not support line number change (it is for tcl active state) by apanchenk · 16 years ago
  23. 163f86a do not remove if id == null by apanchenk · 16 years ago
  24. 7e56ef6 DBGP Spawnpoints (for TCL) by apanchenk · 16 years ago
  25. 8acf748 DBGP Spawnpoints (for TCL) by apanchenk · 16 years ago
  26. bddcff0 clear AST cache only if building delta (i.e. unsaved changes) by apanchenk · 16 years ago
  27. d2d1669 clear AST cache from discardPerWorkingCopyInfo() by apanchenk · 16 years ago
  28. b9cccac formatting by apanchenk · 16 years ago
  29. 51e59f3 * Fixin bug: 251321 MixinModel.find() doesn't work as expected by asobolev · 16 years ago v20081020-1206
  30. 66b1557 * Fixin bug: 251321 MixinModel.find() doesn't work as expected by asobolev · 16 years ago
  31. fb2be93 Bug 250539 - Open Method - should provide class methods as well by rganor · 16 years ago
  32. a64b1a1 Bug #250923 - by rganor · 16 years ago
  33. 76c6381 improve highlighting of the changed values in case of array/hash by apanchenk · 16 years ago
  34. 369863e added variable name to the "Available children count exceeds reported children count" message by apanchenk · 16 years ago
  35. 01f3d2e extension point for different cache implementations, by default caching is turned off, UI to select the cache implementation by apanchenk · 16 years ago
  36. 92c3983 extension point for different cache implementations, by default caching is turned off, UI to select the cache implementation by apanchenk · 16 years ago
  37. a328fb2 DLTKCore.addPreProcessingResourceChangedListener() by apanchenk · 16 years ago
  38. c8f8cba TCL watchpoints by apanchenk · 16 years ago
  39. d9fbb75 TCL watchpoints by apanchenk · 16 years ago
  40. 3566a77 most of the DBGP implementations do not support ACCESS watchpoints by apanchenk · 16 years ago
  41. 5a598be most of the DBGP implementations do not support ACCESS watchpoints by apanchenk · 16 years ago
  42. f823999 do not call super in constructor - own implementation so we send breakpoint with all attributes at once by apanchenk · 16 years ago
  43. 5de083d create Map attributes in the WorkspaceRunnable.run() method - it is not required to create it earlier by apanchenk · 16 years ago
  44. 5655220 use Boolean.valueOf() by apanchenk · 16 years ago v20081014-1440
  45. 37dc350 getDebugModelId(IResource resource) use new API by apanchenk · 16 years ago
  46. 1c4a1b1 findToolkit*() methods improvements by apanchenk · 16 years ago
  47. 56427f1 use type.getTypeQualifiedName() in breakpoint exception by apanchenk · 16 years ago
  48. e9aeb87 * manifests update by asobolev · 16 years ago
  49. e05139c * 3.3 compatibility fix by asobolev · 16 years ago
  50. e6d882c undo the method added to the language ISearchFactory - original problem was solved in other way by apanchenk · 16 years ago
  51. f58308a undo the method added to the language ISearchFactory - original problem was solved in other way by apanchenk · 16 years ago
  52. df3afad findToolkit(IModelElement parent, IResource resource) method introduced since previous method could return wrong results for files without extension by apanchenk · 16 years ago
  53. 080b3e6 DLTKLangManager.getLanguageToolkit(IModelElement element) already uses resource to detect the toolkit if it could not be detected from project, so unnecessary check could be removed by apanchenk · 16 years ago
  54. 5e9f985 call buildDeltas() - so reconcile deltas will be reported by apanchenk · 16 years ago
  55. 4d2fa0c move viewer var declaration into the for body by apanchenk · 16 years ago
  56. ab8a157 added null check before viwer.dispose() call by apanchenk · 16 years ago
  57. 1ecd006 viewer.dispose(); viewer = null; if the implementation of the ScriptConsolePage.dispose() by apanchenk · 16 years ago
  58. 50b4c3a TCL Namespace starting with :: could not be found by the search function used in open type dialog and some other places by apanchenk · 16 years ago v20081012
  59. b30e6c1 TCL Namespace starting with :: could not be found by the search function used in open type dialog and some other places by apanchenk · 16 years ago
  60. a8cdf3d use CharOperation.NO_CHAR instead of new char[0] by apanchenk · 16 years ago
  61. aecee4e added test for hasChanged() method by apanchenk · 16 years ago
  62. f1172da sets dirty if addDocumentName(String) have added something by apanchenk · 16 years ago
  63. 1993e17 use ScriptFormatterManager.hasFormatterFor(nature) to check if there are available formatters by apanchenk · 16 years ago
  64. 95f640b public static boolean hasFormatterFor(final String natureId) method added by apanchenk · 16 years ago
  65. bf1a7c0 tests for MixinIndex by apanchenk · 16 years ago
  66. 48903a6 check/update mixin indexes on start by apanchenk · 16 years ago
  67. f5f2c15 use BufferedInputStream with 8k buffer by apanchenk · 16 years ago
  68. cdb2d86 fixed save() - when document names without keys are saved by apanchenk · 16 years ago
  69. e55273e fixed addAll() and size() implementations by apanchenk · 16 years ago
  70. 98d0d33 * change space to '=' in environment import/export by asobolev · 16 years ago v20081009-2016
  71. 3fb3e76 *fix by asobolev · 16 years ago v20081009-1944
  72. 0144ae4 fixed typo in class name of ScriptConsoleStyledText by apanchenk · 16 years ago
  73. 7e13534 clear() only if this is first viewer by apanchenk · 16 years ago
  74. ba06a0f ISourceParserExtension2 is not required anymore by apanchenk · 16 years ago
  75. 3bd0bab - use LineNumberReader - some messages externalized by apanchenk · 16 years ago
  76. 1ddabc1 * include core formater plugin to build system by asobolev · 16 years ago v20081009-1644
  77. 49fc359 * include core formater plugin to build system by asobolev · 16 years ago
  78. 2110068 * mixin model correction by asobolev · 16 years ago v20081009-1601
  79. 04fcd41 clear request cache when something is added by apanchenk · 16 years ago
  80. d8b24ee move inner RequestCacheEntry class one level higher - to improve code readability by apanchenk · 16 years ago
  81. dcb4e47 * improvements by asobolev · 16 years ago
  82. b3cd6f3 * improvements by asobolev · 16 years ago
  83. bddc35f internDocName() method extracted by apanchenk · 16 years ago
  84. 4101b80 when reporting elements - update set of document names by apanchenk · 16 years ago
  85. a700d73 *fixes by asobolev · 16 years ago
  86. 3d1727d * improvements * rollback Alex mixin index changes. by asobolev · 16 years ago
  87. 689ec66 try optimize: use more local vars by apanchenk · 16 years ago
  88. 29bdc89 optimizations by apanchenk · 16 years ago
  89. 95af13e calculate real number of elements in size() by apanchenk · 16 years ago
  90. ff3f8e7 addIntern() addAll() size() methods added by apanchenk · 16 years ago
  91. 947950d print mixin search time by apanchenk · 16 years ago
  92. c487faa enable AST cache by default by apanchenk · 16 years ago
  93. ada1754 use getParentFile() to create directories by apanchenk · 16 years ago
  94. ea7ff7c * perfomance testing stuff by asobolev · 16 years ago
  95. 05c3597 * unzip method added by asobolev · 16 years ago
  96. 503170a fix for 249962 - type hierarchy can display methods too by apanchenk · 16 years ago
  97. 12b323d override setPreferenceStore() and recreate SourceViewerConfiguration by apanchenk · 16 years ago
  98. 4c23b25 set wrapLength via method call by apanchenk · 16 years ago v20081009-1640
  99. 4596759 *fix by asobolev · 16 years ago v20081007-1221
  100. 9fe3798 *fix by asobolev · 16 years ago v20081007-1215