mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api_changes_list.md: IDE support ApiStatus highlighting
This commit is contained in:
parent
68c25886d9
commit
58f3354e2c
@ -1,6 +1,6 @@
|
|||||||
[//]: # (title: Incompatible Changes in IntelliJ Platform and Plugins API)
|
[//]: # (title: Incompatible Changes in IntelliJ Platform and Plugins API)
|
||||||
|
|
||||||
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
<!-- Copyright 2000-2021 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
=============== DO NOT RENAME OR MOVE THIS FILE ===============
|
=============== DO NOT RENAME OR MOVE THIS FILE ===============
|
||||||
@ -80,7 +80,7 @@ Consider using the following [IDE inspections](https://www.jetbrains.com/help/id
|
|||||||
- JVM languages \| Unstable API Usage
|
- JVM languages \| Unstable API Usage
|
||||||
- JVM languages \| Unstable type is used in signature
|
- JVM languages \| Unstable type is used in signature
|
||||||
|
|
||||||
Usage of deprecated [Extension Points](plugin_extensions.md) is highlighted in `plugin.xml` files.
|
Usage of deprecated or annotated with `org.jetbrains.annotations.ApiStatus.@Experimental`/`@Internal` [Extension Points](plugin_extensions.md) is highlighted in `plugin.xml` files.
|
||||||
|
|
||||||
## Known Breaking Changes
|
## Known Breaking Changes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user