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 optional flat progress bar themes #61

Closed chylex closed 2 years ago

chylex commented 2 years ago

I added the theme option above the checkbox panel as a labelled form component, seemed the easiest. Let me know if you'd like it somewhere else.

obrazek

obrazek

Closes #59.

chylex commented 2 years ago

Hmm, looks like GitHub CI's JDK 8 is having issues with some syntax. Want me to fix compilation on JDK 8, or can you update it to JDK 11?

kagof commented 2 years ago

That location for the dropdown seems goodto me.

I tried upgrading this repo to JDK 11 about a year ago, and it caused the plugin not to work on Android Studio: https://github.com/kagof/intellij-pokemon-progress/issues/35. Although I'd expect that Android Studio has fixed compatibility now, I'd want to do some testing before releasing something including this upgrade. Would you be able to fix compilation for JDK 8, please?

chylex commented 2 years ago

Seems OK now.