summaryrefslogtreecommitdiff
path: root/lib/reline.rb
AgeCommit message (Expand)Author
2021-10-02[ruby/reline] Refactoring Reline::Key.match? and add test.manga_osyo
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
2021-09-07[ruby/reline] Use Symbol for method namesaycabta
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_sequenceaycabta
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::Keyaycabta
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 Integeraycabta
2021-09-04[ruby/reline] Implement scrollbaraycabta
2021-09-04[ruby/reline] Show even if it's only one candidate until a perfect matchaycabta
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