From c656caf3b48d21356d64a046b74d378f5e3e7acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 20 Jun 2019 16:27:51 +0200 Subject: [PATCH] Notable change: ColoredItem --- reference_guide/api_notable/api_notable_list_2019.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_notable/api_notable_list_2019.md b/reference_guide/api_notable/api_notable_list_2019.md index 26926e1a4..b5dc532c0 100644 --- a/reference_guide/api_notable/api_notable_list_2019.md +++ b/reference_guide/api_notable/api_notable_list_2019.md @@ -6,6 +6,9 @@ title: Notable Changes in IntelliJ Platform and Plugins API 2019.* ## Notable Changes in IntelliJ Platform 2019.2 +`com.intellij.openapi.util.ColoredItem` +: Provides background color in all Trees, Lists and ComboBoxes. + `com.intellij.openapi.startup.StartupActivity` background variant : Use new dedicated extension point `com.intellij.backgroundPostStartupActivity` (see Javadoc for `StartupActivity#BACKGROUND_POST_STARTUP_ACTIVITY`).