From b4b0484cb0224e33ba667ae9caabc4309c7ad886 Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Tue, 12 Nov 2019 11:18:04 +0100 Subject: [PATCH] TailType refactored (#221) --- reference_guide/api_changes/api_changes_list_2019.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes/api_changes_list_2019.md b/reference_guide/api_changes/api_changes_list_2019.md index a21721edf..ac562b9cb 100644 --- a/reference_guide/api_changes/api_changes_list_2019.md +++ b/reference_guide/api_changes/api_changes_list_2019.md @@ -61,6 +61,9 @@ NOTE: You are allowed to prettify the pattern using markdown-features: ## Changes in IntelliJ Platform 2019.3 +`com.intellij.codeInsight.TailType.getLocalCodeStyleSettings(Editor, int)` field removed +: Use `com.intellij.psi.codeStyle.CommonCodeStyleSettings.getLocalCodeStyleSettings(Editor, int)` instead. + `com.intellij.codeInsight.TailType.EQ` field removed : Use `com.intellij.codeInsight.lookup.EqTailType.INSTANCE` instead.