dependencies in plugin.xml #109
Unanswered
moglideveloper
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@mutcianm |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our sample intellij plugin is dependent on intellij scala plugin.
So, as per our functional requirement,
sample intellij plugin supposed to work only on those versions of intellij and intellij products,
where intellij scala plugin works.
Below are 3 screenshots from page https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html#modules-specific-to-functionality :-
We are follwing recommendations as discussed here #105
and above, still we are not getting a clarity on dependent plugins.
We have only declared a dependency on org.intellij.scala and there is a warning in our plugin.xml :
Kindly confirm, what are all the plugins that needs to be declared in plugin.xml,
if sample intellij plugin supposed to work only on those versions of intellij and intellij products,
where intellij scala plugin works.
Please see :
https://github.com/AVSystem/intellij-hocon/blob/bd4314ff3d8dffc0a56bb314a978e2a81cb05d7c/resources/META-INF/plugin.xml#L9-L10
Please also see below comment for reference where com.intellij.modules.platform, com.intellij.properties are also declared in addition to org.intellij.scala:
and
plugin.xml
Originally posted by @unkarjedy in #107 (comment)
Also see https://github.com/chathurabuddi/intellij-jasper-report-support/pull/5/files
Beta Was this translation helpful? Give feedback.
All reactions