api_changes_list_2023.md: cleanup

This commit is contained in:
Yann Cébron 2023-01-19 13:49:52 +01:00
parent 3332d5dc97
commit 23264fd472

View File

@ -75,6 +75,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
`com.intellij.ui.treeStructure.SimpleNode.doUpdate()` method removed
: It was replaced by `doUpdate(PresentationData)` which should now only modify the state of its parameter.
`com.intellij.ide.ui.laf.darcula.ui.DarculaProgressBarUI.getFinishedColor()` method removed
: The new `getFinishedColor(JComponent c)` overload should be used instead.
`com.intellij.openapi.externalSystem.view.ExternalSystemNode.setNameAndTooltip(String, String)` method removed
: The new `setNameAndTooltip(PresentationData, String, String)` overload should be used instead.
@ -84,5 +87,3 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
`com.intellij.openapi.externalSystem.view.ExternalSystemNode.setNameAndTooltip(String, String, SimpleTextAttributes)` method removed
: The new `setNameAndTooltip(PresentationData, String, String, SimpleTextAttributes)` overload should be used instead.
`com.intellij.ide.ui.laf.darcula.ui.DarculaProgressBarUI#getFinishedColor` method removed
: The new `getFinishedColor(JComponent c)` overload should be used instead.