- 4062018 tests: improvements in helper utilities by Alex Panchenko · 12 years ago
- f0dab55 dltk.ui: generics/@Override annotations by Alex Panchenko · 12 years ago
- 758cf2b ICompletionEngine: some javadocs by Alex Panchenko · 12 years ago
- b6215bf extension point: fix documentation of completionEngine by Alex Panchenko · 12 years ago
- ddcadf8 cleanup: use InstanceScope.INSTANCE & DefaultScope.INSTANCE instead of deprecated constructors by Alex Panchenko · 12 years ago
- 8de571b javadoc for ProblemCategory.IMPORT by Alex Panchenko · 12 years ago
- 23c7336 Support for multiple interpreters returned from IInterpreterInstallType.detectInstallLocations() by Alex Panchenko · 12 years ago
- 7a2d8b4 ScriptRuntime: API improvements by Alex Panchenko · 12 years ago
- ea32a77 FileAsFileHandle.toString() implemented by Alex Panchenko · 12 years ago
- e9fc6a1 dltk.launching/ScriptRuntime cleanup by Alex Panchenko · 12 years ago
- 5faed5f preferences/localization: move messages to properties file, bug 398266, +minor cleanups by Alex Panchenko · 12 years ago
- b671a04 delta processing: fix updating project references by Alex Panchenko · 12 years ago
- f65d6ed editorTextHovers: docs and interface specified by Alex Panchenko · 12 years ago
- 48fe3a2 tests: improve helper utilities by Alex Panchenko · 12 years ago
- 63595c0 IScriptCompletionProposalFactory: annotate with @ExtensionPoint by Alex Panchenko · 12 years ago
- f0478fe ui: NewSourceModuleInPackagePage - new source module page with separate package field, bug 396906 by Jens Von Pilgrim by Alex Panchenko · 12 years ago
- 755a592 NewPackageWizardPage: increase visibility to protected for PACKAGE and packageChanged() by Alex Panchenko · 12 years ago
- e4a358c dltk.ui: use StatusInfo from non-internal package by Alex Panchenko · 12 years ago
- 355258b ScriptSourceViewerConfiguration: getAdditionalHyperlinkDetectorTargets() for detectors to be added after ModelElementHyperlinkDetector by Alex Panchenko · 12 years ago
- e2bc829 OpenTypeHierarchyUtil: if ILocalVariable then try to adapt it to IType by Alex Panchenko · 12 years ago
- ae0d2b4 ScriptDocumentationAccess.getDocumentation() signature review changing context parameter to IAdaptable type by Alex Panchenko · 12 years ago
- 5c04144 ModelElementHyperlinkDetector: implement IHyperlinkDetectorExtension by Alex Panchenko · 12 years ago
- e906afc OpenTypeHierarchyAction: generics/@Overrides by Alex Panchenko · 12 years ago
- 1dfc2c3 generics in org.eclipse.dltk.internal.ui.wizards by Alex Panchenko · 12 years ago
- 6a29d25 ISourceModuleWizardExtension docs by Alex Panchenko · 12 years ago
- 3d5a2a5 javadocs for CreateScriptFolderOperation and IProjectFragment.createScriptFolder() updated by Alex Panchenko · 12 years ago
- 1642307 CompletionProposalLabelProvider.decorateImageDescriptor() returns the same descriptor if no adornment flags by Alex Panchenko · 12 years ago
- 40e2aa6 ScriptElementImageDescriptor: support DEPRECATED flag by Alex Panchenko · 12 years ago
- fbd908f dltk.debug.ui: drop local deprecated ImageDescriptorRegistry, use one from dltk.ui by Alex Panchenko · 12 years ago
- d7d89aa some javadocs for TypeNameMatchLabelProvider by Alex Panchenko · 12 years ago
- 9052460 ISelectionEngine: extend the API to allow returning exact source ranges by Alex Panchenko · 12 years ago
- b01569a javadocs for IScriptProject, IProjectFragment, IScriptFolder, ISourceModule by Alex Panchenko · 12 years ago
- 49e2819 org.eclipse.dltk.ui.text.completion: generics/@Override by Alex Panchenko · 12 years ago
- 90957b8 editor/hover: use not deprecated constructor of DefaultInformationControl in getHoverControlCreator() by Alex Panchenko · 12 years ago
- 4b27a68 LazyScriptCompletionProposal: setProposalInfo() override bugfix + missing @Overrides by Alex Panchenko · 12 years ago
- 557c55c ScriptEditor: drop unused nested action class which is now available in AbstractTextEditor by Alex Panchenko · 12 years ago
- 063d6c9 javadocs for IOpenDelegate by Alex Panchenko · 12 years ago
- e3ead3c search: matching2 improvements by Alex Panchenko · 12 years ago
- 833f646 search: fix typo in SearchPatternProcessor.TypePattern class name by Alex Panchenko · 12 years ago
- f31088a IModelElement.getAncestor(Class<E> clazz) method added by Alex Panchenko · 12 years ago
- f65bafb ui: drop own copy of IInformationControlExtension4 and use it from jface by Alex Panchenko · 12 years ago
- ad243d9 PriorityDLTKExtensionManager: synchronizatin + generics, fixes bug 391938 by Alex Panchenko · 12 years ago
- cdc5e82 ISourceParserConfigurator interface introduced by Alex Panchenko · 12 years ago
- d665899 NLS: remove message files which are unused or doesn't make sense by Alex Panchenko · 12 years ago
- 913f48a SourceParserManager: don't force source parsers to extend AbstractSourceParser by Alex Panchenko · 12 years ago
- 9c88992 search: fix typo in SearchFor.ALL_OCCURRENCES by Alex Panchenko · 12 years ago
- fb8c22c dltk.ui: IScriptAnnotation getSourceStart(), getSourceEnd() methods added by Alex Panchenko · 12 years ago
- 368bb9d DLTKPluginImages loads IMG_CORRECTION_CHANGE, IMG_CORRECTION_ADD by Alex Panchenko · 12 years ago
- f3e7eeb use ICompletionProposalInfo extracted interface instead of ProposalInfo class by Alex Panchenko · 12 years ago
- 6b7b4d8 SelectionListenerWithASTManager: cancel job when removing last listener by Alex Panchenko · 12 years ago
- 3010294 add method useful for testing folding providers by Alex Panchenko · 12 years ago
- dff49c1 [internal] generics in DefaultFoldingPreferenceConfigurationBlock by Alex Panchenko · 12 years ago
- 32db5fb ArchiveFolder.getElementInfo(monitor) overridden method removed as default implementation is fine. by Alex Panchenko · 12 years ago
- e5a9d62 SourceModuleInfoCache: cleanup on project/folder remove, check timestamp when obtaining cached data by Alex Panchenko · 12 years ago
- 0940fa5 NewSourceModulePage: formatting by Alex Panchenko · 12 years ago
- 29ad2b9 NewSourceModulePage.setFileText(name, canBeModified) method added by Alex Panchenko · 12 years ago
- 7a5c4e0 fix DLTKSearchScope.projectFragment(String) when scope is created based on source modules, bug 387751 by Alex Panchenko · 12 years ago
- 97cdcc5 dltk.ui: add dltk.annotations dependency (why no error in the IDE?) by Alex Panchenko · 12 years ago
- d7cce52 outline: initially collapse methods/fields of a type if no nested types by Alex Panchenko · 12 years ago
- da1e35f ScriptTemplateProposal.toString() implemented for debug purposes by Alex Panchenko · 12 years ago
- 1262b0f CompletionProposalCategory: fix API: SubProgressMonitor -> IProgressMonitor by Alex Panchenko · 12 years ago
- 376d13e completion: stable sort order for the multiple proposals for the same keyword by Alex Panchenko · 12 years ago
- 4fc603d DocumentUtils.asCharSequence(IDocument) by Alex Panchenko · 12 years ago
- 4aca30b Fixed ScriptTemplateCompletionProcessor.getTemplates() implementation by Alex Panchenko · 12 years ago
- 5a0e9f6 ScriptTemplateAccess.getContextTypeIds() introduced by Alex Panchenko · 12 years ago
- 1266bdc Change version to 5.0.0 by Alex Panchenko · 12 years ago
- 8a3dd4e testing: introduce ITestRunnerUIExtension2.prepareStackTraceCopy() by Alex Panchenko · 12 years ago
- 5af931a optimization: use MinimalEObjectImpl as base class for the generated cache model classes by Alex Panchenko · 12 years ago
- fa1da5a documentation: IDocumentationResponse.getText() method added by Alex Panchenko · 12 years ago
- 194f4e2 testing: add dltk.annotations dependency by Alex Panchenko · 12 years ago
- 2c5d260 testing: fire sessionTerminated() when ILaunch is terminated by Alex Panchenko · 12 years ago
- 104cc2a testing: cleanup by Alex Panchenko · 12 years ago
- 0a9cca0 testing: introduce ITestRunnerUIExtension for finer control over reruns by Alex Panchenko · 12 years ago
- 3bbf9d4 generics by Alex Panchenko · 12 years ago
- c2bf0d9 model/binary: cleanup by Alex Panchenko · 12 years ago
- b0bdf52 FloatNumberRule by Alex Panchenko · 12 years ago
- 59973c4 core: execute ReconcileBuilder in SafeRunner by Alex Panchenko · 12 years ago
- 7c702a3 model: review exceptions thrown by internal methods by Alex Panchenko · 12 years ago
- b463c2c model/binary: minor optimization by Alex Panchenko · 12 years ago
- d57164d javadoc cleanup by Alex Panchenko · 12 years ago
- 4849126 ui/plugin: wrap workbench preShutdown hook with SafeRunnable, inspired by bug 391938 by Alex Panchenko · 12 years ago
- 3a1c130 search: improve toString() methods useful in debugging by Alex Panchenko · 12 years ago
- 38ecf39 ASTNode: generics by Alex Panchenko · 12 years ago
- 65e7879 ISourceElementRequestor: drop updateField() by Alex Panchenko · 12 years ago
- 73a130d AbstractBuildContext.getSourceContents() cache/reuse returned value by Alex Panchenko · 12 years ago
- 635923f SourceElementRequestorMode renamed by Alex Panchenko · 12 years ago
- e04454d model; small optimization in AbstractSourceModule.buildStructure() if no model providers by Alex Panchenko · 12 years ago
- c23e22e model: move getNameRange() from IMember to ISourceReference by Alex Panchenko · 12 years ago
- 40e0a6b javadocs for ISourceElementParser/ISourceElementRequestor by Alex Panchenko · 12 years ago
- c05dd21 testing: TestRunSession.reset: fCreatedTestCaseCount=0 just in case by Alex Panchenko · 12 years ago
- 7277bc1 testing: add synchronization when accessing testRunSessions by Alex Panchenko · 12 years ago
- 5e851b4 launching: use ListenerList from org.eclipse.core.runtime by Alex Panchenko · 12 years ago
- 57983b8 testing: don't restart ATTR_PRIVATE launch configurations by Alex Panchenko · 12 years ago
- dd96a9d testing: call adjustTotalCount() after new test was created, so TotalCount is always correct by Alex Panchenko · 12 years ago
- d1c9423 testing: javadocs by Alex Panchenko · 12 years ago
- 76542e1 testing: improve ITestRunListener2 API by Alex Panchenko · 12 years ago
- fbffa22 testing: don't try to open source file if no resolver by Alex Panchenko · 12 years ago
- f13f21f testing: ITestRunnerClient.startListening(ITestRunListener2 listener) method signature changed by Alex Panchenko · 12 years ago
- 7aa0080 additional.bundles doesn't work in tycho by Alex Panchenko · 12 years ago
- 4ec8ad8 testing: generics by Alex Panchenko · 12 years ago