Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 354088 - Ruby 1.9.2 code completion missed some classes and methods
Summary: Ruby 1.9.2 code completion missed some classes and methods
Status: CLOSED WONTFIX
Alias: None
Product: DLTK
Classification: Technology
Component: Ruby (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dltk.ruby-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-07 09:01 EDT by Delos Mising name CLA
Modified: 2020-01-03 07:56 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Delos Mising name CLA 2011-08-07 09:01:54 EDT
with ruby 1.9.2, require the lib net/http.rb 

When you type "Net::", there is no HTTP can be selected from the menu. 
Besides, even when you type "Net::FTP.", no methods such as "get" and "getBinaryFile" can be seen.
Comment 1 Delos Mising name CLA 2011-08-07 09:17:42 EDT
(In reply to comment #0)
> with ruby 1.9.2, require the lib net/http.rb 
> 
> When you type "Net::", there is no HTTP can be selected from the menu. 
> Besides, even when you type "Net::FTP.", no methods such as "get" and
> "getBinaryFile" can be seen.
Sorry,"get" and "getBinaryFile" are not instance methods of FTP,so it's right to hide these two methods. But it's still a problem that HTTP is not visible after "Net::"
Comment 2 Dawid Pakula CLA 2020-01-03 07:56:45 EST
Ruby support has been removed.