|
370 | 370 | class="org.eclipse.core.resources.IProject"/> |
371 | 371 | </action> |
372 | 372 | <action |
373 | | - label="%ConfigureProjectFromBluePrintAction.label" |
374 | | - class="net.sf.eclipsecs.ui.actions.ConfigureProjectFromBluePrintAction" |
375 | | - enablesFor="+" |
376 | | - menubarPath="Checkstyle.menu/xbatch" |
377 | | - tooltip="%ConfigureProjectFromBluePrintAction.tooltip" |
378 | | - id="net.sf.eclipsecs.ConfigureProjectFromBluePrintAction"> |
| 373 | + class="net.sf.eclipsecs.ui.actions.ConfigureProjectFromBluePrintAction" |
| 374 | + enablesFor="+" |
| 375 | + icon="platform:/plugin/org.eclipse.ui.ide.application/icons/full/elcl16/configs.png" |
| 376 | + id="net.sf.eclipsecs.ConfigureProjectFromBluePrintAction" |
| 377 | + label="%ConfigureProjectFromBluePrintAction.label" |
| 378 | + menubarPath="Checkstyle.menu/xbatch" |
| 379 | + tooltip="%ConfigureProjectFromBluePrintAction.tooltip"> |
379 | 380 | <selection |
380 | 381 | class="org.eclipse.core.resources.IProject"/> |
381 | 382 | </action> |
|
397 | 398 | name="xbatch"/> |
398 | 399 | </menu> |
399 | 400 | <!-- |
400 | | - Activate this menu-point for Transformingaction from Formatter-Profile to Checkstyle-Setting |
| 401 | + Activate this menu-point for Transforming action from Formatter Profile to Checkstyle Setting |
401 | 402 | <action |
402 | 403 | label="%FormatterTransformingAction.label" |
403 | 404 | class="net.sf.eclipsecs.ui.actions.FormatterTransformingAction" |
|
444 | 445 | --> |
445 | 446 |
|
446 | 447 | <action |
447 | | - label="%ClearSelectedFilesAction.label" |
448 | | - class="net.sf.eclipsecs.ui.actions.ClearSelectedFilesAction" |
449 | | - enablesFor="+" |
450 | | - menubarPath="Checkstyle.menu/ondemand" |
451 | | - tooltip="%ClearSelectedFilesAction.tooltip" |
452 | | - id="net.sf.eclipsecs.actions.ClearSelectedFilesAction"/> |
| 448 | + class="net.sf.eclipsecs.ui.actions.ClearSelectedFilesAction" |
| 449 | + enablesFor="+" |
| 450 | + icon="platform:/plugin/org.eclipse.ui/icons/full/elcl16/removeall.png" |
| 451 | + id="net.sf.eclipsecs.actions.ClearSelectedFilesAction" |
| 452 | + label="%ClearSelectedFilesAction.label" |
| 453 | + menubarPath="Checkstyle.menu/ondemand" |
| 454 | + tooltip="%ClearSelectedFilesAction.tooltip"/> |
453 | 455 | <action |
454 | | - label="%CheckSelectedFilesAction.label" |
455 | | - class="net.sf.eclipsecs.ui.actions.CheckSelectedFilesAction" |
456 | | - enablesFor="+" |
457 | | - menubarPath="Checkstyle.menu/ondemand" |
458 | | - tooltip="%CheckSelectedFilesAction.tooltip" |
459 | | - id="net.sf.eclipsecs.ui.actions.CheckSelectedFilesAction"/> |
| 456 | + class="net.sf.eclipsecs.ui.actions.CheckSelectedFilesAction" |
| 457 | + enablesFor="+" |
| 458 | + icon="icons/checkstyle_command.png" |
| 459 | + id="net.sf.eclipsecs.ui.actions.CheckSelectedFilesAction" |
| 460 | + label="%CheckSelectedFilesAction.label" |
| 461 | + menubarPath="Checkstyle.menu/ondemand" |
| 462 | + tooltip="%CheckSelectedFilesAction.tooltip"/> |
460 | 463 | </objectContribution> |
461 | 464 | </extension> |
462 | 465 |
|
|
484 | 487 | type="org.eclipse.core.resources.IMarker"> |
485 | 488 | </propertyTester> |
486 | 489 | </extension> |
| 490 | + <extension |
| 491 | + point="org.eclipse.ui.commandImages"> |
| 492 | + <image |
| 493 | + commandId="CheckstylePlugin.PurgeCaches" |
| 494 | + icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/clear.png"> |
| 495 | + </image> |
| 496 | + </extension> |
487 | 497 | </plugin> |
0 commit comments