mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
API Changes: extension point CTOR injection (2019.2)
This commit is contained in:
parent
81b628a743
commit
40c7109056
@ -69,6 +69,9 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
|
||||
# 2019.2
|
||||
|
||||
## Changes in IntelliJ Platform 2019.2
|
||||
Constructor injection referring to extension points not supported
|
||||
: Obtain reference to extension points via `(Project)ExtensionPointName.findExtension()` in your constructor instead.
|
||||
|
||||
`com.intellij.openapi.components.BaseState.map$default(BaseState, Map, int, Object)` method removed
|
||||
: Use `com.intellij.openapi.components.BaseState.map()` instead.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user