Package org.eclipse.dltk.internal.ui.editor

Examples of org.eclipse.dltk.internal.ui.editor.ModelTextSelection


    ITextSelection textSelection = (ITextSelection) fEditor
        .getSelectionProvider().getSelection();
    IDocument document = DLTKUIPlugin.getDocumentProvider().getDocument(
        fEditor.getEditorInput());
    ModelTextSelection phpSelection = new ModelTextSelection(element,
        document, textSelection.getOffset(), textSelection.getLength());

    // fExceptionOccurrencesAction.update(javaSelection);
    // fOccurrencesInFileAction.update(javaSelection);
    // fFindImplementorOccurrencesAction.update(javaSelection);
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.internal.ui.editor.ModelTextSelection

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.