- Timestamp:
- 07/02/14 13:58:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/plugin.xml
r79 r83 248 248 </extension> 249 249 250 <!-- -->250 <!-- 251 251 252 252 <extension … … 255 255 class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.builder.IXtextBuilderParticipant"> 256 256 </participant> 257 </extension> 258 257 </extension> --> 258 259 259 260 260 <!--this is for using a button for generation … … 292 292 </menuContribution> 293 293 </extension> 294 -->294 this is for using a button for generation --> 295 295 296 296 … … 434 434 </provider> 435 435 </extension> 436 <!-- 436 <!-- --> 437 437 <extension 438 438 point="org.eclipse.ui.commands"> 439 439 <command 440 defaultHandler="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.handler.BT_GenerationHandler "440 defaultHandler="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.handler.BT_GenerationHandlerPDF" 441 441 id="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate" 442 442 name="button_generate"> … … 448 448 allPopups="false" 449 449 locationURI="toolbar:org.eclipse.ui.main.toolbar"> 450 <command 451 commandId="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate" 452 icon="lrun_obj.gif" 453 style="push" 454 tooltip="Generate Code"> 455 </command> 450 <toolbar 451 id="de.ugoe.cs.swe.bnftools.ebnf.ui.toolbar2"> 452 <command 453 commandId="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate" 454 icon="src/lrun_obj.gif" 455 style="push" 456 tooltip="Generate PDF"> 457 </command> 458 </toolbar> 456 459 </menuContribution> 457 460 </extension> 458 --> 461 462 <extension 463 point="org.eclipse.ui.commands"> 464 <command 465 defaultHandler="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.handler.BT_GenerationHandlerRTF" 466 id="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate1" 467 name="button_generate"> 468 </command> 469 </extension> 470 <extension 471 point="org.eclipse.ui.menus"> 472 <menuContribution 473 allPopups="false" 474 locationURI="toolbar:org.eclipse.ui.main.toolbar"> 475 <toolbar 476 id="de.ugoe.cs.swe.bnftools.ebnf.ui.toolbar2"> 477 <command 478 commandId="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate1" 479 icon="src/lrun_obj.gif" 480 style="push" 481 tooltip="Generate RTF"> 482 </command> 483 </toolbar> 484 </menuContribution> 485 </extension> 486 459 487 <extension 460 488 id="product" 461 489 point="org.eclipse.core.runtime.products"> 462 490 <product 463 application="de.ugoe.cs.swe.bnftools. editor.application"464 name=" EBNF Standalone Editor">491 application="de.ugoe.cs.swe.bnftools.product.application" 492 name="bnf"> 465 493 <property 466 494 name="appName" 467 value=" EBNF Standalone Editor">495 value="bnf"> 468 496 </property> 469 497 </product> … … 471 499 472 500 </plugin> 501
Note: See TracChangeset
for help on using the changeset viewer.