Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.46 KB

api_changes_list_2016.md

File metadata and controls

30 lines (24 loc) · 1.46 KB
title
Incompatible Changes in IntelliJ Platform and Plugins API 2016.*
<style> table { width:100%; } th, tr, td { width:50%; } </style>

Changes in IntelliJ Platform 2016.3

Change How to deal with it
ApplicationListener.afterWriteActionFinished abstract method added Implement this method or extend com.intellij.openapi.application.ApplicationAdapter class instead of implementing the interface

Changes in IntelliJ Platform 2016.2

Change How to deal with it
com.intellij.util.net.HttpConfigurable.PROXY_LOGIN field removed Use com.intellij.util.net.HttpConfigurable.getProxyLogin() instead
com.intellij.util.net.HttpConfigurable.PROXY_PASSWORD_CRYPT field removed Use com.intellij.util.net.HttpConfigurable.getPlainProxyPassword() instead
org.jetbrains.asm4 package removed Use classes from org.jetbrains.org.objectweb.asm package instead