InputEdit

data class InputEdit(val startByte: UInt, val oldEndByte: UInt, val newEndByte: UInt, val startPoint: Point, val oldEndPoint: Point, val newEndPoint: Point)(source)

An edit to a text document.

Constructors

Link copied to clipboard
constructor(startByte: UInt, oldEndByte: UInt, newEndByte: UInt, startPoint: Point, oldEndPoint: Point, newEndPoint: Point)

Properties

Link copied to clipboard
@get:JvmName(name = "newEndByte")
val newEndByte: UInt
Link copied to clipboard
@get:JvmName(name = "newEndPoint")
val newEndPoint: Point
Link copied to clipboard
@get:JvmName(name = "oldEndByte")
val oldEndByte: UInt
Link copied to clipboard
@get:JvmName(name = "oldEndPoint")
val oldEndPoint: Point
Link copied to clipboard
@get:JvmName(name = "startByte")
val startByte: UInt
Link copied to clipboard
@get:JvmName(name = "startPoint")
val startPoint: Point