title |
---|
Incompatible Changes in IntelliJ Platform and Plugins API 2020.* |
NOTE Changes from API marked with
org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval
are not listed here, as incompatible changes are to be expected.
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.