index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
irb
/
input-method.rb
Age
Commit message (
Expand
)
Author
2023-08-09
[ruby/irb] Fix nested IRB sessions' history saving
Stan Lo
2023-08-07
[ruby/irb] Remove unused `InputMethod#initialize`
Stan Lo
2023-08-02
[ruby/irb] Drop src_encoding.rb
Stan Lo
2023-07-14
[ruby/irb] Fix history-saving feature
Stan Lo
2023-07-12
[ruby/irb] Correct preferred_dialog_height's caller
Stan Lo
2023-07-11
[ruby/irb] Require Reline 0.3.6 or higher
ima1zumi
2023-07-09
[ruby/irb] Avoid using Reline as a module
Stan Lo
2023-05-28
[ruby/irb] Set maximum document dialog height by
tomoya ishida
2023-05-19
[ruby/irb] Display mod key as `Option` on Darwin platforms
Adam Daniels
2023-04-28
[ruby/irb] Retire magic-file.rb
Stan Lo
2023-01-11
[ruby/irb] Formatting to header styles
Hiroshi SHIBATA
2023-01-11
[ruby/irb] Removed Release Version and Revisions for old VCS software
Hiroshi SHIBATA
2022-11-15
[ruby/irb] Rename leftover Reidline references
st0012
2022-10-24
[ruby/irb] Move require out of repeated execution path
st0012
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::RelineInputMethod
Gannon 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 winsize
Peter 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 iTerm2
aycabta
2021-12-03
[ruby/irb] Add Alt+d keycode when convert-meta isn't used
ima1zumi
2021-10-11
[ruby/irb] Add --extra-doc-dir option to show doc dialog
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-03
[ruby/irb] Remove `require` in signal handler to avoid ThreadError
Masataka Pocke Kuwabara
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-03
[ruby/irb] Use Reline::Key for trap_key in dialog callback
aycabta
2021-09-03
[ruby/irb] Add message to show full doc
aycabta
2021-09-03
[ruby/irb] Add Alt+d trap from show doc dialog to show full doc
aycabta
2021-08-31
[ruby/irb] Set the dialog width to render with a fixed width
aycabta
2021-08-31
[ruby/irb] Follow that Dialog#contents_width has been renamed to #width
aycabta
2021-08-31
[ruby/irb] Make show doc dialog appears on the left at the right edge
aycabta
2021-08-31
[ruby/irb] Rename a variable "dialog" with "autocomplete_dialog"
aycabta
2021-08-31
[ruby/irb] Use DialogRenderInfo
aycabta
2021-08-31
[ruby/irb] Take dialog to get scroll_top
aycabta
2021-08-31
[ruby/irb] Don't show doc when pointer is negative
aycabta
2021-08-30
[ruby/irb] [].name to display the doc for Array.name
aycabta
2021-08-30
[ruby/irb] Rescue unknown error to quash crashing
aycabta
2021-08-30
Add --autocomplete / --noautocomplete options
aycabta
2021-08-29
[ruby/irb] Rescue NotFoundError of RDoc::RI::Driver#expand_name
aycabta
2021-08-29
[ruby/irb] Add show doc dialog for Reline
aycabta
[next]