From 6d3d2a45723007ad112c92e64d1083fe2b9f76fb Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 10 May 2022 15:35:58 +0200 Subject: [PATCH] theme_basics: Clean theme_basic module file and add cleaner instructions for setting SDK --- code_samples/theme_basics/README.md | 6 ++++++ code_samples/theme_basics/theme_basics.iml | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/code_samples/theme_basics/README.md b/code_samples/theme_basics/README.md index 24b86cdbf..f167d971b 100644 --- a/code_samples/theme_basics/README.md +++ b/code_samples/theme_basics/README.md @@ -37,3 +37,9 @@ It describes definitions of the actions, extensions, or listeners provided by th [file:plugin.xml]: ./resources/META-INF/plugin.xml [file:theme_basics.theme.json]: ./resources/theme_basics.theme.json + +## Troubleshooting + +To run the `theme_basics` plugin make sure that module SDK is correctly set up and points to IntelliJ Platform Plugin SDK, e.g. `IntelliJ IDEA IC-`. To check this, go to **File | Project Structure | Project Settings | Modules | theme_basics** and select **Dependencies** tab. + +If the required SDK doesn't exist, it can be added in **File | Project Structure | Platform Settings | SDKs** by clicking the plus button and selecting **Add IntelliJ Platform Plugin SDK...** item. diff --git a/code_samples/theme_basics/theme_basics.iml b/code_samples/theme_basics/theme_basics.iml index 8a0df2b24..73854508c 100644 --- a/code_samples/theme_basics/theme_basics.iml +++ b/code_samples/theme_basics/theme_basics.iml @@ -4,10 +4,9 @@ - - + - \ No newline at end of file +