Rd Text Buffer
open class RdTextBuffer(delegate: RdTextBufferState, val isMaster: Boolean = true) : RdDelegateBase<RdTextBufferState> , ITextBufferWithTypingSession
Content copied to clipboard
Slave of the text buffer supports a list of changes that were introduced locally and can be rolled back when master buffer reports incompatible change
Constructors
Functions
Link copied to clipboard
open override fun advise(lifetime: Lifetime, handler: (RdTextChange) -> Unit)
Content copied to clipboard
Link copied to clipboard
Asserts that both sides have the same document text if buffer versions are same.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard