mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 09:17:50 +08:00
extract idea_ultimate.md
This commit is contained in:
parent
f81f2574f3
commit
4dde8cdd39
2
ijs.tree
2
ijs.tree
@ -303,11 +303,13 @@
|
|||||||
<toc-element topic="goland_extension_point_list.md"/>
|
<toc-element topic="goland_extension_point_list.md"/>
|
||||||
</toc-element>
|
</toc-element>
|
||||||
<toc-element topic="idea.md" toc-title="IntelliJ IDEA">
|
<toc-element topic="idea.md" toc-title="IntelliJ IDEA">
|
||||||
|
<toc-element topic="idea_ultimate.md">
|
||||||
<toc-element topic="tomcat_integration.md"/>
|
<toc-element topic="tomcat_integration.md"/>
|
||||||
<toc-element topic="spring_api.md">
|
<toc-element topic="spring_api.md">
|
||||||
<toc-element topic="spring_extension_point_list.md"/>
|
<toc-element topic="spring_extension_point_list.md"/>
|
||||||
</toc-element>
|
</toc-element>
|
||||||
</toc-element>
|
</toc-element>
|
||||||
|
</toc-element>
|
||||||
<toc-element topic="phpstorm.md"
|
<toc-element topic="phpstorm.md"
|
||||||
toc-title="PhpStorm">
|
toc-title="PhpStorm">
|
||||||
<toc-element topic="php_open_api.md" accepts-web-file-names="php_open_api.html"
|
<toc-element topic="php_open_api.md" accepts-web-file-names="php_open_api.html"
|
||||||
|
@ -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.
|
See [](extension_point_list.md#intellij-community-plugins) for API from bundled plugins.
|
||||||
|
|
||||||
|
[](idea_ultimate.md) provides information specific to this edition.
|
||||||
|
|
||||||
## Java
|
## Java
|
||||||
|
|
||||||
See "Java" entry in table [Modules Specific to Functionality](plugin_compatibility.md#modules-specific-to-functionality) on how to use Java specific functionality.
|
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#javaindexingpluginxml)
|
||||||
- [](extension_point_list.md#javapluginxml)
|
- [](extension_point_list.md#javapluginxml)
|
||||||
- [](extension_point_list.md#javapsipluginxml)
|
- [](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)
|
|
||||||
|
11
topics/products/idea/idea_ultimate.md
Normal file
11
topics/products/idea/idea_ultimate.md
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user