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