diff --git a/ijs.tree b/ijs.tree index 417b3ba95..28532bdb1 100644 --- a/ijs.tree +++ b/ijs.tree @@ -303,9 +303,11 @@ - - - + + + + + - + diff --git a/topics/products/idea/idea.md b/topics/products/idea/idea.md index 59cc73102..72fed5040 100644 --- a/topics/products/idea/idea.md +++ b/topics/products/idea/idea.md @@ -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. - - - - -The following pages describe targeting API available only in IntelliJ IDEA Ultimate: - -* [Tomcat Integration](tomcat_integration.md) -* [Spring API](spring_api.md) diff --git a/topics/products/idea/idea_ultimate.md b/topics/products/idea/idea_ultimate.md new file mode 100644 index 000000000..49d5f972b --- /dev/null +++ b/topics/products/idea/idea_ultimate.md @@ -0,0 +1,11 @@ +# IntelliJ IDEA Ultimate + +IntelliJ IDEA Ultimate comes with a number of additional features and bundled plugins. + + + + +The following pages describe targeting API available only in IntelliJ IDEA Ultimate: + +* [Tomcat Integration](tomcat_integration.md) +* [Spring API](spring_api.md)