mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
plugin_compatibility.md: cleanup old "since..." note
This commit is contained in:
parent
5d2fb20fad
commit
a78f98382e
@ -25,9 +25,6 @@
|
|||||||
Obsolete, see notes.
|
Obsolete, see notes.
|
||||||
</primary-label>
|
</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">
|
<primary-label id="2019.3" short-name="2019.3+" name="2019.3">
|
||||||
Available in IDE version 2019.3 or later
|
Available in IDE version 2019.3 or later
|
||||||
</primary-label>
|
</primary-label>
|
||||||
|
@ -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. |
|
| `JavaScript` | **JavaScript** language PSI Model, Inspections, Intentions, Completion, Refactoring, Test Framework | WebStorm, and other products if the JavaScript plugin is installed. |
|
||||||
|
|
||||||
#### Java
|
#### 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 in 2019.2 release.
|
||||||
|
|
||||||
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.
|
|
||||||
This refactoring separated the Java implementation from the other, non-language portions of the platform.
|
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).
|
A dependency on the Java plugin (Plugin ID `com.intellij.java`) must be set up using [](plugin_dependencies.md).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user