-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Question] What's the future of this plugin past IJ 2020.3 release? #23
Comments
Good question. I want to note that the implementation in IntelliJ itself is inherently the same as the one this plugin uses and there shouldn’t be any performance differences between the two implementations. Also if there are any necessary bug fixes or new features are added (e.g. support for more Linux environments) those will be backported to older versions of the IntelliJ-Platform. The oldest version which will receive updates will be based on the version AndroidStudio uses, as it’s the only one lacking behind with the IJ-Platform version. |
I'm very thankful for this plugin since I tried to fix this in this new EAP, and this issue showed me how to. Thanks. |
Update: Android studio has been updated to be based on the 2020.1 version. Thus version |
@weisJ Hi, I was wondering if you could add a message to the top of the README stating that IJ now supports this feature natively so the plugin is no longer necessary. (I just updated to IJ 2021 today and I got worried when I saw that this plugin had no 2021 version out.) |
Sure thing :) |
Thanks for building this, I'm still using it because of the Linux support |
I'm not sure but for some reason the native IJ feature doesn't work, it often uses the wrong IDE theme, and NEVER uses the correct respective light/dark syntax theme for me... so personally I definitely need this plugin and I'm happy it exists. |
Yes please, keep supporting new IDE versions because the IDE options change the theme, but you can't specify which color schema you want for each light or dark themes. |
I was reading JetBrain's blog post today on IntelliJ IDEA 2020.3 EAP which covers some of the features coming to the next release.
One of the features highlighted in this post is
IDE theme synced with OS settings
which seems to natively bring to IJ the feature this plugin brings.I was just curious what this means for the
Auto Dark Mode
plugin. Will this be kept around to continue to bring the feature / functionality to older versions of IJ / other IDEs?The text was updated successfully, but these errors were encountered: