summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2021-09-21[ruby/irb] Sort shortest files in each load pathsNobuyoshi Nakada
2021-09-21[ruby/irb] Check if Gem::Specification is definedNobuyoshi Nakada
2021-09-11[ruby/irb] Ignore invalid 3 colons in completionaycabta
2021-09-10[ruby/irb] Version 1.3.8.pre.9aycabta
2021-09-10[ruby/irb] Update dependency, reline >= 0.2.8.pre.9aycabta
2021-09-10[ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rbaycabta
2021-09-10[ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune
2021-09-10[ruby/irb] Support symbol with backtickaycabta
2021-09-08[ruby/irb] Show lib name first because it's the most common use caseaycabta
2021-09-08[ruby/irb] Define absolute_path? by myself for backward compatibilityaycabta
2021-09-08[ruby/irb] Use gem paths to complete "require"aycabta
2021-09-06[ruby/irb] Version 1.3.8.pre.8aycabta
2021-09-06[ruby/irb] Update dependency, reline >= 0.2.8.pre.8aycabta
2021-09-06[ruby/irb] Pass RI options to helpFilip Pyda
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-04[ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta
2021-09-04[ruby/irb] Version 1.3.8.pre.7aycabta
2021-09-04[ruby/irb] Update dependency, reline >= 0.2.8.pre.7aycabta
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-09-02[ruby/irb] Version 1.3.8.pre.6aycabta
2021-09-02[ruby/irb] Update dependency, reline >= 0.2.8.pre.6aycabta
2021-09-02[ruby/irb] Detect the variable class to show docaycabta
2021-08-31[ruby/irb] Version 1.3.8.pre.5aycabta
2021-08-31[ruby/irb] Update dependency, reline >= 0.2.8.pre.5aycabta
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] Version 1.3.8.pre.4aycabta
2021-08-31[ruby/irb] Update dependency, reline >= 0.2.8.pre.4aycabta
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] Version 1.3.8.pre.3aycabta
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-30[ruby/irb] Version 1.3.8.pre.2aycabta
2021-08-30[ruby/irb] Update dependency, reline >= 0.2.8.pre.3aycabta
2021-08-30[ruby/irb] Update dependency to "reline >= 0.2.7.pre.2" for Reline.autocomple...aycabta
2021-08-29[ruby/irb] Version 1.3.8.pre.1aycabta
2021-08-29[ruby/irb] Update dependency to "reline >= 0.2.7.pre.1" for use dialog featur...aycabta
2021-08-29[ruby/irb] Rescue NotFoundError of RDoc::RI::Driver#expand_nameaycabta
2021-08-29[ruby/irb] Add show doc dialog for Relineaycabta