Phosphorus15/intellij-prolog

Compatibility for Idea 2020.3

ugocottin opened this issue · 6 comments

Hello

Are you planning to update the Prolog plugin language for Idea 2020.3 ?
Best regards

+1. When I try to install, I get:

Plugin 'Prolog' (version '0.1.2.2-2') is not compatible with the current version of the IDE, because it requires build 202.* or older but the current build is IU-203.5981.155

@Phosphorus15 I'm not sure, but I think you want to add something like <idea-version since-build="203.5981.155"/> in your plugin.xml. I think it's absence is the reason each time you compile it automagically caps allowed IDE version to the one you currently use for the jar, forcing you to re-upload updates for every minor version of IDEA.

Example:
https://github.com/klesun/deep-assoc-completion/blob/5d291fef17225e705c83ece67d82d0afd4edcc47/resources/META-INF/plugin.xml#L56

Please, could you accept this pr ? I'm stuck and that plugin really helps me

Please, could you accept this pr ? I'm stuck and that plugin really helps me

If you need this plugin urgently I'd suggest you build your own copy ( because the long moderation prcoess of plugin market ), otherwise I will release a binary before the market do, just wait for a little while.

I still can't see the new version in the jetbrains repository. Is the update still awaiting jetbrains review? Isn't it normally supposed to take just two days...

Still get the error.. what's the best option to solve the issue, please?