- 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
- 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
- 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
- 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
- f65bafb ui: drop own copy of IInformationControlExtension4 and use it from jface 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
- 0940fa5 NewSourceModulePage: formatting by Alex Panchenko · 12 years ago
- 29ad2b9 NewSourceModulePage.setFileText(name, canBeModified) method added 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
- fa1da5a documentation: IDocumentationResponse.getText() method added by Alex Panchenko · 12 years ago
- 3bbf9d4 generics by Alex Panchenko · 12 years ago
- b0bdf52 FloatNumberRule 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
- e332a3a testing: generics + some javadocs added by Alex Panchenko · 12 years ago
- b1069e7 editor: fix deactivation of "Link with Editor" in Outline, bug 360689 by Alex Panchenko · 12 years ago
- 78a7c09 editor/reconciler: ignore some element change events by Alex Panchenko · 12 years ago
- 2bd9175 completion/ui: don't generate multiple proposals for methods with optional parameters in context-information-mode by Alex Panchenko · 12 years ago
- 9a13d82 fixes for javadoc-like completion by Alex Panchenko · 12 years ago
- 6fbdb3b completion/ui: in proposal kind have no special handling then just create ScriptCompletionProposal without any special decorations by Alex Panchenko · 12 years ago
- 4c8570c completion: support for the optional method parameters by Alex Panchenko · 12 years ago
- 16bf8ba internal: deprecate ScriptExplorerPart.VIEW_ID by Alex Panchenko · 12 years ago
- b65bba4 CompletionProposalFilter by Alex Panchenko · 12 years ago
- 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
- 9062c04 ScriptElementImageProvider.getMethodImageDescriptor() returns DESC_METHOD_DEFAULT if not specified by Alex Panchenko · 12 years ago
- 281131f CODEASSIST_VISIBILITY_CHECK support reviewed by Alex Panchenko · 12 years ago
- 763e72d preferences: generify classes by Alex Panchenko · 12 years ago
- 00a57f1 generics by Alex Panchenko · 12 years ago
- caa80ef fix replacement in "overwrite" completion mode by Alex Panchenko · 12 years ago
- fc89f3d ScriptMethodCompletionProposal: fix possible stack overflow by Alex Panchenko · 12 years ago
- c32514c ScriptTemplateCompletionProposals: handle word/line_selection variables by Alex Panchenko · 12 years ago
- 084491f fix potential null pointer access by Alex Panchenko · 12 years ago
- 6b754d4d DLTKPluginImages.DESC_OBJS_ANNOTATION by Alex Panchenko · 12 years ago
- 34ffda0 increase visibility of createFieldProposal() by apanchenk · 12 years ago Root_R4_0_maintenance
- 195c72c - added support for creating heredoc partitions by jgangemi · 12 years ago
- 59bf851 generics by apanchenk · 12 years ago
- 6d05e76 OpenType dialog: improve search by fully qualified names by apanchenk · 12 years ago
- 019454c DocHover: escape HTML in element title by apanchenk · 12 years ago
- 297991c remove java-specific code from createTypeProposalLabel(String) by apanchenk · 12 years ago
- 7ede9d4 Documentation hover improvements by apanchenk · 12 years ago
- 436d84b ScriptElementImageProvider.getBaseImageDescriptor() handles LOCAL_VARIABLE by apanchenk · 12 years ago
- cabc7da DocumentationHover improvements by apanchenk · 12 years ago
- a0987ff Rebuild projects after upgrade by apanchenk · 12 years ago
- 6a76d80 extract DLTKPluginImages.getImage(AbstractUIPlugin plugin, String imagePath) method by apanchenk · 12 years ago
- 1557932 test if it is a IMarkerResolution2 to get the image by jcompagne · 12 years ago
- 4290786 deprecate isInScriptdoc() and add isInDoc() by apanchenk · 13 years ago
- a90eeca protected final void bindControl(Button button, PreferenceKey key) method added by apanchenk · 13 years ago
- da8444a public Image getImage(ImageDescriptor descriptor) method added by apanchenk · 13 years ago
- 4ba847a if no arguments select configured cursor position by apanchenk · 13 years ago
- 66da602 if no arguments select cursor position by apanchenk · 13 years ago
- 7e5979d fix typo in method names by apanchenk · 13 years ago
- c168a22 extracted common base class LinkedModeScriptCompletionProposal by apanchenk · 13 years ago
- 0e4dac4 move try/catch from accept() to processUnprocessedProposals() - the protected logic was moved there earlier by apanchenk · 13 years ago
- 95829e9 Script Explorer: add back GotoRequiredProjectAction to avoid potential NPE by apanchenk · 13 years ago
- f980948 merge message files by apanchenk · 13 years ago
- 57b925f remove unnecessary lines by apanchenk · 13 years ago
- 2a4b958 Semantic highlighting: don't need TextTools in initializeHighlightings() by apanchenk · 13 years ago
- c411c54 report problems in the editor even if file has no script nature by apanchenk · 13 years ago
- 43139dc remove unnecessary cast by apanchenk · 13 years ago
- d637e09 changes to performance measurement by apanchenk · 13 years ago
- 0357cb4 remove file content cache by apanchenk · 13 years ago
- c600a7b 367757 - Editor caches external file changes by apanchenk · 13 years ago
- 423723b generics by apanchenk · 13 years ago
- 5b405b6 include all fields in ScriptProjectionAnnotation.toString() by apanchenk · 13 years ago
- 1fb7086 EditorUtility,getEditorInput(Object input) doesn't throw exception by apanchenk · 13 years ago
- 4f9db45 fall back to the (default) spelling controle quick fix by jcompagne · 13 years ago
- 67fcb88 JS completion: insert generic type parameters only in jsdoc by apanchenk · 13 years ago
- 22659f9 Problem severity settings moved to core and per-project support added. by apanchenk · 13 years ago
- 5eb6cf7 better support for adding PreferenceKeys after creating the block. by apanchenk · 13 years ago
- cdc5d44 add .getActiveProfileKey() to the list of all keys by apanchenk · 13 years ago
- 52acdad move "public IQuickAssistAssistant getQuickAssistAssistant(ISourceViewer sourceViewer)" from Tcl to ScriptSourceViewerConfiguration by apanchenk · 13 years ago
- 07fad0f move ReplacementBuffer as top level class by apanchenk · 13 years ago
- d14a4b4 increase visibility of createTypeProposal() to protected by apanchenk · 13 years ago
- dfd5a4c removed cloned WhitespaceCharacterPainter and use it from jface, fixes bug 363585 by apanchenk · 13 years ago
- 64aa834 bugfix in SemanticHighlightingManager.affectsEnablement() by apanchenk · 13 years ago