RichDoc

org.nlogo.editor.RichDocument.RichDoc
implicit class RichDoc(document: Document)

Attributes

Source
RichDocument.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

protected def elementAtIndex(i: Int): Option[Element]

Attributes

Source
RichDocument.scala
def getLineText(line: Int): Option[String]

Attributes

Source
RichDocument.scala
def insertBeforeLinesInRange(startLine: Int, endLine: Int, text: String): Unit

Attributes

Source
RichDocument.scala
def lineToEndOffset(line: Int): Int

Attributes

Source
RichDocument.scala
def lineToStartOffset(line: Int): Int

Attributes

Source
RichDocument.scala
def offsetToLine(offset: Int): Int

Attributes

Source
RichDocument.scala
def selectionLineRange(start: Int, end: Int): (Int, Int)

Attributes

Source
RichDocument.scala