tool-bar icon indicating copy to clipboard operation
tool-bar copied to clipboard

Icons missin (again?)

Open Nuube opened this issue 5 years ago • 5 comments

Nuube avatar Feb 21 '20 21:02 Nuube

I am on tool-bar version 1.2.0 and some (most important) icons are missing:

grafik

Nuube avatar Feb 21 '20 21:02 Nuube

@Nuube did you start using v1.2.0 just recently? In that case, have a look at the release notes for v1.2.0. In short, you may need to update the icon names for ionicons icons.

If you can't figure it out on your own, could you provide some more information, like:

  • Which icons are you expecting in the places where there are no icons?
  • What tool-bar plugin are you using, if any?

ericcornelissen avatar Feb 24 '20 09:02 ericcornelissen

Hi @ericcornelissen

I'm experiencing a similar issue, but with the Material Design set.

Here is a snippet

  {
    type:     "button"
    iconset:  "mdi"
    icon:     "file-swap"
    callback: "ruby-test:test-single"
    tooltip:  "Ruby Test: Test Single"
    style:
      color: "#FF6D67"
  }

And that's for using this icon: Material Design Icons 2020-03-02 20-39-29

Some of the icons work for example file-compare, but there is quite a few that don't work

frank-who avatar Mar 02 '20 18:03 frank-who

I'm not exactly sure what is happening, but when I manually download the font files from the repo and copy them into iconsets/mdi and restart atom it appears to be working

frank-who avatar Mar 02 '20 18:03 frank-who

@franks921 that is curious, when I add that snippet to my flex-tool-bar config it adds the icon without a problem. Do you have the latest version of this package installed (v1.2.0)? And are you using any plugins to make the toolbar work?

ericcornelissen avatar Mar 04 '20 16:03 ericcornelissen