Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
ChangeSet
/
iterChanges
iter
Changes
fun
iterChanges
(
f
:
(
fromA
:
DocPos
,
toA
:
DocPos
,
fromB
:
DocPos
,
toB
:
DocPos
,
inserted
:
Text
)
->
Unit
,
individual
:
Boolean
=
false
)
Iterate over the changed ranges in the document.