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

Add a way to select / deselect whole generations in settings #57

Closed chylex closed 2 years ago

chylex commented 2 years ago

Current behaviour (optional)

Currently you can only toggle individual Pokémon, or all Pokémon at once.

Description of the desired feature (required)

There could be a checkbox next to every "Generation <X>" label, which affects all Pokémon in that generation.

Why this feature would be valuable (optional)

Saves hands :clap:

How to implement this feature (optional)

IntelliJ SDK has a ThreeStateCheckBox which would probably be the most appropriate UI element for this.

I'm happy to make a PR for this.

kagof commented 2 years ago

Hi @chylex, this is a great idea, feel free to raise a PR for this!

chylex commented 2 years ago

Forgot to link the issue in commit message, so linking here: https://github.com/kagof/intellij-pokemon-progress/pull/58

kagof commented 2 years ago

Done in #58, to be included in the next release (1.7.0, to be released soon)