Age | Commit message (Expand) | Author |
---|
2021-10-13 | [ruby/irb] Ignore parenthesis during completion | Kaíque Kandy Koga |
2021-10-11 | [ruby/irb] Add help about extra doc dir option | aycabta |
2021-10-11 | [ruby/irb] Add --extra-doc-dir option to show doc dialog | aycabta |
2021-10-11 | [ruby/irb] Add periods to doc | aycabta |
2021-10-11 | [ruby/irb] Set default return_format | aycabta |
2021-10-10 | [ruby/irb] Revert "Optimize show_source command further" | Takashi Kokubun |
2021-10-09 | [ruby/irb] Version 1.3.8.pre.11 | aycabta |
2021-10-09 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.11 | aycabta |
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 correctly | aycabta |
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 screen | aycabta |
2021-10-07 | [ruby/irb] Update descriptions of methods | Kaíque Kandy Koga |
2021-10-07 | [ruby/irb] Make IRB::Context#exit call super if UncaughtThrowError | Jeremy Evans |
2021-10-03 | [ruby/irb] Remove `require` in signal handler to avoid ThreadError | Masataka Pocke Kuwabara |
2021-10-03 | [ruby/irb] Version 1.3.8.pre.10 | aycabta |
2021-10-03 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.10 | aycabta |
2021-09-27 | [ruby/irb] Add doc about "echo on assignment" | aycabta |
2021-09-27 | [ruby/irb] Add blank lines to sample code in doc for readability | aycabta |
2021-09-27 | [ruby/irb] Fix sample code in doc | aycabta |
2021-09-27 | [ruby/irb] Add a space before left paren | aycabta |
2021-09-24 | [ruby/irb] Revert "Show original string byte sequence to debug" | aycabta |
2021-09-24 | [ruby/irb] Show original string byte sequence to debug | aycabta |
2021-09-23 | Revert "Show original string byte sequence to debug" | aycabta |
2021-09-23 | [ruby/irb] Ignore any encoding errors while symbol completion | Nobuyoshi Nakada |
2021-09-23 | Show original string byte sequence to debug | aycabta |
2021-09-22 | [ruby/irb] Use typed spaces when the line is inside the here documents | Kaíque Kandy Koga |
2021-09-21 | [ruby/irb] Sort shortest files in each load paths | Nobuyoshi Nakada |
2021-09-21 | [ruby/irb] Check if Gem::Specification is defined | Nobuyoshi Nakada |
2021-09-11 | [ruby/irb] Ignore invalid 3 colons in completion | aycabta |
2021-09-10 | [ruby/irb] Version 1.3.8.pre.9 | aycabta |
2021-09-10 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.9 | aycabta |
2021-09-10 | [ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rb | aycabta |
2021-09-10 | [ruby/irb] Avoid loading files' local variables [Bug #17623] | Marc-Andre Lafortune |
2021-09-10 | [ruby/irb] Support symbol with backtick | aycabta |
2021-09-08 | [ruby/irb] Show lib name first because it's the most common use case | aycabta |
2021-09-08 | [ruby/irb] Define absolute_path? by myself for backward compatibility | aycabta |
2021-09-08 | [ruby/irb] Use gem paths to complete "require" | aycabta |
2021-09-06 | [ruby/irb] Version 1.3.8.pre.8 | aycabta |
2021-09-06 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.8 | aycabta |
2021-09-06 | [ruby/irb] Pass RI options to help | Filip Pyda |
2021-09-06 | [ruby/irb] Add comments for Alt+d key sequences | aycabta |
2021-09-06 | [ruby/irb] Use multiple trap_key | aycabta |
2021-09-04 | [ruby/irb] Remove commeted out code | aycabta |
2021-09-04 | [ruby/irb] Show doc at the same height as the autocompletion dialog | aycabta |
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 correctly | aycabta |
2021-09-04 | [ruby/irb] Version 1.3.8.pre.7 | aycabta |
2021-09-04 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.7 | aycabta |
2021-09-03 | [ruby/irb] Use Reline::Key for trap_key in dialog callback | aycabta |