intellij-sdk-code-samples/reference_guide/api_changes_list_2023.md
Sergei Tachenov 843b0dd7f3
Add ExternalSystemNode.setNameAndTooltip 2023.1 API changes (#907)
These API changes are related to IDEA-307083 (Rework PresentableNodeDescriptor/SimpleNode update logic).
The new parameter is needed to avoid race conditions with background updates.
2022-12-01 16:13:35 +01:00

5.0 KiB

Incompatible Changes in IntelliJ Platform and Plugins API 2023.*

2023.1

IntelliJ Platform 2023.1

com.intellij.openapi.externalSystem.view.ExternalSystemNode.setNameAndTooltip(String, String) method removed
The new setNameAndTooltip(PresentationData, String, String) overload should be used instead.
com.intellij.openapi.externalSystem.view.ExternalSystemNode.setNameAndTooltip(String, String, String) method removed
The new setNameAndTooltip(PresentationData, String, String, String) overload should be used instead.
com.intellij.openapi.externalSystem.view.ExternalSystemNode.setNameAndTooltip(String, String, SimpleTextAttributes) method removed
The new setNameAndTooltip(PresentationData, String, String, SimpleTextAttributes) overload should be used instead.