| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-05 | [ruby/reline] Reduce window size so that it can be displayed in my desktop | aycabta | |
| https://github.com/ruby/reline/commit/22359d50ab | |||
| 2021-10-05 | [ruby/reline] Cyrillic chars are now forced to be displayed in full-width on ↵ | aycabta | |
| Windows So testing is no longer necessary. https://github.com/ruby/reline/commit/c59589548b | |||
| 2021-10-03 | [ruby/reline] Re-calc the scroll pos when the content in dialog is shortened | aycabta | |
| https://github.com/ruby/reline/commit/12ea63e6e0 | |||
| 2021-10-03 | [ruby/reline] Add a test for rerendering arg prompt after pasting | aycabta | |
| https://github.com/ruby/reline/commit/5414a42b0e | |||
| 2021-10-03 | [ruby/reline] Add newlines for readability | aycabta | |
| https://github.com/ruby/reline/commit/2a60aacebb | |||
| 2021-10-03 | [ruby/reline] Stop using Ctrl+j to test on Windows | aycabta | |
| Because Ctrl+j and Enter are the same on Windows. https://github.com/ruby/reline/commit/fa885ed449 | |||
| 2021-10-02 | [ruby/reline] Refactoring Reline::Key.match? and add test. | manga_osyo | |
| https://github.com/ruby/reline/commit/90e8999ae4 | |||
| 2021-09-29 | [ruby/reline] Support ed_argument_digit by M+num | aycabta | |
| The vi mode can handle "argument number" before an operator or a motion, such as, "3x" (equals "xxx"), and "3l" (equals "lll"). In the emacs mode, GNU Readline can handle argument number with meta key, like "Meta+3 x" (equals "xxx"). https://github.com/ruby/reline/commit/9183cc2e8b | |||
| 2021-09-28 | [ruby/reline] Ignore NUL by ed_quoted_insert | aycabta | |
| https://github.com/ruby/reline/commit/43b7c01a98 | |||
| 2021-09-14 | [ruby/reline] The behaviour of Alt+key on Windows is changed | aycabta | |
| ref. https://github.com/ruby/reline/commit/dc2cf90fa6 https://github.com/ruby/reline/commit/4d1518aafc | |||
| 2021-09-10 | [ruby/reline] Move #pointer from DialogRenderInfo to Dialog | aycabta | |
| https://github.com/ruby/reline/commit/92dbac0bff | |||
| 2021-09-10 | [ruby/reline] Fix scroll range of a script for tests | aycabta | |
| https://github.com/ruby/reline/commit/6ceebe52bc | |||
| 2021-09-10 | [ruby/reline] Add tests that column of dialog with scrollbar is moved ↵ | aycabta | |
| without garbase https://github.com/ruby/reline/commit/45c70d6222 | |||
| 2021-09-10 | [ruby/reline] Add a test that text under dialog appears | aycabta | |
| https://github.com/ruby/reline/commit/0b63bd56ce | |||
| 2021-09-10 | [ruby/reline] Add a test that autocomplete doesn't crash after 2nd line | aycabta | |
| https://github.com/ruby/reline/commit/f682c74975 | |||
| 2021-09-10 | [ruby/reline] Add a test that dialog doesn't crash when callback returns nil | aycabta | |
| https://github.com/ruby/reline/commit/2c6f604b98 | |||
| 2021-09-10 | [ruby/reline] Add a test that autocompletion returns to the original text | aycabta | |
| https://github.com/ruby/reline/commit/d80880e56b | |||
| 2021-09-10 | [ruby/reline] Use single quotes to match others in the file | aycabta | |
| https://github.com/ruby/reline/commit/a17de2d6d8 | |||
| 2021-09-10 | [ruby/reline] Add a test that autocomplete dialog doesn't crash when empty | aycabta | |
| https://github.com/ruby/reline/commit/9c0080c27f | |||
| 2021-09-10 | [ruby/reline] Add a test for when completion target is wrapped | aycabta | |
| https://github.com/ruby/reline/commit/25a94d70c3 | |||
| 2021-09-10 | [ruby/reline] Fix complete proc of a script for tests | aycabta | |
| https://github.com/ruby/reline/commit/ee1c1adddc | |||
| 2021-09-10 | [ruby/reline] Add a test that dialog may appear at the top if cursor at ↵ | aycabta | |
| bottom edge https://github.com/ruby/reline/commit/6c2ab47958 | |||
| 2021-09-10 | [ruby/reline] Add a test for dialog at right edge | aycabta | |
| https://github.com/ruby/reline/commit/db642169b9 | |||
| 2021-09-10 | [ruby/reline] Add a test for dialog with scroll key | aycabta | |
| https://github.com/ruby/reline/commit/99640abf75 | |||
| 2021-09-10 | [ruby/reline] Add tests for autocomplete with scrollbar | aycabta | |
| https://github.com/ruby/reline/commit/29634cbc93 | |||
| 2021-09-10 | [ruby/reline] Add a test for simple dialog | aycabta | |
| https://github.com/ruby/reline/commit/d70f507e2c | |||
| 2021-09-10 | [ruby/reline] Add a simple test for autocomplete | aycabta | |
| https://github.com/ruby/reline/commit/11f83b2f4b | |||
| 2021-09-08 | [ruby/reline] Move only one line when render a line and then go to the next line | aycabta | |
| https://github.com/ruby/reline/commit/8a966cd962 | |||
| 2021-09-06 | [ruby/reline] Add a test for key bindings with Reline::Key | aycabta | |
| https://github.com/ruby/reline/commit/cadbd576c7 | |||
| 2021-09-06 | [ruby/reline] Add a test for oneshot key bindings | aycabta | |
| https://github.com/ruby/reline/commit/42ebea82b7 | |||
| 2021-09-06 | [ruby/reline] Rename a temporary test name to appropriate one | aycabta | |
| https://github.com/ruby/reline/commit/26ebecde5c | |||
| 2021-09-06 | [ruby/reline] Add a test for Reline::Unicode#take_range | aycabta | |
| https://github.com/ruby/reline/commit/af7953ff93 | |||
| 2021-09-02 | [ruby/reline] Fix a crash when completing empty line | aycabta | |
| https://github.com/ruby/reline/commit/8226ae7e57 | |||
| 2021-09-02 | [ruby/reline] Fix a crash when completing after 2nd line | aycabta | |
| https://github.com/ruby/reline/commit/f9d3480c34 | |||
| 2021-08-31 | Revert "Omit some tests until debugging is complete" | aycabta | |
| This reverts commit 3695d94b25f3e3e0d7a629bf1708ef421a51dd47. | |||
| 2021-08-31 | Omit some tests until debugging is complete | aycabta | |
| 2021-08-30 | [ruby/reline] Disable autocompletion in tests | aycabta | |
| https://github.com/ruby/reline/commit/9b1913567a | |||
| 2021-08-29 | [ruby/reline] Fix tests so that the completion journey starts on first C-n/C-p | aycabta | |
| https://github.com/ruby/reline/commit/52a40f2cd3 | |||
| 2021-08-14 | [ruby/reline] Add workspace member for the latest IRB's implementation | aycabta | |
| https://github.com/ruby/reline/commit/8b55fc8fee | |||
| 2021-08-14 | [ruby/reline] Remove private visibility | aycabta | |
| https://github.com/ruby/reline/commit/fa54e521da | |||
| 2021-08-07 | Use TERM=xterm for tests on Solaris | aycabta | |
| 2021-08-07 | Set TERM env for some CI environments | aycabta | |
| 2021-08-06 | Check the result of tigetstr | Nobuyoshi Nakada | |
| 2021-08-06 | test/reline/test_terminfo.rb: skip when setupterm fails | Yusuke Endoh | |
| http://rubyci.s3.amazonaws.com/solaris11-gcc/ruby-master/log/20210806T000008Z.fail.html.gz ``` 1) Error: Reline::Terminfo::Test#test_tigetstr: Reline::Terminfo::TerminfoError: The terminfo database could not be found. /export/home/chkbuild/chkbuild-gcc/tmp/build/20210806T000008Z/ruby/lib/reline/terminfo.rb:84:in `setupterm' /export/home/chkbuild/chkbuild-gcc/tmp/build/20210806T000008Z/ruby/test/reline/test_terminfo.rb:6:in `setup' ``` | |||
| 2021-08-05 | Tests for Windows can run only on Windows | Nobuyoshi Nakada | |
| Should not directly require "reline/windows.rb" which should be loaded by "reline.rb". | |||
| 2021-07-30 | Use test-unit assertions | aycabta | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4693 | |||
| 2021-07-30 | [ruby/reline] Fixed Ctrl+Enter key in Windows. | SilverPhoenix99 | |
| https://github.com/ruby/reline/commit/0c38e39023 | |||
| 2021-07-30 | [ruby/reline] Check empty .inputrc | aycabta | |
| https://github.com/ruby/reline/commit/b60b3b76cd | |||
| 2021-07-30 | [ruby/reline] Windows cmd: Don't type anything when pressing ALT keys alone | Lars Kanis | |
| Fixes #298 https://github.com/ruby/reline/commit/72acfcd27a | |||
| 2021-07-30 | [ruby/reline] Use "omit" instead of "return" | aycabta | |
| https://github.com/ruby/reline/commit/940cdaa301 | |||
