krasa / IdeaIconPack

UX friendly old colorful icons for IntelliJ 2018.2+ solving https://youtrack.jetbrains.com/issue/IDEA-192025

Home Page:https://plugins.jetbrains.com/plugin/10777

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong breakpoint/gutter icons

Phoenix616 opened this issue · comments

When selecting the 2016.2 icons following icons seem to be using the new design/wrong icon:

  • temporary breakpoint Temporary/remove once hit breakpoints. (Showed with a 1 in the circle previously, now shows the normal breakpoint icon)
  • non-suspension breakpoint Non-suspension breakpoint uses new design
  • interface down interface up Interface implementation gutter icons use new design
  • subclass down Subclassed abstract class gutter uses new design

Is this because of the + some from 2018.1 part? If so I would prefer it if one could have a pure 2016.2 icon pack (or manually select which icons to use for which option)

  • temporary breakpoint maybe jetbrains removed that icon feature
  • non-suspension breakpoint and added this icon feature, that's why it uses new icons.
  • subclass down interface down interface up not sure what is going on here, but at least they look similar

Would be ideal if the non-suspension breakpoint were at least in the style of the old ones. Edit: Also I could've sworn that there was a different icon for non-suspending breakpoints before too.

Found another icon that seems to use the new design:

  • missing class helper The icon in the popup when pressing alt+enter on a missing class

Well, I am kinda fine with all that, as long as the icon is not a complete colorless garbage.

Well they aren't the 2016.2 icons and therefore a bug ¯\_(ツ)_/¯

Well, I don't have '2016.2 only' option (ᵔᴥᵔ)

Regarding the non-suspension breakpoint: I think it just used to display the breakpoint icon without anything in it before (debugger/db_set_breakpoint.png) so it could just use that (or a version of that icon that has a color shift applied) for the new db_no_suspend_breakpoint. The temporary breakpoint seems to still be included in the icons.jar of the latest version though (but using the old design) so no idea why it doesn't display, might be a bug in the program itself.

Regarding the override/interface icons: I'm not exactly sure why they look different to me, theym seem to be the same ones as they were before. Maybe they changed something about the scaling of the icons which changed the rendering slightly 🤔

Regarding the override/interface icons: they now use svg one. That was added recently so the plugin does not cover it.
image