mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
clion.md: update
This commit is contained in:
parent
3f3b43361a
commit
b7ca72d070
@ -1,4 +1,4 @@
|
|||||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||||
|
|
||||||
# CLion Plugin Development
|
# CLion Plugin Development
|
||||||
|
|
||||||
@ -11,11 +11,9 @@
|
|||||||
[CLion](https://www.jetbrains.com/clion/) is an IntelliJ Platform-based product.
|
[CLion](https://www.jetbrains.com/clion/) is an IntelliJ Platform-based product.
|
||||||
Plugin projects for CLion can be developed using [IntelliJ IDEA](idea.md).
|
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/).
|
## CLion Plugin Setup
|
||||||
>
|
|
||||||
{style="warning"}
|
|
||||||
|
|
||||||
### Gradle Build Script
|
### Gradle Build Script
|
||||||
|
|
||||||
@ -49,6 +47,10 @@ dependencies {
|
|||||||
|
|
||||||
<tab title="Gradle IntelliJ Plugin (1.x)">
|
<tab title="Gradle IntelliJ Plugin (1.x)">
|
||||||
|
|
||||||
|
> 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 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.
|
The table below summarizes the [](tools_gradle_intellij_plugin.md) attributes to set in the plugin project's Gradle build script.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user