diff --git a/labels.list b/labels.list index b05089fba..1066ccb12 100644 --- a/labels.list +++ b/labels.list @@ -25,9 +25,6 @@ Obsolete, see notes. - - Available in IDE version 2019.2 or later - Available in IDE version 2019.3 or later diff --git a/topics/basics/getting_started/plugin_compatibility.md b/topics/basics/getting_started/plugin_compatibility.md index 113616f03..871e14113 100644 --- a/topics/basics/getting_started/plugin_compatibility.md +++ b/topics/basics/getting_started/plugin_compatibility.md @@ -95,9 +95,7 @@ This table is not exhaustive, to see a list of all available modules, invoke cod | `JavaScript` | **JavaScript** language PSI Model, Inspections, Intentions, Completion, Refactoring, Test Framework | WebStorm, and other products if the JavaScript plugin is installed. | #### Java - - -The [Java language functionality](https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/) was extracted as a plugin from the IntelliJ Platform. +The [Java language functionality](https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/) was extracted as a plugin from the IntelliJ Platform in 2019.2 release. This refactoring separated the Java implementation from the other, non-language portions of the platform. A dependency on the Java plugin (Plugin ID `com.intellij.java`) must be set up using [](plugin_dependencies.md).