case class CutPasteFilter() extends DelegateFilter with Product with Serializable
All the cut-pasting logic, though for many people they simply use these shortcuts for deleting and don't use paste much at all.
- Alphabetic
- By Inheritance
- CutPasteFilter
- Serializable
- Serializable
- Product
- Equals
- DelegateFilter
- Filter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CutPasteFilter()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- var accumulating: Boolean
- def append(b: Vector[Char]): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- var currentCut: Vector[Char]
- def cutCharLeft(b: Vector[Char], c: Int): (Vector[Char], Int)
- def cutLineLeft(b: Vector[Char], c: Int): (Vector[Char], Int)
- def cutLineRight(b: Vector[Char], c: Int): (Vector[Char], Int)
- def cutWordLeft(b: Vector[Char], c: Int): (Vector[Char], Int)
- def cutWordRight(b: Vector[Char], c: Int): (Vector[Char], Int)
-
implicit
val
enclosing: Enclosing
- Definition Classes
- DelegateFilter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
filter: Filter
- Definition Classes
- CutPasteFilter → DelegateFilter
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
identifier: String
the
.toString
of this object, except by making it separate we force the implementer to provide something and stop them from accidentally leaving it as the meaningless default.the
.toString
of this object, except by making it separate we force the implementer to provide something and stop them from accidentally leaving it as the meaningless default.- Definition Classes
- DelegateFilter → Filter
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
op(ti: TermInfo): Option[TermAction]
- Definition Classes
- DelegateFilter → Filter
- def paste(b: Vector[Char], c: Int): (Vector[Char], Int)
- def prepend(b: Vector[Char]): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Filter → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )