-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't replace loader icon without restarting IDE. #84
Comments
Hi, thanks for the feedback! The mechanism I used for changing the loader icon is super hacky; I won't get into details but Jetbrains definitely didn't intend for it to be replacable. I suspect you're on an older version of IDEA - can you confirm? The "replace loader icon" checkbox doesn't work at all on newer versions of it, and I should just remove it. That being said, I'm still surprised you're seeing this behavious, as I never did, however it's probably a moot point by now :) |
Hey ! I'll try to see if a workaround is possible anyway... and I'll tell you in this thread if I do someday ! Thanks for your reply ;) |
Yeah would love it if someone else takes a look into it to see if it has become possible again! As a hint, the code lives in Newer versions of IntelliJ use a newer version of Java, which no longer allows you to do that (I believe they prevent reflection on anything in the |
@HashimotoRyuga I believe this is because of #89, I will be addressing this soon hopefully. As for the loader icon, I'm going to take another look at it, possibly with newer versions of IDEA it might have become possible again. I'm also not sure how well it plays with the new UI; might also need special handling for that! If it isn't an easy win (which I suspect it won't be, unfortunately) I'll likely hide the option from the configuration UI in the next release, so it doesn't mislead people. |
I think the IDEA loader icon should be replaced as soon as the user click on the "replace loader" checkbox.
Now, it seems that it is necessary to restart Idea in order to make it happen.
Thank's a lot if you manage to resolve this issue someday ! 😄
The text was updated successfully, but these errors were encountered: