mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
products: remove explicit Gradle 1.x mention
This commit is contained in:
parent
7bec52a848
commit
1323a2e59c
@ -9,7 +9,7 @@
|
|||||||
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
||||||
|
|
||||||
[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 with the [](tools_gradle_intellij_plugin.md).
|
Plugin projects for CLion can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
||||||
|
|
||||||
[DataGrip](https://www.jetbrains.com/datagrip/) is an IntelliJ Platform-based product.
|
[DataGrip](https://www.jetbrains.com/datagrip/) is an IntelliJ Platform-based product.
|
||||||
Plugin projects targeting DataGrip can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
|
Plugin projects targeting DataGrip can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
||||||
|
|
||||||
[GoLand](https://www.jetbrains.com/go/) is an IntelliJ Platform-based product.
|
[GoLand](https://www.jetbrains.com/go/) is an IntelliJ Platform-based product.
|
||||||
Plugin projects for GoLand can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
|
Plugin projects for GoLand can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
||||||
|
|
||||||
[PhpStorm](https://www.jetbrains.com/phpstorm/) is an IntelliJ Platform-based product.
|
[PhpStorm](https://www.jetbrains.com/phpstorm/) is an IntelliJ Platform-based product.
|
||||||
This page describes configuring plugin projects targeting PhpStorm.
|
Plugin projects targeting PhpStorm can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
||||||
|
|
||||||
[PyCharm](https://www.jetbrains.com/pycharm/) is an IntelliJ Platform-based product.
|
[PyCharm](https://www.jetbrains.com/pycharm/) is an IntelliJ Platform-based product.
|
||||||
Plugin projects for PyCharm can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
|
Plugin projects for PyCharm can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
||||||
|
|
||||||
[RubyMine](https://www.jetbrains.com/ruby/) is an IntelliJ Platform-based product.
|
[RubyMine](https://www.jetbrains.com/ruby/) is an IntelliJ Platform-based product.
|
||||||
Plugin projects for RubyMine can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
|
Plugin projects for RubyMine can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
<include from="snippets.md" element-id="jetbrainsIDE_TLDR"/>
|
||||||
|
|
||||||
[WebStorm](https://www.jetbrains.com/webstorm/) is an IntelliJ Platform-based product.
|
[WebStorm](https://www.jetbrains.com/webstorm/) is an IntelliJ Platform-based product.
|
||||||
Plugin projects for WebStorm can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
|
Plugin projects for WebStorm can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
> Follow [Building a Plugin for WebStorm – Tutorial for JavaScript Developers](learning_resources.md#articles) blog post series to get started
|
> Follow [Building a Plugin for WebStorm – Tutorial for JavaScript Developers](learning_resources.md#articles) blog post series to get started
|
||||||
> and [How To Build a Plugin for JetBrains IDEs (Analog.js Example)](learning_resources.md#webinars) webinar.
|
> and [How To Build a Plugin for JetBrains IDEs (Analog.js Example)](learning_resources.md#webinars) webinar.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user