-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Enable 232 version #3327
Enable 232 version #3327
Conversation
@KronicDeth Is there any chance for this PR to be reviewed and merged? It sucks to have two separate IDE versions, because this plugin does not support the modern IDEA. |
Thanks as ever to @KronicDeth for this awesome plugin and thanks to @marceloneppel for the PR. I upgraded to 232 without checking versions and rather than downgrade I built the plugin from this PR so that I could test it out. If anyone else wants to use it, I've attached here. You can load it in the plugins manager by choosing ⚙️ and "Install plugin from disk". 👍 |
@sh41 |
Thanks for taking the time to making this zip available, it looks to work great. |
Unfortunately, I was unable to successfully install this because it has a dependency on org.intellij.plugins.markdown which is also not compatible with 232. |
@Jestar342 Can you elaborate on the markdown plugin not being compatible with 232? It clearly states it is as of July 18. What version of Intellij are you running? Typically when a version bump of this plugin to accompany an Intellij version bump is released support for the old Intellij version is dropped, so if you're running an older version of Intellij and trying to install this zip it won't work. |
That's from the link I shared in my previous. |
@Jestar342. Gateway is beta software & not directly supported by this plugin. See https://github.com/KronicDeth/intellij-elixir#ides for the list of supported IDEs. I'm using IDEA Ultimate and I don't see the incompatibility warning when I visit https://plugins.jetbrains.com/plugin/7793-markdown/versions/stable In IDEA itself it's actually reporting a version number that isn't listed in the marketplace: My current version string from Help>About:
|
3ff73f3
to
1c12275
Compare
Thanks @KronicDeth !!! ❤️❤️❤️ |
2023.2 (232 version) was released last week, and it doesn't support the current plugin version.
Fixes #3325.
Fixes #3326.