Examples of PhpProjectManager


Examples of org.eclim.plugin.pdt.project.PhpProjectManager

  public void initialize(String name)
  {
    super.initialize(name);

    ProjectNatureFactory.addNature("php", PHPNature.ID);
    ProjectManagement.addProjectManager(PHPNature.ID, new PhpProjectManager());

    Preferences.addOptionHandler("org.eclipse.php", new OptionHandler());
    PreferenceFactory.addOptions("org.eclipse.php.core.PHPNature",
      "PDT org.eclipse.php.core.phpVersion (?i)php(?:4|5|5_3)"
    );
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.