Package net.sourceforge.veditor.actions

Examples of net.sourceforge.veditor.actions.ExpandAll


    setAction("Compile", new CompileAction());
    setAction("Synthesize", new SynthesizeAction());
    setAction("Comment", new CommentAction());
    setAction("Uncomment", new UnCommentAction());
    setAction("CollapseAll",new CollapseAll());
    setAction("ExpandAll",new ExpandAll());
    setAction("ShowInHierarchy",new ShowInHierarchy());
    setAction("ShowInOutline",new ShowInOutline());
    setAction(HdlShowInNavigatorAction.ID,new HdlShowInNavigatorAction());
    setAction(ClearErrorMarkersAction.ID,new ClearErrorMarkersAction());
   
View Full Code Here


        ITextEditorActionDefinitionIds.CONTENT_ASSIST_PROPOSALS);
   
    gotoMatchingBracket = new GotoMatchingBracketAction();
    openDeclaration = new OpenDeclarationAction();
    collapseAllAction = new CollapseAll();
    expandAllAction   = new ExpandAll();
    format = new FormatAction();
    compile = new CompileAction();
    synthesize = new SynthesizeAction();
    comment = new CommentAction();
    uncomment = new UnCommentAction();
View Full Code Here

TOP

Related Classes of net.sourceforge.veditor.actions.ExpandAll

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.