Examples of GotoAnnotationAction


Examples of org.eclipse.wst.sse.ui.internal.GotoAnnotationAction

    fRemoveBlockComment = new RetargetTextEditorAction(resourceBundle, StructuredTextEditorActionConstants.ACTION_NAME_REMOVE_BLOCK_COMMENT + StructuredTextEditorActionConstants.UNDERSCORE);
    fRemoveBlockComment.setActionDefinitionId(ActionDefinitionIds.REMOVE_BLOCK_COMMENT);

    // goto prev/next error
    // CMVC 249017 for JavaEditor consistancy
    fPreviousAnnotation = new GotoAnnotationAction("Previous_annotation", false); //$NON-NLS-1$
    fPreviousAnnotation.setActionDefinitionId("org.eclipse.ui.navigate.previous"); //$NON-NLS-1$

    fNextAnnotation = new GotoAnnotationAction("Next_annotation", true); //$NON-NLS-1$
    fNextAnnotation.setActionDefinitionId("org.eclipse.ui.navigate.next"); //$NON-NLS-1$

    fGotoMatchingBracketAction = new RetargetTextEditorAction(resourceBundle, StructuredTextEditorActionConstants.ACTION_NAME_GOTO_MATCHING_BRACKET + StructuredTextEditorActionConstants.UNDERSCORE);
    fGotoMatchingBracketAction.setActionDefinitionId(ActionDefinitionIds.GOTO_MATCHING_BRACKET);
View Full Code Here

Examples of org.erlide.ui.editors.erl.actions.GotoAnnotationAction

        // contentAssistProposal = new RetargetTextEditorAction(ErlideUIMessages
        // .getResourceBundle(), "ContentAssistProposal.");
        // ErlLogger.debug("AC 1");

        fPreviousAnnotation = new GotoAnnotationAction("PreviousAnnotation.", false); //$NON-NLS-1$
        fNextAnnotation = new GotoAnnotationAction("NextAnnotation.", true); //$NON-NLS-1$
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.