Examples of PHPElementProvider


Examples of org.eclipse.php.internal.ui.text.PHPElementProvider

              IScriptEditorActionDefinitionIds.SHOW_OUTLINE));
      presenter
          .setDocumentPartitioning(getConfiguredDocumentPartitioning(sourceViewer));
      presenter
          .setAnchor(AbstractInformationControlManager.ANCHOR_GLOBAL);
      IInformationProvider provider = new PHPElementProvider(
          ((PHPStructuredTextViewer) sourceViewer).getTextEditor());
      presenter.setInformationProvider(provider,
          PHPPartitionTypes.PHP_DEFAULT);
      presenter.setSizeConstraints(50, 20, true, false);
    }
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.