From 62d79589e7dd577d2b91190ab8b4fcf5f8aeff06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 10 Dec 2020 16:48:53 +0100 Subject: [PATCH] Clion/AppCode 2020.3: link migration guide (IJSDK-965) --- products/app_code.md | 3 +++ products/clion.md | 3 +++ reference_guide/api_notable/api_notable_list_2020.md | 9 +++++++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/products/app_code.md b/products/app_code.md index 9ed149ddc..5f1a98810 100644 --- a/products/app_code.md +++ b/products/app_code.md @@ -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. ## 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. Instead, configure AppCode plugin projects to use the `intellij.localPath` attribute. diff --git a/products/clion.md b/products/clion.md index 1e78e717a..542028244 100644 --- a/products/clion.md +++ b/products/clion.md @@ -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. ## 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 table below summarizes the `gradle-intellij-plugin` attributes to set in the plugin project's `build.gradle` file. diff --git a/reference_guide/api_notable/api_notable_list_2020.md b/reference_guide/api_notable/api_notable_list_2020.md index 761ee3276..67785f48d 100644 --- a/reference_guide/api_notable/api_notable_list_2020.md +++ b/reference_guide/api_notable/api_notable_list_2020.md @@ -44,8 +44,13 @@ Text Editor customization Published Javascript Testframework : 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 ### Notable Changes in IntelliJ Platform 2020.2