summaryrefslogtreecommitdiffstats
path: root/sd-plugin
diff options
context:
space:
mode:
authorsariel <shahar.ariel@verizonmedia.com>2021-10-27 15:35:24 +0300
committersariel <shahar.ariel@verizonmedia.com>2021-10-27 15:35:24 +0300
commit25bcb14624f29d0bed3399c8fd83a935fbb3482b (patch)
treef3a9160f4bce4e5f644143adec8c79c7c842d77a /sd-plugin
parent43eb363d59d5ce5cd8bdb281243569a4724bd8f3 (diff)
Add a note about refactoring in the plugin's description
Diffstat (limited to 'sd-plugin')
-rw-r--r--sd-plugin/src/main/resources/META-INF/plugin.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/sd-plugin/src/main/resources/META-INF/plugin.xml b/sd-plugin/src/main/resources/META-INF/plugin.xml
index 5ca73d416e0..118dbb16ad5 100644
--- a/sd-plugin/src/main/resources/META-INF/plugin.xml
+++ b/sd-plugin/src/main/resources/META-INF/plugin.xml
@@ -2,13 +2,14 @@
<idea-plugin>
<id>org.intellij.sdk.language</id>
<name>SdReader</name>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<vendor>Vespa</vendor>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.java</depends>
+ <depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<description><![CDATA[
@@ -20,18 +21,13 @@
<li>Call Hierarchy (for functions/macros)</li>
<li>Go To Declaration</li>
<li>Go to Symbol</li>
- <li>Refactoring</li>
+ <li>Refactoring (Only for uses of the same implementation)</li>
<li>Syntax Highlighting</li>
<li>Commenter- enable turning lines into a comment with "Code -> Comment with line comment"</li>
</ul>
<p>Find more information on Vespa's SD files <a href="https://docs.vespa.ai/en/reference/schema-reference.html">here</a>.</p>
]]></description>
-
- <!-- please see https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html
- on how to target different products -->
- <depends>com.intellij.modules.platform</depends>
- <depends>com.intellij.java</depends>
-
+
<!-- Extension points defined by the plugin -->
<extensions defaultExtensionNs="com.intellij">
<fileType name="Sd File" implementationClass="org.intellij.sdk.language.SdFileType" fieldName="INSTANCE"