From b2bacf790eacbfc906172ba272e608d37455b036 Mon Sep 17 00:00:00 2001 From: Tobias Bouschen Date: Fri, 15 May 2020 23:13:47 +0200 Subject: [PATCH] [I] Mark Saros/I as compatible with all JetBrains IDEs Declares the basic module dependencies in the Saros/I plugin.xml, thereby declaring it as compatible with all JetBrains IDEs. This was done as JetBrains no longer allows pushing new plugin versions to the JetBrains Plugin Repository which don't declare any module dependencies (i.e. are "legacy plugins"). As the compatibility with other JetBrains IDEs was planned after the upcoming reference point migration anyway, rather then manually declaring the dependency to other IntelliJ-specific modules, it seems more sensible to allow the compatibility now and inform the users that compatibility with other JetBrains IDEs is not well tested (but should generally work). Plugin verification and smoke tests with CLion, PyCharm, WebStorm, and Rider did not reveal any issues. The plugin verifier run of the JetBrains Plugin Repository release should check for all other IDEs and possible versions. Updates the change notes to reflect that Saros is now compatible with all JetBrains IDEs. Resolves #443. --- intellij/resources/META-INF/plugin.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/intellij/resources/META-INF/plugin.xml b/intellij/resources/META-INF/plugin.xml index 8ca8f2fb85..2ebaf5adf3 100644 --- a/intellij/resources/META-INF/plugin.xml +++ b/intellij/resources/META-INF/plugin.xml @@ -11,7 +11,8 @@ -
  • Bumped minimal required IntelliJ version to 2019.2.3
  • +
  • Bumped minimal required version to 2019.2.3.
  • +
  • Enables support for all IDEs based on the IntelliJ platform.
  • Adds support for caret/cursor annotations.
  • Adjusts the selection annotation logic to correctly display backwards selections.
  • Fixed #223 - Re-creating a file deleted during a session now no longer leads to a desynchronization.
  • @@ -37,10 +38,8 @@ - - - - + com.intellij.modules.platform + com.intellij.modules.lang