1. 5142307 Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
  2. 3655ae4 change versions to 3.0 by apanchenk · 13 years ago
  3. d0e941b change versions to 3.0 by apanchenk · 13 years ago
  4. b23b9bb update versions by apanchenk · 14 years ago
  5. dde0ff4 Eclipse formatting style by apanchenk · 14 years ago
  6. 6f5c366 generics by apanchenk · 14 years ago
  7. 08bdb93 ignore target/ folders by apanchenk · 14 years ago
  8. 805e8cf added maven/tycho build by aplatov · 14 years ago
  9. e8d698e no need to contribute actions to editor, since general contribution now works correctly by apanchenk · 15 years ago
  10. 076275f no need to contribute actions to editor, since general contribution now works correctly by apanchenk · 15 years ago
  11. 451eaa3 * Versions for core, tcl, ruby plugins by asobolev · 15 years ago
  12. 5411260 export org.eclipse.dltk.validators.internal.ui as internal by apanchenk · 15 years ago
  13. 30b074d use proper StatusInfo by apanchenk · 15 years ago
  14. 0e50ca4 J2SE-1.5 by apanchenk · 15 years ago v20090728-1822
  15. 48ff106 J2SE-1.5 by apanchenk · 15 years ago
  16. 571fa56 remove previously terminated validator consoles by apanchenk · 15 years ago
  17. 7c24782 prevent NPE if no commandLine by apanchenk · 15 years ago
  18. 7042ac6 * add API baseline analysis to all plugins by asobolev · 15 years ago
  19. 18e44af remove Incubation keyword by apanchenk · 15 years ago
  20. c3f3d50 use ICU by apanchenk · 15 years ago
  21. 0531d64 * Allow using of validators popup menu from resources view by asobolev · 15 years ago
  22. b2af031 getAttribute(String) method added by apanchenk · 16 years ago
  23. 32c93e3 change getAllValidators() signature by apanchenk · 16 years ago
  24. 0034e4b run with different configs by apanchenk · 16 years ago
  25. dd3efab removed @Override for interface methods by apanchenk · 16 years ago
  26. e3df384 action to show tcl checker command line by apanchenk · 16 years ago
  27. f6e2b82 formatting by apanchenk · 16 years ago
  28. 636cd46 actions are enabled only when validations are terminated by apanchenk · 16 years ago
  29. c2cf38d - add timestamp to the name of the validation console by apanchenk · 16 years ago
  30. 6ea2af5 validator management fixes by apanchenk · 16 years ago
  31. ca50b42 * some additional builder monitor cancel checks by asobolev · 16 years ago
  32. f7f2cd3 display only if (type.isBuiltin() && !type.isConfigurable()) by apanchenk · 16 years ago
  33. 0263869 version number changed to 1.0 by apanchenk · 16 years ago
  34. cfbbbe7 StandardVMType/J2SE-1.4 by apanchenk · 16 years ago
  35. 04f2bb0 fixed "close console" action by apanchenk · 16 years ago v20080718
  36. 31581a3 added checks that validatorType supports required interfaces by apanchenk · 16 years ago v20080716
  37. 814f1ef local var renamed by apanchenk · 16 years ago
  38. 8a29ab2 validators extending by apanchenk · 16 years ago
  39. c7ff5e6 unused code removed by apanchenk · 16 years ago
  40. c08e1b4 ancestor field remove - all needed information is available thru base class by apanchenk · 16 years ago
  41. 54e05cf isContributed(IValidator install) = return install.getValidatorType().isBuiltin() by apanchenk · 16 years ago
  42. ac188db formatting by apanchenk · 16 years ago
  43. 30c6713 add RemoveAllMarkers action only if there are some validators added by apanchenk · 16 years ago
  44. fbc368d AbstractValidateJob refactored from AbstractValidateSelectionWithConsole by apanchenk · 16 years ago
  45. 7c14de8 DLTK validators menu is automatically populated now by apanchenk · 16 years ago
  46. 157064f check that there are validators configured for the matching validator types by apanchenk · 16 years ago
  47. c184815 DEBUG = false by apanchenk · 16 years ago
  48. 1ac1608 popup menu commands - validate all/cleanup all by apanchenk · 16 years ago
  49. b8bac4b version increased to 0.95.1 by apanchenk · 16 years ago
  50. 30c40e1 contribute automatically populate DLTK Validators context sub-menu to the ScriptEditors by apanchenk · 16 years ago
  51. 0bae3f2 extracted method getConsoleName() by apanchenk · 16 years ago
  52. a3d5cd6 * tclchecker improvement by asobolev · 16 years ago
  53. 6aee068 * version 1.0 to 0.95 down grade by asobolev · 16 years ago
  54. 0cb24ab updating about files by aplatov · 16 years ago
  55. f7b8b8a *fixes by asobolev · 16 years ago
  56. 19fb1c6 *fixes by asobolev · 16 years ago
  57. b00d4ef - DLTKLanguageManager - removed unused exception declarations by asobolev · 16 years ago
  58. 6cd9d74 Corrected all externalization warnings in DLTK Core and Ruby in order to enable a localized release. by ssanders · 17 years ago
  59. ed4ccc6 Corrected all externalization warnings in DLTK Core and Ruby in order to enable a localized release. by ssanders · 17 years ago
  60. f6235be *fixes by asobolev · 17 years ago
  61. bd92d75 * fixes by asobolev · 17 years ago
  62. d5a11f1 *fixes by asobolev · 17 years ago
  63. 68ff26d * tcl checker fixed. by asobolev · 17 years ago
  64. aa74373 * bug 213568 patch applied by asobolev · 17 years ago v20080110
  65. b7af644 *fix by asobolev · 17 years ago
  66. 620dd70 * version replace by asobolev · 17 years ago
  67. 53a88fa Removed unused plugin dependencies by dkovalev · 17 years ago v20070717a
  68. 9855d1b * Added correct minimal environment to plugin manifests. by asobolev · 17 years ago
  69. e92968b * Using of JavaSE-1.4 for all projects by asobolev · 17 years ago
  70. 87ab9a0 Debugging updated. Partly added possibility to handle script language specific types during debugging. by dkovalev · 17 years ago
  71. 41d48c0 * NLS fixes. * removed Initialize Ruby Toolkit Job. Sometimes cases deadlock. by asobolev · 17 years ago
  72. 970feb6 Removed unused icons from plug-ins. by dkovalev · 17 years ago
  73. 56093b6 * fix by asobolev · 17 years ago
  74. f669d7f removing Java5 code by aplatov · 17 years ago v20070601c
  75. d56823c * validator external checker hyperlinks support by asobolev · 17 years ago v20070601b
  76. 0008498 * validator improvements by asobolev · 17 years ago v20070601a
  77. a3d4ebd * fixes by asobolev · 17 years ago
  78. b53f855 * fixes * some validator refactorings by asobolev · 17 years ago
  79. 29258d0 * build fixes * added (Incubation) to plugin names by asobolev · 17 years ago
  80. 96910bc * chaning version to 0.9 by asobolev · 17 years ago
  81. e3ce27a *fixes by asobolev · 17 years ago
  82. 2ed7f91 * patch applyed * validator improvements by asobolev · 17 years ago
  83. 740aa45 * validator improvements by asobolev · 17 years ago
  84. 7a09025 Launching modification by dkovalev · 17 years ago
  85. 0bf8f12 *fix by asobolev · 17 years ago
  86. a403999 * about fixes. * validators creation dialog improved by asobolev · 17 years ago
  87. 3f6086a * validator updates by asobolev · 17 years ago
  88. 64e6fd9 * DLTK Validators actions menu shown only for project for wich checkers are available. by asobolev · 17 years ago
  89. 4ee0b39 * cleanups. * eclipse 3.3 deprecation fixes. by asobolev · 17 years ago
  90. e308137 cleanup/branding by aplatov · 17 years ago
  91. 3b842a8 Debugging update and imports optimization by dkovalev · 17 years ago
  92. b5098f2 * EPL headers * some cache optimizations by asobolev · 17 years ago
  93. 06c6f3f Initial basic ruby debugger implementation. Preferecne ids refactoring. Adding DeployerHelper class. by dkovalev · 17 years ago
  94. e4f376e * active state fix by asobolev · 17 years ago
  95. 600ebdb fix by asobolev · 17 years ago
  96. 0b7bf7d fix by asobolev · 17 years ago
  97. 5304cab * validator fixes by asobolev · 17 years ago
  98. 6a31898 fix by asobolev · 17 years ago
  99. feec268 Validators fix by dkovalev · 17 years ago Root_R0_8
  100. dbacb42 *build fixes * java 1.4 fix by asobolev · 17 years ago