summaryrefslogtreecommitdiff
path: root/lib/irb/input-method.rb
AgeCommit message (Expand)Author
2024-03-25[ruby/irb] Cache RDoc::RI::Driver.newtomoya ishida
2024-02-25[ruby/irb] Refactor IRB::Context#promptingStan Lo
2024-02-23[ruby/irb] Turn on frozen literal in filesStan Lo
2024-02-22[ruby/irb] Delete IRB::NotImplementedErrortomoya ishida
2024-01-01[ruby/irb] Fix display_document params in noautocomplete modetomoya ishida
2023-11-18[ruby/irb] Fix irb crash on `{}.` completiontomoya ishida
2023-11-08[ruby/irb] Type based completion using Prism and RBStomoya ishida
2023-10-28[ruby/irb] Easter egg for autocomplete modetomoya ishida
2023-10-11[ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida
2023-08-13[ruby/irb] Remove useless `begin`/`end` [ci skip]Nobuyoshi Nakada
2023-08-12[ruby/irb] Reline/ReadlineInputMethod should inheritStan Lo
2023-08-09[ruby/irb] Fix nested IRB sessions' history savingStan Lo
2023-08-07[ruby/irb] Remove unused `InputMethod#initialize`Stan Lo
2023-08-02[ruby/irb] Drop src_encoding.rbStan Lo
2023-07-14[ruby/irb] Fix history-saving featureStan Lo
2023-07-12[ruby/irb] Correct preferred_dialog_height's callerStan Lo
2023-07-11[ruby/irb] Require Reline 0.3.6 or higherima1zumi
2023-07-09[ruby/irb] Avoid using Reline as a moduleStan Lo
2023-05-28[ruby/irb] Set maximum document dialog height bytomoya ishida
2023-05-19[ruby/irb] Display mod key as `Option` on Darwin platformsAdam Daniels
2023-04-28[ruby/irb] Retire magic-file.rbStan Lo
2023-01-11[ruby/irb] Formatting to header stylesHiroshi SHIBATA
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
2022-11-15[ruby/irb] Rename leftover Reidline referencesst0012
2022-10-24[ruby/irb] Move require out of repeated execution pathst0012
2022-10-18[ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida
2022-10-05[ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethodGannon McGibbon
2022-09-17[ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans
2022-08-26[ruby/irb] Require RDoc in `input-method.rb` again in a limited scope.Jun Aruga
2022-08-23[ruby/irb] Drop hard dependency on RDoc.Vít Ondruch
2022-06-26[ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones
2021-12-29[ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://github.com/ru...Samuel Williams
2021-12-25[ruby/irb] Support showing doc by dialog in iTerm2aycabta
2021-12-03[ruby/irb] Add Alt+d keycode when convert-meta isn't usedima1zumi
2021-10-11[ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta
2021-10-08[ruby/irb] Determine left and right when the width of either side is zero cor...aycabta
2021-10-08[ruby/irb] Calculate right side doc dialog width correctlyaycabta
2021-10-08[ruby/irb] Specify whether to show the doc dialog on the left or right side b...aycabta
2021-10-08[ruby/irb] Display doc dialog in gaps on narrow screenaycabta
2021-10-07[ruby/irb] Update descriptions of methodsKaíque Kandy Koga
2021-10-03[ruby/irb] Remove `require` in signal handler to avoid ThreadErrorMasataka Pocke Kuwabara
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