aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/input-method.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/irb] Reidline mode needs Reline what needs String#grapheme_clustersaycabta2019-12-071-1/+1
* Use @eof variable for ReidlineInputMethod#eof?aycabta2019-11-301-1/+1
* Remove an unnecessary variableaycabta2019-11-261-2/+1
* Remove e2mmap dependencyaycabta2019-11-251-1/+1
* Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta2019-06-191-1/+1
* Implement auto indent for multilineaycabta2019-06-181-0/+5
* Use Reline.prompt_proc in IRBaycabta2019-06-141-0/+5
* Warn compile_error only when input is finishedTakashi Kokubun2019-05-311-2/+2
* Use IRB::InputMethod#eof? to quitaycabta2019-05-271-1/+1
* Add and use Reline::Unicode.escape_for_printTakashi Kokubun2019-05-251-5/+10
* Respect --nocolorize on REPL source highlightTakashi Kokubun2019-05-251-3/+5