mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
tools_intellij_platform_gradle_plugin_plugins.md: graph minor
This commit is contained in:
parent
143c6b23a4
commit
56d9ee97f8
@ -17,13 +17,13 @@ Subplugins architecture allows applying a subset of features, e.g., when you wan
|
|||||||
|
|
||||||
The following chart describes dependencies between plugins provided with the IntelliJ Platform Gradle Plugin.
|
The following chart describes dependencies between plugins provided with the IntelliJ Platform Gradle Plugin.
|
||||||
|
|
||||||
The plugins highlighted with the thicker border are recommended for most of the cases when creating a plugin for IntelliJ-based IDEs.
|
The plugins highlighted in bold are recommended for most of the cases when creating a plugin for IntelliJ-based IDEs.
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart LR
|
flowchart LR
|
||||||
platform
|
platform("<b>platform</b>")
|
||||||
module
|
module("<b>module</b>")
|
||||||
settings
|
settings("<b>settings</b>")
|
||||||
migration
|
migration
|
||||||
|
|
||||||
base
|
base
|
||||||
@ -52,9 +52,9 @@ flowchart LR
|
|||||||
click run "#run"
|
click run "#run"
|
||||||
click publish "#publish"
|
click publish "#publish"
|
||||||
|
|
||||||
style platform stroke-width:3px
|
style platform stroke-width: 3px
|
||||||
style module stroke-width:3px
|
style module stroke-width: 3px
|
||||||
style settings stroke-width:3px
|
style settings stroke-width: 3px
|
||||||
```
|
```
|
||||||
|
|
||||||
## `org.jetbrains.intellij.platform`
|
## `org.jetbrains.intellij.platform`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user