Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.57 KB

api_notable_list_2020.md

File metadata and controls

25 lines (17 loc) · 1.57 KB
title
Notable Changes in IntelliJ Platform and Plugins API 2020.*

We've published our roadmap for the IntelliJ Platform for 2020: Part I Part II

2020.1

Notable Changes in IntelliJ Platform 2020.1

Dynamic Plugins : Compatible plugins can be installed, updated and uninstalled without requiring IDE restart.

com.intellij.openapi.application.TransactionGuard deprecated : Usage is deprecated and can be replaced with com.intellij.openapi.application.Application.invokeLater() in most cases, please consult Javadoc for more details.

RecursionManager.assertOnMissedCache() enabled by default in tests : Please see RecursionManager.CachingPreventedException Javadoc and this issue for details.

ResolveCache using IdempotenceChecker in tests : Reports when the same reference resolves to non-equivalent results in different threads, see IdempotenceChecker.

Notable Changes in IntelliJ IDEA

EOL for JetBrains TFS Plugin : Please use Azure DevOps plugin instead, see blog post for more details.