summaryrefslogtreecommitdiff
path: root/lib/irb/input-method.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Rename leftover Reidline referencesst00122022-11-151-1/+1
* [ruby/irb] Move require out of repeated execution pathst00122022-10-241-6/+6
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-181-1/+2
* [ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethodGannon McGibbon2022-10-051-1/+10
* [ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans2022-09-171-1/+1
* [ruby/irb] Require RDoc in `input-method.rb` again in a limited scope.Jun Aruga2022-08-261-0/+5
* [ruby/irb] Drop hard dependency on RDoc.Vít Ondruch2022-08-231-1/+0
* [ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones2022-06-261-1/+1
* [ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://github.com/ru...Samuel Williams2021-12-291-2/+1
* [ruby/irb] Support showing doc by dialog in iTerm2aycabta2021-12-251-1/+2
* [ruby/irb] Add Alt+d keycode when convert-meta isn't usedima1zumi2021-12-031-0/+1
* [ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta2021-10-111-1/+3
* [ruby/irb] Determine left and right when the width of either side is zero cor...aycabta2021-10-081-2/+2
* [ruby/irb] Calculate right side doc dialog width correctlyaycabta2021-10-081-1/+1
* [ruby/irb] Specify whether to show the doc dialog on the left or right side b...aycabta2021-10-081-16/+20
* [ruby/irb] Display doc dialog in gaps on narrow screenaycabta2021-10-081-2/+23
* [ruby/irb] Update descriptions of methodsKaíque Kandy Koga2021-10-071-1/+2
* [ruby/irb] Remove `require` in signal handler to avoid ThreadErrorMasataka Pocke Kuwabara2021-10-031-5/+0
* [ruby/irb] Add comments for Alt+d key sequencesaycabta2021-09-061-1/+4
* [ruby/irb] Use multiple trap_keyaycabta2021-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/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/irb] Set the dialog width to render with a fixed widthaycabta2021-08-311-1/+1
* [ruby/irb] Follow that Dialog#contents_width has been renamed to #widthaycabta2021-08-311-1/+1
* [ruby/irb] Make show doc dialog appears on the left at the right edgeaycabta2021-08-311-4/+6
* [ruby/irb] Rename a variable "dialog" with "autocomplete_dialog"aycabta2021-08-311-2/+2
* [ruby/irb] Use DialogRenderInfoaycabta2021-08-311-1/+3
* [ruby/irb] Take dialog to get scroll_topaycabta2021-08-311-1/+1
* [ruby/irb] Don't show doc when pointer is negativeaycabta2021-08-311-1/+1
* [ruby/irb] [].name to display the doc for Array.nameaycabta2021-08-301-0/+1
* [ruby/irb] Rescue unknown error to quash crashingaycabta2021-08-301-0/+4
* Add --autocomplete / --noautocomplete optionsaycabta2021-08-301-1/+4
* [ruby/irb] Rescue NotFoundError of RDoc::RI::Driver#expand_nameaycabta2021-08-291-1/+5
* [ruby/irb] Add show doc dialog for Relineaycabta2021-08-291-0/+42
* [ruby/irb] Evaluate each toplevel statementaycabta2021-04-031-7/+1
* [ruby/irb] process multi-line pastes as a single entityCody Cutrer2021-04-031-1/+7
* [ruby/irb] Complete require and require_relativeaycabta2021-03-241-0/+1
* [ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated FileNobuhiro IMAI2021-01-271-2/+18
* [ruby/irb] Change StdioInputMethod#eof? to non-blockingaycabta2020-12-231-1/+9
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-141-0/+9
* [ruby/irb] Expand path to run separated test correctlyaycabta2020-08-181-1/+1
* [ruby/irb] Get rid of loading readline unnecessarilyNobuyoshi Nakada2020-08-181-10/+9
* [ruby/irb] Check existence of rc files in irb_info commandaycabta2020-04-291-3/+7
* [ruby/irb] Add irb_info commandaycabta2020-04-291-0/+33
* Use Reline.encoding_system_needs if existsaycabta2020-01-141-0/+4
* [ruby/irb] Revert "Reidline mode needs Reline what needs String#grapheme_clus...aycabta2019-12-071-1/+1