This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 98740 - Integrate RI (Ruby Information)
Summary: Integrate RI (Ruby Information)
Status: RESOLVED WONTFIX
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 23:16 UTC by William Leonard
Modified: 2008-02-22 14:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
NetBeans thread dump after running load 'script/console' from the IRB shell (108.52 KB, text/plain)
2007-04-26 20:33 UTC, William Leonard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description William Leonard 2007-03-22 23:16:10 UTC
Mabye it's possible and I'm just overlooking it, but it would be nice to be able
to get Ruby Information (RI) from inside the IDE.
Comment 1 zerohalo 2007-04-04 04:53:04 UTC
When implementing this, you might want to consider allowing the user to use
fastri instead of ri, as it's much faster and "smater". Or perhaps even dropping
ri altogether and just using fastri, installing the fastri gem as a dependency.

See: http://eigenclass.org/hiki/fastri

Comment 2 William Leonard 2007-04-26 20:33:35 UTC
Created attachment 41766 [details]
NetBeans thread dump after running load 'script/console' from the IRB shell
Comment 3 Torbjorn Norbye 2007-06-19 22:31:45 UTC
What are the usecases for having ri integrated?

In Java IDEs we don't seem to need this feature - because we have code completion, goto-declaration, goto type (by name) etc. We now have all these for 
Ruby. I'm wondering if there's still a need for ri, and if so, what it is.
Comment 4 Jiri Kovalsky 2007-07-03 13:54:20 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 5 Martin Krauskopf 2008-02-22 14:30:34 UTC
I'm also not sure what's the use case. What would 'ri' (or fastri) brings you compared to popup documentation? Please
reopen if you know some valuable usecases. Thanks.