1. a316ec1 eclipse 3.6/3.7 compatibility by apanchenk · 14 years ago
  2. 88c2a5b NEW - bug 343062: ScriptCommonTab is not compatible with Eclipse Indigo by rganor · 14 years ago
  3. 147e8cd call destroy on the AbstractConole when a console page is being disposed by jcompagne · 14 years ago
  4. 2f210b4 multiple pages in Intreactive Console by apanchenk · 14 years ago
  5. 45ba4a6 patched from vlad for inline fixes and actions on views by jcompagne · 14 years ago
  6. 316e25f generics by apanchenk · 14 years ago
  7. 6e24e3a update versions by apanchenk · 14 years ago v20101211-0412
  8. 1a58e2c update versions by apanchenk · 14 years ago
  9. 08bdb93 ignore target/ folders by apanchenk · 14 years ago
  10. 805e8cf added maven/tycho build by aplatov · 14 years ago
  11. 35d9257 createSimpleFields() method extracted by apanchenk · 15 years ago
  12. fccab3b @Override by apanchenk · 15 years ago
  13. 2ca2b2e cache & dispose images by apanchenk · 15 years ago
  14. df17045 cache&dispose image by apanchenk · 15 years ago
  15. e45d9a7 * fix for interpreter name generation by asobolev · 15 years ago
  16. a29c8c1 nullpointer fix for: by jcompagne · 15 years ago
  17. ca7a8c7 refactoring validate if path is empty ("C:" is empty path) by apanchenk · 15 years ago
  18. 10aaf27 use Boolean.valueOf() instead of new Boolean by apanchenk · 15 years ago
  19. 844f252 introduce new getEnvironment() method to obtain environment even when new interpreter is being added by apanchenk · 15 years ago
  20. e145950 create console for remote debug sessions by apanchenk · 15 years ago
  21. 8dc52ae deprecate and extends org.eclipse.dltk.ui.viewsupport.ImageDescriptorRegistry by apanchenk · 15 years ago
  22. be6eda3 replace control chars in texts by apanchenk · 15 years ago
  23. d8e361a * Tcl interpreter configuration dialog display list of all available packages and allow to see package contents by asobolev · 15 years ago
  24. d474c6d formatting by apanchenk · 15 years ago
  25. 3fab23c * Wailt for process termination then calling for dltk.tcl script. Because if process is not yet terminated or destroyed from java, returned exit code is 143. by asobolev · 15 years ago v20091022-1407
  26. 2712fd8 * fix for browse button doesn't call for interprter validation by asobolev · 15 years ago v20091022-1254
  27. 247ca7e * Call validation on adding environment variables by asobolev · 15 years ago
  28. 8c775cc * Call validation from add/remove library locations by asobolev · 15 years ago
  29. 24889e7 * add since tags by asobolev · 15 years ago
  30. 9704811 * more correct validation of tcl interpreters by asobolev · 15 years ago
  31. c44a521 declare s as final by apanchenk · 15 years ago
  32. 89e87aa change order: location, then name by apanchenk · 15 years ago
  33. 5d6c8a3 *InterpreterComboBlock related refactoring by apanchenk · 15 years ago
  34. cbc4700 validateProject(): don't call for toolkit, just check if project has required nature by apanchenk · 15 years ago
  35. 313a549 final for OK_STATUS by apanchenk · 15 years ago
  36. 0f3b117 generics by apanchenk · 15 years ago
  37. b48a297 provide default implementation of showInterpreterPreferencePage() by apanchenk · 15 years ago
  38. 3dd5f8d null checks added by apanchenk · 15 years ago
  39. ec57d2f introduce new methods by apanchenk · 15 years ago
  40. d9ce7b0 formatting by apanchenk · 15 years ago
  41. 8d01a99 - breakOnFirstLinePrefEnabled() default implementation return false by apanchenk · 15 years ago
  42. 5916f6c buttons for debug console: - terminate - remove launch - remove all terminated by apanchenk · 15 years ago
  43. bd89560 generics, null check by apanchenk · 15 years ago
  44. 121ff57 remove monitor field by apanchenk · 15 years ago v20090910-1958
  45. d09108e null check added by apanchenk · 15 years ago
  46. 52cf00e * since tags by asobolev · 15 years ago
  47. 4db3bda console interaction reworked, now debug correctly reads stdout & stderr, so if debugger process dies before establishing dbgp session - we can see it's stdout+stderr output by apanchenk · 15 years ago
  48. cc1da62 * since tags by asobolev · 15 years ago v20090908-1616
  49. 1a56604 introduce ILaunchStatusHandlerExtension, so console remains on the screen in case of failure by apanchenk · 15 years ago
  50. ac3b119 don't allow this to be used in UI thread by apanchenk · 15 years ago
  51. b0567f2 increase visibility of getEnvironmentPaths() by apanchenk · 15 years ago
  52. a22d981 generics/@Overrides by apanchenk · 15 years ago
  53. 732b5ee CATCH_OUTPUT is specified as DLTK logging option by apanchenk · 15 years ago
  54. 247d377 added tests if IDebugTarget.getProcess() == null, which is the case for remote launches by apanchenk · 15 years ago
  55. d59024c BORDER around control displaying command line by apanchenk · 15 years ago v20090815
  56. a38530b null checks added by apanchenk · 15 years ago
  57. d60ce00 for search show ProgressMonitorDialog just from beginning by apanchenk · 15 years ago
  58. 4245a63 * Resolve tcl sources against environment variables by asobolev · 15 years ago
  59. 89f7588 * Versions for core, tcl, ruby plugins by asobolev · 15 years ago
  60. bec9bb0 LazyFileHandle moved to dltk.core by apanchenk · 15 years ago
  61. 91abd00 * added some singleton synchronization stuff by asobolev · 15 years ago
  62. 3e9599c * add since 2.0 tag by asobolev · 15 years ago
  63. 3550c3d allows to set breakpoints in files not identified as source modules by apanchenk · 15 years ago
  64. 73e5b69 * Applying patch from https://bugs.eclipse.org/bugs/show_bug.cgi?id=284411 with minor modifications by asobolev · 15 years ago
  65. e46c95c * Some @since 2.0 tags added by asobolev · 15 years ago
  66. aa0b953 a) create console when process is available, so processType condition works by apanchenk · 15 years ago v20090714-1507
  67. e439873 generics by apanchenk · 15 years ago
  68. 84af41f save additional objects with IInterpreterInstall by apanchenk · 15 years ago
  69. 912b3b2 * Adding @since tags by asobolev · 15 years ago
  70. 96b6c2e * Some plugin version are updated to 2.0 by asobolev · 15 years ago
  71. 61d9fa0 * add API baseline analysis to all plugins by asobolev · 15 years ago
  72. 9717fd1 generics by apanchenk · 15 years ago
  73. fd64e97 GlobalVariableBlock moved to dltk.tcl.ui by apanchenk · 15 years ago
  74. 5a04054 MultipleInputDialog moved to dltk.ui by apanchenk · 15 years ago
  75. ab42e89 save interpreter variables only when preference page is closed by apanchenk · 15 years ago v20090706-1722
  76. 7e19abe use common GridLayout for all blocks on the interprert page by apanchenk · 15 years ago
  77. 877679c increase extensibility by apanchenk · 15 years ago
  78. f3508eb remove unused code by apanchenk · 15 years ago
  79. e8d20f6 add labels by apanchenk · 15 years ago
  80. 7db086d annotations added by apanchenk · 15 years ago
  81. 2d2806f generics/formattin by apanchenk · 15 years ago
  82. bc04480 correctly handle if variable is renamed, avoid creation of duplicate variables by apanchenk · 15 years ago
  83. 41ff362 generics by apanchenk · 15 years ago
  84. eea3196 java 5 by apanchenk · 15 years ago
  85. dd77e01 validate script as URI by apanchenk · 15 years ago
  86. 595da62 pass current interpreter path to selectFile() by apanchenk · 15 years ago
  87. 90e3930 remove Incubation keyword by apanchenk · 16 years ago
  88. 953b74e * Tcl interpreter information fetching operation by asobolev · 16 years ago
  89. 74752e8 strip the name if the name still has dots in it xxx.yyy by jcompagne · 16 years ago
  90. c1a6680 merge: preference to log launch output - to debug RSE launching issues by apanchenk · 16 years ago
  91. 3812684 use NLS.bind() by apanchenk · 16 years ago
  92. 54d7fc0 use NLS.bind() by apanchenk · 16 years ago
  93. 46811a0 use NLS.bind() by apanchenk · 16 years ago
  94. ee59f9f use ICU by apanchenk · 16 years ago
  95. 184aaa4 use correct way to obtain current command line contents by apanchenk · 16 years ago
  96. adc458c getInterpreterType() -> protected by apanchenk · 16 years ago
  97. 6f731a3 more javadocs added by apanchenk · 16 years ago
  98. fb983da AddScriptInterpreterDialog is called via interface method + refactoring by apanchenk · 16 years ago
  99. ff2b3a9 refactoring to improve extensibility by apanchenk · 16 years ago
  100. 4795f13 use StatusInfo from public API by apanchenk · 16 years ago