GUILikeFilters

ammonite.terminal.filters.GUILikeFilters$

Filters have hook into the various {Ctrl,Shift,Fn,Alt}x{Up,Down,Left,Right} combination keys, and make them behave similarly as they would on a normal GUI text editor: alt-{left, right} for word movement, hold-down-shift for text selection, etc.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class SelectionFilter(indent: Int) extends DelegateFilter

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Filter
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def consumeWord(b: Vector[Char], c: Int, delta: Int, offset: Int): Int
def wordLeft(b: Vector[Char], c: Int): (Vector[Char], Int)
def wordRight(b: Vector[Char], c: Int): (Vector[Char], Int)