MCPcopy Create free account

hub / github.com/MovingtoMars/liner / functions

Functions336 in github.com/MovingtoMars/liner

Methodindex
(&self, index: usize)
src/history.rs:198
Methodindex_mut
(&mut self, index: usize)
src/history.rs:204
Functionmain
()
src/main.rs:10
Functionmove_count
test move_count function
src/keymap/vi.rs:1551
Functionmove_count_left
verify our move count
src/keymap/vi.rs:1844
Functionmove_count_right
verify our move count
src/keymap/vi.rs:1823
Functionmove_cursor_left
()
src/editor.rs:779
Functionmove_cursor_left
()
src/keymap/vi.rs:1073
Functionmove_cursor_left
()
src/keymap/emacs.rs:226
Functionmove_to_end_of_word_comma
()
src/keymap/vi.rs:2159
Functionmove_to_end_of_word_nonkeywords
()
src/keymap/vi.rs:2180
Functionmove_to_end_of_word_simple
()
src/keymap/vi.rs:2142
Functionmove_to_end_of_word_whitespace
()
src/keymap/vi.rs:2201
Functionmove_to_end_of_word_whitespace_nonkeywords
()
src/keymap/vi.rs:2222
Functionmove_to_end_of_word_ws_comma
()
src/keymap/vi.rs:2260
Functionmove_to_end_of_word_ws_nonkeywords
()
src/keymap/vi.rs:2281
Functionmove_to_end_of_word_ws_simple
()
src/keymap/vi.rs:2243
Functionmove_to_end_of_word_ws_whitespace
()
src/keymap/vi.rs:2297
Functionmove_to_end_of_word_ws_whitespace_count
()
src/keymap/vi.rs:2533
Functionmove_to_end_of_word_ws_whitespace_nonkeywords
()
src/keymap/vi.rs:2314
Functionmove_word
()
src/keymap/emacs.rs:241
Functionmove_word_and_back
()
src/keymap/vi.rs:2432
Functionmove_word_and_back_with_count
()
src/keymap/vi.rs:2494
Functionmove_word_nonkeywords
()
src/keymap/vi.rs:2384
Functionmove_word_simple
()
src/keymap/vi.rs:2335
Functionmove_word_whitespace
()
src/keymap/vi.rs:2360
Functionmove_word_whitespace_nonkeywords
()
src/keymap/vi.rs:2406
Functionmovement_with_count
test movement with counts
src/keymap/vi.rs:1588
Functionmovement_with_count_then_insert
test movement with counts, then insert (count should be reset before insert)
src/keymap/vi.rs:1607
Methodnew
()
src/buffer.rs:85
Methodnew
(prefixes: Vec<T>)
src/complete.rs:12
Methodnew
(editor: &'a mut Editor<'out, W>, kind: EventKind)
src/event.rs:13
Methodnew
(out: W, prompt: P, context: &'a mut Context)
src/editor.rs:109
Methodnew
Create new History structure.
src/history.rs:57
Methodnew
()
src/context.rs:57
Methodnew
(ed: Editor<'a, W>)
src/keymap/mod.rs:76
Methodnew
(mut ed: Editor<'a, W>)
src/keymap/vi.rs:315
Methodnew
(ed: Editor<'a, W>)
src/keymap/emacs.rs:21
Methodnew_with_init_buffer
( out: W, prompt: P, context: &'a mut Context, buffer: B, )
src/editor.rs:113
Methodprint
(&self, out: &mut W)
src/buffer.rs:255
Methodrange_chars
(&self, start: usize, end: usize)
src/buffer.rs:230
Methodredo
(&mut self)
src/editor.rs:198
Functionreplace_then_normal
make sure normal mode is enabled after replace
src/keymap/vi.rs:1710
Functionreplace_with_count
()
src/keymap/vi.rs:1667
Functionreplace_with_count_eol
make sure replace won't work if there aren't enough chars
src/keymap/vi.rs:1689
Methodrevert
(&mut self)
src/editor.rs:208
Methodset_prompt
(&mut self, prompt: String)
src/editor.rs:152
Functionsimulate_keys
(keymap: &mut M, keys: I)
src/keymap/vi.rs:1043
Functionsimulate_keys
(keymap: &mut M, keys: I)
src/keymap/emacs.rs:198
Functionsubstitute_with_count
()
src/keymap/vi.rs:1260
Functionsubstitute_with_count_repeat
()
src/keymap/vi.rs:1280
Functiontest_buffer_actions
()
src/test.rs:49
Functiontest_cap_f_movement
make sure F command moves the cursor
src/keymap/vi.rs:3050
Functiontest_cap_t_movement
make sure T command moves the cursor
src/keymap/vi.rs:3032
Functiontest_comma_movement
make sure , command moves the cursor
src/keymap/vi.rs:3087
Functiontest_count_reset_around_insert_and_delete
make sure the count is properly reset
src/keymap/vi.rs:2868
Functiontest_does_not_start_with
()
src/buffer.rs:463
Functiontest_f_movement
make sure f command moves the cursor
src/keymap/vi.rs:3014
Functiontest_find_char
test find_char
src/keymap/vi.rs:3150
Functiontest_find_char_not_found
test find_char not found
src/keymap/vi.rs:3180
Functiontest_find_char_rev
test find_char_rev
src/keymap/vi.rs:3190
Functiontest_find_char_rev_not_found
test find_char_rev not found
src/keymap/vi.rs:3220
Functiontest_find_char_rev_with_count
test find_char_rev with count
src/keymap/vi.rs:3210
Functiontest_find_char_rev_with_start
test find_char_rev with non-zero start
src/keymap/vi.rs:3200
Functiontest_find_char_with_count
test find_char with count
src/keymap/vi.rs:3170
Functiontest_find_char_with_start
test find_char with non-zero start
src/keymap/vi.rs:3160
Functiontest_get_cursor_position
()
src/test.rs:21
Functiontest_history_indexing
()
src/test.rs:63
Functiontest_in_file_history_truncating
()
src/test.rs:87
Functiontest_in_memory_history_truncating
()
src/test.rs:75
Functiontest_insert
()
src/buffer.rs:321
Functiontest_is_not_match2
()
src/buffer.rs:472
Functiontest_nested_redo_group
()
src/buffer.rs:438
Functiontest_nested_undo_group
()
src/buffer.rs:423
Functiontest_print_rest
()
src/buffer.rs:481
Functiontest_reading_from_file
()
src/test.rs:116
Functiontest_redo_group
()
src/buffer.rs:409
Functiontest_redo_with_counts
redo with counts
src/keymap/vi.rs:3250
Functiontest_semi_delete
test delete with semi (;)
src/keymap/vi.rs:3107
Functiontest_semi_delete_repeat
test delete with semi (;) and repeat
src/keymap/vi.rs:3128
Functiontest_semi_movement
make sure ; command moves the cursor
src/keymap/vi.rs:3068
Functiontest_starts_with
()
src/buffer.rs:454
Functiontest_t_movement
make sure t command moves the cursor
src/keymap/vi.rs:2915
Functiontest_t_movement_then_normal
test normal mode after char movement
src/keymap/vi.rs:2952
Functiontest_t_movement_with_change
test change with char movement
src/keymap/vi.rs:2991
Functiontest_t_movement_with_count
make sure t command moves the cursor
src/keymap/vi.rs:2933
Functiontest_t_movement_with_delete
test delete with char movement
src/keymap/vi.rs:2971
Functiontest_t_not_found
make sure t command does nothing if nothing was found
src/keymap/vi.rs:2897
Functiontest_truncate_all
()
src/buffer.rs:335
Functiontest_truncate_all_then_undo
()
src/buffer.rs:368
Functiontest_truncate_empty
()
src/buffer.rs:328
Functiontest_truncate_empty_undo
()
src/buffer.rs:360
Functiontest_truncate_end
()
src/buffer.rs:343
Functiontest_truncate_end_then_undo
()
src/buffer.rs:377
Functiontest_truncate_part
()
src/buffer.rs:352
Functiontest_truncate_part_then_undo
()
src/buffer.rs:387
Functiontest_undo_group
()
src/buffer.rs:396
Functiontest_undo_with_counts
undo with counts
src/keymap/vi.rs:3230
Functiontilde_basic
test tilde
src/keymap/vi.rs:3582
Functiontilde_basic2
test tilde
src/keymap/vi.rs:3598
← previousnext →201–300 of 336, ranked by callers