mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
api_changes_list_2021.md: JsonWidgetSuppressor
This commit is contained in:
parent
5dc0ae87cd
commit
788b7bc72a
@ -114,7 +114,10 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
|
||||
|
||||
`com.jetbrains.performancePlugin.CommandProvider.getCommands(Project)` method parameter `Project` removed
|
||||
: Project is now only accessible via `com.intellij.openapi.ui.playback.PlaybackContext.getProject()` since it may change during script execution.
|
||||
|
||||
|
||||
JSON Widget suppressor EP `com.intellij.json.jsonWidgetSuppressor`
|
||||
: Override new method [`JsonWidgetSuppressor.isCandidateForSuppress(VirtualFile file, Project project)`](upsource:///json/src/com/jetbrains/jsonSchema/extension/JsonWidgetSuppressor.java) for quick check in EDT before `suppressSwitcherWidget()` is called on background thread.
|
||||
|
||||
### Changes in HTTP Client Plugin 2021.1
|
||||
|
||||
`com.intellij.ws.rest.client` package removed
|
||||
|
Loading…
x
Reference in New Issue
Block a user