index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
irb
/
input-method.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/irb] Rename leftover Reidline references
st0012
2022-11-15
1
-1
/
+1
*
[ruby/irb] Move require out of repeated execution path
st0012
2022-10-24
1
-6
/
+6
*
[ruby/irb] Always use local variables in current context to parse code (https...
tomoya ishida
2022-10-18
1
-1
/
+2
*
[ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethod
Gannon McGibbon
2022-10-05
1
-1
/
+10
*
[ruby/irb] Support --noscript option to not use first non-option argument as ...
Jeremy Evans
2022-09-17
1
-1
/
+1
*
[ruby/irb] Require RDoc in `input-method.rb` again in a limited scope.
Jun Aruga
2022-08-26
1
-0
/
+5
*
[ruby/irb] Drop hard dependency on RDoc.
Vít Ondruch
2022-08-23
1
-1
/
+0
*
[ruby/irb] Ensure stdout is a TTY before calling winsize
Peter Jones
2022-06-26
1
-1
/
+1
*
[ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://github.com/ru...
Samuel Williams
2021-12-29
1
-2
/
+1
*
[ruby/irb] Support showing doc by dialog in iTerm2
aycabta
2021-12-25
1
-1
/
+2
*
[ruby/irb] Add Alt+d keycode when convert-meta isn't used
ima1zumi
2021-12-03
1
-0
/
+1
*
[ruby/irb] Add --extra-doc-dir option to show doc dialog
aycabta
2021-10-11
1
-1
/
+3
*
[ruby/irb] Determine left and right when the width of either side is zero cor...
aycabta
2021-10-08
1
-2
/
+2
*
[ruby/irb] Calculate right side doc dialog width correctly
aycabta
2021-10-08
1
-1
/
+1
*
[ruby/irb] Specify whether to show the doc dialog on the left or right side b...
aycabta
2021-10-08
1
-16
/
+20
*
[ruby/irb] Display doc dialog in gaps on narrow screen
aycabta
2021-10-08
1
-2
/
+23
*
[ruby/irb] Update descriptions of methods
Kaíque Kandy Koga
2021-10-07
1
-1
/
+2
*
[ruby/irb] Remove `require` in signal handler to avoid ThreadError
Masataka Pocke Kuwabara
2021-10-03
1
-5
/
+0
*
[ruby/irb] Add comments for Alt+d key sequences
aycabta
2021-09-06
1
-1
/
+4
*
[ruby/irb] Use multiple trap_key
aycabta
2021-09-06
1
-2
/
+2
*
[ruby/irb] Remove commeted out code
aycabta
2021-09-04
1
-1
/
+0
*
[ruby/irb] Show doc at the same height as the autocompletion dialog
aycabta
2021-09-04
1
-1
/
+1
*
[ruby/irb] Render properly if both autocomplete and show doc dialogs are left...
aycabta
2021-09-04
1
-1
/
+2
*
[ruby/irb] Use Reline::Key for trap_key in dialog callback
aycabta
2021-09-03
1
-2
/
+2
*
[ruby/irb] Add message to show full doc
aycabta
2021-09-03
1
-1
/
+2
*
[ruby/irb] Add Alt+d trap from show doc dialog to show full doc
aycabta
2021-09-03
1
-0
/
+12
*
[ruby/irb] Set the dialog width to render with a fixed width
aycabta
2021-08-31
1
-1
/
+1
*
[ruby/irb] Follow that Dialog#contents_width has been renamed to #width
aycabta
2021-08-31
1
-1
/
+1
*
[ruby/irb] Make show doc dialog appears on the left at the right edge
aycabta
2021-08-31
1
-4
/
+6
*
[ruby/irb] Rename a variable "dialog" with "autocomplete_dialog"
aycabta
2021-08-31
1
-2
/
+2
*
[ruby/irb] Use DialogRenderInfo
aycabta
2021-08-31
1
-1
/
+3
*
[ruby/irb] Take dialog to get scroll_top
aycabta
2021-08-31
1
-1
/
+1
*
[ruby/irb] Don't show doc when pointer is negative
aycabta
2021-08-31
1
-1
/
+1
*
[ruby/irb] [].name to display the doc for Array.name
aycabta
2021-08-30
1
-0
/
+1
*
[ruby/irb] Rescue unknown error to quash crashing
aycabta
2021-08-30
1
-0
/
+4
*
Add --autocomplete / --noautocomplete options
aycabta
2021-08-30
1
-1
/
+4
*
[ruby/irb] Rescue NotFoundError of RDoc::RI::Driver#expand_name
aycabta
2021-08-29
1
-1
/
+5
*
[ruby/irb] Add show doc dialog for Reline
aycabta
2021-08-29
1
-0
/
+42
*
[ruby/irb] Evaluate each toplevel statement
aycabta
2021-04-03
1
-7
/
+1
*
[ruby/irb] process multi-line pastes as a single entity
Cody Cutrer
2021-04-03
1
-1
/
+7
*
[ruby/irb] Complete require and require_relative
aycabta
2021-03-24
1
-0
/
+1
*
[ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated File
Nobuhiro IMAI
2021-01-27
1
-2
/
+18
*
[ruby/irb] Change StdioInputMethod#eof? to non-blocking
aycabta
2020-12-23
1
-1
/
+9
*
[ruby/irb] Add OMIT_ON_ASSIGNMENT
aycabta
2020-09-14
1
-0
/
+9
*
[ruby/irb] Expand path to run separated test correctly
aycabta
2020-08-18
1
-1
/
+1
*
[ruby/irb] Get rid of loading readline unnecessarily
Nobuyoshi Nakada
2020-08-18
1
-10
/
+9
*
[ruby/irb] Check existence of rc files in irb_info command
aycabta
2020-04-29
1
-3
/
+7
*
[ruby/irb] Add irb_info command
aycabta
2020-04-29
1
-0
/
+33
*
Use Reline.encoding_system_needs if exists
aycabta
2020-01-14
1
-0
/
+4
*
[ruby/irb] Revert "Reidline mode needs Reline what needs String#grapheme_clus...
aycabta
2019-12-07
1
-1
/
+1
[next]