Packages

implicit class RichDoc extends AnyRef

Source
RichDocument.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichDoc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichDoc(document: Document)

Value Members

  1. def getLineText(line: Int): Option[String]
  2. def insertBeforeLinesInRange(startLine: Int, endLine: Int, text: String): Unit
  3. def lineToEndOffset(line: Int): Int
  4. def lineToStartOffset(line: Int): Int
  5. def offsetToLine(offset: Int): Int
  6. def selectionLineRange(start: Int, end: Int): (Int, Int)