1. 1d7b988 getTestName() method added by apanchenk · 16 years ago
  2. 750a6ea ISearchPatternProcessor - documentation, fixed typo in method name by apanchenk · 16 years ago
  3. fbe69c9 resolveElement(...) should not be here - it is requested thru getAdapter() by apanchenk · 16 years ago
  4. b32c3ab introduced new ITestElementResolver, old resolver code is called if there is no new implementation by apanchenk · 16 years ago
  5. 30add10 handleDefaultSelected() -> protected by apanchenk · 16 years ago
  6. 2604957 formatting by apanchenk · 16 years ago
  7. 4d1f41f - ITestRunnerUI interface introduced by apanchenk · 16 years ago
  8. 41a9a62 ID_EXTENSION_POINT_TEST_KINDS removed by apanchenk · 16 years ago
  9. 199f283 use CharOperation.NO_STRINGS instead of new String[0] by apanchenk · 16 years ago
  10. 9af6114 unused import removed by apanchenk · 16 years ago
  11. 5f7a159 limit depth of the recursive calls by apanchenk · 16 years ago
  12. 136896e attribute renamed to the LAUNCH_ATTR_KEY and related operations rewritten by apanchenk · 16 years ago
  13. 017f686 formatter by apanchenk · 16 years ago
  14. 1cae111 move ATTR constant to the DLTKTestingConstants by apanchenk · 16 years ago
  15. 0d897ed unused files removed by apanchenk · 16 years ago
  16. f7c4073 Bundle-ActivationPolicy: lazy added by apanchenk · 16 years ago
  17. 5bea2bc ITestingEngine moved to dltk.testing, unused *TestKind* classes removed by apanchenk · 16 years ago
  18. 62b6dca call setMappedResources() for the launch configuration by apanchenk · 16 years ago
  19. 75cfd31 fMode -> final by apanchenk · 16 years ago
  20. c870022 project and script are auto detected only in setDefaults() by apanchenk · 16 years ago
  21. e387ce6 project and script are auto detected only in setDefaults() by apanchenk · 16 years ago
  22. 21681d7 automatic validation on changes by apanchenk · 16 years ago
  23. c56408a messages extracted by apanchenk · 16 years ago
  24. 91752c7 constants added by apanchenk · 16 years ago v20080827
  25. c608675 catch AssertionFailedException & IllegalArgumentException by apanchenk · 16 years ago
  26. 616e80e use String.valueOf(scriptFile) to prevent NPE by apanchenk · 16 years ago
  27. ae5354d messages added by apanchenk · 16 years ago
  28. e7e87ac autodetect gd.horizontalSpan for the debug options group by apanchenk · 16 years ago
  29. 06096dd don't touch font for individual controls by apanchenk · 16 years ago
  30. 367cd4c formatting in getTrigger() by apanchenk · 16 years ago
  31. d1421ea test that parent is IConfigurationElement before try to acquire nature from it by apanchenk · 16 years ago
  32. 7f4ce07 constants moved to the public API by apanchenk · 16 years ago
  33. d7b1896 launch configurations validation rewritten by apanchenk · 16 years ago
  34. d9bf8b9 ruby testing launch configuration UI by apanchenk · 16 years ago
  35. 5f305d0 ruby testing launch configuration UI by apanchenk · 16 years ago
  36. 52df0c7 allow more control over created fields by apanchenk · 16 years ago
  37. 89f3f51 createControl(Composite parent) not final by apanchenk · 16 years ago
  38. 6876094 isValidToolkit() is not used anymore by apanchenk · 16 years ago
  39. 758ce7f fixed typo in var/method names by apanchenk · 16 years ago
  40. 9098879 refactorings + optimizations + new virtual funtions introduced by apanchenk · 16 years ago
  41. 0f5a51f - refactoring - prevent NPE when project is closed and environment is null by apanchenk · 16 years ago
  42. 0daec52 public static ILaunchConfiguration fixMappedResources(ILaunchConfiguration config) method introduced by apanchenk · 16 years ago
  43. cc97bb9 for zip entries build full paths(with environment id) by apanchenk · 16 years ago
  44. b7046f2 user libraries management for Ruby by apanchenk · 16 years ago
  45. 4542ba8 comments for some of the flags by apanchenk · 16 years ago
  46. 254401e using isLocal() by apanchenk · 16 years ago
  47. a738bb7 using isLocal() by apanchenk · 16 years ago
  48. 2cb4652 IEnvironment.isLocal() method added by apanchenk · 16 years ago
  49. 6b85579 IEnvironment.isLocal() method added by apanchenk · 16 years ago
  50. 76e839b s/Junit test/unit test/ by apanchenk · 16 years ago
  51. 2997910 register all available launches at start() because the 1st launch is created before this plugin is initialized so we need this workaround by apanchenk · 16 years ago
  52. aa6afac ERR_NO_SOCKET_AVAILABLE error code added by apanchenk · 16 years ago
  53. ddc8d01 ITestingModel interface introduced, initialize server socket to accept connection from the started test by apanchenk · 16 years ago
  54. 94964d8 case insensitive path comparision on windows when looking for external modules - to be sure we use external module instead of DBGP-requested ones by apanchenk · 16 years ago
  55. 33b7617 return CharOperation.NO_CHAR instead of new char[0] by apanchenk · 16 years ago
  56. 4ab01dd IPathEquality extracted by apanchenk · 16 years ago
  57. 3f62c3d thread renamed by apanchenk · 16 years ago
  58. 65505bb implements ITestRunnerClient by apanchenk · 16 years ago
  59. 17d1c8d TestRunnerClient over socket by apanchenk · 16 years ago
  60. 937d787 ITestRunnerClient interface introduced by apanchenk · 16 years ago
  61. 7ae987b addOperation(Runnable) method introduced to simplify code by apanchenk · 16 years ago
  62. 1a26bcf RRunner removed - call SafeRunner directly by apanchenk · 16 years ago
  63. c03286c Quick views (outline and hierarchy) were missed from the context menu by apanchenk · 16 years ago
  64. 73eb04f formatting by apanchenk · 16 years ago
  65. b1db7b9 refactoring by apanchenk · 16 years ago
  66. bc6e994 fix disposeVariableLabelProviders() by apanchenk · 16 years ago
  67. bc6da6d if ATTR_ENVIRONMENT_VARIABLES then use native environment by apanchenk · 16 years ago
  68. d0a14bd ATTR_APPEND_ENVIRONMENT_VARIABLES is true by default by apanchenk · 16 years ago
  69. df14cf8 unused imports removed by apanchenk · 16 years ago v20080819
  70. 0927abf evaluate problems as you type" by apanchenk · 16 years ago
  71. 1bf88e2 register listener for the HANDLE_TEMPORARY_PROBLEMS property by apanchenk · 16 years ago
  72. bc10d0a use StatusInfo.OK_STATUS instead of Status.OK_STATUS since getMessage() should return null by apanchenk · 16 years ago
  73. 2f046e2 optimize getChildren() and protect OK_STATUS from modifications by apanchenk · 16 years ago
  74. 5c554ec public static void initializeDefaultValues(IPreferenceStore store, boolean commonPreferences) method signature changed by apanchenk · 16 years ago
  75. 68f4480 createCheckButton() version with only two parameters by apanchenk · 16 years ago
  76. 961f1dc Test for the ModelElementUtil.getPackageAndSubpackages(IScriptFolder) method by apanchenk · 16 years ago
  77. 3297029 fixed ModelElementUtil.getPackageAndSubpackages() - starting package was added twice by apanchenk · 16 years ago
  78. d9b52ae DLTK-664 Launch Configuration - Environment - append mode should override any native values by apanchenk · 16 years ago
  79. 726f270 DLTK-660 script explorer empty parent filtering bug in hierarchical package presentation (the folder was filtered when it have subfolders but have no files) by apanchenk · 16 years ago v20080818
  80. 6badfde comment formatting by apanchenk · 16 years ago
  81. 5461e48 clear single project model (until destroy will be implemented) by apanchenk · 16 years ago
  82. 1b7fadc change type of the splitLines() parameter to the CharSequence by apanchenk · 16 years ago
  83. d8c2301 toBufferedInputStream() method extracted by apanchenk · 16 years ago
  84. b826ea2 undeprecated workspace constructor by apanchenk · 16 years ago
  85. 7cfeaa5 mixin model - project isolation by apanchenk · 16 years ago
  86. f0bcdae use IndexManager.SPECIAL_MIXIN constant by apanchenk · 16 years ago
  87. f3bca12 testcase for the last ModelManager.determineIfOnBuildpath(IResource resource,IScriptProject project) change by apanchenk · 16 years ago
  88. 7a84b49 IModelElement determineIfOnBuildpath(IResource,IScriptProject) - check that resource is not excluded from the ProjectFragment by apanchenk · 16 years ago
  89. a803997 J2SE-1.4 by apanchenk · 16 years ago
  90. 20aca80 more tests added by apanchenk · 16 years ago
  91. 8cdaabf test for CommandLine.add(String[]) by apanchenk · 16 years ago
  92. ef77794 add(String[] parts) fixed toString() implemented by apanchenk · 16 years ago v20080815-1547
  93. 4c370d9 fixed typo in method name by apanchenk · 16 years ago
  94. b15dab0 do not try to add external document to the index if content could not be retrieved (the change also removes "potential NPE" warning) by apanchenk · 16 years ago
  95. a82d58b * Version update (DLTK-654) by asobolev · 16 years ago v20080815-1326
  96. 356b93b * Version update (DLTK-654) by asobolev · 16 years ago
  97. 0722f17 * Version update (DLTK-654) by asobolev · 16 years ago
  98. bf3943c * Version update (DLTK-654) by asobolev · 16 years ago
  99. 717678c * Version update (DLTK-654) by asobolev · 16 years ago
  100. 753f220 * Version update (DLTK-654) by asobolev · 16 years ago