1. f3e7eeb use ICompletionProposalInfo extracted interface instead of ProposalInfo class by Alex Panchenko · 12 years ago
  2. 6b7b4d8 SelectionListenerWithASTManager: cancel job when removing last listener by Alex Panchenko · 12 years ago
  3. 3010294 add method useful for testing folding providers by Alex Panchenko · 12 years ago
  4. dff49c1 [internal] generics in DefaultFoldingPreferenceConfigurationBlock by Alex Panchenko · 12 years ago
  5. 32db5fb ArchiveFolder.getElementInfo(monitor) overridden method removed as default implementation is fine. by Alex Panchenko · 12 years ago
  6. 383fa21 shortcut for launching dltk.ui.tests by Alex Panchenko · 12 years ago
  7. e5a9d62 SourceModuleInfoCache: cleanup on project/folder remove, check timestamp when obtaining cached data by Alex Panchenko · 12 years ago
  8. 0940fa5 NewSourceModulePage: formatting by Alex Panchenko · 12 years ago
  9. 29ad2b9 NewSourceModulePage.setFileText(name, canBeModified) method added by Alex Panchenko · 12 years ago
  10. 2eb7391 tests: increase visibility of UICompletionUtil.getDocument() by Alex Panchenko · 12 years ago
  11. 119b56c dltk.core.tests: add org.eclipse.dltk.annotations dependency by Alex Panchenko · 12 years ago
  12. 176ea72 tests: SourceModuleInfoCacheTest moved to dltk.core.tests by Alex Panchenko · 12 years ago
  13. 7a5c4e0 fix DLTKSearchScope.projectFragment(String) when scope is created based on source modules, bug 387751 by Alex Panchenko · 12 years ago
  14. f2a649b tests/ProjectSetup: more helper methods by Alex Panchenko · 12 years ago
  15. 97cdcc5 dltk.ui: add dltk.annotations dependency (why no error in the IDE?) by Alex Panchenko · 12 years ago
  16. d7cce52 outline: initially collapse methods/fields of a type if no nested types by Alex Panchenko · 12 years ago
  17. 089cb9f build: adjust test configuration in poms, remove old build scripts by Alex Panchenko · 12 years ago
  18. 63d60ee formatter/tests: support for ignored test cases by Alex Panchenko · 12 years ago
  19. 50b4476 tests: UICompletionUtil helper class for testing UI completions by Alex Panchenko · 12 years ago
  20. 1d14408 tests: ProjectSetup helper class to simplify workspace initialization in by Alex Panchenko · 12 years ago
  21. da1e35f ScriptTemplateProposal.toString() implemented for debug purposes by Alex Panchenko · 12 years ago
  22. 1262b0f CompletionProposalCategory: fix API: SubProgressMonitor -> IProgressMonitor by Alex Panchenko · 12 years ago
  23. 376d13e completion: stable sort order for the multiple proposals for the same keyword by Alex Panchenko · 12 years ago
  24. 4fc603d DocumentUtils.asCharSequence(IDocument) by Alex Panchenko · 12 years ago
  25. 4aca30b Fixed ScriptTemplateCompletionProcessor.getTemplates() implementation by Alex Panchenko · 12 years ago
  26. 5a0e9f6 ScriptTemplateAccess.getContextTypeIds() introduced by Alex Panchenko · 12 years ago
  27. 1266bdc Change version to 5.0.0 by Alex Panchenko · 12 years ago
  28. d427f28 cleanup by Alex Panchenko · 12 years ago
  29. 8a3dd4e testing: introduce ITestRunnerUIExtension2.prepareStackTraceCopy() by Alex Panchenko · 12 years ago
  30. 5af931a optimization: use MinimalEObjectImpl as base class for the generated cache model classes by Alex Panchenko · 12 years ago
  31. fa1da5a documentation: IDocumentationResponse.getText() method added by Alex Panchenko · 12 years ago
  32. 194f4e2 testing: add dltk.annotations dependency by Alex Panchenko · 12 years ago
  33. 2c5d260 testing: fire sessionTerminated() when ILaunch is terminated by Alex Panchenko · 12 years ago
  34. c5921dc fix failed tests by Alex Panchenko · 12 years ago
  35. aa23dac tests: copy field values from previous instance even when suite is created automatically by Alex Panchenko · 12 years ago
  36. 104cc2a testing: cleanup by Alex Panchenko · 12 years ago
  37. 0a9cca0 testing: introduce ITestRunnerUIExtension for finer control over reruns by Alex Panchenko · 12 years ago
  38. 3bbf9d4 generics by Alex Panchenko · 12 years ago
  39. c6956c5 tests: BundledProjectSetup sets suite name as the longest common prefix of all the contained suites by Alex Panchenko · 12 years ago
  40. c2bf0d9 model/binary: cleanup by Alex Panchenko · 12 years ago
  41. b0bdf52 FloatNumberRule by Alex Panchenko · 12 years ago
  42. 6aa131e ui.tests: don't extend SuiteOfTestCases when not needed by Alex Panchenko · 12 years ago
  43. 9b5944f ui.tests: eclipse code style by Alex Panchenko · 12 years ago
  44. 42fd0c7 tests: workaround for executing setUpSuite() when invoking standalone test by Alex Panchenko · 12 years ago
  45. 59973c4 core: execute ReconcileBuilder in SafeRunner by Alex Panchenko · 12 years ago
  46. 7c702a3 model: review exceptions thrown by internal methods by Alex Panchenko · 12 years ago
  47. b463c2c model/binary: minor optimization by Alex Panchenko · 12 years ago
  48. d57164d javadoc cleanup by Alex Panchenko · 12 years ago
  49. 4849126 ui/plugin: wrap workbench preShutdown hook with SafeRunnable, inspired by bug 391938 by Alex Panchenko · 12 years ago
  50. 0d45a1b update JDT project settings by Alex Panchenko · 12 years ago
  51. 3a1c130 search: improve toString() methods useful in debugging by Alex Panchenko · 12 years ago
  52. 38ecf39 ASTNode: generics by Alex Panchenko · 12 years ago
  53. 65e7879 ISourceElementRequestor: drop updateField() by Alex Panchenko · 12 years ago
  54. 73a130d AbstractBuildContext.getSourceContents() cache/reuse returned value by Alex Panchenko · 12 years ago
  55. 635923f SourceElementRequestorMode renamed by Alex Panchenko · 12 years ago
  56. e04454d model; small optimization in AbstractSourceModule.buildStructure() if no model providers by Alex Panchenko · 12 years ago
  57. c23e22e model: move getNameRange() from IMember to ISourceReference by Alex Panchenko · 12 years ago
  58. 40e0a6b javadocs for ISourceElementParser/ISourceElementRequestor by Alex Panchenko · 12 years ago
  59. c05dd21 testing: TestRunSession.reset: fCreatedTestCaseCount=0 just in case by Alex Panchenko · 12 years ago
  60. 7277bc1 testing: add synchronization when accessing testRunSessions by Alex Panchenko · 12 years ago
  61. 5e851b4 launching: use ListenerList from org.eclipse.core.runtime by Alex Panchenko · 12 years ago
  62. 9aca3e8 add dltk.annotations to feature - temporary while additional.bundles not supported by Tycho by Alex Panchenko · 12 years ago
  63. 57983b8 testing: don't restart ATTR_PRIVATE launch configurations by Alex Panchenko · 12 years ago
  64. dd96a9d testing: call adjustTotalCount() after new test was created, so TotalCount is always correct by Alex Panchenko · 12 years ago
  65. d1c9423 testing: javadocs by Alex Panchenko · 12 years ago
  66. 76542e1 testing: improve ITestRunListener2 API by Alex Panchenko · 12 years ago
  67. fbffa22 testing: don't try to open source file if no resolver by Alex Panchenko · 12 years ago
  68. f13f21f testing: ITestRunnerClient.startListening(ITestRunListener2 listener) method signature changed by Alex Panchenko · 12 years ago
  69. 7aa0080 additional.bundles doesn't work in tycho by Alex Panchenko · 12 years ago
  70. 4ec8ad8 testing: generics by Alex Panchenko · 12 years ago
  71. a5545e6 testing: generics by Alex Panchenko · 12 years ago
  72. 85708b1 internal: ValidationMultiStatus.toString() by Alex Panchenko · 12 years ago
  73. e332a3a testing: generics + some javadocs added by Alex Panchenko · 12 years ago
  74. 53cdac1 testing/testEnd: don't update testName if new value is empty by Alex Panchenko · 12 years ago
  75. f8f9c61 testing: DLTKTestingPlugin.showTestRunnerViewPartInActivePage() method introduced by Alex Panchenko · 12 years ago
  76. 9aa9764 fix NPE as ILaunch could be created without ILaunchConfiguration by Alex Panchenko · 12 years ago
  77. a31e62b @Internal annotation by Alex Panchenko · 12 years ago
  78. 9c7d4ae settings: Eclipse code style by Alex Panchenko · 12 years ago
  79. dee9e97 dltk.annotations compile time bundle by Alex Panchenko · 12 years ago
  80. 150f0a3 * Apply a patch for issue - Bug 390358 - Interpreters arguments quotes by Andrey Sobolev · 12 years ago
  81. b1069e7 editor: fix deactivation of "Link with Editor" in Outline, bug 360689 by Alex Panchenko · 12 years ago
  82. 78a7c09 editor/reconciler: ignore some element change events by Alex Panchenko · 12 years ago
  83. 2bd9175 completion/ui: don't generate multiple proposals for methods with optional parameters in context-information-mode by Alex Panchenko · 12 years ago
  84. 093ae7b internal: formatting by Alex Panchenko · 12 years ago
  85. 9a13d82 fixes for javadoc-like completion by Alex Panchenko · 12 years ago
  86. 6fbdb3b completion/ui: in proposal kind have no special handling then just create ScriptCompletionProposal without any special decorations by Alex Panchenko · 12 years ago
  87. 4c8570c completion: support for the optional method parameters by Alex Panchenko · 12 years ago
  88. 16bf8ba internal: deprecate ScriptExplorerPart.VIEW_ID by Alex Panchenko · 12 years ago
  89. e5098ee internal: better formatting for trace message in SourceModuleInfoCache by Alex Panchenko · 12 years ago
  90. b65bba4 CompletionProposalFilter by Alex Panchenko · 12 years ago
  91. 11ff380 introduce IBuildParticipantExtension4 - another approach for reporting IBuildParticipant dependencies by Alex Panchenko · 12 years ago
  92. c0628ce ui: new preferences to control the rendering of parameter names & types (by default only parameter names are displayed) by Alex Panchenko · 12 years ago
  93. d6f2bf4 SourceRange(ISourceNode) constructor by Alex Panchenko · 12 years ago
  94. 7ecd277 migration to tycho 0.15 by Alex Panchenko · 12 years ago
  95. 9062c04 ScriptElementImageProvider.getMethodImageDescriptor() returns DESC_METHOD_DEFAULT if not specified by Alex Panchenko · 12 years ago
  96. 281131f CODEASSIST_VISIBILITY_CHECK support reviewed by Alex Panchenko · 12 years ago
  97. 763e72d preferences: generify classes by Alex Panchenko · 12 years ago
  98. 3f9a962 BinaryType.newTypeHierarchy(IProgressMonitor) first similar to SourceType delegate to TypeHierarchyBuilders.getTypeHierarchy() [reported by Andrey Sobolev] by Alex Panchenko · 12 years ago
  99. b482f9c IBuildContextExtension.getDependents() by Alex Panchenko · 12 years ago
  100. 4700567 tests: validate if specified test bundle/project exists by Alex Panchenko · 12 years ago