struct Cride::Editor::Move
- Cride::Editor::Move
- Struct
- Value
- Object
Defined in:
editor/move.crConstructors
Instance Method Summary
- #adapt_end_line
- #down
-
#empty_row?(row : String)
An 'empty' row consists of only spaces and/or tabs, or no chars
- #end_of_line
- #left
-
#next_block
Used for CTRL arrow down
-
#next_word
Used for CTRL arrow right
- #page_down
- #page_up
-
#previous_block
Used for CTRL arrow up
-
#previous_word
Used for CTRL arrow left
- #right
- #up