Package org.eclipse.php.internal.ui.text

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

Related Classes of org.eclipse.php.internal.ui.text.PHPElementProvider

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.