- 90e3930 remove Incubation keyword by apanchenk · 15 years ago
- 953b74e * Tcl interpreter information fetching operation by asobolev · 16 years ago
- 74752e8 strip the name if the name still has dots in it xxx.yyy by jcompagne · 16 years ago
- c1a6680 merge: preference to log launch output - to debug RSE launching issues by apanchenk · 16 years ago
- 3812684 use NLS.bind() by apanchenk · 16 years ago
- 54d7fc0 use NLS.bind() by apanchenk · 16 years ago
- 46811a0 use NLS.bind() by apanchenk · 16 years ago
- ee59f9f use ICU by apanchenk · 16 years ago
- 184aaa4 use correct way to obtain current command line contents by apanchenk · 16 years ago
- adc458c getInterpreterType() -> protected by apanchenk · 16 years ago
- 6f731a3 more javadocs added by apanchenk · 16 years ago
- fb983da AddScriptInterpreterDialog is called via interface method + refactoring by apanchenk · 16 years ago
- ff2b3a9 refactoring to improve extensibility by apanchenk · 16 years ago
- 4795f13 use StatusInfo from public API by apanchenk · 16 years ago
- 72869e8 improve detection of project interpreter by apanchenk · 16 years ago v20090416-2009
- 908abad minor code improvements by apanchenk · 16 years ago
- b505705 fixed display of workspace/project default interpreter by apanchenk · 16 years ago
- 8e974cd minor javadoc correction by apanchenk · 16 years ago
- 476da56 small improvements & fix layout for LaunchConfiguration/Interpreters and ...BuildpathContainerWizard by apanchenk · 16 years ago
- cde5177 optimize unnecessary variable creation by apanchenk · 16 years ago
- d0da095 s/Workspace/Project/ default interpreter by apanchenk · 16 years ago
- fe3a449 "problem launching debugger" dialog by apanchenk · 16 years ago
- d70b8e1 refactoring to increase extensibility by apanchenk · 16 years ago
- 3708d22 s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
- e7736b2 improve layout for the port composite by apanchenk · 16 years ago
- 0881bc8 Tcl: filter out <console> stack frames. improve presentation if some stack frame were not parsed correctly by apanchenk · 16 years ago
- 9d5cc90 TCL: [x] ignore vwait rename warning by apanchenk · 16 years ago v20090302
- 3442773 small refactoring by apanchenk · 16 years ago
- 3fcec0a improve getStackFrameText(IScriptStackFrame stackFrame) for unusual URIs by apanchenk · 16 years ago
- a18d847 add "if (sourceLocator != null) {" check by apanchenk · 16 years ago
- 8f42f56 unused import removed by apanchenk · 16 years ago
- 666a687 Do not compare Location attribute for resource breakpoints in findLineBreakpoint(ITextEditor editor,int lineNumber) by apanchenk · 16 years ago v20090202
- cac10b2 reset content on new launch by apanchenk · 16 years ago v20090126
- 2e11798 3.3 compatible workaround near dialog.setOverwrite(true) by apanchenk · 16 years ago
- 9b00983 overwrite confirmation added to the export by apanchenk · 16 years ago
- a7e06d3 - import dialog title fixed - some warnings (e.g. unnecessary casts) removed by apanchenk · 16 years ago
- 2b36f1a Corrected testing icons to not reference Java, corrected string quoting. by ssanders · 16 years ago
- 3e05892 Corrected quoting. by ssanders · 16 years ago
- 4310cbe Added ensureValid() and updated setDefaults() to call it in order to ensure a valid project is always set. by ssanders · 16 years ago
- cf10332 Added Variables View to default debugger layout. by ssanders · 16 years ago
- bb56b7d Corrected externalization. by ssanders · 16 years ago
- 473a752 TCL spawnpoint support by apanchenk · 16 years ago
- 3a5e777 ContentAssistProcessor extracted to the separate file by apanchenk · 16 years ago
- f10a6cf enableUpdateJob.schedule(500) in createControl(), to update view state by apanchenk · 16 years ago
- 47b9f1a correct detection of the offset if column is not available by apanchenk · 16 years ago
- 4a9e59c save console history only for the debug console by apanchenk · 16 years ago
- 7619cea code completion support, only assumption is that the . is the separator between the names also for other languages. Maybe this should be configurable? by jcompagne · 16 years ago
- 5f5e1e1 higher schedule time out, because many times the first time it wasnt enabled yet (i need to do one more step over/into) and also it flashes when i step (endable/disable/enable) by jcompagne · 16 years ago
- d9df2dc refactor so that there is only 1 default pattern string by jcompagne · 16 years ago
- 9c12015 std error and std output colors from the default console preferences (they are internal is there a better solution then to use internals??) by jcompagne · 16 years ago
- 8341371 fix for js, breakpoint marker and text selection didnt work correctly by jcompagne · 16 years ago
- f7b9a47 remove warnings by apanchenk · 16 years ago v20081209
- 03fe81f implement IStackFrame.getCharStart() & .getCharEnd() methods by apanchenk · 16 years ago
- f2ce67f display sub-cmd in the stackframe (if available) by apanchenk · 16 years ago
- 4bea480 ScriptConsole refactoring - read stdout/stderr by apanchenk · 16 years ago
- 27c7dc3 change how Interactive Console is disabled when there is now active debugger by apanchenk · 16 years ago
- d2734fd rename console to the Interactive Console, since "Debug Console" is already used to name the DBGP process output console by apanchenk · 16 years ago
- 58b7d98 return null for empty commands by apanchenk · 16 years ago
- fd054f2 remove surrounding quotes if engine does not support datatypes (e.g. TCL) by apanchenk · 16 years ago
- 28d3ad5 debug event listeners so that it is only active when there is a break by jcompagne · 16 years ago v20081202
- 4411b44 StepFiltersEnabled preference is common for the whole eclipse by apanchenk · 16 years ago
- 12f7450 set mapped resource to the script by apanchenk · 16 years ago v20081114
- 1c67e80 * fix by asobolev · 16 years ago
- f327aec retrieve context from the selection too by apanchenk · 16 years ago v20081112
- 1c78b72 setEnableScriptField: use isValidProject() by apanchenk · 16 years ago v20081111
- daf2beb void projectChanged() bool isValidProject() by apanchenk · 16 years ago
- c34f660 remove final from createOptionsBlock(). by apanchenk · 16 years ago
- 7894a70 when page is used as project property page - show only this project environment in the list by apanchenk · 16 years ago
- 1019931 field to specify timeout for the remote launch configurations by apanchenk · 16 years ago
- c2d3e55 catch IllegalArgumentException during mapResources() by apanchenk · 16 years ago
- dbfa792 externalized message "debug console redirection" by apanchenk · 16 years ago
- 9121bf4 fixed bugs in getResource(ILaunchConfiguration) by apanchenk · 16 years ago
- 70cb7ec when close code field - setFocus() to the console by apanchenk · 16 years ago
- dd6f7b2 change Debug Console icons by apanchenk · 16 years ago
- 235bb20 multi-line field to enter code added by apanchenk · 16 years ago
- 9377175 use workspace location for resources and full path in other cases by apanchenk · 16 years ago
- 81c4127 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
- 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
- f7bffc1 BUNDLE_NAME fixed by apanchenk · 16 years ago
- 297f3e4 "Script Display" view by apanchenk · 16 years ago
- 810f18c computeValueDetail() refactoring by apanchenk · 16 years ago
- 1cba9da fixed typo in class name by apanchenk · 16 years ago
- 7e56ef6 DBGP Spawnpoints (for TCL) by apanchenk · 16 years ago
- d9fbb75 TCL watchpoints by apanchenk · 16 years ago
- 5a598be most of the DBGP implementations do not support ACCESS watchpoints by apanchenk · 16 years ago
- 56427f1 use type.getTypeQualifiedName() in breakpoint exception by apanchenk · 16 years ago
- e05139c * 3.3 compatibility fix by asobolev · 16 years ago
- 98d0d33 * change space to '=' in environment import/export by asobolev · 16 years ago v20081009-2016
- 3bd0bab - use LineNumberReader - some messages externalized by apanchenk · 16 years ago
- dcb4e47 * improvements by asobolev · 16 years ago
- 189e0f5 removed new String(String) callls by apanchenk · 16 years ago
- 46403c6 checkbox/attributes to disable DBGP console redirection by apanchenk · 16 years ago
- b80c4d1 interface renamed to IDbgpRawPacket by apanchenk · 16 years ago
- d526436 formatting by apanchenk · 16 years ago
- 1393353 receive packets as byte[] instead of string by apanchenk · 16 years ago
- bdb04f9 - lookup the language specific IDebugModelPresentation implemenation by jgangemi · 16 years ago
- 2b219af use setAttribute(..., null) instead of removeAttribute() by apanchenk · 16 years ago
- f6fe758 use connection timeout from DLTK debug preferences by apanchenk · 16 years ago