-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add icons for FindReplaceOverlay #68
Add icons for FindReplaceOverlay #68
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Wittmaxi I think the close_replace
and open_replace
icons can now be removed as they have been replaced with font icons, can't they?
Once we have an agreement on the folders to place the icons in (see eclipse-platform/eclipse.platform.ui#1192 (comment)), that should also be reflected in this PR.
17d5eb6
to
3c0b0dd
Compare
3c0b0dd
to
e5a815a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be merged along with eclipse-platform/eclipse.platform.ui#1192.
Is this one still needed? |
@akurtakov I believe so, somehow it was never merged! |
@HeikoKlare would you please review/merge this one? |
@BeckerWdf As our images guy maybe you can verify everything is good here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Images have been moved to elcl folder. Pls. adapt this change accordingsly
- Pls also add the *.png and the *@2x.png in the eclipse-png folder
e5a815a
to
bd41b07
Compare
Add the images used in the editor overlay used to perform find/replace. The images are only added in svg-format whereas they are used in png-format in the Overlay. In particular, a few new images were created and/or adapted from www.iconbolt.com. This PR acommodates eclipse-platform/eclipse.platform.ui#1192
bd41b07
to
48c2ab5
Compare
@BeckerWdf does 48c2ab5 address your comment correctly? |
Thank you for checking and merging this, @BeckerWdf! |
Add the images used in the editor overlay used to perform find/replace. The images are only added in svg-format whereas they are used in png-format in the Overlay.
In particular, a few new images were created and/or adapted from www.iconbolt.com.
This PR acommodates
eclipse-platform/eclipse.platform.ui#1192