summaryrefslogtreecommitdiff
path: root/lib/irb/input-method.rb
AgeCommit message (Expand)Author
2021-09-06[ruby/irb] Add comments for Alt+d key sequencesaycabta
2021-09-06[ruby/irb] Use multiple trap_keyaycabta
2021-09-04[ruby/irb] Remove commeted out codeaycabta
2021-09-04[ruby/irb] Show doc at the same height as the autocompletion dialogaycabta
2021-09-04[ruby/irb] Render properly if both autocomplete and show doc dialogs are left...aycabta
2021-09-03[ruby/irb] Use Reline::Key for trap_key in dialog callbackaycabta
2021-09-03[ruby/irb] Add message to show full docaycabta
2021-09-03[ruby/irb] Add Alt+d trap from show doc dialog to show full docaycabta
2021-08-31[ruby/irb] Set the dialog width to render with a fixed widthaycabta
2021-08-31[ruby/irb] Follow that Dialog#contents_width has been renamed to #widthaycabta
2021-08-31[ruby/irb] Make show doc dialog appears on the left at the right edgeaycabta
2021-08-31[ruby/irb] Rename a variable "dialog" with "autocomplete_dialog"aycabta
2021-08-31[ruby/irb] Use DialogRenderInfoaycabta
2021-08-31[ruby/irb] Take dialog to get scroll_topaycabta
2021-08-31[ruby/irb] Don't show doc when pointer is negativeaycabta
2021-08-30[ruby/irb] [].name to display the doc for Array.nameaycabta
2021-08-30[ruby/irb] Rescue unknown error to quash crashingaycabta
2021-08-30Add --autocomplete / --noautocomplete optionsaycabta
2021-08-29[ruby/irb] Rescue NotFoundError of RDoc::RI::Driver#expand_nameaycabta
2021-08-29[ruby/irb] Add show doc dialog for Relineaycabta
2021-04-03[ruby/irb] Evaluate each toplevel statementaycabta
2021-04-03[ruby/irb] process multi-line pastes as a single entityCody Cutrer
2021-03-24[ruby/irb] Complete require and require_relativeaycabta
2021-01-27[ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated FileNobuhiro IMAI
2020-12-23[ruby/irb] Change StdioInputMethod#eof? to non-blockingaycabta
2020-09-14[ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta
2020-08-18[ruby/irb] Expand path to run separated test correctlyaycabta
2020-08-18[ruby/irb] Get rid of loading readline unnecessarilyNobuyoshi Nakada
2020-04-29[ruby/irb] Check existence of rc files in irb_info commandaycabta
2020-04-29[ruby/irb] Add irb_info commandaycabta
2020-01-14Use Reline.encoding_system_needs if existsaycabta
2019-12-07[ruby/irb] Revert "Reidline mode needs Reline what needs String#grapheme_clus...aycabta
2019-12-07[ruby/irb] Reidline mode needs Reline what needs String#grapheme_clustersaycabta
2019-11-30Use @eof variable for ReidlineInputMethod#eof?aycabta
2019-11-26Remove an unnecessary variableaycabta
2019-11-25Remove e2mmap dependencyaycabta
2019-06-19Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta
2019-06-18Implement auto indent for multilineaycabta
2019-06-14Use Reline.prompt_proc in IRBaycabta
2019-05-31Warn compile_error only when input is finishedTakashi Kokubun
2019-05-27Use IRB::InputMethod#eof? to quitaycabta
2019-05-25Add and use Reline::Unicode.escape_for_printTakashi Kokubun
2019-05-25Respect --nocolorize on REPL source highlightTakashi Kokubun
2019-05-24Incremental syntax highlight for IRB source linesTakashi Kokubun
2019-05-25Show documents when completionaycabta
2019-05-25Use Reline as Reidline multiline editor in IRBaycabta
2019-04-23Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada
2019-04-23IRB is improved with Reline and RDoc, take 2aycabta
2019-04-21Revert "IRB is improved with Reline and RDoc"aycabta
2019-04-20IRB is improved with Reline and RDocaycabta