mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
api_changes_list_2023.md: cleanup
This commit is contained in:
parent
3332d5dc97
commit
23264fd472
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user