1. 43fc6e6 initialize action as checkbutton by apanchenk · 16 years ago
  2. a5d6895 stack filtering added to the public API by apanchenk · 16 years ago
  3. b3f5215 remove deprecated/junit-specific extension points by apanchenk · 16 years ago
  4. 1b1628b type hierarchy improvements by apanchenk · 16 years ago
  5. db7249c type hierarchy improvements by apanchenk · 16 years ago
  6. db47fb1 protected boolean checkElement(Object element) method extracted by apanchenk · 16 years ago
  7. 2685758 super class references indexing fixed by apanchenk · 16 years ago
  8. 5576939 super class reference reporting improved by apanchenk · 16 years ago
  9. 3082957 - search history is per-language by apanchenk · 16 years ago
  10. 63bd79d checkNature() - added defaultValue parameter by apanchenk · 16 years ago
  11. 1680ad1 implements IScriptLanguageDependent by apanchenk · 16 years ago
  12. 2f5e0e4 introduce standard API to specify language for misc objects by apanchenk · 16 years ago
  13. f901324 use externalized error message by apanchenk · 16 years ago
  14. c02c3b8 unneccessary cast removed by apanchenk · 16 years ago
  15. 7fb6baa super class reference reporting added by apanchenk · 16 years ago
  16. 95b8e00 TypeDeclaration.resolveSuperClassReference(ASTNode node) method introduced by apanchenk · 16 years ago
  17. 77e09b4 use getTypeQualifiedName() by apanchenk · 16 years ago
  18. d2b6123 javadoc typos fixed by apanchenk · 16 years ago
  19. 90886af made methods protected so that they can be overridden by jcompagne · 16 years ago
  20. 888fba7 clean up some code now always using SelfCompletingReference for proposals by jcompagne · 16 years ago
  21. ac6d75a formatting by apanchenk · 16 years ago
  22. c73c6a1 formatting by apanchenk · 16 years ago
  23. cffc17b formatting by apanchenk · 16 years ago
  24. 0fedcdc getFullyQualifiedName() -> @deprecated by apanchenk · 16 years ago
  25. fc82718 Fix bug 246675 - patch contributed by Eden Klein by apeled · 16 years ago
  26. bb8c0ba optimize getAllTypes() by apanchenk · 16 years ago
  27. 21c6258 formatting by apanchenk · 16 years ago
  28. 3c6fd8a commented unused code by apanchenk · 16 years ago
  29. ce013f4 commented out unused "public int packageIndex = -1;" by apanchenk · 16 years ago
  30. 00f5b10 use own implementation of the org.eclipse.dltk.compiler.env.ISourceModule by apanchenk · 16 years ago
  31. 474f877 return CharOperation.NO_CHAR on error by apanchenk · 16 years ago
  32. 7658cb5 refactoring by apanchenk · 16 years ago
  33. 41f7503 inner class SourceCode extends CompilerSourceCode by apanchenk · 16 years ago
  34. 77e296a new implementation of the parseSourceModule() by apanchenk · 16 years ago v20080908-1933
  35. 3bc458d use new parseSourceModule() by apanchenk · 16 years ago
  36. 5d218e5 new implementation of the parseSourceModule() by apanchenk · 16 years ago
  37. 8f2f621 added the new method of ISourceModule by jcompagne · 16 years ago
  38. 0c5bc45 ISourceElementParser.parseSourceModule refactor char[] -> ISourceModule by jcompagne · 16 years ago
  39. b90975d use new method getContentsAsCharArray() by apanchenk · 16 years ago
  40. 69749f0 implementations of new method in org.eclipse.dltk.compiler.env.ISourceModule by apanchenk · 16 years ago
  41. 60c81d8 implementations of new method in org.eclipse.dltk.compiler.env.ISourceModule by apanchenk · 16 years ago
  42. fec34a8 implementations of the org.eclipse.dltk.compiler.env.ISourceModule by apanchenk · 16 years ago
  43. 77f8f98 added method to retrieve content as char[] by apanchenk · 16 years ago
  44. 9939124 FoldingStructureComputationContext class made static by apanchenk · 16 years ago
  45. 78a1615 fix type hierarchy view update by apanchenk · 16 years ago
  46. f60d78c resolveDuplicates() introduced and called for every handle to make it unique by apanchenk · 16 years ago
  47. 08dc74f getHandleMemento(): add occurenceCount if > 1 by apanchenk · 16 years ago
  48. 2d8ecfe * Display all documentation with horizontal lines by asobolev · 16 years ago v20080908-1501
  49. a6688c4 shorter return expression by apanchenk · 16 years ago
  50. 6f705f3 * fixes by asobolev · 16 years ago v20080908-1408
  51. 10662e2 modified the viewer to show method container - same as TypeInfoViewer by apeled · 16 years ago
  52. 3978fd9 removed the redundant "getPreferenceStore()" method from API NirC by ncohen · 16 years ago
  53. bbbc436 use Assert from org.eclipse.core.runtime by apanchenk · 16 years ago
  54. 025682c use Assert from org.eclipse.core.runtime by apanchenk · 16 years ago
  55. e1e3583 use Assert from org.eclipse.core.runtime by apanchenk · 16 years ago
  56. 4fd5af2 use "textLimit + 2" when calculating width (on Windows it looks better that way) by apanchenk · 16 years ago v20080905-1706
  57. cdef287 final for inner class fields by apanchenk · 16 years ago
  58. 0703b17 * revert hover control by asobolev · 16 years ago
  59. 9082632 remove commented code by apanchenk · 16 years ago
  60. ccdcde2 use CorrectionEngine.getProblemArguments() by apanchenk · 16 years ago
  61. 47a5b3a * NPE fixed by asobolev · 16 years ago
  62. 0c208cc * Problem display imrovement * fixed search in files without extension by asobolev · 16 years ago
  63. 4a490cc * Problem display imrovement * fixed search in files without extension by asobolev · 16 years ago
  64. aee7e23 OpenEditorAction_error_cannotopen_message=Test element not found in selected project by apanchenk · 16 years ago
  65. 3d0ea2f update testName in TEST_END by apanchenk · 16 years ago
  66. 2e8b507 RSpec launcher by apanchenk · 16 years ago
  67. 3ecf490 remove reconciled module from MixinModels just before indexing by apanchenk · 16 years ago
  68. 949f1d9 Fix #246086 (out of memory when building huge projects - don't read document contents when adding indexing job into queue, do it on demand) by mspector · 16 years ago
  69. 6da6b95 formatting by apanchenk · 16 years ago
  70. 6c861ab in getPerProjectInfoCheckExistence(IProject project) added check of the script nature (and existence as side effect) by apanchenk · 16 years ago
  71. 8ca064d mixin reindexing in reconcile by apanchenk · 16 years ago
  72. 5948d4f clear MixinModel if it's project is closed by apanchenk · 16 years ago
  73. a1c39ba use Assert from org.eclipse.core.runtime by apanchenk · 16 years ago
  74. 5a17aaf - enabled preferences choice for double-click on container (ScriptExplorerPart) by ncohen · 16 years ago
  75. 88a4cc8 call canRerun() with test case - so we don't display not working actions by apanchenk · 16 years ago
  76. 9190ca3 TestCaseElement.getClass*Name methods removed by apanchenk · 16 years ago
  77. 6242abe getTestMethodName() removed by apanchenk · 16 years ago
  78. 3adc7d3 removed deprecated code by apanchenk · 16 years ago
  79. 3b426f3 removed deprecated code by apanchenk · 16 years ago
  80. 59b9d12 pass ITestElement as parameter, so we don't need to pass separate parameters for class and method names by apanchenk · 16 years ago
  81. 9195943 removed call to the #getTestMethodName() by apanchenk · 16 years ago
  82. 4c40078 getTestStartedMessage(ITestCaseElement caseElement) method added to the ITestRunnerUI interface -- removing references to the #getTestMethodName() by apanchenk · 16 years ago
  83. f06c2f9 remove some of the references to the getTestMethod() by apanchenk · 16 years ago
  84. 5d4139f NON-NLS comment corrected by apanchenk · 16 years ago
  85. 5d598a2 adjust total test count if already collected number of tests greater than it by apanchenk · 16 years ago
  86. 1f2c6da inner classes are static by apanchenk · 16 years ago
  87. 770947d * fix tests * IncrTcl/XOTcl completion for super types fixed (DLTK-666) by asobolev · 16 years ago
  88. ddbd55f enhancements by apanchenk · 16 years ago
  89. 0790073 * Build path validation for external folders fixed. (DLTK-599) by asobolev · 16 years ago v20080902
  90. 9166907 * Fixed NPE then running Ruby script then include gem path. (DLTK-478) [241609] by asobolev · 16 years ago
  91. e9aa285 comment updated by apanchenk · 16 years ago
  92. 1d7b988 getTestName() method added by apanchenk · 16 years ago
  93. 750a6ea ISearchPatternProcessor - documentation, fixed typo in method name by apanchenk · 16 years ago
  94. fbe69c9 resolveElement(...) should not be here - it is requested thru getAdapter() by apanchenk · 16 years ago
  95. b32c3ab introduced new ITestElementResolver, old resolver code is called if there is no new implementation by apanchenk · 16 years ago
  96. 30add10 handleDefaultSelected() -> protected by apanchenk · 16 years ago
  97. 2604957 formatting by apanchenk · 16 years ago
  98. 4d1f41f - ITestRunnerUI interface introduced by apanchenk · 16 years ago
  99. 41a9a62 ID_EXTENSION_POINT_TEST_KINDS removed by apanchenk · 16 years ago
  100. 199f283 use CharOperation.NO_STRINGS instead of new String[0] by apanchenk · 16 years ago