david_williams | cfdb2cd | 2004-11-11 08:37:49 +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> |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 4 | |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 5 | <extension point="org.eclipse.ui.editors"> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 6 | <!-- class="org.eclipse.wst.sse.ui.StructuredTextEditor" --> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 7 | <editor |
| 8 | name="%DTD_Source_Page_Editor.name" |
david_williams | b5d0563 | 2006-02-27 09:24:00 +0000 | [diff] [blame] | 9 | icon="$nl$/icons/full/obj16/DTDFile.gif" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 10 | contributorClass="org.eclipse.wst.dtd.ui.internal.editor.ActionContributorDTD" |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 11 | class="org.eclipse.wst.dtd.ui.internal.DTDEditor" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 12 | symbolicFontName="org.eclipse.wst.sse.ui.textfont" |
david_williams | cfeb244 | 2005-04-09 05:26:17 +0000 | [diff] [blame] | 13 | id="org.eclipse.wst.dtd.core.dtdsource.source"> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 14 | <contentTypeBinding |
| 15 | contentTypeId="org.eclipse.wst.dtd.core.dtdsource" /> |
| 16 | </editor> |
| 17 | </extension> |
| 18 | |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 19 | <extension point="org.eclipse.wst.sse.ui.editorConfiguration"> |
| 20 | <contentOutlineConfiguration |
nitind | 1bf20a1 | 2005-09-15 11:48:15 +0000 | [diff] [blame] | 21 | class="org.eclipse.wst.dtd.ui.views.contentoutline.DTDContentOutlineConfiguration" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 22 | target="org.eclipse.wst.dtd.core.dtdsource" /> |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 23 | <sourceViewerConfiguration |
nitind | d8da725 | 2005-11-07 05:50:26 +0000 | [diff] [blame] | 24 | class="org.eclipse.wst.dtd.ui.StructuredTextViewerConfigurationDTD" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 25 | target="org.eclipse.wst.dtd.core.dtdsource" /> |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 26 | <provisionalConfiguration |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 27 | type="characterpairmatcher" |
| 28 | class="org.eclipse.wst.dtd.ui.internal.text.DTDDocumentRegionEdgeMatcher" |
| 29 | target="org.eclipse.wst.dtd.core.dtdsource" /> |
amywu | 91c2566 | 2006-06-14 05:08:57 +0000 | [diff] [blame] | 30 | <!-- comment out till able to improve dtd folding |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 31 | <provisionalConfiguration |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 32 | type="structuredtextfoldingprovider" |
| 33 | class="org.eclipse.wst.dtd.ui.internal.projection.StructuredTextFoldingProviderDTD" |
| 34 | target="org.eclipse.wst.dtd.core.dtdsource" /> |
amywu | 91c2566 | 2006-06-14 05:08:57 +0000 | [diff] [blame] | 35 | --> |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 36 | <provisionalDefinition |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 37 | type="preferencepages" |
nitind | de12ce6 | 2008-01-31 02:24:31 +0000 | [diff] [blame] | 38 | value="org.eclipse.wst.dtd.ui.preferences.dtd, org.eclipse.wst.sse.ui.preferences.dtd.templates, org.eclipse.wst.sse.ui.preferences.dtd.styles" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 39 | target="org.eclipse.wst.dtd.core.dtdsource" /> |
| 40 | <!-- provide syntax highlighting for DTD subset within XML --> |
nitind | f8e7763 | 2005-09-07 23:49:25 +0000 | [diff] [blame] | 41 | <provisionalConfiguration |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 42 | type="linestyleprovider" |
| 43 | class="org.eclipse.wst.dtd.ui.internal.style.LineStyleProviderForDTDSubSet" |
| 44 | target="org.eclipse.wst.xml.dtd.internal_subset" /> |
nitind | e5772c8 | 2007-02-15 03:38:36 +0000 | [diff] [blame] | 45 | <provisionalDefinition |
| 46 | type="spellingregions" |
| 47 | value="org.eclipse.wst.dtd.core.internal.util.parser.DTDRegionTypes.COMMENT_CONTENT" |
| 48 | target="org.eclipse.wst.dtd.core.dtdsource" /> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 49 | </extension> |
nitind | 50ebc6d | 2005-02-17 00:17:24 +0000 | [diff] [blame] | 50 | |
nitind | 6d98c7b | 2005-10-07 21:17:31 +0000 | [diff] [blame] | 51 | <extension point="org.eclipse.ui.editorActions"> |
amywu | 2b14e42 | 2006-05-15 22:16:02 +0000 | [diff] [blame] | 52 | <editorContribution |
| 53 | id="org.eclipse.wst.dtd.core.dtdsource.source.editorActions" |
| 54 | targetID="org.eclipse.wst.dtd.core.dtdsource.source"> |
| 55 | <action |
| 56 | id="StructureSelectEnclosing" |
| 57 | label="%StructureSelectEnclosing_label" |
| 58 | definitionId="org.eclipse.wst.sse.ui.structure.select.enclosing" |
| 59 | tooltip="%StructureSelectEnclosing_tooltip" |
| 60 | class="org.eclipse.wst.xml.ui.internal.selection.StructuredSelectEnclosingXMLActionDelegate" |
| 61 | actionID="StructureSelectEnclosing"> |
| 62 | </action> |
| 63 | <action |
| 64 | id="StructureSelectNext" |
| 65 | label="%StructureSelectNext_label" |
| 66 | definitionId="org.eclipse.wst.sse.ui.structure.select.next" |
| 67 | tooltip="%StructureSelectNext_tooltip" |
| 68 | class="org.eclipse.wst.xml.ui.internal.selection.StructuredSelectNextXMLActionDelegate" |
| 69 | actionID="StructureSelectNext"> |
| 70 | </action> |
| 71 | <action |
| 72 | id="StructureSelectPrevious" |
| 73 | label="%StructureSelectPrevious_label" |
| 74 | definitionId="org.eclipse.wst.sse.ui.structure.select.previous" |
| 75 | tooltip="%StructureSelectPrevious_tooltip" |
| 76 | class="org.eclipse.wst.xml.ui.internal.selection.StructuredSelectPreviousXMLActionDelegate" |
| 77 | actionID="StructureSelectPrevious"> |
| 78 | </action> |
| 79 | <action |
| 80 | id="StructureSelectHistory" |
| 81 | label="%StructureSelectHistory_label" |
| 82 | definitionId="org.eclipse.wst.sse.ui.structure.select.last" |
| 83 | tooltip="%StructureSelectHistory_tooltip" |
| 84 | class="org.eclipse.wst.sse.ui.internal.selection.StructuredSelectHistoryActionDelegate" |
| 85 | actionID="StructureSelectHistory"> |
| 86 | </action> |
| 87 | </editorContribution> |
nitind | 6d98c7b | 2005-10-07 21:17:31 +0000 | [diff] [blame] | 88 | <editorContribution |
| 89 | targetID="org.eclipse.wst.dtd.core.dtdsource.source" |
| 90 | id="org.eclipse.wst.dtd.core.dtdsource.ruler.actions"> |
| 91 | <action |
amywu | 34aa980 | 2005-12-06 23:33:16 +0000 | [diff] [blame] | 92 | label="%AddBookmark.label" |
nitind | 6d98c7b | 2005-10-07 21:17:31 +0000 | [diff] [blame] | 93 | helpContextId="org.eclipse.ui.bookmark_action_context" |
| 94 | class="org.eclipse.ui.texteditor.BookmarkRulerAction" |
| 95 | actionID="RulerDoubleClick" |
| 96 | id="org.eclipse.ui.texteditor.BookmarkRulerAction"/> |
| 97 | <action |
amywu | 34aa980 | 2005-12-06 23:33:16 +0000 | [diff] [blame] | 98 | label="%SelectRuler.label" |
nitind | 6d98c7b | 2005-10-07 21:17:31 +0000 | [diff] [blame] | 99 | class="org.eclipse.ui.texteditor.SelectRulerAction" |
| 100 | actionID="RulerClick" |
| 101 | id="org.eclipse.ui.texteditor.SelectRulerAction"/> |
| 102 | </editorContribution> |
| 103 | </extension> |
| 104 | |
nitind | 50ebc6d | 2005-02-17 00:17:24 +0000 | [diff] [blame] | 105 | <!-- use a specific annotation model with FileBuffers --> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 106 | <extension |
| 107 | point="org.eclipse.core.filebuffers.annotationModelCreation"> |
| 108 | <factory |
| 109 | contentTypeId="org.eclipse.wst.dtd.core.dtdsource" |
| 110 | class="org.eclipse.wst.sse.ui.internal.StructuredResourceMarkerAnnotationModelFactory" /> |
| 111 | </extension> |
nitind | 50ebc6d | 2005-02-17 00:17:24 +0000 | [diff] [blame] | 112 | |
| 113 | <!-- Register the UI adapter factory provider --> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 114 | <extension |
| 115 | point="org.eclipse.wst.sse.ui.adapterFactoryDescription"> |
| 116 | <adapterFactoryDescription |
| 117 | class="org.eclipse.wst.dtd.ui.internal.registry.AdapterFactoryProviderForDTD"> |
| 118 | <contentType id="org.eclipse.wst.dtd.core.dtdsource" /> |
| 119 | </adapterFactoryDescription> |
| 120 | </extension> |
nitind | 50ebc6d | 2005-02-17 00:17:24 +0000 | [diff] [blame] | 121 | |
| 122 | <!-- Editor actionsets --> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 123 | <extension point="org.eclipse.ui.actionSetPartAssociations"> |
| 124 | <actionSetPartAssociation |
| 125 | targetID="org.eclipse.ui.edit.text.actionSet.annotationNavigation"> |
| 126 | <part id="org.eclipse.wst.dtd.core.dtdsource.source" /> |
| 127 | </actionSetPartAssociation> |
| 128 | <actionSetPartAssociation |
| 129 | targetID="org.eclipse.ui.NavigateActionSet"> |
| 130 | <part id="org.eclipse.wst.dtd.core.dtdsource.source" /> |
| 131 | </actionSetPartAssociation> |
| 132 | </extension> |
nitind | d6e591d | 2005-03-14 22:21:57 +0000 | [diff] [blame] | 133 | |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 134 | <extension point="org.eclipse.ui.preferencePages"> |
| 135 | <page |
| 136 | name="%_UI_LABEL_DTD_FILES" |
nitind | 0babf61 | 2008-01-30 23:30:51 +0000 | [diff] [blame] | 137 | category="org.eclipse.wst.xml.ui.preferences.xml" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 138 | class="org.eclipse.wst.dtd.ui.internal.preferences.DTDFilesPreferencePage" |
nitind | 0babf61 | 2008-01-30 23:30:51 +0000 | [diff] [blame] | 139 | id="org.eclipse.wst.dtd.ui.preferences.dtd"> |
amywu | 73701a0 | 2006-12-06 00:16:27 +0000 | [diff] [blame] | 140 | <keywordReference id="org.eclipse.wst.dtd.ui.files"/> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 141 | </page> |
| 142 | <page |
nitind | f6c5d88 | 2005-06-21 18:16:25 +0000 | [diff] [blame] | 143 | name="%DTD_Templates.name" |
nitind | 0babf61 | 2008-01-30 23:30:51 +0000 | [diff] [blame] | 144 | category="org.eclipse.wst.dtd.ui.preferences.dtd" |
nitind | f6c5d88 | 2005-06-21 18:16:25 +0000 | [diff] [blame] | 145 | class="org.eclipse.wst.dtd.ui.internal.preferences.DTDTemplatePreferencePage" |
| 146 | id="org.eclipse.wst.sse.ui.preferences.dtd.templates"> |
amywu | 73701a0 | 2006-12-06 00:16:27 +0000 | [diff] [blame] | 147 | <keywordReference id="org.eclipse.wst.dtd.ui.templates"/> |
nitind | f6c5d88 | 2005-06-21 18:16:25 +0000 | [diff] [blame] | 148 | </page> |
| 149 | <page |
nitind | 8314839 | 2007-01-31 00:49:07 +0000 | [diff] [blame] | 150 | name="%DTD_Syntax_Coloring" |
nitind | 0babf61 | 2008-01-30 23:30:51 +0000 | [diff] [blame] | 151 | category="org.eclipse.wst.dtd.ui.preferences.dtd" |
nitind | 8314839 | 2007-01-31 00:49:07 +0000 | [diff] [blame] | 152 | class="org.eclipse.wst.dtd.ui.internal.preferences.DTDSyntaxColoringPage" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 153 | id="org.eclipse.wst.sse.ui.preferences.dtd.styles"> |
amywu | 73701a0 | 2006-12-06 00:16:27 +0000 | [diff] [blame] | 154 | <keywordReference id="org.eclipse.wst.dtd.ui.styles"/> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 155 | </page> |
| 156 | </extension> |
amywu | 73701a0 | 2006-12-06 00:16:27 +0000 | [diff] [blame] | 157 | |
| 158 | <!-- Keywords for preference and properties pages --> |
| 159 | <extension point="org.eclipse.ui.keywords"> |
| 160 | <keyword |
| 161 | label="%preferenceKeywords.files" |
| 162 | id="org.eclipse.wst.dtd.ui.files"/> |
| 163 | <keyword |
| 164 | label="%preferenceKeywords.templates" |
| 165 | id="org.eclipse.wst.dtd.ui.templates"/> |
| 166 | <keyword |
| 167 | label="%preferenceKeywords.styles" |
| 168 | id="org.eclipse.wst.dtd.ui.styles"/> |
| 169 | </extension> |
nitind | 50ebc6d | 2005-02-17 00:17:24 +0000 | [diff] [blame] | 170 | |
| 171 | <!-- New DTD wizard --> |
| 172 | <extension point="org.eclipse.ui.newWizards"> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 173 | <wizard |
| 174 | id="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDWizard" |
| 175 | name="%_UI_WIZARD_NEW_DTD" |
| 176 | class="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDWizard" |
| 177 | category="org.eclipse.wst.XMLCategory" |
david_williams | b5d0563 | 2006-02-27 09:24:00 +0000 | [diff] [blame] | 178 | icon="$nl$/icons/full/etool16/newdtd_wiz.gif"> |
nitind | 50ebc6d | 2005-02-17 00:17:24 +0000 | [diff] [blame] | 179 | <description>%_UI_CREATE_NEW_DTD_FILE</description> |
| 180 | <selection class="org.eclipse.core.resources.IResource" /> |
| 181 | </wizard> |
| 182 | </extension> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 183 | |
nitind | 50ebc6d | 2005-02-17 00:17:24 +0000 | [diff] [blame] | 184 | <!-- initialize DTD ui preferences --> |
nitind | 410b6c2 | 2005-01-25 15:57:22 +0000 | [diff] [blame] | 185 | <extension point="org.eclipse.core.runtime.preferences"> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 186 | <initializer |
| 187 | class="org.eclipse.wst.dtd.ui.internal.preferences.DTDUIPreferenceInitializer" /> |
nitind | 410b6c2 | 2005-01-25 15:57:22 +0000 | [diff] [blame] | 188 | </extension> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 189 | |
| 190 | <extension point="org.eclipse.ui.popupMenus"> |
david_williams | a4dd766 | 2005-04-14 00:33:20 +0000 | [diff] [blame] | 191 | <viewerContribution |
nitind | 8df4980 | 2005-08-31 03:27:15 +0000 | [diff] [blame] | 192 | targetID="org.eclipse.wst.dtd.core.dtdsource.source.RulerContext" |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 193 | id="org.eclipse.ui.texteditor.ruler.context.actions"> |
david_williams | a4dd766 | 2005-04-14 00:33:20 +0000 | [diff] [blame] | 194 | <action |
| 195 | label="%AddTask.label" |
| 196 | helpContextId="org.eclipse.ui.AddTask_action_context" |
| 197 | class="org.eclipse.ui.texteditor.TaskRulerAction" |
| 198 | tooltip="%AddTask.tooltip" |
| 199 | menubarPath="additions" |
| 200 | id="org.eclipse.ui.texteditor.TaskRulerAction"> |
| 201 | </action> |
| 202 | <action |
| 203 | label="%AddBookmark.label" |
| 204 | helpContextId="org.eclipse.ui.bookmark_action_context" |
| 205 | class="org.eclipse.ui.texteditor.BookmarkRulerAction" |
| 206 | tooltip="%AddBookmark.tooltip" |
| 207 | menubarPath="additions" |
| 208 | id="org.eclipse.ui.texteditor.BookmarkRulerAction"> |
| 209 | </action> |
| 210 | </viewerContribution> |
| 211 | </extension> |
david_williams | ad0e4cc | 2005-06-04 01:49:19 +0000 | [diff] [blame] | 212 | |
nitind | f6c5d88 | 2005-06-21 18:16:25 +0000 | [diff] [blame] | 213 | <!-- Templates --> |
| 214 | <extension point="org.eclipse.ui.editors.templates"> |
| 215 | <contextType |
| 216 | name="%DTD_New_context_type_Extension_Element.name" |
| 217 | class="org.eclipse.wst.dtd.ui.internal.templates.TemplateContextTypeDTD" |
| 218 | id="dtd_new"> |
| 219 | </contextType> |
amywu | 49b0d6f | 2007-11-06 22:33:40 +0000 | [diff] [blame] | 220 | <include |
| 221 | file="templates/dtddefault-templates.xml" |
| 222 | translations="$nl$/templates/dtddefault-templates.properties"> |
| 223 | </include> |
nitind | f6c5d88 | 2005-06-21 18:16:25 +0000 | [diff] [blame] | 224 | </extension> |
| 225 | |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 226 | <extension |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 227 | id="org.eclipse.wst.dtd.ui.propertyContributor" |
| 228 | point="org.eclipse.ui.views.properties.tabbed.propertyContributor"> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 229 | <propertyContributor |
| 230 | contributorId="org.eclipse.wst.dtd.core.dtdsource.source" |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 231 | labelProvider="org.eclipse.wst.dtd.ui.internal.properties.section.DTDSectionLabelProvider" |
| 232 | typeMapper="org.eclipse.wst.dtd.ui.internal.properties.section.DTDTypeMapper"> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 233 | <propertyCategory |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 234 | category="dtd.ui.general"/> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 235 | <propertyCategory |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 236 | category="dtd.ui.other"/> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 237 | <propertyCategory |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 238 | category="dtd.ui.attributes"/> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 239 | <propertyCategory |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 240 | category="dtd.ui.documentation"/> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 241 | </propertyContributor> |
| 242 | </extension> |
| 243 | |
| 244 | <extension |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 245 | point="org.eclipse.ui.views.properties.tabbed.propertyTabs"> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 246 | <propertyTabs |
| 247 | contributorId="org.eclipse.wst.dtd.core.dtdsource.source"> |
| 248 | <propertyTab |
| 249 | label="%_UI_LABEL_GENERAL" |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 250 | category="dtd.ui.general" |
| 251 | id="org.eclipse.wst.dtd.ui.general"/> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 252 | <propertyTab |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 253 | afterTab="org.eclipse.wst.dtd.ui.general" |
| 254 | category="dtd.ui.attributes" |
| 255 | id="org.eclipse.wst.dtd.ui.attributes" |
| 256 | label="%_UI_LABEL_ATTRIBUTES"/> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 257 | <propertyTab |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 258 | afterTab="org.eclipse.wst.dtd.ui.attributes" |
| 259 | category="dtd.ui.other" |
| 260 | id="org.eclipse.wst.dtd.ui.other" |
| 261 | label="%_UI_LABEL_OTHER"/> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 262 | <propertyTab |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 263 | afterTab="org.eclipse.wst.dtd.ui.attributes" |
| 264 | category="dtd.ui.documentation" |
| 265 | id="org.eclipse.wst.dtd.ui.documentation" |
| 266 | label="%_UI_LABEL_DOCUMENTATION"/> |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 267 | </propertyTabs> |
| 268 | </extension> |
| 269 | |
nitind | 003afb7 | 2006-04-18 09:03:42 +0000 | [diff] [blame] | 270 | <extension point="org.eclipse.ui.views.properties.tabbed.propertySections"> |
| 271 | <propertySections contributorId="org.eclipse.wst.dtd.core.dtdsource.source"> |
| 272 | <propertySection |
| 273 | class="org.eclipse.wst.dtd.ui.internal.properties.section.NameSection" |
| 274 | enablesFor="1" |
| 275 | id="org.eclipse.wst.dtd.ui.internal.properties.section.NameSection" |
| 276 | tab="org.eclipse.wst.dtd.ui.general"> |
| 277 | <input type="org.eclipse.wst.dtd.core.internal.Element"/> |
| 278 | <input type="org.eclipse.wst.dtd.core.internal.Attribute"/> |
| 279 | <input type="org.eclipse.wst.dtd.core.internal.AttributeList"/> |
| 280 | <input type="org.eclipse.wst.dtd.core.internal.Notation"/> |
| 281 | </propertySection> |
| 282 | |
| 283 | <propertySection tab="org.eclipse.wst.dtd.ui.general" |
| 284 | enablesFor="1" |
| 285 | class="org.eclipse.wst.dtd.ui.internal.properties.section.AttributeDefaultSection" |
| 286 | id="org.eclipse.wst.dtd.ui.internal.properties.section.AttributeDefaultSection"> |
| 287 | <input type="org.eclipse.wst.dtd.core.internal.Attribute"/> |
| 288 | </propertySection> |
| 289 | |
| 290 | <propertySection tab="org.eclipse.wst.dtd.ui.general" |
| 291 | enablesFor="1" |
| 292 | class="org.eclipse.wst.dtd.ui.internal.properties.section.CommentSection" |
| 293 | id="org.eclipse.wst.dtd.ui.internal.properties.section.CommentSection"> |
| 294 | <input type="org.eclipse.wst.dtd.core.internal.Comment"/> |
| 295 | </propertySection> |
| 296 | |
| 297 | <propertySection tab="org.eclipse.wst.dtd.ui.general" |
| 298 | enablesFor="1" |
| 299 | class="org.eclipse.wst.dtd.ui.internal.properties.section.ContentModelGroupSection" |
| 300 | id="org.eclipse.wst.dtd.ui.internal.properties.section.ContentModelGroupSection"> |
| 301 | <input type="org.eclipse.wst.dtd.core.internal.CMGroupNode"/> |
| 302 | </propertySection> |
| 303 | |
| 304 | <propertySection |
| 305 | class="org.eclipse.wst.dtd.ui.internal.properties.section.ContentModelNameSection" |
| 306 | filter="org.eclipse.wst.dtd.ui.internal.properties.section.ContentModelNameFilter" |
| 307 | id="org.eclipse.wst.dtd.ui.internal.properties.section.ContentModelNameSection" |
| 308 | enablesFor="1" |
| 309 | tab="org.eclipse.wst.dtd.ui.general"> |
| 310 | <input type="org.eclipse.wst.dtd.core.internal.CMBasicNode"/> |
| 311 | </propertySection> |
| 312 | |
| 313 | <propertySection tab="org.eclipse.wst.dtd.ui.other" |
| 314 | enablesFor="1" |
| 315 | class="org.eclipse.wst.dtd.ui.internal.properties.section.ContentModelTypeSection" |
| 316 | id="org.eclipse.wst.dtd.ui.internal.properties.section.ContentModelTypeSection"> |
| 317 | <input type="org.eclipse.wst.dtd.core.internal.CMBasicNode"/> |
| 318 | <input type="org.eclipse.wst.dtd.core.internal.CMGroupNode"/> |
| 319 | </propertySection> |
| 320 | |
| 321 | <propertySection tab="org.eclipse.wst.dtd.ui.documentation" |
| 322 | enablesFor="1" |
| 323 | class="org.eclipse.wst.dtd.ui.internal.properties.section.DocumentSection" |
| 324 | id="org.eclipse.wst.dtd.ui.internal.properties.section.DocumentSection"> |
| 325 | <input type="org.eclipse.wst.dtd.core.internal.Element"/> |
| 326 | <input type="org.eclipse.wst.dtd.core.internal.Entity"/> |
| 327 | <input type="org.eclipse.wst.dtd.core.internal.AttributeList"/> |
| 328 | <input type="org.eclipse.wst.dtd.core.internal.Notation"/> |
| 329 | </propertySection> |
| 330 | |
| 331 | <propertySection tab="org.eclipse.wst.dtd.ui.general" |
| 332 | enablesFor="1" |
| 333 | class="org.eclipse.wst.dtd.ui.internal.properties.section.EmptySection" |
| 334 | id="org.eclipse.wst.dtd.ui.internal.properties.section.EmptySection"> |
| 335 | <input type="org.eclipse.wst.dtd.core.internal.ParameterEntityReference"/> |
| 336 | <input type="org.eclipse.wst.sse.core.internal.provisional.IndexedRegion"/> |
| 337 | </propertySection> |
| 338 | |
| 339 | <!-- |
| 340 | <propertySection tab="org.eclipse.wst.dtd.ui.other" |
| 341 | enablesFor="1" |
| 342 | class="org.eclipse.wst.dtd.ui.internal.properties.section.EntityTypeSection" |
| 343 | id="org.eclipse.wst.dtd.ui.internal.properties.section.EntityTypeSection"> |
| 344 | <input type="org.eclipse.wst.dtd.core.internal.Entity"/> |
| 345 | </propertySection> |
| 346 | |
| 347 | <propertySection tab="org.eclipse.wst.dtd.ui.attributes" |
| 348 | enablesFor="1" |
| 349 | class="org.eclipse.wst.dtd.ui.internal.properties.section.EntityValueSection" |
| 350 | id="org.eclipse.wst.dtd.ui.internal.properties.section.EntityValueSection"> |
| 351 | <input type="org.eclipse.wst.dtd.core.internal.Entity"/> |
| 352 | </propertySection> |
| 353 | --> |
| 354 | |
| 355 | <propertySection tab="org.eclipse.wst.dtd.ui.general" |
| 356 | enablesFor="1" |
| 357 | class="org.eclipse.wst.dtd.ui.internal.properties.section.NewEntitySection" |
| 358 | id="org.eclipse.wst.dtd.ui.internal.properties.section.NewEntitySection"> |
| 359 | <input type="org.eclipse.wst.dtd.core.internal.DTDFile"/> |
| 360 | <input type="org.eclipse.wst.dtd.core.internal.Entity"/> |
| 361 | </propertySection> |
| 362 | |
| 363 | <propertySection tab="org.eclipse.wst.dtd.ui.general" |
| 364 | enablesFor="1" |
| 365 | class="org.eclipse.wst.dtd.ui.internal.properties.section.NotationSection" |
| 366 | id="org.eclipse.wst.dtd.ui.internal.properties.section.NotationSection"> |
| 367 | <input type="org.eclipse.wst.dtd.core.internal.Notation"/> |
| 368 | </propertySection> |
| 369 | |
| 370 | <propertySection tab="org.eclipse.wst.dtd.ui.attributes" |
| 371 | enablesFor="1" |
| 372 | class="org.eclipse.wst.dtd.ui.internal.properties.section.OccurrenceSection" |
| 373 | filter="org.eclipse.wst.dtd.ui.internal.properties.section.OccurrenceFilter" |
| 374 | id="org.eclipse.wst.dtd.ui.internal.properties.section.OccurrenceSection"> |
| 375 | <input type="org.eclipse.wst.dtd.core.internal.CMBasicNode"/> |
| 376 | <input type="org.eclipse.wst.dtd.core.internal.CMRepeatableNode"/> |
| 377 | </propertySection> |
| 378 | |
| 379 | <propertySection tab="org.eclipse.wst.dtd.ui.attributes" |
| 380 | class="org.eclipse.wst.dtd.ui.internal.properties.section.TypeSection" |
| 381 | enablesFor="1" |
| 382 | id="org.eclipse.wst.dtd.ui.internal.properties.section.TypeSection"> |
| 383 | <input type="org.eclipse.wst.dtd.core.internal.Attribute"/> |
| 384 | </propertySection> |
| 385 | </propertySections> |
| 386 | </extension> |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 387 | </plugin> |