kagof / intellij-pokemon-progress

A Pokémon themed progress bar for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/15090-pokemon-progress
MIT License
192 stars 21 forks source link

Make chosen Pokémon configurable #9

Closed kagof closed 3 years ago

kagof commented 3 years ago

Current behaviour (optional)

If a Pokémon is added, it is added. There is no way for a user to exclude a Pokémon that they don't like or think is ugly.

Description of the desired feature (required)

We could add an appearance configuration page for this app, which lets the user decide which Pokémon to include. By default, all would be included.

Why this feature would be valuable (optional)

As more and more Pokémon get added, it is more and more likely that people will come across one that they don't want to be included.

How to implement this feature (optional)

this is JetBrains' guide for making a plugin have settings https://jetbrains.org/intellij/sdk/docs/reference_guide/settings_guide.html

Additional information or context (optional)

fbecker-complex commented 2 years ago

Hi @kagof just stumbled over this thread while looking for a way to configure the used pokemon. Could you add some instructions on how to do it, I can't seem to figure it out.

kagof commented 2 years ago

@fbecker-complex you're not the first person to ask about this; I think I should add to the README and the plug-in description.

But in the mean time for your reference, this setting can be found under Preferences > Appearance & Behaviour > Pokémon Progress

fbecker-complex commented 2 years ago

@fbecker-complex you're not the first person to ask about this; I think I should add to the README and the plug-in description.

But in the mean time for your reference, this setting can be found under Preferences > Appearance & Behaviour > Pokémon Progress

Thanks for the quick reply!

Yes, I think that would be nice to help people like myself. Now it works!

Great plugin, by the way 😉

kagof commented 2 years ago

Thanks very much! Glad you're enjoying it.