mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_changes_list_2021.md: DocumentEventImpl.translateLineViaDiff|Strict()
This commit is contained in:
parent
ef10c2b83d
commit
a77f6e6fa0
@ -72,6 +72,12 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
|
||||
|
||||
### Changes in IntelliJ Platform 2021.2
|
||||
|
||||
`com.intellij.openapi.editor.impl.event.DocumentEventImpl.translateLineViaDiff(int)` method removed
|
||||
: Use persistent range markers instead, see `com.intellij.openapi.editor.Document.createRangeMarker(int, int, boolean)` with `surviveOnExternalChange=true`.
|
||||
|
||||
`com.intellij.openapi.editor.impl.event.DocumentEventImpl.translateLineViaDiffStrict(int)` method removed
|
||||
: Use persistent range markers instead, see `com.intellij.openapi.editor.Document.createRangeMarker(int, int, boolean)` with `surviveOnExternalChange=true`.
|
||||
|
||||
## 2021.1
|
||||
|
||||
### Changes in IntelliJ Platform 2021.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user