summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Pass RI options to helpFilip Pyda2021-09-061-1/+2
* [ruby/reline] Memoize path of `.inputrc` [Ref #319]manga_osyo2021-09-061-1/+5
* [ruby/irb] Add comments for Alt+d key sequencesaycabta2021-09-061-1/+4
* [ruby/reline] Set scrollbar coloraycabta2021-09-061-5/+9
* [ruby/irb] Use multiple trap_keyaycabta2021-09-061-2/+2
* [ruby/reline] Cut out read_2nd_character_of_key_sequenceaycabta2021-09-061-27/+35
* [ruby/reline] Support multiple trap_keyaycabta2021-09-061-1/+5
* [ruby/reline] No need to use max_by when array.size == 1aycabta2021-09-061-2/+2
* [ruby/reline] Use sort.last instead of sort.reverse.firstaycabta2021-09-061-1/+1
* [ruby/reline] Use combined_key if it exists when comparing Reline::Key and In...aycabta2021-09-061-1/+1
* [ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed k...aycabta2021-09-062-5/+65
* [ruby/reline] Support for key bindings result Symbol in Reline::Keyaycabta2021-09-061-1/+1
* [ruby/reline] Add Reline::Key#== as an alias to Reline::Key#match?aycabta2021-09-061-0/+1
* [ruby/reline] Support oneshot key bindings config for key_trap of dialog call...aycabta2021-09-062-6/+25
* [ruby/reline] Reline::Key supports the comparison with Integeraycabta2021-09-061-3/+15
* [ruby/reline] Add that Reline::Unicode.take_range is cutting based on widthaycabta2021-09-061-1/+1
* [ruby/reline] Add comments about optimizing chars in ASCII range of UTF-8aycabta2021-09-061-2/+2
* [ruby/irb] Remove commeted out codeaycabta2021-09-041-1/+0
* [ruby/irb] Show doc at the same height as the autocompletion dialogaycabta2021-09-041-1/+1
* [ruby/irb] Render properly if both autocomplete and show doc dialogs are left...aycabta2021-09-041-1/+2
* [ruby/reline] Correct misalignment of scrollbaraycabta2021-09-041-3/+3
* [ruby/reline] Implement scrollbaraycabta2021-09-042-2/+21
* [ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta2021-09-041-1/+2
* [ruby/irb] Version 1.3.8.pre.7aycabta2021-09-041-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.7aycabta2021-09-041-1/+1
* [ruby/reline] Version 0.2.8.pre.7aycabta2021-09-041-1/+1
* [ruby/reline] Show even if it's only one candidate until a perfect matchaycabta2021-09-041-1/+1
* Removed needless Gemfile in ruby repo.Hiroshi SHIBATA2021-09-031-12/+0
* [ruby/rdoc] Add tests for `--template-stylesheets` optionNobuyoshi Nakada2021-09-033-6/+4
* [ruby/rdoc] minitest is not need to run rubygems test nowHiroshi SHIBATA2021-09-031-1/+0
* [ruby/cgi] Use Time#strftimeNobuyoshi Nakada2021-09-031-10/+1
* [ruby/irb] Use Reline::Key for trap_key in dialog callbackaycabta2021-09-031-2/+2
* [ruby/irb] Add message to show full docaycabta2021-09-031-1/+2
* [ruby/irb] Add Alt+d trap from show doc dialog to show full docaycabta2021-09-031-0/+12
* [ruby/reline] Emulate Unix like terminals that sends Alt+key as \e+keyaycabta2021-09-031-0/+2
* [ruby/reline] Add Reline::Key#match?aycabta2021-09-032-2/+10
* [ruby/reline] Add key accessor for dialog callbacksaycabta2021-09-031-3/+21
* [ruby/reline] Swap the order of initialization for readabilityaycabta2021-09-031-3/+3
* [ruby/reline] Fix autocomplete dialog widthaycabta2021-09-031-1/+5
* [ruby/reline] Autocompletion ignites when target char length is 3 or longeraycabta2021-09-031-1/+1
* [ruby/irb] Version 1.3.8.pre.6aycabta2021-09-021-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.6aycabta2021-09-021-1/+1
* [ruby/reline] Version 0.2.8.pre.6aycabta2021-09-021-1/+1
* [ruby/irb] Detect the variable class to show docaycabta2021-09-021-4/+11
* [ruby/reline] Add a spaceaycabta2021-09-021-1/+1
* [ruby/reline] Clear only necessary parts when dialog disappearingaycabta2021-09-021-2/+3
* [ruby/reline] Shrink the dialog height when contents is shorter than itaycabta2021-09-021-0/+1
* [ruby/reline] Fix a misalignment when dialog is shown on topaycabta2021-09-021-1/+1
* [ruby/reline] Remove an unnsed constantaycabta2021-09-021-1/+0
* [ruby/reline] Fix a crash when completing empty lineaycabta2021-09-021-1/+3