Skip to content

Commit

Permalink
Use icon for "Coverage As" in context and Run menu
Browse files Browse the repository at this point in the history
Bug: 530668

Signed-off-by: Andreas Sewe <[email protected]>
  • Loading branch information
Andreas Sewe authored and Godin committed May 28, 2018
1 parent 80e6e55 commit f9a30a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions org.eclipse.eclemma.doc/pages/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ <h2>Version 3.1.0</h2>
generated artifacts, which otherwise require unnecessary and sometimes impossible tricks
to not have partial or missed coverage, such as for example part of bytecode of try-with
resources statements (Eclipse Bug 529391, 532770).</li>
<li>For consistency with Eclipse Photon UI added icon for "Coverage As" in context and Run
menus (Eclipse Bug 530668).</li>
</ul>

<h2>Version 3.0.1 (2017/11/14)</h2>
Expand Down
2 changes: 2 additions & 0 deletions org.eclipse.eclemma.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
menubarPath="org.eclipse.ui.run/emptyLaunchGroup"/>
<action
class="org.eclipse.eclemma.internal.ui.actions.CoverageAsAction"
icon="$nl$/icons/full/elcl16/runcoverage.png"
id="org.eclipse.eclemma.ui.actions.CoverageAsAction"
label="%CoverageAsAction.label"
menubarPath="org.eclipse.ui.run/emptyLaunchGroup"
Expand Down Expand Up @@ -756,6 +757,7 @@
class="org.eclipse.eclemma.internal.ui.actions.CoverageContextualLaunchAction"
menubarPath="additions"
enablesFor="+"
icon="$nl$/icons/full/elcl16/runcoverage.png"
id="org.eclipse.eclemma.ui.contextualLaunch.coverage.submenu">
</action>
<enablement>
Expand Down

0 comments on commit f9a30a1

Please sign in to comment.