X-Git-Url: http://git.phpeclipse.com
diff --git a/net.sourceforge.phpeclipse/plugin.xml b/net.sourceforge.phpeclipse/plugin.xml
index c982430..e0de119 100644
--- a/net.sourceforge.phpeclipse/plugin.xml
+++ b/net.sourceforge.phpeclipse/plugin.xml
@@ -6,65 +6,60 @@
version="1.1.7"
provider-name="%providerName"
class="net.sourceforge.phpeclipse.PHPeclipsePlugin">
-
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+ id="phpnature"
+ name="%naturePHP.name"
+ point="org.eclipse.core.resources.natures">
+
+
+
+
-
+
-
-
-
-
+ id="parserbuilder"
+ name="PHP Builder"
+ point="org.eclipse.core.resources.builders">
+
+
+
+
@@ -79,7 +74,7 @@
-
+
@@ -94,14 +89,14 @@
-
-
+
+
-
+
-
+
-
+
-
-
+
+
@@ -140,124 +135,98 @@
name="net.sourceforge.phpdt.core.IMethod">
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ point="org.eclipse.team.core.fileTypes">
+
+
+
+
+
+
+
+
-
+
+
+
-
-
+ file-extensions="php,php3,php4,php5,phtml,inc,module,phpt"/>
-
+
+ point="net.sourceforge.phpeclipse.phpEditorTextHovers">
+ class="net.sourceforge.phpdt.internal.ui.text.java.hover.BestMatchHover"
+ id="net.sourceforge.phpdt.ui.BestMatchHover"
+ label="%sequentialHover"
+ description="%sequentialHoverDescription">
-
+
+ point="net.sourceforge.phpeclipse.phpEditorTextHovers">
+ class="net.sourceforge.phpdt.internal.ui.text.java.hover.JavaSourceHover"
+ id="net.sourceforge.phpdt.ui.JavaSourceHover"
+ label="%sourceHover"
+ description="%sourceHoverDescription">
+ label="%problemHover"
+ description="%problemHoverDescription"
+ class="net.sourceforge.phpdt.internal.ui.text.java.hover.ProblemHover"
+ id="net.sourceforge.phpdt.ui.ProblemHover">
+ class="net.sourceforge.phpdt.internal.ui.text.java.hover.AnnotationHover"
+ id="net.sourceforge.phpdt.ui.AnnotationHover"
+ label="%annotationHover"
+ description="%annotationHoverDescription">
-
-
+ point="org.eclipse.ui.perspectives">
+
+
-
+
+
+
+
+
+
+
+
-
-
-
-
- Create a new PHP project.
-
-
+ point="org.eclipse.ui.newWizards">
+
+
+
+
+ Create a new PHP project.
+
+
-
-
- Create a basic PHP file.
-
-
-
-
- Create a basic HTML file.
-
-
+
+
+ Create a new PHP project.
+
+ -->
+
+
+ Create a basic PHP file.
+
+
+
+
+ Create a basic HTML file.
+
+
-
- %ExportWizards.ObfuscatorDescription
-
-
+
+ %ExportWizards.ObfuscatorDescription
+
+
-
-
+ point="org.eclipse.ui.ide.projectNatureImages">
+
+
+ point="org.eclipse.ui.propertyPages">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ objectClass="org.eclipse.core.resources.IProject"
+ name="%propertyPagePHPProject.name"
+ class="net.sourceforge.phpeclipse.preferences.PHPProjectPropertyPage"
+ id="net.sourceforge.phpeclipse.preferences.PHPProjectPropertyPage">
+
+
+
+
+
+
+ -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+ point="org.eclipse.ui.editors">
+
+
+
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/htmledit.gif"
+ extensions="htm,html,xhtml"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.CompilationUnitEditorActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ symbolicFontName="net.sourceforge.phpdt.ui.editors.textfont"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ -->
+ name="%phpEditorName"
+ default="true"
+ icon="icons/obj16/htmledit.gif"
+ extensions="tpl"
+ contributorClass="net.sourceforge.phpeclipse.phpeditor.CompilationUnitEditorActionContributor"
+ class="net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor"
+ symbolicFontName="net.sourceforge.phpdt.ui.editors.textfont"
+ id="net.sourceforge.phpeclipse.PHPUnitEditor">
+ -->
-
-
-
- %phpEditorFontDefintion.description
-
-
+
+
+
+ %phpEditorFontDefintion.description
+
+
-
-
-
-
-
-
-
-
+ point="org.eclipse.ui.editors.annotationTypes">
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+ point="org.eclipse.ui.editors.markerAnnotationSpecification">
+
+
+
+
+
+
+
+
+ annotationType="net.sourceforge.phpdt.ui.occurrences"
+ label="%OccurrenceAnnotation.label"
+ icon="icons/full/obj16/searchm_obj.gif"
+ textPreferenceKey="occurrenceIndication"
+ textPreferenceValue="false"
+ highlightPreferenceKey="occurrenceHighlighting"
+ highlightPreferenceValue="true"
+ overviewRulerPreferenceKey="occurrenceIndicationInOverviewRuler"
+ overviewRulerPreferenceValue="true"
+ verticalRulerPreferenceKey="occurrenceIndicationInVerticalRuler"
+ verticalRulerPreferenceValue="false"
+ colorPreferenceKey="occurrenceIndicationColor"
+ colorPreferenceValue="180,207,205"
+ presentationLayer="3"
+ showInNextPrevDropdownToolbarActionKey="showOccurrenceInNextPrevDropdownToolbarAction"
+ showInNextPrevDropdownToolbarAction="true"
+ isGoToNextNavigationTargetKey="isOccurrenceGoToNextNavigationTarget"
+ isGoToNextNavigationTarget="false"
+ isGoToPreviousNavigationTargetKey="isOccurrenceGoToPreviousNavigationTarget"
+ isGoToPreviousNavigationTarget="false">
-
-
+
+
-
+ point="org.eclipse.ui.actionSets">
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+ point="org.eclipse.ui.actionSetPartAssociations">
+
+
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ point="org.eclipse.ui.popupMenus">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+ point="org.eclipse.ui.actionSets">
+
+
+
+
+
-
+ point="org.eclipse.ui.editorActions">
+
-
-
-
-
-
-
+ label="%Dummy.label"
+ class="net.sourceforge.phpeclipse.phpeditor.JavaSelectRulerAction"
+ actionID="RulerClick"
+ id="net.sourceforge.phpeclipse.phpeditor.JavaSelectRulerAction">
+
+
+
+
+
+
-
+ point="org.eclipse.ui.popupMenus">
+
-
-
+
-
-
-
+ point="org.eclipse.ui.commands">
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+ id="net.sourceforge.phpeclipse.JavaDocumentSetupParticipant"
+ name="%javaDocumentSetupParticipant"
+ point="org.eclipse.core.filebuffers.documentSetup">
+
+
+ extensions="html,xml"
+ class="net.sourceforge.phpeclipse.phpeditor.HTMLDocumentSetupParticipant">
+
+
+ -->
-
-
+ id="net.sourceforge.phpeclipse.JavaDocumentFactory"
+ name="%javaDocumentFactory"
+ point="org.eclipse.core.filebuffers.documentCreation">
+
+
-
+
+ point="org.eclipse.ui.preferencePages">
-
-
-
-
+ name="PHP"
+ category="net.sourceforge.phpeclipse.ui.preferencePage"
+ class="net.sourceforge.phpeclipse.PHPEclipseBasePreferencePage"
+ id="net.sourceforge.phpeclipse.preference.PHPEclipsePreferencePage">
+ -->
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+ name="Members Sort Order"
+ category="net.sourceforge.phpeclipse.preferences.PHPPreferencePage"
+ class="net.sourceforge.phpdt.internal.ui.preferences.MembersOrderPreferencePage"
+ id="net.sourceforge.phpeclipse.preference.MembersOrderPreferencePage">
+
+
+
+
+
+
+
+
+ -->
+
+
+
+
+
+
+
+
+
+
-
-
+ name="%templatePageName"
+ category="net.sourceforge.phpeclipse.preferences.PHPPreferencePage"
+ class="net.sourceforge.phpdt.internal.ui.preferences.TemplatePreferencePage"
+ id="net.sourceforge.phpeclipse.preference.TemplatePreferencePage">
+
+
+ -->
+
+
+
+
+
-
-
+
-
-
-
+
+ point="net.sourceforge.phpeclipse.phpElementFilters">
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+ point="org.eclipse.ui.editors.templates">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+