com.intellij.codeInsight.TargetElementUtilBase class removed in 2020.1 (#220)

This commit is contained in:
amakeev 2019-11-07 16:38:59 +01:00 committed by Yann Cébron
parent c62a605ac1
commit be22f1efb4

View File

@ -63,3 +63,7 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
`com.intellij.codeInsight.editorActions.SelectionQuotingTypedHandler.DequotingFilter` class renamed to `com.intellij.codeInsight.editorActions.SelectionQuotingTypedHandler.UnquotingFilter`
: Use `com.intellij.codeInsight.editorActions.SelectionQuotingTypedHandler.UnquotingFilter` instead.
`com.intellij.codeInsight.TargetElementUtilBase` class removed
: Use `com.intellij.codeInsight.TargetElementUtil` extension point instead.