add variables with ijPlatform info

This commit is contained in:
Yann Cébron 2022-02-15 17:06:14 +01:00
parent 1149403b4a
commit da9c68b87c
3 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<noindex-content-in-release>false</noindex-content-in-release> <noindex-content-in-release>false</noindex-content-in-release>
<upsource-commit-hash>65a154986bab4efd090c38ce682166210d378878</upsource-commit-hash> <upsource-commit-hash>65a154986bab4efd090c38ce682166210d378878</upsource-commit-hash>
<upsource-tag>213.6777.52</upsource-tag> <upsource-tag>213.6777.52</upsource-tag> <!-- synchronize with entries in v.list -->
<upsource-repo-name>idea-ce</upsource-repo-name> <upsource-repo-name>idea-ce</upsource-repo-name>
<upsource-server-address>upsource.jetbrains.com</upsource-server-address> <upsource-server-address>upsource.jetbrains.com</upsource-server-address>
<product-web-url>https://plugins.jetbrains.com/docs/intellij/</product-web-url> <product-web-url>https://plugins.jetbrains.com/docs/intellij/</product-web-url>

View File

@ -2,7 +2,7 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> <!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
1361 Extension Points and 199 Listeners 1361 Extension Points and 199 Listeners for IntelliJ Platform %ijPlatform%
- [IntelliJ Platform](#intellij-platform) - [IntelliJ Platform](#intellij-platform)
- [IntelliJ Community Plugins](#intellij-community-plugins) - [IntelliJ Community Plugins](#intellij-community-plugins)

View File

@ -6,6 +6,8 @@ This guide is split into several parts, similar to a textbook.
Each one builds on the content of the previous section, but it is not necessary to read the guide in order. Each one builds on the content of the previous section, but it is not necessary to read the guide in order.
The [Key Topics](key_topics.md) page aims to link to the pages that are necessary to be able to understand the architecture and get started building plugins. The [Key Topics](key_topics.md) page aims to link to the pages that are necessary to be able to understand the architecture and get started building plugins.
All source links and reference lists target IntelliJ Platform %ijPlatform%.
> While browsing this guide, you will notice that there are topics that are greyed out. > While browsing this guide, you will notice that there are topics that are greyed out.
> Unfortunately, the guide is not complete and contains placeholders for specific topics. > Unfortunately, the guide is not complete and contains placeholders for specific topics.
> We are working on increasing the coverage, but if you get stuck due to missing content, please see the [Getting Help](getting_help.md) section for details on how to get moving again. > We are working on increasing the coverage, but if you get stuck due to missing content, please see the [Getting Help](getting_help.md) section for details on how to get moving again.