1. 2801a0b use a sorted set to store the StyleRanges by jcompagne · 15 years ago
  2. ca8ea17 better support for paste (1 line/text) by jcompagne · 15 years ago
  3. 660a9c8 remove Incubation keyword by apanchenk · 16 years ago
  4. 6079c35 fix condition in handleCommand() by apanchenk · 16 years ago
  5. e10af74 - log errors to ScriptConsoleUIPlugin - use NLS.bind() instead of MessageFormat by apanchenk · 16 years ago
  6. f860a46 dont append \n if there are no \n in the appended/inserted text. Else it will execute it what you dont really want by jcompagne · 16 years ago
  7. 74ab637 remove unnecessary cast by apanchenk · 16 years ago v20090130
  8. a6ac9cb performance improvement, only call redraw() once not in the tokenizer loop by jcompagne · 16 years ago
  9. a13051a Refactored to properly support multi-line pasting. by ssanders · 16 years ago
  10. ccfd7dc dont alter selection if an action is triggered (ctrl/command X) because then that command doesnt work anymore. by jcompagne · 16 years ago
  11. 2024802 use && getSelectionCount() == 0 by apanchenk · 16 years ago
  12. b40591e save console history only for the debug console by apanchenk · 16 years ago
  13. 64b5016 fix for: select all text (of the current line) and the backspace didnt delete the text by jcompagne · 16 years ago
  14. 05baa6c save the history of ScriptConsoleHistory better detailFormatting for IValue by jcompagne · 16 years ago
  15. bf4ee63 FIXME implemented by apanchenk · 16 years ago v20081208-1354
  16. ad471f2 ScriptConsole refactoring - read stdout/stderr by apanchenk · 16 years ago
  17. 8b20e3a use red square as terminate button by apanchenk · 16 years ago
  18. bc4fe10 change how Interactive Console is disabled when there is now active debugger by apanchenk · 16 years ago
  19. 8e8d206 debug event listeners so that it is only active when there is a break by jcompagne · 16 years ago
  20. 98957ce * fixed bug caused NPE then displaying in console xml with hyper links by asobolev · 16 years ago v20081120-1419
  21. 35c6d15 added method to execute the specified code and display results by apanchenk · 16 years ago
  22. 2d06e8c change api, IScriptInterpreter.exec(String) now returns IScriptExecResult, so we can return output and error flag by apanchenk · 16 years ago
  23. 84dd3e0 new methods introduced to allow more flexibility by apanchenk · 16 years ago
  24. 4d2fa0c move viewer var declaration into the for body by apanchenk · 16 years ago
  25. ab8a157 added null check before viwer.dispose() call by apanchenk · 16 years ago
  26. 1ecd006 viewer.dispose(); viewer = null; if the implementation of the ScriptConsolePage.dispose() by apanchenk · 16 years ago
  27. 0144ae4 fixed typo in class name of ScriptConsoleStyledText by apanchenk · 16 years ago
  28. 7e13534 clear() only if this is first viewer by apanchenk · 16 years ago
  29. a2037bd do not output invitation if initial interpreter output was empty by apanchenk · 16 years ago v20080930
  30. 3b211ce register console only if it is created by apanchenk · 16 years ago
  31. b13c5f8 * Version update (DLTK-654) by asobolev · 16 years ago
  32. 9f801f1 Corrected externalization issues. by ssanders · 16 years ago
  33. 9628d4d Added support for ANSI Color Escape Codes, removed unused IConsoleStyleProvider configurability. by ssanders · 16 years ago
  34. 11a8fff * version 1.0 to 0.95 down grade by asobolev · 17 years ago
  35. 4775f4e * bug fixing * local user libraries are working by asobolev · 17 years ago
  36. 9465bef updating about files by aplatov · 17 years ago
  37. 32efe7c * some RSE related improvements by asobolev · 17 years ago
  38. 953c693 *fix by asobolev · 17 years ago
  39. 2dc63a3 auto format/cleanup by jcompagne · 17 years ago
  40. d1070cb everywhere default ExecurtionEnvironment to J2SE-1.4 (classpath and manifest) by jcompagne · 17 years ago
  41. 66e8f37 * some fixes by asobolev · 17 years ago
  42. 21ee234 *fixes by asobolev · 17 years ago
  43. 4d1e324 *fixes by asobolev · 17 years ago v20080417-2036
  44. 5d52bfd *fixes by asobolev · 17 years ago
  45. bb3c66c * initial consoles rework by asobolev · 17 years ago
  46. 0549e4f *fixes by asobolev · 17 years ago
  47. c80185c * fixes * testing icons support by asobolev · 17 years ago
  48. 6d5d1d3 Added overload constructor for backward-compatability. by ssanders · 17 years ago
  49. b261efe Added support for content coloring, corrected content assist action to use inherited binding. by ssanders · 17 years ago
  50. 2bc2c92 Added support for content coloring, corrected content assist action to use inherited binding. by ssanders · 17 years ago
  51. beba53b Corrected externalization warnings. by ssanders · 17 years ago
  52. 8300cf9 * fixes * Applied Michael patch for type hierarchies. by asobolev · 17 years ago
  53. 6cd9d74 Corrected all externalization warnings in DLTK Core and Ruby in order to enable a localized release. by ssanders · 17 years ago
  54. ed4ccc6 Corrected all externalization warnings in DLTK Core and Ruby in order to enable a localized release. by ssanders · 17 years ago
  55. c850742 *fixes by asobolev · 17 years ago
  56. 218b7b7 * version replace by asobolev · 17 years ago
  57. 4e16dfe Removed unused plugin dependencies by dkovalev · 17 years ago
  58. b7e0339 * Added correct minimal environment to plugin manifests. by asobolev · 17 years ago
  59. 7dbf97f * Using of JavaSE-1.4 for all projects by asobolev · 17 years ago v20070706
  60. 14811cf * fixes by asobolev · 17 years ago
  61. a5bea7f Name refactoring, removed unused and empty classes, added 'require' as ruby keyword. by dkovalev · 18 years ago
  62. 867a2db Restored TclConsole functionality, created ScriptLaunchUtil (instead of DLTKLaunchUtil), improved ruby ri documentation access. Removed ImageUtil class. by dkovalev · 18 years ago
  63. 2a6371f * build fixes * added (Incubation) to plugin names by asobolev · 18 years ago
  64. 2a32ac7 * chaning version to 0.9 by asobolev · 18 years ago
  65. 70c766f * about fixes. * validators creation dialog improved by asobolev · 18 years ago
  66. 36129c7 * applied patch from 188201 by mkalugin · 18 years ago
  67. e101c40 * ruby console improvements * bug fixes by mkalugin · 18 years ago
  68. e3b6daa * EPL headers * some cache optimizations by asobolev · 18 years ago
  69. c4b6874 * fixes by asobolev · 18 years ago
  70. 9ca094a * fixes by asobolev · 18 years ago
  71. 04961e2 * validator fixes by asobolev · 18 years ago
  72. 1685ae7 Fixed bugs #181338, #181342 by dkovalev · 18 years ago
  73. 40e9baf Import optimization, Handling of no interpreter, some code cleaning by dkovalev · 18 years ago
  74. 60260d2 Patch from Andrey Tarancov: by dkovalev · 18 years ago
  75. c6294ad + initial contribution of core, tcl, ruby source. by asobolev · 18 years ago