summaryrefslogtreecommitdiff
path: root/test/reline/test_key_actor_emacs.rb
AgeCommit message (Expand)Author
2025-01-24Migrate irb and reline to the bundled gemsHiroshi SHIBATA
2025-01-05[ruby/reline] Refactor utf-8 strings and invalid strings in testtomoya ishida
2025-01-03[ruby/reline] Refactor handling key in LineEditortomoya ishida
2024-12-16[ruby/reline] Change quoted_insert and bracketed_paste to a singletomoya ishida
2024-12-12[ruby/reline] Undo and redo should restore indentationtomoya ishida
2024-12-06[ruby/reline] Combine MAPPINGS(single byte input to symbol) withtomoya ishida
2024-11-29[ruby/reline] Fix RELINE_TEST_ENCODINGMari Imaizumi
2024-11-25[ruby/reline] Fix tab completion appending quotetomoya ishida
2024-11-24[ruby/reline] Fix completion quote, preposing and target calculationtomoya ishida
2024-11-11[ruby/reline] Refactor perform_completontomoya ishida
2024-10-25[ruby/reline] Add completion_append_character testtomoya ishida
2024-10-24append completion_append_character only when continous completion is … (#764)Wu
2024-10-22[ruby/reline] Use IO's encoding instead of Encoding.default_externalWu
2024-10-13[ruby/reline] Support continuous tab completiontomoya ishida
2024-10-12[DOC] Fix spellingJohn Bampton
2024-10-02[ruby/reline] Fix incremental search cancel bugtomoya ishida
2024-06-03[ruby/reline] In ed_search_[prev|next]_history, make the cursor comeHiroaki Osawa
2024-06-03[ruby/reline] Improve key binding match/matching checktomoya ishida
2024-05-27[ruby/reline] Implement the redo commandverdy89
2024-05-14[ruby/reline] Implement the undo commandMari Imaizumi
2024-05-05[ruby/reline] Add name defined in readline to completion keytomoya ishida
2024-04-16[ruby/reline] Implement changing editing modeMari Imaizumi
2024-04-14[ruby/reline] Refactor waiting_proc and waiting_operator_proctomoya ishida
2024-04-14[ruby/reline] Support `menu-complete-backward` command for upwardMichael J. Giarlo
2024-04-04[ruby/reline] Handle INT signal correctly, remove handle_clearedtomoya ishida
2024-03-24[ruby/reline] Refactor key actor testtomoya ishida
2024-03-19[ruby/reline] Reline 0.5.0.pretomoya ishida
2023-07-07[ruby/reline] Reduce direct references to `Reline::IOGate`Stan Lo
2023-04-05Use `em_delete` in `key_delete` (#504)Étienne Barrié
2021-12-30[ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi
2021-12-24[ruby/reline] Implement em_kill_lineaycabta
2021-12-24[ruby/reline] Bind ed-kill-line to C-u on emacs modeaycabta
2021-12-24[ruby/reline] Fix test input_keys to handle "hankaku" characters correctly on...Yusuke Endoh
2021-12-24[ruby/reline] Add a test for halfwidth kana width dakutenaycabta
2021-09-29[ruby/reline] Support ed_argument_digit by M+numaycabta
2021-09-28[ruby/reline] Ignore NUL by ed_quoted_insertaycabta
2021-08-30[ruby/reline] Disable autocompletion in testsaycabta
2021-07-30[ruby/reline] Use "omit" instead of "return"aycabta
2021-06-25Revert "Revert "[ruby/reline] Fix failed test""aycabta
2021-06-25Revert "[ruby/reline] Fix failed test"aycabta
2021-06-25[ruby/reline] Fix failed testima1zumi
2021-06-21Stop using global constant, RELINE_TEST_ENCODINGaycabta
2021-06-21Call Reline.test_reset in teardown definitelyaycabta
2021-06-21[ruby/reline] Remove an obsolete commented-out testaycabta
2021-02-21[ruby/reline] Return 1 when char width not foundaycabta
2021-01-13[ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta
2020-12-22[ruby/reline] Support isearch-terminatorsaycabta
2020-12-19[ruby/reline] Yank by em-kill-region correctlyaycabta
2020-12-19[ruby/reline] Bind yank-pop correctlyaycabta
2020-12-11Strip trailing spaces [ci skip]Nobuyoshi Nakada