| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-17 | Support forward-search-history by C-s | aycabta | |
| 2019-12-13 | Show a menu before a document | aycabta | |
| IRB should show a menu first if a completed list has plural items. But just shows document without menu if a completed list with plural items includes a perfect matched item. The behavior is a bug. This commit fixes it. | |||
| 2019-12-12 | Suppress to crash IRB if completed list has nil | aycabta | |
| 2019-12-11 | Add a message for CompatibilityError | aycabta | |
| 2019-12-11 | Support Readline.completion_quote_character by Reline | aycabta | |
| 2019-12-10 | Change encoding of completion strings | aycabta | |
| 2019-12-10 | Support completion with case-insensitive fashion | aycabta | |
| Reline performs completion in a case-insensitive fashon if Readline.completion_case_fold or completion-ignore-case of .inputrc are set "on". | |||
| 2019-12-09 | Fix encoding compatibility checking of completion correctly | aycabta | |
| 2019-12-07 | [ruby/reline] Support Ruby 2.5 or later for String#grapheme_clusters | aycabta | |
| https://github.com/ruby/reline/commit/33e8c8f15b | |||
| 2019-12-05 | Support disable-completion | aycabta | |
| 2019-12-05 | Fix variable catch | aycabta | |
| 2019-12-03 | Fix auto-indent behavior correctly | aycabta | |
| 2019-12-03 | Support incremental search by last determined word | aycabta | |
| In the incremental search by C-r, search word is saved when it's determined. In the next incremental search by C-r, if a user presses C-r again with the empty search word, the determined previous search word is used to search. | |||
| 2019-12-03 | The C-r in vi command mode is also incremental search | aycabta | |
| 2019-12-02 | Support incremental search again by C-r in incremental search | aycabta | |
| 2019-12-02 | Process Backspace key in incremental search correctly | aycabta | |
| 2019-12-02 | Search history to back in the middle of histories | aycabta | |
| 2019-12-01 | The ed_search_prev_history should always search to backward | aycabta | |
| 2019-12-01 | Reline::HISTORY can take Range object | aycabta | |
| 2019-11-28 | Delete newline when C-k on emacs mode at EOL | aycabta | |
| 2019-11-21 | [ruby/reline] Version 0.0.7 | aycabta | |
| https://github.com/ruby/reline/commit/09d370bdc19e62f0a27c2240e19b07963afd922f | |||
| 2019-11-21 | Version 0.0.6 | aycabta | |
| 2019-11-21 | Consider escape sequence to calculate prompt width | aycabta | |
| 2019-11-21 | Add <Home> <End> keys. | manga_osyo | |
| 2019-11-20 | Fix indent of a line when a newline is inserted to the next | aycabta | |
| 2019-11-19 | Suppress `stty` error on Apple Terminal | Nobuyoshi Nakada | |
| `stty` called in `Reline::ANSI.deprep` command shows the following error message on macOS Apple Terminal, with some settings. ``` $ LANG=C irb irb(main):001:0> stty: 'standard input': unable to perform all requested operations stty: 'standard input': unable to perform all requested operations ``` | |||
| 2019-11-18 | Remove unnecessary check | aycabta | |
| 2019-11-17 | [ruby/reline] Version 0.0.5 | aycabta | |
| https://github.com/ruby/reline/commit/d57c7ea252 | |||
| 2019-11-15 | [ruby/reline] Restore left cursor key support on Unix like OSes... | aycabta | |
| https://github.com/ruby/reline/commit/98b72af751 | |||
| 2019-11-15 | Implement em_set_mark and em_exchange_mark | aycabta | |
| 2019-11-08 | Suppress "shadowing outer local variable" warning in 2.5 | aycabta | |
| 2019-11-02 | Use prompt_list to calculate height by lines | aycabta | |
| 2019-10-29 | Version 0.0.4 | aycabta | |
| 2019-10-25 | Rename old var name with new name | aycabta | |
| 2019-10-24 | Treat only left alt key as meta-key on Windows | aycabta | |
| On German keyboard, right alt key acts as like shift key. Ex. right-alt-8 is just "[". This input doesn't have meta-key statement. | |||
| 2019-10-24 | Support forced enter insertion by Ctrl+Enter on Windows | aycabta | |
| 2019-10-23 | Fix indent... | aycabta | |
| 2019-10-18 | Treat key sequences from getwch() that start from 0 or 0xE0 correctly | aycabta | |
| 2019-10-18 | Add numeric keypad key sequences on Windows | aycabta | |
| 2019-10-18 | Remove freeze | aycabta | |
| 2019-10-18 | Ignore the input method key sequence from getwch() correctly | aycabta | |
| The function getwch() returns some key sequences which start from 0 or 0xE0 with a following key code. Alt+` that is on/off key for input methods gives 0 and 41 so Reline was always ignoring 0 and following keys but numeric keypad keys give 0 and following actual keys. This commit changes the behavior to be ignoring only the 0 and 41 sequence. | |||
| 2019-10-18 | Insert multiline incremental search result correctly | aycabta | |
| 2019-10-17 | Remove unused variable | aycabta | |
| 2019-10-17 | Refactor prompt generation logic | aycabta | |
| 2019-10-17 | Calculate prompt width correctly | aycabta | |
| 2019-10-17 | Collect multiline prompt logic into a method | aycabta | |
| 2019-10-16 | Support multiline history in incremental search | aycabta | |
| 2019-10-16 | Support backspace in incremental search | aycabta | |
| 2019-10-16 | C-r is incremental history search in vi insert mode | aycabta | |
| 2019-10-07 | Version 0.0.3 | aycabta | |
