summaryrefslogtreecommitdiffstats
path: root/sd-plugin
diff options
context:
space:
mode:
authorsariel <shahar.ariel@verizonmedia.com>2021-10-21 13:28:26 +0300
committersariel <shahar.ariel@verizonmedia.com>2021-10-21 13:28:26 +0300
commit3b22d8b1e0117ce9aed5f2fdb229ff1c05229db0 (patch)
treec40e8228a597cce358ebb0aba78854991a6b6ca2 /sd-plugin
parent1e9ac6538c5e6b42481dadb250d71d8338e2e1c2 (diff)
Add information about creating a zip file to the plugin
Diffstat (limited to 'sd-plugin')
-rw-r--r--sd-plugin/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/sd-plugin/README.md b/sd-plugin/README.md
index 6111de67776..d3010960e8c 100644
--- a/sd-plugin/README.md
+++ b/sd-plugin/README.md
@@ -17,4 +17,8 @@ Now you should have a "gen" folder next to the "java" folder, and it contains al
Important note! After any change in one of this 2 files (bnf, flex) you'll need to generate again. The proper way is to delete the "gen" folder and then do 1-2 again.
-Now, you can run the gradle task "runIde", open a project with some sd file and see how the plugin works on it. \ No newline at end of file
+Now, you can run the gradle task "intellij/runIde", open a project with some sd file and see how the plugin works on it.
+
+In order to test the plugin locally (on you IDE, not by running the gradle task "runIde"), you can run the gradle task
+"intellij/buildPlugin". It would create a zip file in the directory build\distributions. You can load it to IntelliJ by
+clicking the "settings" in preferences/Plugins and click "Install Plugin from disk". \ No newline at end of file