mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
TailType refactored (#221)
This commit is contained in:
parent
8e53ecc1a7
commit
b4b0484cb0
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user