Package org.erlide.ui.editors.erl.actions

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

Related Classes of org.erlide.ui.editors.erl.actions.GotoAnnotationAction

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.