mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api_changes_list.md: format
This commit is contained in:
parent
9852048ed7
commit
4ed3995ed6
@ -78,10 +78,11 @@ If your plugin is hosted on GitHub and you are _not_ using Gradle, consider usin
|
||||
|
||||
### IDE Support
|
||||
Consider using the following [IDE inspections](https://www.jetbrains.com/help/idea/code-inspection.html) to get additional alerts about code that uses unstable API features:
|
||||
- JVM languages \| Unstable API Usage
|
||||
- JVM languages \| Unstable type is used in signature
|
||||
|
||||
Usage of deprecated or annotated with `org.jetbrains.annotations.ApiStatus.@Experimental`/`@Internal` [Extension Points](plugin_extensions.md) is highlighted in `plugin.xml` files.
|
||||
- <control>JVM languages | Unstable API Usage</control>
|
||||
- <control>JVM languages | Unstable type is used in signature</control>
|
||||
|
||||
Usage of [Extension Points](plugin_extensions.md) which are deprecated or annotated with [`org.jetbrains.annotations.ApiStatus`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java) `@Experimental`/`@Internal` is highlighted in <path>plugin.xml</path> files.
|
||||
|
||||
## Known Breaking Changes
|
||||
|
||||
@ -98,4 +99,6 @@ The following pages list the breaking changes in IDE and plugin releases with re
|
||||
* [**Changes in 2017.***](api_changes_list_2017.md)
|
||||
* [**Changes in 2016.***](api_changes_list_2016.md)
|
||||
|
||||
## Library Updates
|
||||
|
||||
Information about bundled Third-Party Software/Libraries and their respective versions is available [here](https://www.jetbrains.com/legal/third-party-software/).
|
Loading…
x
Reference in New Issue
Block a user