Age | Commit message (Expand) | Author |
---|
2022-09-01 | [ruby/reline] Support dumb terminal | Nobuyoshi Nakada |
2022-07-22 | [ruby/reline] Rename dialog_pointer_* to dialog_highlight_* | st0012 |
2022-07-16 | [ruby/reline] Use color name instead of code (integer) in dialog color APIs | st0012 |
2022-06-27 | [ruby/reline] Enable to change the background color of dialogs. (https://gith... | pocari |
2022-06-13 | [ruby/reline] Check the ambiguous char width only on tty | Nobuyoshi Nakada |
2021-12-21 | [ruby/reline] Finalize when exception occurred | aycabta |
2021-12-21 | [ruby/reline] Split off set_signal_handler method | aycabta |
2021-12-20 | [ruby/reline] Add support for overwriting dialog proc with the same name | aycabta |
2021-12-20 | [ruby/reline] Add Reline.dialog_proc(name_sym) | aycabta |
2021-10-11 | [ruby/reline] Suppress warning, "instance variable @ambiguous_width not initi... | aycabta |
2021-10-02 | [ruby/reline] Refactoring Reline::Key.match? and add test. | manga_osyo |
2021-09-10 | [ruby/reline] Move #pointer from DialogRenderInfo to Dialog | aycabta |
2021-09-07 | [ruby/reline] Use Symbol for method names | aycabta |
2021-09-06 | [ruby/reline] Limit number of chars only when completion source text (pointer... | aycabta |
2021-09-06 | [ruby/reline] Cut out read_2nd_character_of_key_sequence | aycabta |
2021-09-06 | [ruby/reline] Use combined_key if it exists when comparing Reline::Key and In... | aycabta |
2021-09-06 | [ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed k... | aycabta |
2021-09-06 | [ruby/reline] Support for key bindings result Symbol in Reline::Key | aycabta |
2021-09-06 | [ruby/reline] Add Reline::Key#== as an alias to Reline::Key#match? | aycabta |
2021-09-06 | [ruby/reline] Reline::Key supports the comparison with Integer | aycabta |
2021-09-04 | [ruby/reline] Implement scrollbar | aycabta |
2021-09-04 | [ruby/reline] Show even if it's only one candidate until a perfect match | aycabta |
2021-09-03 | [ruby/reline] Add Reline::Key#match? | aycabta |
2021-09-03 | [ruby/reline] Autocompletion ignites when target char length is 3 or longer | aycabta |
2021-09-02 | [ruby/reline] Add a space | aycabta |
2021-08-31 | [ruby/reline] Fix Reline::Unicode.take_range as it was not fully functional | aycabta |
2021-08-31 | [ruby/reline] Pass "dialog" to context to get "dialog.scroll_top" later | aycabta |
2021-08-31 | [ruby/reline] Autocompletion dialog height 15 | aycabta |
2021-08-31 | [ruby/reline] Scroll autocompletion pointer in dialog correctly | aycabta |
2021-08-31 | [ruby/reline] Use DialogRenderInfo struct | aycabta |
2021-08-30 | [ruby/reline] Fix Reline.autocompletion=() interface | aycabta |
2021-08-30 | [ruby/reline] Add Reline.autocompletion=() interface | aycabta |
2021-08-30 | [ruby/reline] Add autocompletion on emacs mode by Tab / S-Tab | aycabta |
2021-08-29 | [ruby/reline] Make autocomplete dialog is registered first | aycabta |
2021-08-29 | [ruby/reline] Delete show doc dialog to move it to IRB | aycabta |
2021-08-29 | [ruby/reline] Remove an unnecessary variable | aycabta |
2021-08-29 | [ruby/reline] Remove dialog_proc_list accessor of Reline | aycabta |
2021-08-29 | [ruby/reline] Move constants of dialogs to under Reline | aycabta |
2021-08-29 | [ruby/reline] Use default dialog context to communicate others | aycabta |
2021-08-29 | [ruby/reline] Use colored doc output with ANSI escape sequence | aycabta |
2021-08-29 | [ruby/reline] Support custom bg color | aycabta |
2021-08-29 | [ruby/reline] Show method or class doc correctly | aycabta |
2021-08-29 | [ruby/reline] Implement doc display dialog in conjunction with autocomplete | aycabta |
2021-08-29 | [ruby/reline] Add the ability to handle context between dialogs | aycabta |
2021-08-29 | [ruby/reline] Support for multiple dialog rendering | aycabta |
2021-08-29 | [ruby/reline] Cut out the autocomplete callback | aycabta |
2021-08-29 | [ruby/reline] Implement dynamic selection of candidates | aycabta |
2021-08-29 | [ruby/reline] Remove unnecessary condition | aycabta |
2021-08-29 | [ruby/reline] Fix typo | aycabta |
2021-08-29 | [ruby/reline] Show autocomplete correctly when starts from prev line | aycabta |