1. 1626617 * use kepler to build DLTK, some mac related build fixes. by Andrey Sobolev · 11 years ago
  2. b83992f * Applied patch for issue Bug 412550 by Andrey Sobolev · 11 years ago
  3. 5c7f72e * Applied patch from issue Bug 412549 by Andrey Sobolev · 11 years ago
  4. 87b8b25 added about.html to annotations by Alex Panchenko · 11 years ago Root_R5_0_maintenance
  5. 24f22b4 RenameModelElementProcessor.createReplaceEdit(SearchMatch) extracted, bug 406113 by Alex Panchenko · 11 years ago
  6. 02a9134 check by default the "no sort" by Ovidiu Buligan · 11 years ago
  7. 32b75b9 sorting support in the testing view by Ovidiu Buligan · 11 years ago
  8. e0d1c62 bug 405819 - sort items of auto_dependencies buildpath attribute by Alex Panchenko · 11 years ago
  9. f053c7c fix in BuiltinProjectFragment.getRawBuildpathEntry() by Alex Panchenko · 11 years ago
  10. 4ffa624 copy/paste/cut/selectall support for the multi line input field. by Johan Compagner · 11 years ago
  11. 2335383 fix for calling selectChanged when pressing shift-HOME then it should be by Johan Compagner · 11 years ago
  12. 5cf777a tests: fix running on windows by Alex Panchenko · 11 years ago
  13. 2dae687 fix exception from buildpath changes on windows, bug 401623 by Alex Panchenko · 11 years ago
  14. 15af04a show execution times by Johan Compagner · 11 years ago
  15. abd10f7 drag'n'drop support for text (just like paste) by Johan Compagner · 12 years ago
  16. a2bda6d launching: ScriptRuntime checks interpreter settings in default scope as well by Alex Panchenko · 12 years ago
  17. 39f29b6 removed the totalCount++ because that is already done in the by Johan Compagner · 12 years ago
  18. 9aa0357 dltk.ui: fix extension point name by Alex Panchenko · 12 years ago
  19. 25d8493 releng: fix name in .project of target platform by Alex Panchenko · 12 years ago
  20. 43d5558 CompletionProposalFlag: type safe way to add boolean flags to CompletionProposal by Alex Panchenko · 12 years ago
  21. 1340b23 tests: CodeCompletionResult - get(name), get(kind,name) methods added by Alex Panchenko · 12 years ago
  22. 0fa5b06 tests: fix excludes in FileUtil.copyDirectory() by Alex Panchenko · 12 years ago
  23. 3e73572 builder: improve rebuild of dependents by Alex Panchenko · 12 years ago
  24. 0536b2d use non-deprecated ScriptProject.getExpandedBuildpath() by Alex Panchenko · 12 years ago
  25. 11997af IncrementalProjectChange: fix getDeletedPaths() by Alex Panchenko · 12 years ago
  26. 6629429 IBuildContext.recordDependency(path,flags) added by Alex Panchenko · 12 years ago
  27. 254122b buildpath delta improvements by Alex Panchenko · 12 years ago
  28. cbdaf45 ScriptCompletionEngine: cleanup and increase visibility of some members by Alex Panchenko · 12 years ago
  29. 4178eb6 improve events for buildpath operations by Alex Panchenko · 12 years ago
  30. ed4cbc0 tests.buildpath: formatting/cleanup by Alex Panchenko · 12 years ago
  31. bee470e SetContainerOperation: fire model change events by Alex Panchenko · 12 years ago
  32. 75fcf7b builder: improve rebuild of import problems on incremental builds. by Alex Panchenko · 12 years ago
  33. f71b5a0 CodeAssistUtil.on(IFile) factory method by Alex Panchenko · 12 years ago
  34. 4062018 tests: improvements in helper utilities by Alex Panchenko · 12 years ago
  35. f0dab55 dltk.ui: generics/@Override annotations by Alex Panchenko · 12 years ago
  36. 758cf2b ICompletionEngine: some javadocs by Alex Panchenko · 12 years ago
  37. b6215bf extension point: fix documentation of completionEngine by Alex Panchenko · 12 years ago
  38. 71610ec ProjectSetup test utils improvements by Alex Panchenko · 12 years ago
  39. ddcadf8 cleanup: use InstanceScope.INSTANCE & DefaultScope.INSTANCE instead of deprecated constructors by Alex Panchenko · 12 years ago
  40. 8de571b javadoc for ProblemCategory.IMPORT by Alex Panchenko · 12 years ago
  41. 23c7336 Support for multiple interpreters returned from IInterpreterInstallType.detectInstallLocations() by Alex Panchenko · 12 years ago
  42. 7a2d8b4 ScriptRuntime: API improvements by Alex Panchenko · 12 years ago
  43. ea32a77 FileAsFileHandle.toString() implemented by Alex Panchenko · 12 years ago
  44. e9fc6a1 dltk.launching/ScriptRuntime cleanup by Alex Panchenko · 12 years ago
  45. 5faed5f preferences/localization: move messages to properties file, bug 398266, +minor cleanups by Alex Panchenko · 12 years ago
  46. bc1a94a tests: improve utilities for creating prepared projects by Alex Panchenko · 12 years ago
  47. b671a04 delta processing: fix updating project references by Alex Panchenko · 12 years ago
  48. f65d6ed editorTextHovers: docs and interface specified by Alex Panchenko · 12 years ago
  49. 48fe3a2 tests: improve helper utilities by Alex Panchenko · 12 years ago
  50. 63595c0 IScriptCompletionProposalFactory: annotate with @ExtensionPoint by Alex Panchenko · 12 years ago
  51. 1579d9a tests: CodeAssistUtil.CodeCompletionResult.assertEquals(String...) signature changed by Alex Panchenko · 12 years ago
  52. 6e84ed9 test helper methods in CodeAssistUtil by Alex Panchenko · 12 years ago
  53. 1a2b506 test helper methods for code completion by Alex Panchenko · 12 years ago
  54. 7cb70b6 test helper methods: ProjectSetup.build(), ProblemTestUtil.assertProblemCount() by Alex Panchenko · 12 years ago
  55. 194e5ad pom: core.targetplatform with JUnit 4.10 by Alex Panchenko · 12 years ago
  56. 7763da4 test helper utils by Alex Panchenko · 12 years ago
  57. f0478fe ui: NewSourceModuleInPackagePage - new source module page with separate package field, bug 396906 by Jens Von Pilgrim by Alex Panchenko · 12 years ago
  58. 1aeb55a helper methods for UI tests: closeIntro(), processEvents() by Alex Panchenko · 12 years ago
  59. 755a592 NewPackageWizardPage: increase visibility to protected for PACKAGE and packageChanged() by Alex Panchenko · 12 years ago
  60. e4a358c dltk.ui: use StatusInfo from non-internal package by Alex Panchenko · 12 years ago
  61. 355258b ScriptSourceViewerConfiguration: getAdditionalHyperlinkDetectorTargets() for detectors to be added after ModelElementHyperlinkDetector by Alex Panchenko · 12 years ago
  62. e2bc829 OpenTypeHierarchyUtil: if ILocalVariable then try to adapt it to IType by Alex Panchenko · 12 years ago
  63. ae0d2b4 ScriptDocumentationAccess.getDocumentation() signature review changing context parameter to IAdaptable type by Alex Panchenko · 12 years ago
  64. 5c04144 ModelElementHyperlinkDetector: implement IHyperlinkDetectorExtension by Alex Panchenko · 12 years ago
  65. e906afc OpenTypeHierarchyAction: generics/@Overrides by Alex Panchenko · 12 years ago
  66. 1dfc2c3 generics in org.eclipse.dltk.internal.ui.wizards by Alex Panchenko · 12 years ago
  67. 6a29d25 ISourceModuleWizardExtension docs by Alex Panchenko · 12 years ago
  68. 3d5a2a5 javadocs for CreateScriptFolderOperation and IProjectFragment.createScriptFolder() updated by Alex Panchenko · 12 years ago
  69. 1642307 CompletionProposalLabelProvider.decorateImageDescriptor() returns the same descriptor if no adornment flags by Alex Panchenko · 12 years ago
  70. 40e2aa6 ScriptElementImageDescriptor: support DEPRECATED flag by Alex Panchenko · 12 years ago
  71. fbd908f dltk.debug.ui: drop local deprecated ImageDescriptorRegistry, use one from dltk.ui by Alex Panchenko · 12 years ago
  72. d7d89aa some javadocs for TypeNameMatchLabelProvider by Alex Panchenko · 12 years ago
  73. 9052460 ISelectionEngine: extend the API to allow returning exact source ranges by Alex Panchenko · 12 years ago
  74. b01569a javadocs for IScriptProject, IProjectFragment, IScriptFolder, ISourceModule by Alex Panchenko · 12 years ago
  75. 49e2819 org.eclipse.dltk.ui.text.completion: generics/@Override by Alex Panchenko · 12 years ago
  76. 90957b8 editor/hover: use not deprecated constructor of DefaultInformationControl in getHoverControlCreator() by Alex Panchenko · 12 years ago
  77. d1310c9 tests/ProjectSetup: some javadocs added by Alex Panchenko · 12 years ago
  78. 4b27a68 LazyScriptCompletionProposal: setProposalInfo() override bugfix + missing @Overrides by Alex Panchenko · 12 years ago
  79. 557c55c ScriptEditor: drop unused nested action class which is now available in AbstractTextEditor by Alex Panchenko · 12 years ago
  80. 063d6c9 javadocs for IOpenDelegate by Alex Panchenko · 12 years ago
  81. e3ead3c search: matching2 improvements by Alex Panchenko · 12 years ago
  82. 7dfa79e deprecate @Skip by Alex Panchenko · 12 years ago
  83. 4dc8ec6 tests: helper classes for search and code assist by Alex Panchenko · 12 years ago
  84. 833f646 search: fix typo in SearchPatternProcessor.TypePattern class name by Alex Panchenko · 12 years ago
  85. f31088a IModelElement.getAncestor(Class<E> clazz) method added by Alex Panchenko · 12 years ago
  86. f65bafb ui: drop own copy of IInformationControlExtension4 and use it from jface by Alex Panchenko · 12 years ago
  87. 7f86591 tests: TestSupport.ignored() also checks @Ignore annotation by Alex Panchenko · 12 years ago
  88. ad243d9 PriorityDLTKExtensionManager: synchronizatin + generics, fixes bug 391938 by Alex Panchenko · 12 years ago
  89. cdc5e82 ISourceParserConfigurator interface introduced by Alex Panchenko · 12 years ago
  90. d665899 NLS: remove message files which are unused or doesn't make sense by Alex Panchenko · 12 years ago
  91. 913f48a SourceParserManager: don't force source parsers to extend AbstractSourceParser by Alex Panchenko · 12 years ago
  92. 9c88992 search: fix typo in SearchFor.ALL_OCCURRENCES by Alex Panchenko · 12 years ago
  93. 521f80b tests: introduce UICompletionUtil.openEditor(ISourceModule) method by Alex Panchenko · 12 years ago
  94. 3e3e269 tests: ProjectSetup.Option.WAIT_INDEXES_READY by Alex Panchenko · 12 years ago
  95. 89715a0 tests: support for notYetImplemented() in junit4 tests by Alex Panchenko · 12 years ago
  96. fb8c22c dltk.ui: IScriptAnnotation getSourceStart(), getSourceEnd() methods added by Alex Panchenko · 12 years ago
  97. 368bb9d DLTKPluginImages loads IMG_CORRECTION_CHANGE, IMG_CORRECTION_ADD by Alex Panchenko · 12 years ago
  98. 5095075 tests: improve helper classes ProjectSetup & UICompletionUtil by Alex Panchenko · 12 years ago
  99. f3e7eeb use ICompletionProposalInfo extracted interface instead of ProposalInfo class by Alex Panchenko · 12 years ago
  100. 6b7b4d8 SelectionListenerWithASTManager: cancel job when removing last listener by Alex Panchenko · 12 years ago