summaryrefslogtreecommitdiff
path: root/lib/reline.rb
AgeCommit message (Expand)Author
2021-09-03[ruby/reline] Add Reline::Key#match?aycabta
2021-09-03[ruby/reline] Autocompletion ignites when target char length is 3 or longeraycabta
2021-09-02[ruby/reline] Add a spaceaycabta
2021-08-31[ruby/reline] Fix Reline::Unicode.take_range as it was not fully functionalaycabta
2021-08-31[ruby/reline] Pass "dialog" to context to get "dialog.scroll_top" lateraycabta
2021-08-31[ruby/reline] Autocompletion dialog height 15aycabta
2021-08-31[ruby/reline] Scroll autocompletion pointer in dialog correctlyaycabta
2021-08-31[ruby/reline] Use DialogRenderInfo structaycabta
2021-08-30[ruby/reline] Fix Reline.autocompletion=() interfaceaycabta
2021-08-30[ruby/reline] Add Reline.autocompletion=() interfaceaycabta
2021-08-30[ruby/reline] Add autocompletion on emacs mode by Tab / S-Tabaycabta
2021-08-29[ruby/reline] Make autocomplete dialog is registered firstaycabta
2021-08-29[ruby/reline] Delete show doc dialog to move it to IRBaycabta
2021-08-29[ruby/reline] Remove an unnecessary variableaycabta
2021-08-29[ruby/reline] Remove dialog_proc_list accessor of Relineaycabta
2021-08-29[ruby/reline] Move constants of dialogs to under Relineaycabta
2021-08-29[ruby/reline] Use default dialog context to communicate othersaycabta
2021-08-29[ruby/reline] Use colored doc output with ANSI escape sequenceaycabta
2021-08-29[ruby/reline] Support custom bg coloraycabta
2021-08-29[ruby/reline] Show method or class doc correctlyaycabta
2021-08-29[ruby/reline] Implement doc display dialog in conjunction with autocompleteaycabta
2021-08-29[ruby/reline] Add the ability to handle context between dialogsaycabta
2021-08-29[ruby/reline] Support for multiple dialog renderingaycabta
2021-08-29[ruby/reline] Cut out the autocomplete callbackaycabta
2021-08-29[ruby/reline] Implement dynamic selection of candidatesaycabta
2021-08-29[ruby/reline] Remove unnecessary conditionaycabta
2021-08-29[ruby/reline] Fix typoaycabta
2021-08-29[ruby/reline] Show autocomplete correctly when starts from prev lineaycabta
2021-08-29[ruby/reline] Display autocomplete below original line if end point was wrappedaycabta
2021-08-29[ruby/reline] Implement dialog with autocomplete callbackaycabta
2021-07-30[ruby/reline] Add require 'reline/terminfo' to use Reline::Terminfo.enabled?aycabta
2021-06-21Rescue conversion error of inputrcaycabta
2021-06-21[ruby/reline] Fix explamation of #read_ioaycabta
2021-06-21[ruby/reline] Fix Reline::Unicode.calculate_width when input is not a TTYJeremy Evans
2021-04-08[ruby/reline] Separate keystrokes each editing modeaycabta
2021-03-24[ruby/reline] Add Reline.ungetc to control bufferaycabta
2021-02-07[ruby/reline] Cache pasting state in processing a keyaycabta
2020-12-22[ruby/reline] [ruby/reline] Remove unused `attr_writer`ima1zumi
2020-12-22[ruby/reline] Fixed an exception occurred when ambiguous width character was ...ima1zumi
2020-12-17[ruby/reline] Make a log file on windows if debug env is setaycabta
2020-12-05[ruby/reline] Support bracketed paste modeaycabta
2020-12-05[ruby/reline] Suppress callbacks in pastingaycabta
2020-08-18[ruby/reline] Add require 'rbconfig' to use RbConfigaycabta
2020-08-18[ruby/reline] Support mode iconMark Delk
2020-08-18[ruby/reline] Check Errno::EIOaycabta
2020-05-14Reline callbacks can take nilaycabta
2020-03-26[ruby/reline] Suppress error when check ambiguous char width in LANG=Caycabta
2020-03-26[ruby/reline] Work with wrong $/ value correctlyaycabta
2020-02-14[ruby/reline] Use IO#write instead of IO#printaycabta
2020-01-26Always refer to Reline::IOGate.encodingaycabta