nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 3 | <plugin> |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 4 | |
amywu | 182bbfd | 2005-12-07 21:57:15 +0000 | [diff] [blame] | 5 | <extension-point id="deviceProfileEntryProvider" name="%Device_Profile_Entry_Provider_Extension.name" schema="schema/deviceProfileEntryProvider.exsd"/> |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 6 | |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 7 | <extension point="org.eclipse.ui.editors"> |
| 8 | <editor |
| 9 | name="%HTML_Source_Page_Editor.name" |
david_williams | b5d0563 | 2006-02-27 09:24:00 +0000 | [diff] [blame] | 10 | icon="$nl$/icons/full/obj16/sourceEditor.gif" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 11 | default="true" |
| 12 | contributorClass="org.eclipse.wst.html.ui.internal.edit.ui.ActionContributorHTML" |
nitind | 102e60a | 2005-09-15 12:42:42 +0000 | [diff] [blame] | 13 | class="org.eclipse.wst.sse.ui.StructuredTextEditor" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 14 | symbolicFontName="org.eclipse.wst.sse.ui.textfont" |
| 15 | id="org.eclipse.wst.html.core.htmlsource.source"> |
| 16 | <contentTypeBinding |
| 17 | contentTypeId="org.eclipse.wst.html.core.htmlsource" /> |
| 18 | </editor> |
| 19 | </extension> |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 20 | <extension point="org.eclipse.wst.sse.ui.editorConfiguration"> |
| 21 | <sourceViewerConfiguration |
nitind | 07a1f4b | 2005-11-07 05:53:41 +0000 | [diff] [blame] | 22 | class="org.eclipse.wst.html.ui.StructuredTextViewerConfigurationHTML" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 23 | target="org.eclipse.wst.html.core.htmlsource" /> |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 24 | <contentOutlineConfiguration |
nitind | 1bf20a1 | 2005-09-15 11:48:15 +0000 | [diff] [blame] | 25 | class="org.eclipse.wst.html.ui.views.contentoutline.HTMLContentOutlineConfiguration" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 26 | target="org.eclipse.wst.html.core.htmlsource" /> |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 27 | <propertySheetConfiguration |
nitind | 1bf20a1 | 2005-09-15 11:48:15 +0000 | [diff] [blame] | 28 | class="org.eclipse.wst.xml.ui.views.properties.XMLPropertySheetConfiguration" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 29 | target="org.eclipse.wst.html.core.htmlsource" /> |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 30 | <provisionalConfiguration |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 31 | type="sourceeditingtexttools" |
| 32 | class="org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools" |
| 33 | target="org.eclipse.wst.html.core.htmlsource" /> |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 34 | <provisionalConfiguration |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 35 | type="characterpairmatcher" |
| 36 | class="org.eclipse.wst.html.ui.internal.text.HTMLDocumentRegionEdgeMatcher" |
| 37 | target="org.eclipse.wst.html.core.htmlsource" /> |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 38 | <provisionalConfiguration |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 39 | type="structuredtextfoldingprovider" |
| 40 | class="org.eclipse.wst.html.ui.internal.projection.StructuredTextFoldingProviderHTML" |
| 41 | target="org.eclipse.wst.html.core.htmlsource" /> |
nitind | 1bf20a1 | 2005-09-15 11:48:15 +0000 | [diff] [blame] | 42 | <provisionalConfiguration |
| 43 | type="correctionassistant" |
| 44 | class="org.eclipse.wst.html.ui.internal.correction.CorrectionAssistantProviderHTML" |
| 45 | target="org.eclipse.wst.html.core.htmlsource" /> |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 46 | <provisionalDefinition |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 47 | type="preferencepages" |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 48 | value="org.eclipse.wst.html.ui.preferences, org.eclipse.wst.html.ui.preferences.source, org.eclipse.wst.html.ui.preferences.templates, org.eclipse.wst.html.ui.preferences.styles" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 49 | target="org.eclipse.wst.html.core.htmlsource" /> |
| 50 | </extension> |
| 51 | <extension |
| 52 | point="org.eclipse.core.filebuffers.annotationModelCreation"> |
| 53 | <factory |
| 54 | contentTypeId="org.eclipse.wst.html.core.htmlsource" |
| 55 | class="org.eclipse.wst.sse.ui.internal.StructuredResourceMarkerAnnotationModelFactory" /> |
| 56 | </extension> |
| 57 | <extension |
| 58 | point="org.eclipse.wst.sse.ui.adapterFactoryDescription"> |
| 59 | <adapterFactoryDescription |
| 60 | class="org.eclipse.wst.html.ui.internal.registry.AdapterFactoryProviderForHTML"> |
| 61 | <contentType id="org.eclipse.wst.html.core.htmlsource" /> |
| 62 | </adapterFactoryDescription> |
| 63 | </extension> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 64 | <extension point="org.eclipse.ui.preferencePages"> |
| 65 | <!-- HTML PREFERENCE PAGES--> |
| 66 | <page |
| 67 | name="%HTML_Files.name" |
| 68 | category="org.eclipse.wst.sse.ui.internal.provisional.preferences" |
| 69 | class="org.eclipse.wst.html.ui.internal.preferences.ui.HTMLFilesPreferencePage" |
| 70 | id="org.eclipse.wst.html.ui.preferences"> |
| 71 | </page> |
| 72 | <page |
| 73 | name="%HTML_Source.name" |
| 74 | category="org.eclipse.wst.html.ui.preferences" |
| 75 | class="org.eclipse.wst.html.ui.internal.preferences.ui.HTMLSourcePreferencePage" |
| 76 | id="org.eclipse.wst.html.ui.preferences.source"> |
| 77 | </page> |
| 78 | <page |
| 79 | name="%HTML_Templates.name" |
| 80 | category="org.eclipse.wst.html.ui.preferences" |
| 81 | class="org.eclipse.wst.html.ui.internal.preferences.ui.HTMLTemplatePreferencePage" |
| 82 | id="org.eclipse.wst.html.ui.preferences.templates"> |
| 83 | </page> |
| 84 | <page |
| 85 | name="%HTML_Styles.name" |
| 86 | category="org.eclipse.wst.html.ui.preferences" |
| 87 | class="org.eclipse.wst.html.ui.internal.preferences.ui.HTMLColorPage" |
| 88 | id="org.eclipse.wst.html.ui.preferences.styles"> |
| 89 | </page> |
| 90 | </extension> |
| 91 | <!-- Web content settings --> |
| 92 | <extension point="org.eclipse.ui.propertyPages"> |
| 93 | <!-- for j2ee web project --> |
| 94 | <page |
| 95 | objectClass="org.eclipse.core.resources.IProject" |
| 96 | adaptable="true" |
| 97 | name="%WebContentSettings.name" |
amywu | 3a20567 | 2006-02-23 05:05:23 +0000 | [diff] [blame] | 98 | class="org.eclipse.wst.html.ui.internal.contentproperties.ui.ProjectWebContentSettingsPropertyPage" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 99 | id="org.eclipse.wst.html.ui.dynamicprojectpropertypage"> |
| 100 | <filter |
| 101 | name="nature" |
amywu | 3a20567 | 2006-02-23 05:05:23 +0000 | [diff] [blame] | 102 | value="org.eclipse.wst.common.project.facet.core.nature"> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 103 | </filter> |
| 104 | </page> |
| 105 | <!-- for static web project --> |
amywu | 3a20567 | 2006-02-23 05:05:23 +0000 | [diff] [blame] | 106 | <!-- |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 107 | <page |
| 108 | objectClass="org.eclipse.core.resources.IProject" |
| 109 | adaptable="true" |
| 110 | name="%WebContentSettings.name" |
| 111 | class="org.eclipse.wst.html.ui.internal.contentproperties.ui.ProjectContentSettingsPropertyPage" |
| 112 | id="org.eclipse.wst.html.ui.staticprojectpropertypage"> |
| 113 | <filter |
| 114 | name="nature" |
amywu | 3a20567 | 2006-02-23 05:05:23 +0000 | [diff] [blame] | 115 | value="org.eclipse.wst.common.project.facet.core.nature"> |
| 116 | </filter> |
| 117 | </page> |
| 118 | --> |
| 119 | <page |
| 120 | objectClass="org.eclipse.core.resources.IFile" |
| 121 | adaptable="true" |
| 122 | name="%WebContentSettings.name" |
| 123 | class="org.eclipse.wst.html.ui.internal.contentproperties.ui.WebContentSettingsPropertyPage" |
| 124 | id="org.eclipse.wst.html.ui.internal.contentproperties.ui.WebContentSettingsPropertyPage.html"> |
| 125 | <filter |
| 126 | name="contentTypeId" |
| 127 | value="org.eclipse.wst.html.core.htmlsource"> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 128 | </filter> |
| 129 | </page> |
| 130 | <page |
| 131 | objectClass="org.eclipse.core.resources.IFile" |
| 132 | adaptable="true" |
| 133 | name="%WebContentSettings.name" |
amywu | 3a20567 | 2006-02-23 05:05:23 +0000 | [diff] [blame] | 134 | class="org.eclipse.wst.html.ui.internal.contentproperties.ui.WebContentSettingsPropertyPage" |
| 135 | id="org.eclipse.wst.html.ui.internal.contentproperties.ui.WebContentSettingsPropertyPage.jsp"> |
| 136 | <filter |
| 137 | name="contentTypeId" |
| 138 | value="org.eclipse.jst.jsp.core.jspsource"> |
| 139 | </filter> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 140 | </page> |
| 141 | <page |
| 142 | objectClass="org.eclipse.core.resources.IFile" |
| 143 | adaptable="true" |
| 144 | name="%WebContentSettings.name" |
amywu | 3a20567 | 2006-02-23 05:05:23 +0000 | [diff] [blame] | 145 | class="org.eclipse.wst.html.ui.internal.contentproperties.ui.WebContentSettingsPropertyPage" |
| 146 | id="org.eclipse.wst.html.ui.internal.contentproperties.ui.WebContentSettingsPropertyPage.jspf"> |
| 147 | <filter |
| 148 | name="contentTypeId" |
| 149 | value="org.eclipse.jst.jsp.core.jspfragmentsource"> |
| 150 | </filter> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 151 | </page> |
| 152 | </extension> |
| 153 | <!-- Editor actionsets --> |
| 154 | <extension point="org.eclipse.ui.actionSetPartAssociations"> |
| 155 | <actionSetPartAssociation |
| 156 | targetID="org.eclipse.ui.edit.text.actionSet.annotationNavigation"> |
| 157 | <part id="org.eclipse.wst.html.core.htmlsource.source"> |
| 158 | </part> |
| 159 | </actionSetPartAssociation> |
| 160 | <actionSetPartAssociation |
| 161 | targetID="org.eclipse.ui.NavigateActionSet"> |
| 162 | <part id="org.eclipse.wst.html.core.htmlsource.source"> |
| 163 | </part> |
| 164 | </actionSetPartAssociation> |
| 165 | </extension> |
nitind | d4f81c0 | 2005-02-07 23:11:25 +0000 | [diff] [blame] | 166 | |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 167 | <!-- Templates --> |
| 168 | <extension point="org.eclipse.ui.editors.templates"> |
| 169 | <contextType |
| 170 | name="%All_HTML_context_type_Extension_Element.name" |
| 171 | class="org.eclipse.wst.html.ui.internal.templates.TemplateContextTypeHTML" |
| 172 | id="html_all"> |
| 173 | </contextType> |
| 174 | <contextType |
| 175 | name="%HTML_New_context_type_Extension_Element.name" |
| 176 | class="org.eclipse.wst.html.ui.internal.templates.TemplateContextTypeHTML" |
| 177 | id="html_new"> |
| 178 | </contextType> |
| 179 | <contextType |
| 180 | name="%HTML_Tag_context_type_Extension_Element.name" |
| 181 | class="org.eclipse.wst.html.ui.internal.templates.TemplateContextTypeHTML" |
| 182 | id="html_tag"> |
| 183 | </contextType> |
| 184 | <contextType |
| 185 | name="%HTML_Attribute_context_type_Extension_Element.name" |
| 186 | class="org.eclipse.wst.html.ui.internal.templates.TemplateContextTypeHTML" |
| 187 | id="html_attribute"> |
| 188 | </contextType> |
| 189 | <contextType |
| 190 | name="%HTML_Attribute_value_context_type_Extension_Element.name" |
| 191 | class="org.eclipse.wst.html.ui.internal.templates.TemplateContextTypeHTML" |
| 192 | id="html_attribute_value"> |
| 193 | </contextType> |
| 194 | <include |
| 195 | file="templates/htmldefault-templates.xml" |
david_williams | 73c174f | 2005-07-08 20:26:14 +0000 | [diff] [blame] | 196 | translations="$nl$/templates/htmldefault-templates.properties"> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 197 | </include> |
| 198 | </extension> |
nitind | 410b6c2 | 2005-01-25 15:57:22 +0000 | [diff] [blame] | 199 | <!-- initialize html ui preferences --> |
| 200 | <extension point="org.eclipse.core.runtime.preferences"> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 201 | <initializer |
| 202 | class="org.eclipse.wst.html.ui.internal.preferences.HTMLUIPreferenceInitializer" /> |
nitind | 410b6c2 | 2005-01-25 15:57:22 +0000 | [diff] [blame] | 203 | </extension> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 204 | |
nitind | d4f81c0 | 2005-02-07 23:11:25 +0000 | [diff] [blame] | 205 | <!--======================================================================================--> |
| 206 | <!-- Document provider for ExternalFileEditorInput --> |
| 207 | <!--======================================================================================--> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 208 | <extension point="org.eclipse.ui.editors.documentProviders"> |
| 209 | <provider |
| 210 | inputTypes="org.eclipse.wst.html.ui.internal.hyperlink.ExternalFileEditorInput" |
| 211 | class="org.eclipse.ui.editors.text.TextFileDocumentProvider" |
| 212 | id="org.eclipse.wst.html.ui.internal.ExternalFileDocumentProvider"> |
| 213 | </provider> |
| 214 | </extension> |
| 215 | |
pavery | e6107e6 | 2005-02-23 18:01:10 +0000 | [diff] [blame] | 216 | <!--======================================================================================--> |
| 217 | <!-- Workbench validation --> |
| 218 | <!--======================================================================================--> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 219 | <extension |
pavery | e6107e6 | 2005-02-23 18:01:10 +0000 | [diff] [blame] | 220 | id="HTMLValidator" |
| 221 | name="%HTML_Syntax_Validator.name" |
| 222 | point="org.eclipse.wst.validation.validator"> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 223 | <validator> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 224 | <filter |
| 225 | objectClass="org.eclipse.core.resources.IFile" |
| 226 | nameFilter="*.html"> |
| 227 | </filter> |
| 228 | <filter |
| 229 | objectClass="org.eclipse.core.resources.IFile" |
| 230 | nameFilter="*.htm"> |
| 231 | </filter> |
| 232 | <filter |
| 233 | objectClass="org.eclipse.core.resources.IFile" |
| 234 | nameFilter="*.xhtml"> |
| 235 | </filter> |
| 236 | <filter |
| 237 | objectClass="org.eclipse.core.resources.IFile" |
| 238 | nameFilter="*.htpl"> |
| 239 | </filter> |
| 240 | <filter |
| 241 | objectClass="org.eclipse.core.resources.IFile" |
| 242 | nameFilter="*.wml"> |
| 243 | </filter> |
| 244 | <filter |
| 245 | objectClass="org.eclipse.core.resources.IFile" |
| 246 | nameFilter="*.jsp"> |
| 247 | </filter> |
| 248 | <filter |
| 249 | objectClass="org.eclipse.core.resources.IFile" |
| 250 | nameFilter="*.jspf"> |
| 251 | </filter> |
| 252 | <filter |
| 253 | objectClass="org.eclipse.core.resources.IFile" |
| 254 | nameFilter="*.jsf"> |
| 255 | </filter> |
| 256 | <filter |
| 257 | objectClass="org.eclipse.core.resources.IFile" |
| 258 | nameFilter="*.jsv"> |
| 259 | </filter> |
| 260 | <filter |
| 261 | objectClass="org.eclipse.core.resources.IFile" |
| 262 | nameFilter="*.jtpl"> |
| 263 | </filter> |
| 264 | <helper |
| 265 | class="org.eclipse.wst.html.internal.validation.HTMLValidationWorkbenchHelper"> |
| 266 | </helper> |
| 267 | <run |
pavery | 9e4a23d | 2006-03-13 20:28:03 +0000 | [diff] [blame] | 268 | enabled="true" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 269 | class="org.eclipse.wst.html.internal.validation.HTMLValidator"> |
| 270 | </run> |
| 271 | </validator> |
| 272 | </extension> |
pavery | e6107e6 | 2005-02-23 18:01:10 +0000 | [diff] [blame] | 273 | |
| 274 | <!--======================================================================================--> |
| 275 | <!-- As you type validation --> |
| 276 | <!--======================================================================================--> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 277 | |
| 278 | <extension point="org.eclipse.wst.sse.ui.sourcevalidation"> |
| 279 | <validator |
pavery | a0e2eae | 2005-10-20 20:24:29 +0000 | [diff] [blame] | 280 | scope="partial" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 281 | class="org.eclipse.wst.html.internal.validation.HTMLValidator" |
| 282 | id="org.eclipse.wst.html.htmlsourcevalidator"> |
| 283 | <contentTypeIdentifier |
| 284 | id="org.eclipse.wst.html.core.htmlsource"> |
| 285 | <partitionType id="org.eclipse.wst.html.HTML_DEFAULT"> |
| 286 | </partitionType> |
| 287 | </contentTypeIdentifier> |
| 288 | <contentTypeIdentifier |
| 289 | id="org.eclipse.jst.jsp.core.jspsource"> |
| 290 | <partitionType id="org.eclipse.wst.html.HTML_DEFAULT"> |
pavery | 805bd30 | 2005-10-31 19:30:58 +0000 | [diff] [blame] | 291 | </partitionType> |
| 292 | <partitionType id="org.eclipse.jst.jsp.JSP_DIRECTIVE"> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 293 | </partitionType> |
| 294 | </contentTypeIdentifier> |
| 295 | </validator> |
| 296 | </extension> |
| 297 | |
nitind | 65cb13d | 2005-03-10 23:04:22 +0000 | [diff] [blame] | 298 | |
david_williams | 9f46258 | 2005-04-15 23:38:47 +0000 | [diff] [blame] | 299 | <!-- New HTML wizard --> |
nitind | 65cb13d | 2005-03-10 23:04:22 +0000 | [diff] [blame] | 300 | <extension point="org.eclipse.ui.newWizards"> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 301 | <wizard |
| 302 | id="org.eclipse.wst.html.ui.internal.wizard.NewHTMLWizard" |
nitind | 65cb13d | 2005-03-10 23:04:22 +0000 | [diff] [blame] | 303 | name="%_UI_WIZARD_NAME" |
| 304 | class="org.eclipse.wst.html.ui.internal.wizard.NewHTMLWizard" |
| 305 | category="org.eclipse.wst.web.ui" |
david_williams | b5d0563 | 2006-02-27 09:24:00 +0000 | [diff] [blame] | 306 | icon="$nl$/icons/full/etool16/newhtml_wiz.gif"> |
nitind | 65cb13d | 2005-03-10 23:04:22 +0000 | [diff] [blame] | 307 | <description>%_UI_WIZARD_CREATE_NEW_FILE</description> |
| 308 | <selection class="org.eclipse.core.resources.IResource" /> |
| 309 | </wizard> |
| 310 | </extension> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 311 | |
| 312 | <!-- Add new HTML wizard to J2EE Project Navigator --> |
| 313 | <extension |
nitind | 41be8ce | 2005-08-11 03:16:13 +0000 | [diff] [blame] | 314 | id="org.eclipse.wst.html.commonWizard.newHTML" |
amywu | 3a20567 | 2006-02-23 05:05:23 +0000 | [diff] [blame] | 315 | point="org.eclipse.ui.navigator.navigatorContent"> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 316 | <commonWizard |
david_williams | 9f46258 | 2005-04-15 23:38:47 +0000 | [diff] [blame] | 317 | type="new" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 318 | wizardId="org.eclipse.wst.html.ui.internal.wizard.NewHTMLWizard"> |
david_williams | 9f46258 | 2005-04-15 23:38:47 +0000 | [diff] [blame] | 319 | <enablement> |
| 320 | <or> |
amywu | 3a20567 | 2006-02-23 05:05:23 +0000 | [diff] [blame] | 321 | <instanceof |
| 322 | value="org.eclipse.core.resources.IProject" /> |
| 323 | <instanceof |
| 324 | value="org.eclipse.core.resources.IFolder" /> |
| 325 | <instanceof |
| 326 | value="org.eclipse.core.resources.IFile" /> |
david_williams | 9f46258 | 2005-04-15 23:38:47 +0000 | [diff] [blame] | 327 | </or> |
| 328 | </enablement> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 329 | </commonWizard> |
| 330 | </extension> |
| 331 | |
| 332 | <extension point="org.eclipse.ui.popupMenus"> |
david_williams | a4dd766 | 2005-04-14 00:33:20 +0000 | [diff] [blame] | 333 | <viewerContribution |
| 334 | targetID="org.eclipse.wst.html.core.htmlsource.source.RulerContext" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 335 | id="org.eclipse.ui.texteditor.ruler.context.actions"> |
david_williams | a4dd766 | 2005-04-14 00:33:20 +0000 | [diff] [blame] | 336 | <action |
| 337 | label="%AddTask.label" |
| 338 | helpContextId="org.eclipse.ui.AddTask_action_context" |
| 339 | class="org.eclipse.ui.texteditor.TaskRulerAction" |
| 340 | tooltip="%AddTask.tooltip" |
| 341 | menubarPath="additions" |
| 342 | id="org.eclipse.ui.texteditor.TaskRulerAction"> |
| 343 | </action> |
| 344 | <action |
| 345 | label="%AddBookmark.label" |
| 346 | helpContextId="org.eclipse.ui.bookmark_action_context" |
| 347 | class="org.eclipse.ui.texteditor.BookmarkRulerAction" |
| 348 | tooltip="%AddBookmark.tooltip" |
| 349 | menubarPath="additions" |
| 350 | id="org.eclipse.ui.texteditor.BookmarkRulerAction"> |
| 351 | </action> |
| 352 | </viewerContribution> |
| 353 | </extension> |
nitind | 102e60a | 2005-09-15 12:42:42 +0000 | [diff] [blame] | 354 | |
| 355 | <extension point="org.eclipse.ui.editorActions"> |
| 356 | <editorContribution |
| 357 | id="org.eclipse.wst.html.core.htmlsource.source.editorActions" |
| 358 | targetID="org.eclipse.wst.html.core.htmlsource.source"> |
| 359 | <action |
| 360 | id="CleanupDocument" |
| 361 | label="%CleanupDocument_label" |
| 362 | definitionId="org.eclipse.wst.sse.ui.cleanup.document" |
| 363 | tooltip="%CleanupDocument_tooltip" |
| 364 | class="org.eclipse.wst.html.ui.internal.edit.ui.CleanupActionHTMLDelegate" |
| 365 | actionID="CleanupDocument"> |
| 366 | </action> |
| 367 | <action |
| 368 | id="ToggleComment" |
| 369 | label="%ToggleComment_label" |
| 370 | definitionId="org.eclipse.wst.sse.ui.toggle.comment" |
| 371 | tooltip="%ToggleComment_tooltip" |
| 372 | class="org.eclipse.wst.xml.ui.internal.actions.ToggleCommentActionXMLDelegate" |
| 373 | actionID="ToggleComment"> |
| 374 | </action> |
| 375 | <action |
| 376 | id="AddBlockComment" |
| 377 | label="%AddBlockComment_label" |
| 378 | definitionId="org.eclipse.wst.sse.ui.add.block.comment" |
| 379 | tooltip="%AddBlockComment_tooltip" |
| 380 | class="org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate" |
| 381 | actionID="AddBlockComment"> |
| 382 | </action> |
| 383 | <action |
| 384 | id="RemoveBlockComment" |
| 385 | label="%RemoveBlockComment_label" |
| 386 | definitionId="org.eclipse.wst.sse.ui.remove.block.comment" |
| 387 | tooltip="%RemoveBlockComment_tooltip" |
| 388 | class="org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate" |
| 389 | actionID="RemoveBlockComment"> |
| 390 | </action> |
| 391 | <action |
| 392 | id="FindOccurrences" |
| 393 | label="%FindOccurrences_label" |
| 394 | definitionId="org.eclipse.wst.sse.ui.search.find.occurrences" |
| 395 | class="org.eclipse.wst.html.ui.internal.search.HTMLFindOccurrencesActionDelegate" |
| 396 | actionID="FindOccurrences"> |
| 397 | </action> |
| 398 | <action |
| 399 | id="StructureSelectEnclosing" |
| 400 | label="%StructureSelectEnclosing_label" |
| 401 | definitionId="org.eclipse.wst.sse.ui.structure.select.enclosing" |
| 402 | tooltip="%StructureSelectEnclosing_tooltip" |
| 403 | class="org.eclipse.wst.xml.ui.internal.selection.StructuredSelectEnclosingXMLActionDelegate" |
| 404 | actionID="StructureSelectEnclosing"> |
| 405 | </action> |
| 406 | <action |
| 407 | id="StructureSelectNext" |
| 408 | label="%StructureSelectNext_label" |
| 409 | definitionId="org.eclipse.wst.sse.ui.structure.select.next" |
| 410 | tooltip="%StructureSelectNext_tooltip" |
| 411 | class="org.eclipse.wst.xml.ui.internal.selection.StructuredSelectNextXMLActionDelegate" |
| 412 | actionID="StructureSelectNext"> |
| 413 | </action> |
| 414 | <action |
| 415 | id="StructureSelectPrevious" |
| 416 | label="%StructureSelectPrevious_label" |
| 417 | definitionId="org.eclipse.wst.sse.ui.structure.select.previous" |
| 418 | tooltip="%StructureSelectPrevious_tooltip" |
| 419 | class="org.eclipse.wst.xml.ui.internal.selection.StructuredSelectPreviousXMLActionDelegate" |
| 420 | actionID="StructureSelectPrevious"> |
| 421 | </action> |
| 422 | <action |
| 423 | id="StructureSelectHistory" |
| 424 | label="%StructureSelectHistory_label" |
| 425 | definitionId="org.eclipse.wst.sse.ui.structure.select.last" |
| 426 | tooltip="%StructureSelectHistory_tooltip" |
| 427 | class="org.eclipse.wst.sse.ui.internal.selection.StructuredSelectHistoryActionDelegate" |
| 428 | actionID="StructureSelectHistory"> |
| 429 | </action> |
| 430 | </editorContribution> |
nitind | 6d98c7b | 2005-10-07 21:17:31 +0000 | [diff] [blame] | 431 | <editorContribution |
| 432 | targetID="org.eclipse.wst.html.core.htmlsource.source" |
| 433 | id="org.eclipse.wst.html.core.htmlsource.ruler.actions"> |
| 434 | <action |
amywu | 34aa980 | 2005-12-06 23:33:16 +0000 | [diff] [blame] | 435 | label="%AddBookmark.label" |
nitind | 6d98c7b | 2005-10-07 21:17:31 +0000 | [diff] [blame] | 436 | helpContextId="org.eclipse.ui.bookmark_action_context" |
| 437 | class="org.eclipse.ui.texteditor.BookmarkRulerAction" |
| 438 | actionID="RulerDoubleClick" |
| 439 | id="org.eclipse.ui.texteditor.BookmarkRulerAction"/> |
| 440 | <action |
amywu | 34aa980 | 2005-12-06 23:33:16 +0000 | [diff] [blame] | 441 | label="%SelectRuler.label" |
nitind | 6d98c7b | 2005-10-07 21:17:31 +0000 | [diff] [blame] | 442 | class="org.eclipse.ui.texteditor.SelectRulerAction" |
| 443 | actionID="RulerClick" |
| 444 | id="org.eclipse.ui.texteditor.SelectRulerAction"/> |
| 445 | </editorContribution> |
nitind | 102e60a | 2005-09-15 12:42:42 +0000 | [diff] [blame] | 446 | </extension> |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 447 | </plugin> |