From b7ca72d07061f90007f944ae952eede3c71465b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 7 May 2025 17:16:15 +0200 Subject: [PATCH] clion.md: update --- topics/products/clion/clion.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/topics/products/clion/clion.md b/topics/products/clion/clion.md index ff24bdfdf..cc04ebd5d 100644 --- a/topics/products/clion/clion.md +++ b/topics/products/clion/clion.md @@ -1,4 +1,4 @@ - + # CLion Plugin Development @@ -11,11 +11,9 @@ [CLion](https://www.jetbrains.com/clion/) is an IntelliJ Platform-based product. Plugin projects for CLion can be developed using [IntelliJ IDEA](idea.md). -## CLion Plugin Setup +> CLion is free for non-commercial use -> When targeting 2020.3, see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/). -> -{style="warning"} +## CLion Plugin Setup ### Gradle Build Script @@ -49,6 +47,10 @@ dependencies { +> When targeting 2020.3, see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/). +> +{style="warning"} + The configuration of CLion plugin projects follows the methods described in [Configuring Plugin Projects using a Product-Specific Attribute](dev_alternate_products.md#using-a-product-specific-attribute), and [Configuring the plugin.xml File](dev_alternate_products.md#configuring-pluginxml). The table below summarizes the [](tools_gradle_intellij_plugin.md) attributes to set in the plugin project's Gradle build script.