class DumbIndenter extends Indenter
- Source
- DumbIndenter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DumbIndenter
- Indenter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DumbIndenter(code: JTextComponent)
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
- DumbIndenter → Indenter
-
def
handleEnter(): Unit
- Definition Classes
- DumbIndenter → Indenter
-
def
handleInsertion(text: String): Unit
- Definition Classes
- DumbIndenter → Indenter
-
def
handleTab(): Unit
- Definition Classes
- DumbIndenter → Indenter
-
def
indentAction: TextAction
- Definition Classes
- Indenter