mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
API Changes 2019.3: fix EditorFactoryImpl entry
This commit is contained in:
parent
0fe10910d3
commit
11c4e0a53f
@ -20,8 +20,8 @@ See the note on how to document new problems on the main page reference_guide/ap
|
||||
`com.intellij.util.containers.ConcurrentHashSet` class removed
|
||||
: Use `com.intellij.util.containers.ContainerUtil#newConcurrentSet` instead.
|
||||
|
||||
`constructor com.intellij.openapi.editor.impl.EditorFactoryImpl.<init>(com.intellij.openapi.editor.actionSystem.EditorActionManager)` constructor removed
|
||||
: Use `constructor com.intellij.openapi.editor.impl.EditorFactoryImpl.<init>()` instead.
|
||||
`com.intellij.openapi.editor.impl.EditorFactoryImpl(EditorActionManager)` constructor removed
|
||||
: Use constructor `com.intellij.openapi.editor.impl.EditorFactoryImpl()` instead.
|
||||
|
||||
# 2019.2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user