plugin_compatibility.md: cleanup old "since..." note

This commit is contained in:
Yann Cébron 2025-05-05 13:24:08 +02:00
parent 5d2fb20fad
commit a78f98382e
2 changed files with 1 additions and 6 deletions

View File

@ -25,9 +25,6 @@
Obsolete, see notes.
</primary-label>
<primary-label id="2019.2" short-name="2019.2+" name="2019.2+">
Available in IDE version 2019.2 or later
</primary-label>
<primary-label id="2019.3" short-name="2019.3+" name="2019.3">
Available in IDE version 2019.3 or later
</primary-label>

View File

@ -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
<primary-label ref="2019.2"/>
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).