From 6a3e125fa73f1034c94bb3e8d2562a9dbb0d2bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 7 Nov 2023 15:26:57 +0100 Subject: [PATCH] api_changes_list_2024.md: CodeFoldingConfigurable.applyCodeFoldingSettingsChanges() --- reference_guide/api_changes_list_2024.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index f500eba79..eee3fcaa6 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -71,3 +71,6 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no ## 2024.1 ### IntelliJ Platform 2024.1 + +`com.intellij.application.options.editor.CodeFoldingConfigurable.applyCodeFoldingSettingsChanges()` method removed +: Use top-level method `CodeFoldingConfigurableKt.applyCodeFoldingSettingsChanges` instead.