From 3b22d8b1e0117ce9aed5f2fdb229ff1c05229db0 Mon Sep 17 00:00:00 2001 From: sariel Date: Thu, 21 Oct 2021 13:28:26 +0300 Subject: Add information about creating a zip file to the plugin --- sd-plugin/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sd-plugin') 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 -- cgit v1.2.3