mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
remove OSS license note
This commit is contained in:
parent
e6e04cacbd
commit
d81a41405c
@ -10,8 +10,6 @@ Underlying those shared features are shared components.
|
|||||||
When authoring a plugin for the IntelliJ Platform, it is important to understand and declare dependencies on these components.
|
When authoring a plugin for the IntelliJ Platform, it is important to understand and declare dependencies on these components.
|
||||||
Otherwise, it may not be possible to load or run the plugin in a product because the components on which it depends aren't available.
|
Otherwise, it may not be possible to load or run the plugin in a product because the components on which it depends aren't available.
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
|
||||||
|
|
||||||
## Declaring Plugin Dependencies
|
## Declaring Plugin Dependencies
|
||||||
|
|
||||||
For the purposes of dependencies, a _module_ can be thought of as a built-in plugin that ships as a non-removable part of a product.
|
For the purposes of dependencies, a _module_ can be thought of as a built-in plugin that ships as a non-removable part of a product.
|
||||||
|
@ -62,8 +62,6 @@ The IntelliJ Platform underlies many JetBrains IDEs.
|
|||||||
Similarly, other products such as [WebStorm](webstorm.md) and [DataGrip](data_grip.md) are based on the IntelliJ IDEA Community Edition, but with a different set of plugins included and excluding other default plugins.
|
Similarly, other products such as [WebStorm](webstorm.md) and [DataGrip](data_grip.md) are based on the IntelliJ IDEA Community Edition, but with a different set of plugins included and excluding other default plugins.
|
||||||
This allows plugins to target multiple products, as each product will include base functionality and a selection of plugins from the IntelliJ IDEA Community Edition repository.
|
This allows plugins to target multiple products, as each product will include base functionality and a selection of plugins from the IntelliJ IDEA Community Edition repository.
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
|
||||||
|
|
||||||
The following IDEs are based on the IntelliJ Platform:
|
The following IDEs are based on the IntelliJ Platform:
|
||||||
|
|
||||||
* [JetBrains](https://www.jetbrains.com) IDEs:
|
* [JetBrains](https://www.jetbrains.com) IDEs:
|
||||||
|
@ -21,8 +21,6 @@ Plugin projects targeting [AppCode](https://www.jetbrains.com/objc/) can be deve
|
|||||||
|
|
||||||
</snippet>
|
</snippet>
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
|
||||||
|
|
||||||
## Configuring Plugin Projects Targeting AppCode
|
## Configuring Plugin Projects Targeting AppCode
|
||||||
|
|
||||||
> When targeting 2020.3, please see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).
|
> When targeting 2020.3, please see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
[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).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
|
||||||
|
|
||||||
## CLion Plugin Setup
|
## CLion Plugin Setup
|
||||||
|
|
||||||
> When targeting 2020.3, see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).
|
> When targeting 2020.3, see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
[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](idea.md).
|
Plugin projects targeting DataGrip can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
|
||||||
|
|
||||||
## DataGrip Plugin Setup
|
## DataGrip Plugin Setup
|
||||||
|
|
||||||
### Gradle Build Script
|
### Gradle Build Script
|
||||||
|
@ -7,8 +7,6 @@
|
|||||||
Plugin projects can target any (custom) IDEs, as long as the products are based on the [IntelliJ Platform](intellij_platform.md).
|
Plugin projects can target any (custom) IDEs, as long as the products are based on the [IntelliJ Platform](intellij_platform.md).
|
||||||
Such plugins are developed much like plugin projects that target IntelliJ IDEA.
|
Such plugins are developed much like plugin projects that target IntelliJ IDEA.
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
|
||||||
|
|
||||||
Modifications are required to the project's Gradle build script and <path>[plugin.xml](plugin_configuration_file.md)</path> files, as described below
|
Modifications are required to the project's Gradle build script and <path>[plugin.xml](plugin_configuration_file.md)</path> files, as described below
|
||||||
and on the individual product pages in _Product Specific_.
|
and on the individual product pages in _Product Specific_.
|
||||||
The Gradle build script is modified to specify the target product, determining the APIs available to the plugin.
|
The Gradle build script is modified to specify the target product, determining the APIs available to the plugin.
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
[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](idea.md).
|
Plugin projects for GoLand can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
|
||||||
|
|
||||||
## GoLand Plugin Setup
|
## GoLand Plugin Setup
|
||||||
|
|
||||||
### Gradle Build Script
|
### Gradle Build Script
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
IntelliJ IDEA Ultimate comes with a number of additional features and bundled plugins.
|
IntelliJ IDEA Ultimate comes with a number of additional features and bundled plugins.
|
||||||
<include from="idea.md" element-id="idea_editions"/>
|
<include from="idea.md" element-id="idea_editions"/>
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
|
||||||
|
|
||||||
## IntelliJ IDEA Ultimate Plugin Setup
|
## IntelliJ IDEA Ultimate Plugin Setup
|
||||||
|
|
||||||
See [](idea.md#ideaPluginSetup).
|
See [](idea.md#ideaPluginSetup).
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
[PhpStorm](https://www.jetbrains.com/phpstorm/) is an IntelliJ Platform-based product.
|
[PhpStorm](https://www.jetbrains.com/phpstorm/) is an IntelliJ Platform-based product.
|
||||||
Plugin projects targeting PhpStorm can be developed using [IntelliJ IDEA](idea.md).
|
Plugin projects targeting PhpStorm can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
|
||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
|
||||||
* [](plugin_alternatives.md#phpstorm-advanced-metadata)
|
* [](plugin_alternatives.md#phpstorm-advanced-metadata)
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
[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](idea.md).
|
Plugin projects for PyCharm can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
|
||||||
|
|
||||||
## WebStorm Plugin Setup
|
## WebStorm Plugin Setup
|
||||||
|
|
||||||
### Gradle Build Script
|
### Gradle Build Script
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
[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](idea.md).
|
Plugin projects for RubyMine can be developed using [IntelliJ IDEA](idea.md).
|
||||||
|
|
||||||
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
|
|
||||||
|
|
||||||
## RubyMine Plugin Setup
|
## RubyMine Plugin Setup
|
||||||
|
|
||||||
### Gradle Build Script
|
### Gradle Build Script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user