From: Eric Hodel <drbrain@...7.net>
Date: 2011-05-13T09:23:01+09:00
Subject: [ruby-core:36164] [Ruby 1.9 - Bug #3167] RDoc issues in interactive mode


Issue #3167 has been updated by Eric Hodel.


I don't think I can fix 2) as it's performed by Readline

3) is fixed in rdoc trunk
----------------------------------------
Bug #3167: RDoc issues in interactive mode
http://redmine.ruby-lang.org/issues/3167

Author: Benoit Daloze
Status: Assigned
Priority: Normal
Assignee: Eric Hodel
Category: DOC
Target version: 1.9.x
ruby -v: ruby 1.9.2dev (2010-01-14 trunk 26319) [x86_64-darwin10.3.0]


=begin
 Recently, rdoc has changed a lot the interface.
 While there is a lot of improvement, I'd like to report these issues:
 
 1) completion with methods does not work when in interactive mode and typed a class (you need to type again the class or type it yourself(so no completion))
 > ri -i
 > Stri<tab>ng
 [description of String]
 > gsu<tab> => no completion
 > but String#gsu<tab> works
 That's a small matter, I agree.
 
 2) methods should be a comma separated list in interactive mode
 because the current output is very long and verbose and make you scroll a lot to see the class description
 The separation of the methods depending from which 'gem' it comes is really useful and should be kept.
 
 3) when you happen to type something bad (like 'Array[' or 'Array#['), it crash (understandable) but it also freeze my terminal.
 ctrl+c get a new prompt, but I am unable to type.
 If you type entirely, it works nicely: 'Array<#|.>[]' for the instance method, 'Array::[]' for the class.
 (Shouldn't '.' try to resolve first to class methods, because :: is longer, and not working so good currently?)
 
 4) completion of <Class>::<class_method> seem to not work in some cases like File::open and even 'File.<*>'
 
 Regards,
 B.D.
=end



-- 
http://redmine.ruby-lang.org