class SmartIndenter extends Indenter
- Source
- SmartIndenter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SmartIndenter
- Indenter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SmartIndenter(code: EditorAreaInterface, compiler: CompilerServices)
Type Members
- case class AddIndent(lineNum: Int, lineStart: Int, lineEnd: Int, text: String, delta: Int) extends LineIndent with Product with Serializable
- sealed trait LineIndent extends AnyRef
- case class MaintainIndent(lineNum: Int, lineStart: Int, lineEnd: Int, text: String) extends LineIndent with Product with Serializable
- case class RemoveIndent(lineNum: Int, lineStart: Int, lineEnd: Int, text: String, delta: Int) extends LineIndent with Product with Serializable
- class TokenLineIterator extends Iterator[TokenizedLine]
- case class TokenizedLine(lineNum: Int, lineStart: Int, lineEnd: Int, text: String, leadingSpaces: Int, tokens: Seq[Token]) extends Product with Serializable
Value Members
-
def
addActions(configuration: EditorConfiguration, inputMap: InputMap): Unit
- Definition Classes
- Indenter
-
def
closeBracketAction: TextAction
- Definition Classes
- Indenter
-
def
enterAction: TextAction
- Definition Classes
- Indenter
-
def
handleCloseBracket(): Unit
- Definition Classes
- SmartIndenter → Indenter
-
def
handleEnter(): Unit
- Definition Classes
- SmartIndenter → Indenter
-
def
handleInsertion(s: String): Unit
- Definition Classes
- SmartIndenter → Indenter
-
def
handleTab(): Unit
- Definition Classes
- SmartIndenter → Indenter
-
def
indentAction: TextAction
- Definition Classes
- Indenter
- def indentSelectedLine(): Unit