Lines Matching defs:caret

32 def caret(web_tab, qtbot, mode_manager):  function
48 def __init__(self, qtbot, caret): argument
86 def selection(qtbot, caret): argument
90 def test_toggle(caret, selection, qtbot): argument
119 def test_selecting_entire_document(self, caret, selection): argument
130 def test_moving_to_end_and_start(self, caret, selection): argument
137 def test_moving_to_end_and_start_with_selection(self, caret, selection): argument
152 def test_selecting_block(self, caret, selection): argument
160 def test_moving_back_to_the_end_of_prev_block_with_sel(self, caret, selection): argument
171 def test_moving_back_to_the_end_of_prev_block(self, caret, selection): argument
178 def test_moving_back_to_the_start_of_prev_block_with_sel(self, caret, selection): argument
188 def test_moving_back_to_the_start_of_prev_block(self, caret, selection): argument
195 def test_moving_to_the_start_of_next_block_with_sel(self, caret, selection): argument
200 def test_moving_to_the_start_of_next_block(self, caret, selection): argument
209 def test_selecting_a_line(self, caret, selection): argument
214 def test_moving_and_selecting_a_line(self, caret, selection): argument
220 def test_selecting_next_line(self, caret, selection): argument
225 def test_moving_to_end_and_to_start_of_line(self, caret, selection): argument
232 def test_selecting_a_line_backwards(self, caret, selection): argument
238 def test_selecting_previous_line(self, caret, selection): argument
244 def test_moving_to_previous_line(self, caret, selection): argument
254 def test_selecting_a_word(self, caret, selection): argument
259 def test_moving_to_end_and_selecting_a_word(self, caret, selection): argument
265 def test_moving_to_next_word_and_selecting_a_word(self, caret, selection): argument
271 def test_moving_to_next_word_and_selecting_until_next_word(self, caret, selection): argument
277 def test_moving_to_previous_word_and_selecting_a_word(self, caret, selection): argument
283 def test_moving_to_previous_word(self, caret, selection): argument
293 def test_selecting_a_char(self, caret, selection): argument
298 def test_moving_and_selecting_a_char(self, caret, selection): argument
304 def test_selecting_previous_char(self, caret, selection): argument
310 def test_moving_to_previous_char(self, caret, selection): argument
318 def test_drop_selection(caret, selection): argument
328 def test_yanking_a_searched_line(self, caret, selection, mode_manager, web_tab, qtbot): argument
340 …def test_yanking_a_searched_line_with_multiple_matches(self, caret, selection, mode_manager, web_t… argument
365 def test_follow_selected_without_a_selection(self, qtbot, caret, selection, web_tab, argument
374 def test_follow_selected_with_text(self, qtbot, caret, selection, web_tab): argument
383 def test_follow_selected_with_link(self, caret, selection, config_stub, argument
395 def test_does_not_change_selection(self, caret, selection): argument
400 def test_repetition_of_movement_results_in_empty_selection(self, caret, selection): argument
407 def test_reverse(self, caret, selection): argument
425 def test_toggle(self, caret, selection): argument
429 def test_toggle_untoggle(self, caret, selection): argument
437 def test_from_center(self, caret, selection): argument
442 def test_more_lines(self, caret, selection): argument
452 def test_not_selecting_char(self, caret, selection): argument
459 def test_selecting_prev_next_word(self, caret, selection): argument
466 def test_selecting_end_word(self, caret, selection): argument
471 def test_selecting_prev_next_line(self, caret, selection): argument
481 def test_not_selecting_start_end_line(self, caret, selection): argument
488 def test_selecting_block(self, caret, selection): argument
498 def test_selecting_start_end_document(self, caret, selection): argument