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

Examples of org.eclipse.php.internal.ui.text.template.contentassist.TemplateInformationControlCreator


    IEditorPart editor = getContext().getEditor();
    if (editor == null)
      editor = DLTKUIPlugin.getActivePage().getActiveEditor();
    if (editor instanceof IWorkbenchPartOrientation)
      orientation = ((IWorkbenchPartOrientation) editor).getOrientation();
    return new TemplateInformationControlCreator(orientation);
  }
View Full Code Here


    IEditorPart editor = getContext().getEditor();
    if (editor == null)
      editor = DLTKUIPlugin.getActivePage().getActiveEditor();
    if (editor instanceof IWorkbenchPartOrientation)
      orientation = ((IWorkbenchPartOrientation) editor).getOrientation();
    return new TemplateInformationControlCreator(orientation);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.php.internal.ui.text.template.contentassist.TemplateInformationControlCreator

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.