Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 4.02 KB

api_changes_list_2020.md

File metadata and controls

69 lines (50 loc) · 4.02 KB
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.

2020.1

Changes in IntelliJ Platform 2020.1

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.