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
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
.
EOL for JetBrains TFS Plugin : Please use Azure DevOps plugin instead, see blog post for more details.