david_williams | 88e9b51 | 2007-11-21 01:52:09 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
dacarver | 14b2ca7 | 2008-02-03 17:35:59 +0000 | [diff] [blame] | 2 | <?eclipse version="3.4"?> |
david_williams | 88e9b51 | 2007-11-21 01:52:09 +0000 | [diff] [blame] | 3 | <plugin> |
dacarver | 5bfab6d | 2009-09-25 16:21:44 +0000 | [diff] [blame] | 4 | <extension-point id="contentAssistProcessor" name="%XSLContentAssistExtension" schema="/schema/contentAssistProcessor.exsd"/> |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 5 | |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 6 | <extension point="org.eclipse.ui.editors"> |
dacarver | 4266ad8 | 2008-09-04 02:21:35 +0000 | [diff] [blame] | 7 | <editor name="%editorName" |
dacarver | c948f82 | 2008-10-07 23:18:13 +0000 | [diff] [blame] | 8 | icon="$nl$/icons/full/xslt_file.gif" |
dsatchwel | 5fb5673 | 2008-09-13 20:01:49 +0000 | [diff] [blame] | 9 | contributorClass="org.eclipse.wst.xml.ui.internal.tabletree.SourcePageActionContributor" |
| 10 | class="org.eclipse.wst.xsl.ui.internal.editor.XSLEditor" |
dsatchwel | b69423d | 2008-04-15 14:30:11 +0000 | [diff] [blame] | 11 | default="true" |
| 12 | extensions="xsl,xslt" |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 13 | id="org.eclipse.wst.xsl.ui.XSLEditor"> |
| 14 | <contentTypeBinding contentTypeId="org.eclipse.wst.xml.core.xslsource" /> |
| 15 | </editor> |
| 16 | </extension> |
| 17 | |
| 18 | <!-- Editor actionsets --> |
| 19 | <extension point="org.eclipse.ui.actionSetPartAssociations"> |
| 20 | <actionSetPartAssociation |
| 21 | targetID="org.eclipse.ui.edit.text.actionSet.annotationNavigation"> |
| 22 | <part id="org.eclipse.wst.xsl.ui.XSLEditor" /> |
| 23 | </actionSetPartAssociation> |
| 24 | <actionSetPartAssociation targetID="org.eclipse.ui.NavigateActionSet"> |
| 25 | <part id="org.eclipse.wst.xsl.ui.XSLEditor" /> |
| 26 | </actionSetPartAssociation> |
| 27 | </extension> |
| 28 | |
| 29 | <extension point="org.eclipse.wst.sse.ui.editorConfiguration"> |
| 30 | <sourceViewerConfiguration |
| 31 | class="org.eclipse.wst.xsl.ui.internal.StructuredTextViewerConfigurationXSL" |
| 32 | target="org.eclipse.wst.xml.core.xslsource"> |
| 33 | </sourceViewerConfiguration> |
dacarver | d81e279 | 2009-10-12 17:47:00 +0000 | [diff] [blame] | 34 | <contentOutlineConfiguration |
| 35 | class="org.eclipse.wst.xsl.ui.internal.contentoutline.XSLContentOutlineConfiguration" |
| 36 | target="org.eclipse.wst.xml.core.xslsource"> |
| 37 | </contentOutlineConfiguration> |
dacarver | 4fad6a3 | 2010-03-28 22:33:11 +0000 | [diff] [blame] | 38 | <quickOutlineConfiguration |
| 39 | class="org.eclipse.wst.xml.ui.internal.quickoutline.XMLQuickOutlineConfiguration" |
| 40 | target="org.eclipse.core.runtime.xml, org.eclipse.wst.xml.core.xmlsource, org.eclipse.wst.core.xslsource" /> |
dacarver | 52e048b | 2008-05-29 02:32:00 +0000 | [diff] [blame] | 41 | <doubleClickStrategy |
| 42 | class="org.eclipse.wst.xsl.ui.internal.doubleclick.XSLDoubleClickStrategy" |
| 43 | target="org.eclipse.wst.xsl.XSL_XPATH"> |
| 44 | </doubleClickStrategy> |
| 45 | <provisionalDefinition |
| 46 | type="activecontexts" |
| 47 | value="org.eclipse.core.runtime.xml, org.eclipse.wst.xml.navigation, org.eclipse.wst.xml.cleanup, org.eclipse.wst.xml.comments, org.eclipse.wst.xml.selection, org.eclipse.wst.xml.dependencies, org.eclipse.wst.xml.grammar, org.eclipse.wst.xml.expand, org.eclipse.wst.xml.occurrences" |
| 48 | target="org.eclipse.core.runtime.xml" /> |
dacarver | 4e4da81 | 2008-06-28 16:56:14 +0000 | [diff] [blame] | 49 | <provisionalDefinition |
| 50 | type="preferencepages" |
| 51 | value="org.eclipse.wst.xsl.ui.preferences.BasePreferencePage, org.eclipse.wst.xsl.ui.template.preferencePage, org.eclipse.wst.xsl.ui.preferences.Validation, org.eclipse.wst.xml.xpath.ui.XPathPreferencePage, org.eclipse.wst.xsl.ui.XPath" |
| 52 | target="org.eclipse.wst.xml.core.xslsource"/> |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 53 | </extension> |
| 54 | |
| 55 | <extension point="org.eclipse.ui.newWizards"> |
| 56 | <wizard category="org.eclipse.wst.XMLCategory" |
| 57 | class="org.eclipse.wst.xsl.ui.internal.wizards.NewXSLFileWizard" |
| 58 | finalPerspective="org.eclipse.wst.xsl.ui.perspective" |
dacarver | c948f82 | 2008-10-07 23:18:13 +0000 | [diff] [blame] | 59 | icon="$nl$/icons/full/xslt_file.gif" |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 60 | id="org.eclipse.wst.xsl.ui.internal.wizards.NewStylesheetWizard" |
dacarver | 4266ad8 | 2008-09-04 02:21:35 +0000 | [diff] [blame] | 61 | name="%wizardNameXSL" |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 62 | preferredPerspectives="org.eclipse.wst.xsl.ui.perspective"> |
dacarver | 4266ad8 | 2008-09-04 02:21:35 +0000 | [diff] [blame] | 63 | <description>%wizardDescriptionXSL</description> |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 64 | <selection class="org.eclipse.core.resources.IResource"> |
| 65 | </selection> |
| 66 | </wizard> |
| 67 | </extension> |
| 68 | |
| 69 | <!-- XSL templates --> |
| 70 | <extension point="org.eclipse.ui.editors.templates"> |
| 71 | <contextType |
| 72 | class="org.eclipse.wst.xsl.ui.internal.templates.TemplateContextTypeXSL" |
dacarver | 4266ad8 | 2008-09-04 02:21:35 +0000 | [diff] [blame] | 73 | id="xsl_new" name="%contextTypeNewXSL"> |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 74 | </contextType> |
dacarver | 838a6ab | 2010-02-16 01:54:04 +0000 | [diff] [blame] | 75 | <contextType |
| 76 | class="org.eclipse.wst.xsl.ui.internal.templates.TemplateContextTypeXSL" |
| 77 | id="xsl_tag" name="%contextTypeXSLTag"> |
| 78 | </contextType> |
| 79 | <contextType |
| 80 | class="org.eclipse.wst.xsl.ui.internal.templates.TemplateContextTypeXSL" |
| 81 | id="xsl_attr" name="%contextTypeXSLAttr"> |
| 82 | </contextType> |
| 83 | |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 84 | <include file="templates/file_templates.xml" /> |
| 85 | </extension> |
| 86 | |
nitind | da7c133 | 2009-04-20 22:09:31 +0000 | [diff] [blame] | 87 | <extension point="org.eclipse.ui.perspectiveExtensions"> |
| 88 | <perspectiveExtension targetID="org.eclipse.wst.xml.ui.perspective"> |
| 89 | <newWizardShortcut id="org.eclipse.wst.xsl.ui.internal.wizards.NewStylesheetWizard"/> |
| 90 | </perspectiveExtension> |
| 91 | </extension> |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 92 | |
| 93 | <extension point="org.eclipse.ui.preferencePages"> |
| 94 | <page category="org.eclipse.wst.xml.ui.preferences.xml" |
| 95 | class="org.eclipse.wst.xsl.ui.internal.preferences.MainPreferencePage" |
| 96 | id="org.eclipse.wst.xsl.ui.preferences.BasePreferencePage" |
| 97 | name="%page.name.0" /> |
| 98 | <page category="org.eclipse.wst.xsl.ui.preferences.BasePreferencePage" |
| 99 | class="org.eclipse.wst.xsl.ui.internal.preferences.XSLTemplatePreferencePage" |
| 100 | id="org.eclipse.wst.xsl.ui.template.preferencePage" |
dacarver | 4266ad8 | 2008-09-04 02:21:35 +0000 | [diff] [blame] | 101 | name="%pageNameTemplates"> |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 102 | </page> |
dacarver | 7594d7d | 2008-05-09 01:00:27 +0000 | [diff] [blame] | 103 | |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 104 | <page category="org.eclipse.wst.xsl.ui.preferences.BasePreferencePage" |
dacarver | 9801025 | 2008-10-09 19:21:59 +0000 | [diff] [blame] | 105 | class="org.eclipse.wst.xsl.ui.internal.preferences.XSLValidationPreferencePage" |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 106 | id="org.eclipse.wst.xsl.ui.preferences.Validation" |
dacarver | 4266ad8 | 2008-09-04 02:21:35 +0000 | [diff] [blame] | 107 | name="%pageNameValidation"> |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 108 | </page> |
dacarver | 9de09cc | 2008-10-03 18:23:35 +0000 | [diff] [blame] | 109 | <page category="org.eclipse.wst.xsl.ui.preferences.BasePreferencePage" |
| 110 | class="org.eclipse.wst.xsl.ui.internal.preferences.XSLSyntaxColoringPage" |
| 111 | id="org.eclipse.wst.xsl.ui.preferences.SyntaxColoring" |
| 112 | name="%pageSyntaxColoring"/> |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 113 | </extension> |
| 114 | |
| 115 | <extension point="org.eclipse.wst.sse.ui.sourcevalidation"> |
| 116 | <validator scope="total" |
dsatchwel | 25db8a4 | 2008-03-10 14:10:29 +0000 | [diff] [blame] | 117 | class="org.eclipse.wst.xsl.ui.internal.validation.DelegatingSourceValidatorForXSL" |
| 118 | id="org.eclipse.wst.xsl.ui.internal.validation.DelegatingSourceValidatorForXSL"> |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 119 | <contentTypeIdentifier id="org.eclipse.wst.xml.core.xslsource"> |
dsatchwel | e4a4d37 | 2008-06-27 18:17:42 +0000 | [diff] [blame] | 120 | <partitionType id="org.eclipse.wst.sse.ST_DEFAULT"/> |
| 121 | <partitionType id="org.eclipse.wst.xml.XML_DEFAULT"/> |
| 122 | <partitionType id="org.eclipse.wst.xsl.XSL_XPATH"/> |
dsatchwel | 25db8a4 | 2008-03-10 14:10:29 +0000 | [diff] [blame] | 123 | </contentTypeIdentifier> |
| 124 | </validator> |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 125 | </extension> |
| 126 | |
| 127 | <extension point="org.eclipse.wst.sse.ui.sourcevalidation"> |
| 128 | <validator scope="partial" |
dacarver | 54bae8a | 2008-03-20 17:57:24 +0000 | [diff] [blame] | 129 | class="org.eclipse.wst.xsl.ui.internal.validation.XSLMarkupValidator" |
| 130 | id="org.eclipse.wst.xsl.ui.internal.validator.markupvalidator"> |
| 131 | <contentTypeIdentifier id="org.eclipse.wst.xml.core.xslsource"> |
dsatchwel | acf2b9e | 2008-04-10 14:43:39 +0000 | [diff] [blame] | 132 | <partitionType id="org.eclipse.wst.sse.ST_DEFAULT" /> |
| 133 | <partitionType id="org.eclipse.wst.xml.XML_DEFAULT" /> |
dsatchwel | e4a4d37 | 2008-06-27 18:17:42 +0000 | [diff] [blame] | 134 | <partitionType id="org.eclipse.wst.xsl.XSL_XPATH" /> |
dacarver | 54bae8a | 2008-03-20 17:57:24 +0000 | [diff] [blame] | 135 | </contentTypeIdentifier> |
| 136 | </validator> |
| 137 | </extension> |
dacarver | 2840d7d | 2008-03-27 01:09:03 +0000 | [diff] [blame] | 138 | |
dsatchwel | 8ccc04b | 2008-05-01 15:32:38 +0000 | [diff] [blame] | 139 | <extension |
dsatchwel | 8ccc04b | 2008-05-01 15:32:38 +0000 | [diff] [blame] | 140 | point="org.eclipse.ui.handlers"> |
| 141 | <handler |
dacarver | 53c9081 | 2008-05-03 00:25:49 +0000 | [diff] [blame] | 142 | class="org.eclipse.wst.xsl.ui.internal.handlers.OpenDeclarationHandler" |
| 143 | commandId="org.eclipse.wst.sse.ui.open.file.from.source"> |
dsatchwel | 8ccc04b | 2008-05-01 15:32:38 +0000 | [diff] [blame] | 144 | </handler> |
| 145 | </extension> |
| 146 | <extension |
| 147 | point="org.eclipse.ui.menus"> |
| 148 | <menuContribution |
dacarver | 53c9081 | 2008-05-03 00:25:49 +0000 | [diff] [blame] | 149 | locationURI="popup:org.eclipse.wst.sse.ui.StructuredTextEditor.EditorContext?before=additions"> |
dsatchwel | 8ccc04b | 2008-05-01 15:32:38 +0000 | [diff] [blame] | 150 | <command |
dacarver | 53c9081 | 2008-05-03 00:25:49 +0000 | [diff] [blame] | 151 | commandId="org.eclipse.wst.sse.ui.open.file.from.source" |
| 152 | id="openSelection" |
dacarver | 4266ad8 | 2008-09-04 02:21:35 +0000 | [diff] [blame] | 153 | label="%commandOpenSelection" |
dsatchwel | 8ccc04b | 2008-05-01 15:32:38 +0000 | [diff] [blame] | 154 | style="push" |
dacarver | 4266ad8 | 2008-09-04 02:21:35 +0000 | [diff] [blame] | 155 | tooltip="%commandTooltipOpenSelection"> |
dsatchwel | 8ccc04b | 2008-05-01 15:32:38 +0000 | [diff] [blame] | 156 | <visibleWhen |
| 157 | checkEnabled="false"> |
| 158 | </visibleWhen> |
| 159 | </command> |
| 160 | </menuContribution> |
| 161 | </extension> |
dsatchwel | 0d3d328 | 2008-09-02 20:05:11 +0000 | [diff] [blame] | 162 | <extension |
| 163 | point="org.eclipse.ui.views"> |
| 164 | <view |
dacarver | d81e279 | 2009-10-12 17:47:00 +0000 | [diff] [blame] | 165 | category="org.eclipse.wst.xml" |
| 166 | class="org.eclipse.wst.xsl.ui.internal.views.stylesheet.StylesheetModelView" |
| 167 | icon="icons/full/hierarchy.gif" |
dsatchwel | 0d3d328 | 2008-09-02 20:05:11 +0000 | [diff] [blame] | 168 | id="org.eclipse.wst.xsl.ui.view.outline" |
dacarver | 4266ad8 | 2008-09-04 02:21:35 +0000 | [diff] [blame] | 169 | name="%viewNameStylesheet" |
dsatchwel | 0d3d328 | 2008-09-02 20:05:11 +0000 | [diff] [blame] | 170 | restorable="true"> |
| 171 | </view> |
| 172 | </extension> |
| 173 | <extension point="org.eclipse.core.runtime.adapters"> |
| 174 | <factory |
dacarver | d81e279 | 2009-10-12 17:47:00 +0000 | [diff] [blame] | 175 | class="org.eclipse.wst.xsl.ui.internal.views.stylesheet.XSLModelAdapterFactory" |
dsatchwel | 0d3d328 | 2008-09-02 20:05:11 +0000 | [diff] [blame] | 176 | adaptableType="org.eclipse.wst.xsl.core.model.XSLModelObject"> |
| 177 | <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
| 178 | </factory> |
| 179 | </extension> |
dacarver | a14f56b | 2008-07-28 16:30:27 +0000 | [diff] [blame] | 180 | |
dsatchwel | 5fb5673 | 2008-09-13 20:01:49 +0000 | [diff] [blame] | 181 | <extension point="org.eclipse.ui.editors.annotationTypes"> |
| 182 | <type |
| 183 | name="org.eclipse.wst.xsl.ui.override"> |
| 184 | </type> |
| 185 | </extension> |
| 186 | <extension |
| 187 | point="org.eclipse.ui.editors.markerAnnotationSpecification"> |
| 188 | <specification |
| 189 | annotationType="org.eclipse.wst.xsl.ui.override" |
dacarver | 8f2c7d4 | 2009-01-11 23:59:10 +0000 | [diff] [blame] | 190 | label="%specification.label.0" |
dsatchwel | 5fb5673 | 2008-09-13 20:01:49 +0000 | [diff] [blame] | 191 | icon="$nl$/icons/full/over_co.gif" |
| 192 | annotationImageProvider ="org.eclipse.wst.xsl.ui.internal.editor.OverrideIndicatorImageProvider" |
| 193 | textPreferenceKey="overrideIndicator" |
| 194 | textPreferenceValue="false" |
| 195 | highlightPreferenceKey="overrideIndicatorHighlighting" |
| 196 | highlightPreferenceValue="false" |
| 197 | contributesToHeader="false" |
| 198 | overviewRulerPreferenceKey="overrideIndicatorInOverviewRuler" |
| 199 | overviewRulerPreferenceValue="false" |
| 200 | verticalRulerPreferenceKey="overrideIndicatorInVerticalRuler" |
| 201 | verticalRulerPreferenceValue="true" |
| 202 | colorPreferenceKey="overrideIndicatorColor" |
| 203 | colorPreferenceValue="180,207,205" |
| 204 | presentationLayer="3" |
| 205 | showInNextPrevDropdownToolbarActionKey="showoverrideIndicatorInNextPrevDropdownToolbarAction" |
| 206 | showInNextPrevDropdownToolbarAction="false" |
| 207 | isGoToNextNavigationTargetKey="isOverrideIndicatorGoToNextNavigationTarget" |
| 208 | isGoToNextNavigationTarget="false" |
| 209 | isGoToPreviousNavigationTargetKey="isOverrideIndicatorGoToPreviousNavigationTarget" |
| 210 | isGoToPreviousNavigationTarget="false" |
| 211 | textStylePreferenceKey="overrideIndicatorTextStyle" |
| 212 | textStylePreferenceValue="SQUIGGLES"> |
| 213 | </specification> |
| 214 | </extension> |
dacarver | 9de09cc | 2008-10-03 18:23:35 +0000 | [diff] [blame] | 215 | |
| 216 | <extension point="org.eclipse.core.runtime.preferences"> |
| 217 | <initializer |
| 218 | class="org.eclipse.wst.xsl.ui.internal.preferences.XSLUIPreferenceInitializer" /> |
| 219 | </extension> |
| 220 | |
dacarver | 9801025 | 2008-10-09 19:21:59 +0000 | [diff] [blame] | 221 | <extension point="org.eclipse.ui.propertyPages"> |
| 222 | <page |
| 223 | name="%XSL_Property_validation" |
| 224 | class="org.eclipse.wst.xsl.ui.internal.preferences.XSLValidationPreferencePage" |
| 225 | id="org.eclipse.wst.xsl.ui.propertyPage.project.validation" |
| 226 | category="ValidationPropertiesPage"> |
dacarver | 0f5e571 | 2008-10-10 16:19:31 +0000 | [diff] [blame] | 227 | - <enabledWhen> |
dacarver | 9801025 | 2008-10-09 19:21:59 +0000 | [diff] [blame] | 228 | <adapt type="org.eclipse.core.resources.IProject"> |
| 229 | |
| 230 | </adapt> |
| 231 | </enabledWhen> |
| 232 | </page> |
| 233 | </extension> |
dsatchwel | 6079585 | 2009-02-16 22:31:56 +0000 | [diff] [blame] | 234 | <extension |
| 235 | point="org.eclipse.core.runtime.preferences"> |
| 236 | <initializer |
| 237 | class="org.eclipse.wst.xsl.ui.internal.PreferenceInitializer"> |
| 238 | </initializer> |
| 239 | </extension> |
dacarver | 9801025 | 2008-10-09 19:21:59 +0000 | [diff] [blame] | 240 | |
dsatchwel | 42972ae | 2009-02-16 21:43:47 +0000 | [diff] [blame] | 241 | <!-- extension |
| 242 | point="org.eclipse.wst.sse.ui.quickFixProcessor"> |
| 243 | <quickFixProcessor |
| 244 | class="org.eclipse.wst.xsl.ui.internal.quickassist.OverrideQuickAssist" |
| 245 | problemType="org.eclipse.wst.xsl.ui.override"> |
| 246 | </quickFixProcessor> |
| 247 | </extension --> |
dacarver | 9801025 | 2008-10-09 19:21:59 +0000 | [diff] [blame] | 248 | |
nitind | be679fa | 2009-04-21 02:56:51 +0000 | [diff] [blame] | 249 | <extension point="org.eclipse.ui.menus"> |
nitind | bf6c73d | 2009-04-30 07:08:04 +0000 | [diff] [blame] | 250 | <menuContribution locationURI="toolbar:org.eclipse.wst.xml.ui.perspective.NewFileToolBar"> |
nitind | be679fa | 2009-04-21 02:56:51 +0000 | [diff] [blame] | 251 | <command |
| 252 | commandId="org.eclipse.ui.newWizard" |
| 253 | icon="$nl$/icons/full/xslt_file.gif" |
| 254 | id="org.eclipse.wst.xsl.ui.newXSLFile" |
| 255 | style="push" |
| 256 | tooltip="%commandTooltipNewXSLFile"> |
| 257 | <parameter name="newWizardId" value="org.eclipse.wst.xsl.ui.internal.wizards.NewStylesheetWizard"/> |
| 258 | <visibleWhen checkEnabled="false"> |
| 259 | <with variable="activeWorkbenchWindow.activePerspective"> |
| 260 | <equals value="org.eclipse.wst.xml.ui.perspective"/> |
| 261 | </with> |
| 262 | </visibleWhen> |
| 263 | </command> |
nitind | be679fa | 2009-04-21 02:56:51 +0000 | [diff] [blame] | 264 | </menuContribution> |
| 265 | </extension> |
| 266 | |
nitind | 2a63103 | 2010-04-28 22:29:45 +0000 | [diff] [blame] | 267 | <extension point="org.eclipse.ui.navigator.navigatorContent" > |
| 268 | <commonWizard type="new" wizardId="org.eclipse.wst.xsl.ui.internal.wizards.NewStylesheetWizard" menuGroupId="org.eclipse.wst.xml.new.menuGroup"> |
nitind | be679fa | 2009-04-21 02:56:51 +0000 | [diff] [blame] | 269 | <enablement> |
nitind | 2a63103 | 2010-04-28 22:29:45 +0000 | [diff] [blame] | 270 | <instanceof value="org.eclipse.core.resources.IResource"/> |
| 271 | <with variable="activeWorkbenchWindow.activePerspective"> |
| 272 | <equals value="org.eclipse.wst.xml.ui.perspective"/> |
| 273 | </with> |
nitind | be679fa | 2009-04-21 02:56:51 +0000 | [diff] [blame] | 274 | </enablement> |
| 275 | </commonWizard> |
| 276 | </extension> |
dacarver | 5bfab6d | 2009-09-25 16:21:44 +0000 | [diff] [blame] | 277 | <extension |
| 278 | point="org.eclipse.wst.xsl.ui.contentAssistProcessor"> |
| 279 | <processor |
dacarver | 838a6ab | 2010-02-16 01:54:04 +0000 | [diff] [blame] | 280 | class="org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor"/> |
dacarver | 5bfab6d | 2009-09-25 16:21:44 +0000 | [diff] [blame] | 281 | <processor |
dacarver | 838a6ab | 2010-02-16 01:54:04 +0000 | [diff] [blame] | 282 | class="org.eclipse.wst.xsl.ui.internal.contentassist.XSLTemplateContentAssistProcessor"/> |
| 283 | <processor |
| 284 | class="org.eclipse.wst.xsl.ui.internal.contentassist.XSLContentAssistProcessor"/> |
dacarver | 5bfab6d | 2009-09-25 16:21:44 +0000 | [diff] [blame] | 285 | </extension> |
dacarver | b08520f | 2009-10-11 00:09:17 +0000 | [diff] [blame] | 286 | <extension |
| 287 | point="org.eclipse.wst.sse.ui.adapterFactoryDescription"> |
| 288 | <adapterFactoryDescription |
| 289 | class="org.eclipse.wst.xsl.ui.internal.registry.AdapterFactoryProviderForXSL"> |
| 290 | <contentType id="org.eclipse.wst.xml.core.xslsource" /> |
| 291 | </adapterFactoryDescription> |
| 292 | </extension> |
dacarver | 8c0fd6e | 2010-03-24 19:28:19 +0000 | [diff] [blame] | 293 | <extension |
| 294 | point="org.eclipse.wst.sse.ui.semanticHighlighting"> |
| 295 | <highlighting |
| 296 | class="org.eclipse.wst.xsl.ui.internal.style.XSLTagNameSemanticHighlighting" |
| 297 | target="org.eclipse.core.runtime.xml, org.eclipse.wst.xml.core.xslsource" |
| 298 | styleStringKey="xsltagName"> |
| 299 | </highlighting> |
| 300 | </extension> |
| 301 | <extension |
| 302 | point="org.eclipse.wst.sse.ui.semanticHighlighting"> |
| 303 | <highlighting |
| 304 | class="org.eclipse.wst.xsl.ui.internal.style.XSLAttrNameSemanticHighlighting" |
| 305 | target="org.eclipse.core.runtime.xml, org.eclipse.wst.xml.core.xslsource" |
| 306 | styleStringKey="xsltagAttributeName"> |
| 307 | </highlighting> |
| 308 | </extension> |
| 309 | <extension |
| 310 | point="org.eclipse.wst.sse.ui.semanticHighlighting"> |
| 311 | <highlighting |
| 312 | class="org.eclipse.wst.xsl.ui.internal.style.XSLAttrValueSemanticHighlighting" |
| 313 | target="org.eclipse.core.runtime.xml, org.eclipse.wst.xml.core.xslsource" |
| 314 | styleStringKey="xsltagAttributeValue"> |
| 315 | </highlighting> |
| 316 | </extension> |
| 317 | <extension |
| 318 | point="org.eclipse.wst.sse.ui.semanticHighlighting"> |
| 319 | <highlighting |
| 320 | class="org.eclipse.wst.xsl.ui.internal.style.XSLTagDelimsSemanticHighlighting" |
| 321 | target="org.eclipse.core.runtime.xml, org.eclipse.wst.xml.core.xslsource" |
| 322 | styleStringKey="xsltagBorder"> |
| 323 | </highlighting> |
| 324 | </extension> |
dacarver | 5bfab6d | 2009-09-25 16:21:44 +0000 | [diff] [blame] | 325 | |
dacarver | 7ae16dc | 2008-04-12 13:49:23 +0000 | [diff] [blame] | 326 | </plugin> |