notable api changes: headers for major versions

This commit is contained in:
Yann Cébron 2019-05-23 11:11:02 +02:00
parent 0702d40561
commit 83d400d3b7
2 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,8 @@
title: Notable Changes in IntelliJ Platform and Plugins API 2018.* title: Notable Changes in IntelliJ Platform and Plugins API 2018.*
--- ---
# 2018.3
## Notable Changes in IntelliJ Platform 2018.3 ## Notable Changes in IntelliJ Platform 2018.3
ASM Library 7.0 ASM Library 7.0
@ -13,6 +15,8 @@ Extendable Registry keys
Editor: content between text lines Editor: content between text lines
: Ability to add arbitrary content (preview, debugger information, etc.). [Issue](https://youtrack.jetbrains.com/issue/IDEA-183815) : Ability to add arbitrary content (preview, debugger information, etc.). [Issue](https://youtrack.jetbrains.com/issue/IDEA-183815)
# 2018.2
## Notable Changes in IntelliJ Platform 2018.2 ## Notable Changes in IntelliJ Platform 2018.2
_Run Anything_ (**Double CTRL**) _Run Anything_ (**Double CTRL**)

View File

@ -2,6 +2,8 @@
title: Notable Changes in IntelliJ Platform and Plugins API 2019.* title: Notable Changes in IntelliJ Platform and Plugins API 2019.*
--- ---
# 2019.2
## Notable Changes in IntelliJ Platform 2019.2 ## Notable Changes in IntelliJ Platform 2019.2
Unbundled plugins in IntelliJ IDEA Unbundled plugins in IntelliJ IDEA
@ -19,6 +21,9 @@ Unbundled plugins in IntelliJ IDEA
`com.intellij.openapi.projectRoots.SdkType#getInvalidHomeMessage` `com.intellij.openapi.projectRoots.SdkType#getInvalidHomeMessage`
: Returns dedicated message when invalid SDK path was chosen (e.g., JRE instead of JDK). : Returns dedicated message when invalid SDK path was chosen (e.g., JRE instead of JDK).
# 2019.1
## Notable Changes in IntelliJ Platform 2019.1 ## Notable Changes in IntelliJ Platform 2019.1
`@org.jetbrains.annotations.ApiStatus.AvailableSince` `@org.jetbrains.annotations.ApiStatus.AvailableSince`