FWDekker / intellij-randomness

IntelliJ plugin for inserting random numbers, UUIDs, names, IP addresses, and much more
https://plugins.jetbrains.com/plugin/9836-randomness
MIT License
45 stars 7 forks source link

Fix reloadability on updating #520

Closed FWDekker closed 8 months ago

FWDekker commented 8 months ago

For some reason, updating Randomness from v3.1.0 to v3.2.0 requires IDE restart. This should not be necessary; this is a bug.

Apparently if reloading fails, there is a log file that can be checked.

FWDekker commented 8 months ago

I actually spent a bunch more time on it, and suspect that this is a bug in IntelliJ. I have reported issue IDEA-343462. Until that is fixed, I cannot properly make Randomness reloadable.