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 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
|
||||
flowchart LR
|
||||
platform
|
||||
module
|
||||
settings
|
||||
platform("<b>platform</b>")
|
||||
module("<b>module</b>")
|
||||
settings("<b>settings</b>")
|
||||
migration
|
||||
|
||||
base
|
||||
|
Loading…
x
Reference in New Issue
Block a user