Examples of ToggleMarkOccurrencesAction


Examples of org.cfeclipse.cfml.editors.actions.ToggleMarkOccurrencesAction

    fContentAssistProposal.setActionDefinitionId(ITextEditorActionDefinitionIds.CONTENT_ASSIST_PROPOSALS);
    fContentFormat = new RetargetTextEditorAction(bundle, "ContentFormat."); //$NON-NLS-1$
    fContentFormat.setActionDefinitionId(CFMLPlugin.PLUGIN_ID + ".FormatAction");
    //fTogglePresentation= new TogglePresentationAction();
        //fToggleAutoReconcileAction= new ToggleAutoReconcileAction();
    fToggleMarkOccurrencesAction= new ToggleMarkOccurrencesAction();
   
  }
View Full Code Here

Examples of org.eclipse.php.internal.ui.actions.ToggleMarkOccurrencesAction

        .setActionDefinitionId(IPHPEditorActionDefinitionIds.ADD_BLOCK_COMMENT);
    fRemoveBlockComment = new RetargetTextEditorAction(resourceBundle, ""); //$NON-NLS-1$
    fRemoveBlockComment
        .setActionDefinitionId(IPHPEditorActionDefinitionIds.REMOVE_BLOCK_COMMENT);

    fMarkOccurrencesAction = new ToggleMarkOccurrencesAction(resourceBundle);
  }
View Full Code Here

Examples of org.epic.perleditor.actions.ToggleMarkOccurrencesAction

    //~ Constructors

    public PerlActionContributor()
    {
        toggleMarkOccurrencesAction = new ToggleMarkOccurrencesAction();
    }
View Full Code Here

Examples of org.springframework.ide.eclipse.config.ui.actions.ToggleMarkOccurrencesAction

    sourceViewerActionContributor = new SourcePageActionContributor();
  }

  @Override
  public void contributeToToolBar(IToolBarManager toolBarManager) {
    occurrencesAction = new ToggleMarkOccurrencesAction();
    layoutAction = new ToggleLayoutAction();
    zoomCombo = new MultiPageZoomComboContributionItem(getPage());
    toolBarManager.add(new GroupMarker(ID_GROUP));
    toolBarManager.appendToGroup(ID_GROUP, occurrencesAction);
    toolBarManager.appendToGroup(ID_GROUP, layoutAction);
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.