api_notable_list_2023.md: unbundled plugins

This commit is contained in:
Yann Cébron 2023-10-23 16:39:10 +02:00
parent 0abbfef827
commit 42c97a66e8

View File

@ -1,7 +1,7 @@
# Notable Changes in IntelliJ Platform and Plugins API 2023.*
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Notable Changes in IntelliJ Platform and Plugins API 2023.*
<link-summary>List of known Notable API Changes in 2023.*</link-summary> <link-summary>List of known Notable API Changes in 2023.*</link-summary>
_Early Access Program_ (EAP) releases of upcoming versions are available [here](https://eap.jetbrains.com). _Early Access Program_ (EAP) releases of upcoming versions are available [here](https://eap.jetbrains.com).
@ -22,6 +22,11 @@ External Annotators in Dumb Mode
Local inspections performance Local inspections performance
: Custom language plugins with many inspections should consider registering a default visitor to improve processing, see [](code_inspections_and_intentions.md#inspections-performance). : Custom language plugins with many inspections should consider registering a default visitor to improve processing, see [](code_inspections_and_intentions.md#inspections-performance).
### IntelliJ IDEA 2023.3
Unbundled plugins
: Several plugins (Android, Ant, GlassFish, Plugin DevKit) have been unbundled. The IDE will suggest installation if the project contains related framework dependency. If your plugin depends on them, users will need to install them from the [JetBrains Marketplace](https://plugins.jetbrains.com).
## 2023.2 ## 2023.2
### IntelliJ Platform 2023.2 ### IntelliJ Platform 2023.2