api_changes_list_2021.md: DocumentEventImpl.translateLineViaDiff|Strict()

This commit is contained in:
Yann Cébron 2021-04-12 15:12:58 +02:00
parent ef10c2b83d
commit a77f6e6fa0

View File

@ -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