Gjsify LogoGjsify Logo

See also: #GtkEntry::delete-from-cursor.

Index

Enumeration Members

CHARS: number

Delete characters.

DISPLAY_LINES: number

Delete display-lines. Display-lines refers to the visible lines, with respect to to the current line breaks. As opposed to paragraphs, which are defined by line breaks in the input.

DISPLAY_LINE_ENDS: number

Delete only the portion of the display-line to the left/right of cursor.

PARAGRAPHS: number

Delete entire line. Like C-k in pico.

PARAGRAPH_ENDS: number

Delete to the end of the paragraph. Like C-k in Emacs (or its reverse).

WHITESPACE: number

Delete only whitespace. Like M-\ in Emacs.

WORDS: number

Delete words.

WORD_ENDS: number

Delete only the portion of the word to the left/right of cursor if we’re in the middle of a word.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method