From 23264fd472709ec2912edfff391333ed4f151b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 19 Jan 2023 13:49:52 +0100 Subject: [PATCH] api_changes_list_2023.md: cleanup --- reference_guide/api_changes_list_2023.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md index ba1ee3a4d..0dd0a8c2c 100644 --- a/reference_guide/api_changes_list_2023.md +++ b/reference_guide/api_changes_list_2023.md @@ -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.