mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
theme_basics: Clean theme_basic module file and add cleaner instructions for setting SDK
This commit is contained in:
parent
0697f8e5cc
commit
8b00c3e6a1
@ -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:plugin.xml]: ./resources/META-INF/plugin.xml
|
||||||
[file:theme_basics.theme.json]: ./resources/theme_basics.theme.json
|
[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-<version>`. 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.
|
||||||
|
@ -4,10 +4,9 @@
|
|||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
<exclude-output />
|
<exclude-output />
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="jdk" jdkName="IDEA jdk" jdkType="IDEA JDK" />
|
<orderEntry type="jdk" jdkName="IntelliJ IDEA FIXME" jdkType="IDEA JDK" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
Loading…
x
Reference in New Issue
Block a user