extract idea_ultimate.md

This commit is contained in:
Yann Cébron 2023-01-17 17:52:08 +01:00
parent f81f2574f3
commit 4dde8cdd39
3 changed files with 19 additions and 16 deletions

View File

@ -303,11 +303,13 @@
<toc-element topic="goland_extension_point_list.md"/>
</toc-element>
<toc-element topic="idea.md" toc-title="IntelliJ IDEA">
<toc-element topic="idea_ultimate.md">
<toc-element topic="tomcat_integration.md"/>
<toc-element topic="spring_api.md">
<toc-element topic="spring_extension_point_list.md"/>
</toc-element>
</toc-element>
</toc-element>
<toc-element topic="phpstorm.md"
toc-title="PhpStorm">
<toc-element topic="php_open_api.md" accepts-web-file-names="php_open_api.html"

View File

@ -20,6 +20,8 @@ The configuration of IntelliJ IDEA plugin projects follows the methods described
See [](extension_point_list.md#intellij-community-plugins) for API from bundled plugins.
[](idea_ultimate.md) provides information specific to this edition.
## Java
See "Java" entry in table [Modules Specific to Functionality](plugin_compatibility.md#modules-specific-to-functionality) on how to use Java specific functionality.
@ -34,15 +36,3 @@ Relevant Extension Points:
- [](extension_point_list.md#javaindexingpluginxml)
- [](extension_point_list.md#javapluginxml)
- [](extension_point_list.md#javapsipluginxml)
## IntelliJ IDEA Ultimate
IntelliJ IDEA Ultimate comes with a number of additional features and bundled plugins.
<include from="idea.md" element-id="idea_editions"/>
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
The following pages describe targeting API available only in IntelliJ IDEA Ultimate:
* [Tomcat Integration](tomcat_integration.md)
* [Spring API](spring_api.md)

View File

@ -0,0 +1,11 @@
# IntelliJ IDEA Ultimate
IntelliJ IDEA Ultimate comes with a number of additional features and bundled plugins.
<include from="idea.md" element-id="idea_editions"/>
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
The following pages describe targeting API available only in IntelliJ IDEA Ultimate:
* [Tomcat Integration](tomcat_integration.md)
* [Spring API](spring_api.md)