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

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


                ErlangEditorMessages.getBundleForConstructedKeys(), "ShowOutline.", this);
        fShowOutline.setActionDefinitionId(IErlangEditorActionDefinitionIds.SHOW_OUTLINE);
        setAction(IErlangEditorActionDefinitionIds.SHOW_OUTLINE, fShowOutline);
        markAsContentDependentAction(IErlangEditorActionDefinitionIds.SHOW_OUTLINE, true);

        final Action action = new GotoMatchingBracketAction(this);
        action.setActionDefinitionId(IErlangEditorActionDefinitionIds.GOTO_MATCHING_BRACKET);
        setAction(GotoMatchingBracketAction.GOTO_MATCHING_BRACKET, action);

    }
View Full Code Here

TOP

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

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.