mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Clion/AppCode 2020.3: link migration guide (IJSDK-965)
This commit is contained in:
parent
c2704abb2d
commit
62d79589e7
@ -9,6 +9,9 @@ Plugin projects targeting [AppCode](https://www.jetbrains.com/objc/) can be deve
|
|||||||
> **TIP** Qualifying Open Source projects can [apply for free licenses](https://www.jetbrains.com/community/opensource/) of JetBrains products.
|
> **TIP** Qualifying Open Source projects can [apply for free licenses](https://www.jetbrains.com/community/opensource/) of JetBrains products.
|
||||||
|
|
||||||
## Configuring Plugin Projects Targeting AppCode
|
## Configuring Plugin Projects Targeting AppCode
|
||||||
|
|
||||||
|
> **WARNING** When targeting 2020.3, please see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).
|
||||||
|
|
||||||
The Gradle configuration of AppCode plugin projects uses neither Product-Specific nor IntelliJ IDEA Attributes.
|
The Gradle configuration of AppCode plugin projects uses neither Product-Specific nor IntelliJ IDEA Attributes.
|
||||||
Instead, configure AppCode plugin projects to use the `intellij.localPath` attribute.
|
Instead, configure AppCode plugin projects to use the `intellij.localPath` attribute.
|
||||||
|
|
||||||
|
@ -10,6 +10,9 @@ Plugin projects for CLion can be developed using IntelliJ IDEA with the `gradle-
|
|||||||
> **TIP** Qualifying Open Source projects can [apply for free licenses](https://www.jetbrains.com/community/opensource/) of JetBrains products.
|
> **TIP** Qualifying Open Source projects can [apply for free licenses](https://www.jetbrains.com/community/opensource/) of JetBrains products.
|
||||||
|
|
||||||
## Configuring Plugin Projects Targeting CLion
|
## Configuring Plugin Projects Targeting CLion
|
||||||
|
|
||||||
|
> **WARNING** When targeting 2020.3, please see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).
|
||||||
|
|
||||||
The configuration of CLion plugin projects follows the methods described in [Configuring Plugin Projects using a Product-Specific Attribute](dev_alternate_products.md#configuring-plugin-projects-using-a-product-specific-attribute), and [Configuring the plugin.xml File](dev_alternate_products.md#configuring-pluginxml).
|
The configuration of CLion plugin projects follows the methods described in [Configuring Plugin Projects using a Product-Specific Attribute](dev_alternate_products.md#configuring-plugin-projects-using-a-product-specific-attribute), and [Configuring the plugin.xml File](dev_alternate_products.md#configuring-pluginxml).
|
||||||
|
|
||||||
The table below summarizes the `gradle-intellij-plugin` attributes to set in the plugin project's `build.gradle` file.
|
The table below summarizes the `gradle-intellij-plugin` attributes to set in the plugin project's `build.gradle` file.
|
||||||
|
@ -45,6 +45,11 @@ Text Editor customization
|
|||||||
Published Javascript Testframework
|
Published Javascript Testframework
|
||||||
: This allows using existing test base classes, see [WebStorm Plugin Development](/products/webstorm.md#javascript-testframework) page for details.
|
: This allows using existing test base classes, see [WebStorm Plugin Development](/products/webstorm.md#javascript-testframework) page for details.
|
||||||
|
|
||||||
|
### Notable Changes In CLion/AppCode
|
||||||
|
|
||||||
|
Required changes in project setup
|
||||||
|
: When targeting 2020.3, please see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).
|
||||||
|
|
||||||
|
|
||||||
## 2020.2
|
## 2020.2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user