<plugin
id="net.sourceforge.phpeclipse"
name="%pluginName"
- version="1.0.6"
+ version="1.0.10"
provider-name="%providerName"
class="net.sourceforge.phpeclipse.PHPeclipsePlugin">
<requires>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.ui.externaltools"/>
<import plugin="org.eclipse.help"/>
<import plugin="org.eclipse.swt"/>
<import plugin="org.eclipse.debug.core"/>
<import plugin="org.eclipse.debug.ui"/>
+ <import plugin="org.eclipse.search"/>
<import plugin="org.apache.xerces"/>
<import plugin="org.eclipse.update.ui"/>
</requires>
-
<extension
id="phpnature"
name="%naturePHP.name"
point="org.eclipse.core.resources.natures">
<runtime>
<run
- class="net.sourceforge.phpeclipse.resourcesview.PHPProject">
+ class="net.sourceforge.phpdt.internal.core.JavaProject">
</run>
</runtime>
+ <builder
+ id="net.sourceforge.phpeclipse.parserbuilder">
+ </builder>
+ </extension>
+
+ <extension
+ id="parserbuilder"
+ name="PHP Builder"
+ point="org.eclipse.core.resources.builders">
+ <builder hasNature="true">
+ <run
+ class="net.sourceforge.phpdt.internal.core.builder.PHPBuilder">
+ </run>
+ </builder>
</extension>
+ <extension-point name="%phpEditorTextHoversName" id="phpEditorTextHovers" schema="schema/phpEditorTextHovers.exsd"/>
+ <!-- =================================================================================== -->
+ <!-- Extension: PHP Markers -->
+ <!-- =================================================================================== -->
+
+ <!-- Java problems -->
+
+ <extension id="problem" point="org.eclipse.core.resources.markers" name="%phpProblemName">
+ <super type="org.eclipse.core.resources.problemmarker"/>
+ <super type="org.eclipse.core.resources.textmarker"/>
+ <persistent value="true"/>
+ <attribute name="id"/>
+ <attribute name="flags"/>
+ <attribute name="arguments"/>
+ </extension>
+
<extension
point="org.eclipse.team.core.fileTypes">
<fileTypes
type="text"
extension="xml">
</fileTypes>
+ <fileTypes
+ type="text"
+ extension="tpl">
+ </fileTypes>
</extension>
+
+ <extension
+ point="net.sourceforge.phpeclipse.phpEditorTextHovers">
+ <hover
+ class="net.sourceforge.phpdt.internal.ui.text.java.hover.BestMatchHover"
+ id="net.sourceforge.phpdt.ui.BestMatchHover"
+ label="%sequentialHover"
+ description="%sequentialHoverDescription">
+ </hover>
+</extension>
+
+<extension
+ point="net.sourceforge.phpeclipse.phpEditorTextHovers">
+ <hover
+ class="net.sourceforge.phpdt.internal.ui.text.java.hover.JavaSourceHover"
+ id="net.sourceforge.phpdt.ui.JavaSourceHover"
+ label="%sourceHover"
+ description="%sourceHoverDescription">
+ </hover>
+</extension>
+ <extension
+ point="net.sourceforge.phpeclipse.phpEditorTextHovers">
+ <hover
+ class="net.sourceforge.phpdt.internal.ui.text.java.hover.JavaProblemHover"
+ id="net.sourceforge.phpdt.ui.ProblemHover"
+ label="%problemHover"
+ description="%problemHoverDescription">
+ </hover>
+ </extension>r
+
<extension
point="org.eclipse.ui.perspectives">
<perspective
name="%newWizardCategory.name"
id="net.sourceforge.phpeclipse.wizards.NewWizardCategoryPHP">
</category>
-<!--
-Temporarily replaced until errors can be ironed out...
--->
<wizard
name="%newWizardPHPProject.name"
icon="icons/obj16/php.gif"
Create a new PHP project.
</description>
</wizard>
+<!-- <wizard
+ id="net.sourceforge.phpdt.internal.ui.wizards.NewClassCreationWizard"
+ name="%NewPHPClass.label"
+ class="net.sourceforge.phpdt.internal.ui.wizards.NewClassCreationWizard"
+ category="net.sourceforge.phpeclipse.wizards.NewWizardCategoryPHP"
+ icon="icons/ctool16/newclass_wiz.gif">
+ <description>%NewPHPClass.description</description>
+ </wizard>
+ -->
<!--
<this wizard replaces it as it works - maybe not as pretty but still>
</description>
</wizard>
</extension>
+ <extension point="org.eclipse.ui.exportWizards">
+ <wizard name="%ExportWizards.Obfuscator"
+ icon="icons/ctool16/exportdir_wiz.gif"
+ class="net.sourceforge.phpeclipse.obfuscator.export.ObfuscatorExportWizard"
+ id="net.sourceforge.phpeclipse.obfuscator.export.ObfuscatorExportWizard">
+ <description>%ExportWizards.ObfuscatorDescription</description>
+ <selection class="org.eclipse.core.resources.IResource" />
+ </wizard>
+ </extension>
<extension
point="org.eclipse.ui.projectNatureImages">
<image
</view>
</extension> -->
<extension
+ point="org.eclipse.ui.editors">
+ <editor
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/phpedit.gif"
+ extensions="php"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ </editor>
+ <editor
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/phpedit.gif"
+ extensions="php3"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ </editor>
+ <editor
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/phpedit.gif"
+ extensions="php4"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ </editor>
+ <editor
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/phpedit.gif"
+ extensions="inc"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ </editor>
+ <editor
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/phpedit.gif"
+ extensions="phtml"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ </editor>
+ <editor
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/htmledit.gif"
+ extensions="htm"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ </editor>
+ <editor
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/htmledit.gif"
+ extensions="html"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ </editor>
+ <editor
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/xmledit.gif"
+ extensions="xml"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ </editor>
+ <editor
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/htmledit.gif"
+ extensions="tpl"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ </editor>
+ </extension>
+ <extension
point="org.eclipse.ui.actionSets">
<actionSet
label="PHP/Apache"
label="%SourceMenu.label"
path="edit"
id="net.sourceforge.phpeclipse.ui.source.menu">
- <separator
- name="editGroup">
- </separator>
+ <separator name="editGroup" />
</menu>
<action
definitionId="net.sourceforge.phpeclipse.phpeditor.format"
label="%ShiftLeftAction.label"
retarget="true"
menubarPath="net.sourceforge.phpeclipse.ui.source.menu/editGroup"
- id="net.sourceforge.phpeclipse.ui.actions.ShiftLeft">
+ id="net.sourceforge.phpeclipse.phpeditor.ShiftLeft">
</action>
<action
label="%ShiftRightAction.label"
retarget="true"
menubarPath="net.sourceforge.phpeclipse.ui.source.menu/editGroup"
- id="net.sourceforge.phpeclipse.ui.actions.ShiftRight">
+ id="net.sourceforge.phpeclipse.phpeditor.ShiftRight">
</action>
<action
definitionId="net.sourceforge.phpeclipse.phpeditor.uncomment"
point="org.eclipse.ui.actionSetPartAssociations">
<actionSetPartAssociation
targetID="net.sourceforge.phpeclipse.ui.CodingActionSet">
- <part
- id="net.sourceforge.phpeclipse.PHPUnitEditor">
- </part>
+ <part id="net.sourceforge.phpeclipse.PHPUnitEditor" />
</actionSetPartAssociation>
</extension>
<!-- =========================================================================== -->
</accelerator>
</acceleratorSet>
</extension> -->
- <extension
- point="org.eclipse.ui.editors">
- <editor
- name="%phpEditorName"
- default="true"
- icon="icons/obj16/phpedit.gif"
- extensions="php"
- contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
- class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
- id="net.sourceforge.phpeclipse.PHPUnitEditor">
- </editor>
- <editor
- name="%phpEditorName"
- default="true"
- icon="icons/obj16/phpedit.gif"
- extensions="php3"
- contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
- class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
- id="net.sourceforge.phpeclipse.PHPUnitEditor">
- </editor>
- <editor
- name="%phpEditorName"
- default="true"
- icon="icons/obj16/phpedit.gif"
- extensions="php4"
- contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
- class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
- id="net.sourceforge.phpeclipse.PHPUnitEditor">
- </editor>
- <editor
- name="%phpEditorName"
- default="true"
- icon="icons/obj16/phpedit.gif"
- extensions="inc"
- contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
- class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
- id="net.sourceforge.phpeclipse.PHPUnitEditor">
- </editor>
- <editor
- name="%phpEditorName"
- default="true"
- icon="icons/obj16/phpedit.gif"
- extensions="phtml"
- contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
- class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
- id="net.sourceforge.phpeclipse.PHPUnitEditor">
- </editor>
- <editor
- name="%phpEditorName"
- default="true"
- icon="icons/obj16/htmledit.gif"
- extensions="htm"
- contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
- class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
- id="net.sourceforge.phpeclipse.PHPUnitEditor">
- </editor>
- <editor
- name="%phpEditorName"
- default="true"
- icon="icons/obj16/htmledit.gif"
- extensions="html"
- contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
- class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
- id="net.sourceforge.phpeclipse.PHPUnitEditor">
- </editor>
- <editor
- name="%phpEditorName"
- default="true"
- icon="icons/obj16/xmledit.gif"
- extensions="xml"
- contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
- class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
- id="net.sourceforge.phpeclipse.PHPUnitEditor">
- </editor>
- </extension>
+
<extension
point="org.eclipse.ui.popupMenus">
- <objectContribution
- objectClass="org.eclipse.core.resources.IResource"
- id="net.sourceforge.phpeclipse.actions.obfuscator">
+ <objectContribution
+ objectClass="org.eclipse.core.resources.IProject"
+ id="net.sourceforge.phpeclipse.actions.PHPDocumentorAction">
<action
- label="PHP Obfuscator"
- class="net.sourceforge.phpeclipse.actions.PHPObfuscatorAction"
+ label="Run PHPDocumentor"
+ class="net.sourceforge.phpeclipse.actions.PHPDocumentorAction"
menubarPath="additions"
- id="net.sourceforge.phpeclipse.actions.obfuscatorAction">
+ id="net.sourceforge.phpeclipse.actions.PHPDocumentorAction">
</action>
</objectContribution>
<objectContribution
id="net.sourceforge.phpeclipse.actions.showAction">
</action>
</objectContribution>
-
+
+ <viewerContribution
+ targetID="#PHPEditorContext"
+ id="net.sourceforge.phpeclipse.actions.popupOpenDeclaration">
+ <action
+ label="Open PHP Declaration"
+ class="net.sourceforge.phpeclipse.actions.PHPOpenDeclarationEditorActon"
+ menubarPath="additions"
+ id="net.sourceforge.phpeclipse.actions.opendeclaration">
+ </action>
+ </viewerContribution>
+
<viewerContribution
targetID="#PHPRulerContext"
id="net.sourceforge.phpdt.ui.PHPEditorPopupActions">
</action>
</viewerContribution>
</extension>
+
<extension
point="org.eclipse.ui.editorActions">
<editorContribution
- targetID="net.sourceforge.phpeclipse.PHPEditor"
- id="org.eclipse.ui.texteditor.ruler.actions">
- <action
- label="%Dummy.label"
- helpContextId="org.eclipse.ui.bookmark_action_context"
- class="org.eclipse.ui.texteditor.BookmarkRulerAction"
- id="org.eclipse.ui.texteditor.BookmarkRulerAction">
- </action>
+ id="org.eclipse.ui.texteditor.ruler.actions"
+ targetID="net.sourceforge.phpeclipse.PHPUnitEditor">
+
+ <action
+ id="org.eclipse.ui.texteditor.BookmarkRulerAction"
+ actionID="RulerDoubleClick"
+ label="%Dummy.label"
+ helpContextId="org.eclipse.ui.bookmark_action_context"
+ class="org.eclipse.ui.texteditor.BookmarkRulerAction">
+ </action>
</editorContribution>
</extension>
+
<extension
point="org.eclipse.ui.preferencePages">
<page
class="net.sourceforge.phpeclipse.PHPEclipseBasePreferencePage"
id="net.sourceforge.phpeclipse.preference.PHPEclipsePreferencePage">
</page>
+ <page
+ name="PHP Parser"
+ category="net.sourceforge.phpeclipse.preference.PHPEclipsePreferencePage"
+ class="net.sourceforge.phpeclipse.PHPEclipseParserPreferencePage"
+ id="net.sourceforge.phpeclipse.preference.PHPEclipseParserPreferencePage">
+ </page>
<!-- <page
name="Editor2"
category="net.sourceforge.phpeclipse.preference.PHPEclipsePreferencePage"
class="net.sourceforge.phpdt.internal.ui.preferences.PHPEditorPreferencePage"
id="net.sourceforge.phpeclipse.preference.PHPEditorPreferencePage">
</page>
- <page
+ <!-- <page
name="Language Settings"
category="net.sourceforge.phpeclipse.preference.PHPEclipsePreferencePage"
class="net.sourceforge.phpeclipse.PHPLanguagePreferencePage"
id="net.sourceforge.phpeclipse.preference.PHPLanguagePreferencePage">
- </page>
+ </page> -->
</extension>
<extension
point="org.eclipse.ui.documentProviders">
</provider>
</extension>
<extension
+ point="org.eclipse.ui.documentProviders">
+ <provider
+ extensions="%tplFileExtension"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider"
+ id="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider">
+ </provider>
+ </extension>
+ <extension
point="org.eclipse.ui.views">
<view
name="%phpConsoleView"
id="net.sourceforge.phpeclipse.views.phpconsoleview">
</view>
</extension>
+
<!-- =========================================================================== -->
-<!-- Java Editor Key Bindings -->
+<!-- PHPDT/UI Editor Key Bindings -->
<!-- =========================================================================== -->
<extension
point="org.eclipse.ui.acceleratorSets">
</accelerator>
<accelerator
key="Ctrl+1"
- id="net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals">
+ id="org.eclipse.ui.edit.text.contentAssist.proposals">
</accelerator>
<!-- source -->
<accelerator
<accelerator
key="Ctrl+\"
id="net.sourceforge.phpeclipse.phpeditor.uncomment">
- </accelerator>
+ </accelerator>
<accelerator
key="Ctrl+Shift+F"
id="net.sourceforge.phpeclipse.phpeditor.format">
</accelerator>
<accelerator
key="Ctrl+Space"
- id="net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals">
- </accelerator>
+ id="org.eclipse.ui.edit.text.contentAssist.proposals">
+ </accelerator>
<!-- source -->
<accelerator
key="Ctrl+/"
<accelerator
platform="carbon"
key="Command+1"
- id="net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals">
+ id="org.eclipse.ui.edit.text.contentAssist.proposals">
</accelerator>
<!-- source -->
<accelerator
platform="carbon"
key="Command+\"
id="net.sourceforge.phpeclipse.phpeditor.uncomment">
- </accelerator>
+ </accelerator>
</acceleratorSet>
</extension>
path="additions">
<separator name="ExternalToolsGroup"/>
</menu>
- <action
+ <!-- <action
id="net.sourceforge.phpdt.externaltools.ExternalToolMenuDelegateMenu"
label="%Action.externalTools"
menubarPath="org.eclipse.ui.run/ExternalToolsGroup"
hoverIcon="icons/externaltools/full/ctool16/external_tools.gif"
pulldown="true"
class="net.sourceforge.phpdt.externaltools.internal.menu.ExternalToolMenuDelegate">
- </action>
+ </action>
<action
id="net.sourceforge.phpdt.externaltools.ExternalToolMenuDelegateToolbar"
label="%Action.externalTools"
tooltip="%Action.externalToolsTip"
pulldown="true"
class="net.sourceforge.phpdt.externaltools.internal.menu.ExternalToolMenuDelegate">
- </action>
+ </action> -->
</actionSet>
</extension>