Package org.eclipse.ui.texteditor

Examples of org.eclipse.ui.texteditor.MarkerRulerAction


    else {
      // The Default Text Editor uses editorContribution to perform this
      // mapping, but since it relies on the IEditorSite ID, it can't be
      // relied on for MultiPageEditorParts. Instead, force the action
      // registration manually.
      setAction(ITextEditorActionConstants.RULER_DOUBLE_CLICK, new MarkerRulerAction(SSEUIMessages.getResourceBundle(), "Editor.ManageBookmarks.", this, getVerticalRuler(), IMarker.BOOKMARK, true)); //$NON-NLS-1$
    }
    fShowInTargetIds = createShowInTargetIds();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.texteditor.MarkerRulerAction

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.