aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add --autocomplete / --noautocomplete optionsaycabta2021-08-306-1/+21
* [ruby/reline] Version 0.2.8.pre.3aycabta2021-08-301-1/+1
* [ruby/reline] Fix Reline.autocompletion=() interfaceaycabta2021-08-301-0/+1
* [ruby/reline] Version 0.2.8.pre.2aycabta2021-08-301-1/+1
* [ruby/reline] Set autocompletion is false by defaultaycabta2021-08-301-1/+1
* [ruby/reline] Add Reline.autocompletion=() interfaceaycabta2021-08-301-0/+8
* [ruby/reline] Add autocompletion on emacs mode by Tab / S-Tabaycabta2021-08-304-2/+30
* [ruby/reline] Add config.autocompletionaycabta2021-08-302-1/+14
* [ruby/irb] Version 1.3.8.pre.2aycabta2021-08-301-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.3aycabta2021-08-301-1/+1
* [ruby/irb] Update dependency to "reline >= 0.2.7.pre.2" for Reline.autocomple...aycabta2021-08-301-1/+1
* [ruby/irb] Version 1.3.8.pre.1aycabta2021-08-291-2/+2
* [ruby/reline] Version 0.2.8.pre.1aycabta2021-08-291-1/+1
* [ruby/reline] Make autocomplete dialog is registered firstaycabta2021-08-291-2/+3
* [ruby/reline] Delete show doc dialog to move it to IRBaycabta2021-08-291-37/+0
* [ruby/reline] Remove an unnecessary variableaycabta2021-08-291-1/+0
* [ruby/reline] Remove dialog_proc_list accessor of Relineaycabta2021-08-291-1/+0
* [ruby/reline] Move constants of dialogs to under Relineaycabta2021-08-291-5/+5
* [ruby/reline] Use default dialog context to communicate othersaycabta2021-08-291-4/+7
* [ruby/reline] Clear dialog by C-caycabta2021-08-291-0/+1
* [ruby/reline] Clear completion journey data when finishedaycabta2021-08-291-0/+1
* [ruby/reline] Use colored doc output with ANSI escape sequenceaycabta2021-08-291-2/+2
* [ruby/reline] Suppress crashes on nilaycabta2021-08-291-0/+1
* [ruby/reline] Support custom bg coloraycabta2021-08-292-4/+8
* [ruby/reline] Show method or class doc correctlyaycabta2021-08-291-5/+20
* [ruby/reline] Implement doc display dialog in conjunction with autocompleteaycabta2021-08-291-1/+26
* [ruby/reline] Add the ability to handle context between dialogsaycabta2021-08-292-7/+12
* [ruby/reline] Support for multiple dialog renderingaycabta2021-08-292-75/+115
* [ruby/reline] Cut out the autocomplete callbackaycabta2021-08-291-31/+33
* [ruby/reline] Remove @dialog_updown and @dialog_contents_widthaycabta2021-08-291-11/+2
* [ruby/reline] Implement dynamic selection of candidatesaycabta2021-08-292-5/+21
* [ruby/reline] Remove unnecessary conditionaycabta2021-08-291-5/+4
* [ruby/reline] Completion journey starts with one of candidatesaycabta2021-08-291-6/+16
* [ruby/reline] Fix typoaycabta2021-08-291-1/+1
* [ruby/reline] Move cursor correctly when current line is auto wrappedaycabta2021-08-291-2/+2
* [ruby/reline] Update dialog backup before clearingaycabta2021-08-291-0/+7
* [ruby/reline] Show autocomplete correctly when starts from prev lineaycabta2021-08-292-15/+23
* [ruby/reline] Remove unnecessary metadata between linesaycabta2021-08-291-0/+2
* [ruby/reline] Combine vertical processing into @dialog_vertical_offsetaycabta2021-08-291-10/+2
* [ruby/reline] Drop too much contents before processingaycabta2021-08-291-1/+1
* [ruby/reline] Display autocomplete below original line if end point was wrappedaycabta2021-08-292-1/+9
* [ruby/reline] Scroll properly to create marginaycabta2021-08-291-3/+2
* [ruby/reline] Move dialog pos to left when goes beyond right edgeaycabta2021-08-291-0/+4
* [ruby/reline] Support hide/show cursor on Windowsaycabta2021-08-291-2/+9
* [ruby/reline] Hide cursor when rendering dialogaycabta2021-08-293-0/+28
* [ruby/reline] Remove debug codeaycabta2021-08-291-2/+0
* [ruby/reline] Clear after cursoraycabta2021-08-291-1/+1
* [ruby/reline] Move cursor to rerender right margin of dialog correctlyaycabta2021-08-291-0/+1
* [ruby/reline] Create windows.rbusa2021-08-291-1/+2
* [ruby/reline] Add "sleep 0.01" to Windows event loopaycabta2021-08-291-0/+1