1. afb8a90 Cleanup o.e.dltk.console.ui. by Alexander Kurtakov · 7 years ago
  2. 49009b9 Switch version to 5.5.0-SNAPSHOT by Kaloyan Raev · 8 years ago
  3. c36ffc7 Switch version to 5.4.0-SNAPSHOT by Kaloyan Raev · 8 years ago
  4. a3275c5 Switch version to 5.3.1-SNAPSHOT by Kaloyan Raev · 8 years ago
  5. 651d008 Update version number to 5.3.0-SNAPSHOT by Kaloyan Raev · 8 years ago
  6. 479f1b5 Switch version to 5.2.0-SNAPSHOT by Kaloyan Raev · 9 years ago
  7. 3adf800 Remove eclipse.inf files by Kaloyan Raev · 9 years ago
  8. 561c932 Change version to 5.1.1 by Kaloyan Raev · 9 years ago
  9. aa22754 Prepare repo for easier versioning by Kaloyan Raev · 9 years ago
  10. 9d62d3a Change version to 5.1 for Luna by Alex Panchenko · 9 years ago
  11. 4abf12b Normalize line endings in .classpath files by Alex Panchenko · 10 years ago
  12. bff5d43 move to java 6 by Johan Compagner · 10 years ago
  13. 2335383 fix for calling selectChanged when pressing shift-HOME then it should be by Johan Compagner · 10 years ago
  14. abd10f7 drag'n'drop support for text (just like paste) by Johan Compagner · 11 years ago
  15. 1266bdc Change version to 5.0.0 by Alex Panchenko · 11 years ago
  16. 9aa9764 fix NPE as ILaunch could be created without ILaunchConfiguration by Alex Panchenko · 11 years ago
  17. ac24639 Convert .cvsignore to .gitignore by Alex Panchenko · 11 years ago
  18. f239625 * include pack200 option to easy pack200 apply step by asobolev · 12 years ago
  19. 66d88a4 * tycho 0.12.0 based build update + poms for tcl*, ruby, javascript are updated by asobolev · 12 years ago
  20. 944f7af * bulk update of version to 4.0.0 by asobolev · 12 years ago
  21. 8d8a9b0 Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 12 years ago
  22. 9500c75 don't disable paste here (it is not enabled again when it should) by jcompagne · 12 years ago
  23. c948545 update versions by apanchenk · 13 years ago
  24. e5c4680 update versions by apanchenk · 13 years ago
  25. 6e24e3a update versions by apanchenk · 13 years ago v20101211-0412
  26. 08bdb93 ignore target/ folders by apanchenk · 13 years ago
  27. 805e8cf added maven/tycho build by aplatov · 13 years ago
  28. c2cf12e specify standard id for save action by apanchenk · 14 years ago v20091203-1154
  29. 380ae50 create script console only if RUN mode by apanchenk · 14 years ago
  30. 8276b7f disconnect from IStreamMonitors in dispose() by apanchenk · 14 years ago
  31. bd2d91c * Add since 2.0 tags by asobolev · 14 years ago
  32. 3f910e7 use IScriptConsole by apanchenk · 14 years ago
  33. c148514 action to open console for any available interpreter by apanchenk · 14 years ago
  34. 06ab469 always obtain IConsoleManager from ConsolePlugin by apanchenk · 14 years ago
  35. f4c5b20 * Versions for core, tcl, ruby plugins by asobolev · 14 years ago
  36. 5248bae * fix environment by asobolev · 14 years ago
  37. 2886add generics by apanchenk · 14 years ago
  38. b6fb608 * added some singleton synchronization stuff by asobolev · 14 years ago
  39. fcb80b2 * Some @since 2.0 tags added by asobolev · 14 years ago
  40. 08dd421 work around eclipse behavior.. by jcompagne · 14 years ago
  41. 62d40d7 * add API baseline analysis to all plugins by asobolev · 14 years ago
  42. 2801a0b use a sorted set to store the StyleRanges by jcompagne · 14 years ago
  43. ca8ea17 better support for paste (1 line/text) by jcompagne · 14 years ago
  44. 660a9c8 remove Incubation keyword by apanchenk · 14 years ago
  45. 6079c35 fix condition in handleCommand() by apanchenk · 14 years ago
  46. e10af74 - log errors to ScriptConsoleUIPlugin - use NLS.bind() instead of MessageFormat by apanchenk · 15 years ago
  47. 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 · 15 years ago
  48. 74ab637 remove unnecessary cast by apanchenk · 15 years ago v20090130
  49. a6ac9cb performance improvement, only call redraw() once not in the tokenizer loop by jcompagne · 15 years ago
  50. a13051a Refactored to properly support multi-line pasting. by ssanders · 15 years ago
  51. ccfd7dc dont alter selection if an action is triggered (ctrl/command X) because then that command doesnt work anymore. by jcompagne · 15 years ago
  52. 2024802 use && getSelectionCount() == 0 by apanchenk · 15 years ago
  53. b40591e save console history only for the debug console by apanchenk · 15 years ago
  54. 64b5016 fix for: select all text (of the current line) and the backspace didnt delete the text by jcompagne · 15 years ago
  55. 05baa6c save the history of ScriptConsoleHistory better detailFormatting for IValue by jcompagne · 15 years ago
  56. bf4ee63 FIXME implemented by apanchenk · 15 years ago v20081208-1354
  57. ad471f2 ScriptConsole refactoring - read stdout/stderr by apanchenk · 15 years ago
  58. 8b20e3a use red square as terminate button by apanchenk · 15 years ago
  59. bc4fe10 change how Interactive Console is disabled when there is now active debugger by apanchenk · 15 years ago
  60. 8e8d206 debug event listeners so that it is only active when there is a break by jcompagne · 15 years ago
  61. 98957ce * fixed bug caused NPE then displaying in console xml with hyper links by asobolev · 15 years ago v20081120-1419
  62. 35c6d15 added method to execute the specified code and display results by apanchenk · 15 years ago
  63. 2d06e8c change api, IScriptInterpreter.exec(String) now returns IScriptExecResult, so we can return output and error flag by apanchenk · 15 years ago
  64. 84dd3e0 new methods introduced to allow more flexibility by apanchenk · 15 years ago
  65. 4d2fa0c move viewer var declaration into the for body by apanchenk · 15 years ago
  66. ab8a157 added null check before viwer.dispose() call by apanchenk · 15 years ago
  67. 1ecd006 viewer.dispose(); viewer = null; if the implementation of the ScriptConsolePage.dispose() by apanchenk · 15 years ago
  68. 0144ae4 fixed typo in class name of ScriptConsoleStyledText by apanchenk · 15 years ago
  69. 7e13534 clear() only if this is first viewer by apanchenk · 15 years ago
  70. a2037bd do not output invitation if initial interpreter output was empty by apanchenk · 15 years ago v20080930
  71. 3b211ce register console only if it is created by apanchenk · 15 years ago
  72. b13c5f8 * Version update (DLTK-654) by asobolev · 15 years ago
  73. 9f801f1 Corrected externalization issues. by ssanders · 15 years ago
  74. 9628d4d Added support for ANSI Color Escape Codes, removed unused IConsoleStyleProvider configurability. by ssanders · 15 years ago
  75. 11a8fff * version 1.0 to 0.95 down grade by asobolev · 15 years ago
  76. 4775f4e * bug fixing * local user libraries are working by asobolev · 15 years ago
  77. 9465bef updating about files by aplatov · 15 years ago
  78. 32efe7c * some RSE related improvements by asobolev · 15 years ago
  79. 953c693 *fix by asobolev · 15 years ago
  80. 2dc63a3 auto format/cleanup by jcompagne · 15 years ago
  81. d1070cb everywhere default ExecurtionEnvironment to J2SE-1.4 (classpath and manifest) by jcompagne · 15 years ago
  82. 66e8f37 * some fixes by asobolev · 15 years ago
  83. 21ee234 *fixes by asobolev · 15 years ago
  84. 4d1e324 *fixes by asobolev · 15 years ago v20080417-2036
  85. 5d52bfd *fixes by asobolev · 15 years ago
  86. bb3c66c * initial consoles rework by asobolev · 15 years ago
  87. 0549e4f *fixes by asobolev · 15 years ago
  88. c80185c * fixes * testing icons support by asobolev · 15 years ago
  89. 6d5d1d3 Added overload constructor for backward-compatability. by ssanders · 16 years ago
  90. b261efe Added support for content coloring, corrected content assist action to use inherited binding. by ssanders · 16 years ago
  91. 2bc2c92 Added support for content coloring, corrected content assist action to use inherited binding. by ssanders · 16 years ago
  92. beba53b Corrected externalization warnings. by ssanders · 16 years ago
  93. 8300cf9 * fixes * Applied Michael patch for type hierarchies. by asobolev · 16 years ago
  94. 6cd9d74 Corrected all externalization warnings in DLTK Core and Ruby in order to enable a localized release. by ssanders · 16 years ago
  95. ed4ccc6 Corrected all externalization warnings in DLTK Core and Ruby in order to enable a localized release. by ssanders · 16 years ago
  96. c850742 *fixes by asobolev · 16 years ago
  97. 218b7b7 * version replace by asobolev · 16 years ago
  98. 4e16dfe Removed unused plugin dependencies by dkovalev · 16 years ago
  99. b7e0339 * Added correct minimal environment to plugin manifests. by asobolev · 16 years ago
  100. 7dbf97f * Using of JavaSE-1.4 for all projects by asobolev · 16 years ago v20070706