GutterMarker

abstract class GutterMarker : RangeValue

A gutter marker contributes to a specific line's gutter column.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val endSide: Int
Link copied to clipboard
open val mapMode: MapMode
Link copied to clipboard
open val point: Boolean
Link copied to clipboard
open val startSide: Int

Functions

Link copied to clipboard
abstract fun Content(theme: EditorTheme)

Render the marker content.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun range(from: DocPos, to: DocPos): Range<Nothing>