ZeroTextMapping

Properties

Link copied to clipboard
open override val coveredSourceRange: TextRange? = null

Range of the source code covered by this mapping.

Functions

Link copied to clipboard
operator fun TextMapping.plus(other: TextMapping): TextMapping
Link copied to clipboard
open override fun toSource(visualTextRange: TextRange): TextRange?

Compute the source text range corresponding to the rendered text.

Link copied to clipboard
open override fun toVisual(sourceTextRange: TextRange): TextRange?

Compute the rendered text range corresponding to the source text range.