[61] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <?eclipse version="3.0"?> |
---|
| 3 | |
---|
| 4 | <plugin> |
---|
| 5 | |
---|
| 6 | <extension |
---|
| 7 | point="org.eclipse.ui.editors"> |
---|
| 8 | <editor |
---|
| 9 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.XtextEditor" |
---|
| 10 | contributorClass="org.eclipse.ui.editors.text.TextEditorActionContributor" |
---|
| 11 | default="true" |
---|
| 12 | extensions="bnf" |
---|
| 13 | id="de.ugoe.cs.swe.bnftools.Ebnf" |
---|
| 14 | name="Ebnf Editor"> |
---|
| 15 | </editor> |
---|
| 16 | </extension> |
---|
| 17 | <extension |
---|
| 18 | point="org.eclipse.ui.handlers"> |
---|
| 19 | <handler |
---|
| 20 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclarationHandler" |
---|
| 21 | commandId="org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclaration"> |
---|
| 22 | <activeWhen> |
---|
| 23 | <reference |
---|
| 24 | definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"> |
---|
| 25 | </reference> |
---|
| 26 | </activeWhen> |
---|
| 27 | </handler> |
---|
| 28 | <handler |
---|
| 29 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.handler.ValidateActionHandler" |
---|
| 30 | commandId="de.ugoe.cs.swe.bnftools.Ebnf.validate"> |
---|
| 31 | <activeWhen> |
---|
| 32 | <reference |
---|
| 33 | definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"> |
---|
| 34 | </reference> |
---|
| 35 | </activeWhen> |
---|
| 36 | </handler> |
---|
| 37 | <!-- copy qualified name --> |
---|
| 38 | <handler |
---|
| 39 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedNameHandler" |
---|
| 40 | commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName"> |
---|
| 41 | <activeWhen> |
---|
| 42 | <reference definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened" /> |
---|
| 43 | </activeWhen> |
---|
| 44 | </handler> |
---|
| 45 | <handler |
---|
| 46 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedNameHandler" |
---|
| 47 | commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName"> |
---|
| 48 | <activeWhen> |
---|
| 49 | <and> |
---|
| 50 | <reference definitionId="de.ugoe.cs.swe.bnftools.Ebnf.XtextEditor.opened" /> |
---|
| 51 | <iterate> |
---|
| 52 | <adapt type="org.eclipse.xtext.ui.editor.outline.IOutlineNode" /> |
---|
| 53 | </iterate> |
---|
| 54 | </and> |
---|
| 55 | </activeWhen> |
---|
| 56 | </handler> |
---|
| 57 | </extension> |
---|
| 58 | <extension point="org.eclipse.core.expressions.definitions"> |
---|
| 59 | <definition id="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"> |
---|
| 60 | <and> |
---|
| 61 | <reference definitionId="isActiveEditorAnInstanceOfXtextEditor"/> |
---|
| 62 | <with variable="activeEditor"> |
---|
| 63 | <test property="org.eclipse.xtext.ui.editor.XtextEditor.languageName" |
---|
| 64 | value="de.ugoe.cs.swe.bnftools.Ebnf" |
---|
| 65 | forcePluginActivation="true"/> |
---|
| 66 | </with> |
---|
| 67 | </and> |
---|
| 68 | </definition> |
---|
| 69 | <definition id="de.ugoe.cs.swe.bnftools.Ebnf.XtextEditor.opened"> |
---|
| 70 | <and> |
---|
| 71 | <reference definitionId="isXtextEditorActive"/> |
---|
| 72 | <with variable="activeEditor"> |
---|
| 73 | <test property="org.eclipse.xtext.ui.editor.XtextEditor.languageName" |
---|
| 74 | value="de.ugoe.cs.swe.bnftools.Ebnf" |
---|
| 75 | forcePluginActivation="true"/> |
---|
| 76 | </with> |
---|
| 77 | </and> |
---|
| 78 | </definition> |
---|
| 79 | </extension> |
---|
| 80 | <extension |
---|
| 81 | point="org.eclipse.ui.preferencePages"> |
---|
| 82 | <page |
---|
| 83 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage" |
---|
| 84 | id="de.ugoe.cs.swe.bnftools.Ebnf" |
---|
| 85 | name="Ebnf"> |
---|
| 86 | <keywordReference id="de.ugoe.cs.swe.bnftools.ui.keyword_Ebnf"/> |
---|
| 87 | </page> |
---|
| 88 | <page |
---|
| 89 | category="de.ugoe.cs.swe.bnftools.Ebnf" |
---|
| 90 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.syntaxcoloring.SyntaxColoringPreferencePage" |
---|
| 91 | id="de.ugoe.cs.swe.bnftools.Ebnf.coloring" |
---|
| 92 | name="Syntax Coloring"> |
---|
| 93 | <keywordReference id="de.ugoe.cs.swe.bnftools.ui.keyword_Ebnf"/> |
---|
| 94 | </page> |
---|
| 95 | <page |
---|
| 96 | category="de.ugoe.cs.swe.bnftools.Ebnf" |
---|
| 97 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.templates.XtextTemplatePreferencePage" |
---|
| 98 | id="de.ugoe.cs.swe.bnftools.Ebnf.templates" |
---|
| 99 | name="Templates"> |
---|
| 100 | <keywordReference id="de.ugoe.cs.swe.bnftools.ui.keyword_Ebnf"/> |
---|
| 101 | </page> |
---|
| 102 | </extension> |
---|
| 103 | <extension |
---|
| 104 | point="org.eclipse.ui.propertyPages"> |
---|
| 105 | <page |
---|
| 106 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage" |
---|
| 107 | id="de.ugoe.cs.swe.bnftools.Ebnf" |
---|
| 108 | name="Ebnf"> |
---|
| 109 | <keywordReference id="de.ugoe.cs.swe.bnftools.ui.keyword_Ebnf"/> |
---|
| 110 | <enabledWhen> |
---|
| 111 | <adapt type="org.eclipse.core.resources.IProject"/> |
---|
| 112 | </enabledWhen> |
---|
| 113 | <filter name="projectNature" value="org.eclipse.xtext.ui.shared.xtextNature"/> |
---|
| 114 | </page> |
---|
| 115 | </extension> |
---|
| 116 | <extension |
---|
| 117 | point="org.eclipse.ui.keywords"> |
---|
| 118 | <keyword |
---|
| 119 | id="de.ugoe.cs.swe.bnftools.ui.keyword_Ebnf" |
---|
| 120 | label="Ebnf"/> |
---|
| 121 | </extension> |
---|
| 122 | <extension |
---|
| 123 | point="org.eclipse.ui.commands"> |
---|
| 124 | <command |
---|
| 125 | description="Trigger expensive validation" |
---|
| 126 | id="de.ugoe.cs.swe.bnftools.Ebnf.validate" |
---|
| 127 | name="Validate"> |
---|
| 128 | </command> |
---|
| 129 | <!-- copy qualified name --> |
---|
| 130 | <command |
---|
| 131 | id="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName" |
---|
| 132 | categoryId="org.eclipse.ui.category.edit" |
---|
| 133 | description="Copy the qualified name for the selected element" |
---|
| 134 | name="Copy Qualified Name"> |
---|
| 135 | </command> |
---|
| 136 | <command |
---|
| 137 | id="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName" |
---|
| 138 | categoryId="org.eclipse.ui.category.edit" |
---|
| 139 | description="Copy the qualified name for the selected element" |
---|
| 140 | name="Copy Qualified Name"> |
---|
| 141 | </command> |
---|
| 142 | </extension> |
---|
| 143 | <extension point="org.eclipse.ui.menus"> |
---|
| 144 | <menuContribution |
---|
| 145 | locationURI="popup:#TextEditorContext?after=group.edit"> |
---|
| 146 | <command |
---|
| 147 | commandId="de.ugoe.cs.swe.bnftools.Ebnf.validate" |
---|
| 148 | style="push" |
---|
| 149 | tooltip="Trigger expensive validation"> |
---|
| 150 | <visibleWhen checkEnabled="false"> |
---|
| 151 | <reference |
---|
| 152 | definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"> |
---|
| 153 | </reference> |
---|
| 154 | </visibleWhen> |
---|
| 155 | </command> |
---|
| 156 | </menuContribution> |
---|
| 157 | <!-- copy qualified name --> |
---|
| 158 | <menuContribution locationURI="popup:#TextEditorContext?after=copy"> |
---|
| 159 | <command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName" |
---|
| 160 | style="push" tooltip="Copy Qualified Name"> |
---|
| 161 | <visibleWhen checkEnabled="false"> |
---|
| 162 | <reference definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened" /> |
---|
| 163 | </visibleWhen> |
---|
| 164 | </command> |
---|
| 165 | </menuContribution> |
---|
| 166 | <menuContribution locationURI="menu:edit?after=copy"> |
---|
| 167 | <command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName" |
---|
| 168 | style="push" tooltip="Copy Qualified Name"> |
---|
| 169 | <visibleWhen checkEnabled="false"> |
---|
| 170 | <reference definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened" /> |
---|
| 171 | </visibleWhen> |
---|
| 172 | </command> |
---|
| 173 | </menuContribution> |
---|
| 174 | <menuContribution locationURI="popup:org.eclipse.xtext.ui.outline?after=additions"> |
---|
| 175 | <command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName" |
---|
| 176 | style="push" tooltip="Copy Qualified Name"> |
---|
| 177 | <visibleWhen checkEnabled="false"> |
---|
| 178 | <and> |
---|
| 179 | <reference definitionId="de.ugoe.cs.swe.bnftools.Ebnf.XtextEditor.opened" /> |
---|
| 180 | <iterate> |
---|
| 181 | <adapt type="org.eclipse.xtext.ui.editor.outline.IOutlineNode" /> |
---|
| 182 | </iterate> |
---|
| 183 | </and> |
---|
| 184 | </visibleWhen> |
---|
| 185 | </command> |
---|
| 186 | </menuContribution> |
---|
| 187 | </extension> |
---|
| 188 | <extension point="org.eclipse.ui.menus"> |
---|
| 189 | <menuContribution locationURI="popup:#TextEditorContext?endof=group.find"> |
---|
| 190 | <command commandId="org.eclipse.xtext.ui.editor.FindReferences"> |
---|
| 191 | <visibleWhen checkEnabled="false"> |
---|
| 192 | <reference definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"> |
---|
| 193 | </reference> |
---|
| 194 | </visibleWhen> |
---|
| 195 | </command> |
---|
| 196 | </menuContribution> |
---|
| 197 | </extension> |
---|
| 198 | <extension point="org.eclipse.ui.handlers"> |
---|
| 199 | <handler |
---|
| 200 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.findrefs.FindReferencesHandler" |
---|
| 201 | commandId="org.eclipse.xtext.ui.editor.FindReferences"> |
---|
| 202 | <activeWhen> |
---|
| 203 | <reference |
---|
| 204 | definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"> |
---|
| 205 | </reference> |
---|
| 206 | </activeWhen> |
---|
| 207 | </handler> |
---|
| 208 | </extension> |
---|
| 209 | |
---|
| 210 | <!-- adding resource factories --> |
---|
| 211 | |
---|
| 212 | <extension |
---|
| 213 | point="org.eclipse.emf.ecore.extension_parser"> |
---|
| 214 | <parser |
---|
| 215 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.resource.IResourceFactory" |
---|
| 216 | type="bnf"> |
---|
| 217 | </parser> |
---|
| 218 | </extension> |
---|
| 219 | <extension point="org.eclipse.xtext.extension_resourceServiceProvider"> |
---|
| 220 | <resourceServiceProvider |
---|
| 221 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.resource.IResourceUIServiceProvider" |
---|
| 222 | uriExtension="bnf"> |
---|
| 223 | </resourceServiceProvider> |
---|
| 224 | </extension> |
---|
| 225 | |
---|
| 226 | |
---|
[79] | 227 | <!-- marker definitions for de.ugoe.cs.swe.bnftools.Ebnf --> |
---|
| 228 | <extension |
---|
| 229 | id="ebnf.check.fast" |
---|
| 230 | name="Ebnf Problem" |
---|
| 231 | point="org.eclipse.core.resources.markers"> |
---|
| 232 | <super type="org.eclipse.xtext.ui.check.fast"/> |
---|
| 233 | <persistent value="true"/> |
---|
| 234 | </extension> |
---|
| 235 | <extension |
---|
| 236 | id="ebnf.check.normal" |
---|
| 237 | name="Ebnf Problem" |
---|
| 238 | point="org.eclipse.core.resources.markers"> |
---|
| 239 | <super type="org.eclipse.xtext.ui.check.normal"/> |
---|
| 240 | <persistent value="true"/> |
---|
| 241 | </extension> |
---|
| 242 | <extension |
---|
| 243 | id="ebnf.check.expensive" |
---|
| 244 | name="Ebnf Problem" |
---|
| 245 | point="org.eclipse.core.resources.markers"> |
---|
| 246 | <super type="org.eclipse.xtext.ui.check.expensive"/> |
---|
| 247 | <persistent value="true"/> |
---|
| 248 | </extension> |
---|
| 249 | |
---|
[61] | 250 | <extension |
---|
| 251 | point="org.eclipse.xtext.builder.participant"> |
---|
| 252 | <participant |
---|
[97] | 253 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.builder.IXtextBuilderParticipant" |
---|
| 254 | fileExtensions="bnf" |
---|
| 255 | > |
---|
[61] | 256 | </participant> |
---|
| 257 | </extension> |
---|
| 258 | <extension |
---|
| 259 | point="org.eclipse.ui.preferencePages"> |
---|
| 260 | <page |
---|
| 261 | category="de.ugoe.cs.swe.bnftools.Ebnf" |
---|
| 262 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.builder.preferences.BuilderPreferencePage" |
---|
| 263 | id="de.ugoe.cs.swe.bnftools.Ebnf.compiler.preferencePage" |
---|
| 264 | name="Compiler"> |
---|
| 265 | <keywordReference id="de.ugoe.cs.swe.bnftools.ui.keyword_Ebnf"/> |
---|
| 266 | </page> |
---|
| 267 | </extension> |
---|
| 268 | <extension |
---|
| 269 | point="org.eclipse.ui.propertyPages"> |
---|
| 270 | <page |
---|
| 271 | category="de.ugoe.cs.swe.bnftools.Ebnf" |
---|
| 272 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.builder.preferences.BuilderPreferencePage" |
---|
| 273 | id="de.ugoe.cs.swe.bnftools.Ebnf.compiler.propertyPage" |
---|
| 274 | name="Compiler"> |
---|
| 275 | <keywordReference id="de.ugoe.cs.swe.bnftools.ui.keyword_Ebnf"/> |
---|
| 276 | <enabledWhen> |
---|
| 277 | <adapt type="org.eclipse.core.resources.IProject"/> |
---|
| 278 | </enabledWhen> |
---|
| 279 | <filter name="projectNature" value="org.eclipse.xtext.ui.shared.xtextNature"/> |
---|
| 280 | </page> |
---|
| 281 | </extension> |
---|
| 282 | |
---|
| 283 | <!-- Quick Outline --> |
---|
| 284 | <extension |
---|
| 285 | point="org.eclipse.ui.handlers"> |
---|
| 286 | <handler |
---|
| 287 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.outline.quickoutline.ShowQuickOutlineActionHandler" |
---|
| 288 | commandId="org.eclipse.xtext.ui.editor.outline.QuickOutline"> |
---|
| 289 | <activeWhen> |
---|
| 290 | <reference |
---|
| 291 | definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"> |
---|
| 292 | </reference> |
---|
| 293 | </activeWhen> |
---|
| 294 | </handler> |
---|
| 295 | </extension> |
---|
| 296 | <extension |
---|
| 297 | point="org.eclipse.ui.commands"> |
---|
| 298 | <command |
---|
| 299 | description="Open the quick outline." |
---|
| 300 | id="org.eclipse.xtext.ui.editor.outline.QuickOutline" |
---|
| 301 | name="Quick Outline"> |
---|
| 302 | </command> |
---|
| 303 | </extension> |
---|
| 304 | <extension point="org.eclipse.ui.menus"> |
---|
| 305 | <menuContribution |
---|
| 306 | locationURI="popup:#TextEditorContext?after=group.open"> |
---|
| 307 | <command commandId="org.eclipse.xtext.ui.editor.outline.QuickOutline" |
---|
| 308 | style="push" |
---|
| 309 | tooltip="Open Quick Outline"> |
---|
| 310 | <visibleWhen checkEnabled="false"> |
---|
| 311 | <reference definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"/> |
---|
| 312 | </visibleWhen> |
---|
| 313 | </command> |
---|
| 314 | </menuContribution> |
---|
| 315 | </extension> |
---|
| 316 | <!-- quickfix marker resolution generator for de.ugoe.cs.swe.bnftools.Ebnf --> |
---|
| 317 | <extension |
---|
| 318 | point="org.eclipse.ui.ide.markerResolution"> |
---|
| 319 | <markerResolutionGenerator |
---|
| 320 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator" |
---|
| 321 | markerType="de.ugoe.cs.swe.bnftools.ui.ebnf.check.fast"> |
---|
| 322 | <attribute |
---|
| 323 | name="FIXABLE_KEY" |
---|
| 324 | value="true"> |
---|
| 325 | </attribute> |
---|
| 326 | </markerResolutionGenerator> |
---|
| 327 | <markerResolutionGenerator |
---|
| 328 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator" |
---|
| 329 | markerType="de.ugoe.cs.swe.bnftools.ui.ebnf.check.normal"> |
---|
| 330 | <attribute |
---|
| 331 | name="FIXABLE_KEY" |
---|
| 332 | value="true"> |
---|
| 333 | </attribute> |
---|
| 334 | </markerResolutionGenerator> |
---|
| 335 | <markerResolutionGenerator |
---|
| 336 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator" |
---|
| 337 | markerType="de.ugoe.cs.swe.bnftools.ui.ebnf.check.expensive"> |
---|
| 338 | <attribute |
---|
| 339 | name="FIXABLE_KEY" |
---|
| 340 | value="true"> |
---|
| 341 | </attribute> |
---|
| 342 | </markerResolutionGenerator> |
---|
| 343 | </extension> |
---|
| 344 | <!-- Rename Refactoring --> |
---|
| 345 | <extension point="org.eclipse.ui.handlers"> |
---|
| 346 | <handler |
---|
| 347 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.refactoring.ui.DefaultRenameElementHandler" |
---|
| 348 | commandId="org.eclipse.xtext.ui.refactoring.RenameElement"> |
---|
| 349 | <activeWhen> |
---|
| 350 | <reference |
---|
| 351 | definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"> |
---|
| 352 | </reference> |
---|
| 353 | </activeWhen> |
---|
| 354 | </handler> |
---|
| 355 | </extension> |
---|
| 356 | <extension point="org.eclipse.ui.menus"> |
---|
| 357 | <menuContribution |
---|
| 358 | locationURI="popup:#TextEditorContext?after=group.edit"> |
---|
| 359 | <command commandId="org.eclipse.xtext.ui.refactoring.RenameElement" |
---|
| 360 | style="push"> |
---|
| 361 | <visibleWhen checkEnabled="false"> |
---|
| 362 | <reference |
---|
| 363 | definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"> |
---|
| 364 | </reference> |
---|
| 365 | </visibleWhen> |
---|
| 366 | </command> |
---|
| 367 | </menuContribution> |
---|
| 368 | </extension> |
---|
| 369 | <extension point="org.eclipse.ui.preferencePages"> |
---|
| 370 | <page |
---|
| 371 | category="de.ugoe.cs.swe.bnftools.Ebnf" |
---|
| 372 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.refactoring.ui.RefactoringPreferencePage" |
---|
| 373 | id="de.ugoe.cs.swe.bnftools.Ebnf.refactoring" |
---|
| 374 | name="Refactoring"> |
---|
| 375 | <keywordReference id="de.ugoe.cs.swe.bnftools.ui.keyword_Ebnf"/> |
---|
| 376 | </page> |
---|
| 377 | </extension> |
---|
| 378 | |
---|
| 379 | <extension point="org.eclipse.compare.contentViewers"> |
---|
| 380 | <viewer id="de.ugoe.cs.swe.bnftools.Ebnf.compare.contentViewers" |
---|
| 381 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.compare.InjectableViewerCreator" |
---|
| 382 | extensions="bnf"> |
---|
| 383 | </viewer> |
---|
| 384 | </extension> |
---|
| 385 | <extension point="org.eclipse.compare.contentMergeViewers"> |
---|
| 386 | <viewer id="de.ugoe.cs.swe.bnftools.Ebnf.compare.contentMergeViewers" |
---|
| 387 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.compare.InjectableViewerCreator" |
---|
| 388 | extensions="bnf" label="Ebnf Compare"> |
---|
| 389 | </viewer> |
---|
| 390 | </extension> |
---|
| 391 | <extension point="org.eclipse.ui.editors.documentProviders"> |
---|
| 392 | <provider id="de.ugoe.cs.swe.bnftools.Ebnf.editors.documentProviders" |
---|
| 393 | class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.ui.editor.model.XtextDocumentProvider" |
---|
| 394 | extensions="bnf"> |
---|
| 395 | </provider> |
---|
| 396 | </extension> |
---|
| 397 | |
---|
| 398 | </plugin> |
---|