mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
extract idea_ultimate.md
This commit is contained in:
parent
f81f2574f3
commit
4dde8cdd39
10
ijs.tree
10
ijs.tree
@ -303,9 +303,11 @@
|
||||
<toc-element topic="goland_extension_point_list.md"/>
|
||||
</toc-element>
|
||||
<toc-element topic="idea.md" toc-title="IntelliJ IDEA">
|
||||
<toc-element topic="tomcat_integration.md"/>
|
||||
<toc-element topic="spring_api.md">
|
||||
<toc-element topic="spring_extension_point_list.md"/>
|
||||
<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"
|
||||
@ -391,7 +393,7 @@
|
||||
<toc-element topic="tools_gradle_intellij_plugin_faq.md" toc-title="Frequently Asked Questions"/>
|
||||
<toc-element toc-title="Migration Guide from 0.x to 1.x"
|
||||
target-for-accept-web-file-names="https://lp.jetbrains.com/gradle-intellij-plugin/"/>
|
||||
</toc-element>
|
||||
</toc-element>
|
||||
<toc-element topic="tools_gradle_grammar_kit_plugin.md"/>
|
||||
<toc-element toc-title="IDE Tooling">
|
||||
<toc-element topic="internal_actions_intro.md" accepts-web-file-names="interal_actions_menu.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.
|
||||
|
||||
[](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)
|
||||
|
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