pitest / pitclipse

Mutation testing for Java in Eclipse IDE. Based on PIT (Pitest).
https://pitest.org
Apache License 2.0
59 stars 17 forks source link

Icons for navigation in PIT Summary view #201

Closed LorenzoBettini closed 2 years ago

LorenzoBettini commented 2 years ago

Currently, we don't have icons for the navigation buttons in the summary view

image

LorenzoBettini commented 2 years ago

We could use some of the browser's icons

image

LorenzoBettini commented 2 years ago

I created the PR #202 that's the result

image

@echebbi @JKutscha what do you think?

I also changed the tooltips from "<", ">" to "Back" and "Forward"

JKutscha commented 2 years ago

@LorenzoBettini Looks great. Thanks.

LorenzoBettini commented 2 years ago

@JKutscha thanks for the feedback: I'm merging...