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 130366

Summary: Add ability to search ruby core and gems
Product: ruby Reporter: richo <richo>
Component: NavigationAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description richo 2008-03-18 09:47:04 UTC
In the IDE only the following search options are available:

Edit|Find (search current active file)
Edit|Find in Projects (searches one or more projects)

There is no way (that I can find) to search within the installed gems or Ruby base libraries. For example if I have been
doing some step debugging and ended up within a plugin source file and want to search within that plugin for something I
can't.
Comment 1 Martin Krauskopf 2008-03-18 12:08:06 UTC
"6.0" was the right Version, since this is a valid request since 6.0.
Comment 2 richo 2008-07-25 02:17:01 UTC
related to: 
issue #141637 (First class support for gems + base libraries in Ruby/Rails projects.)
Comment 3 richo 2008-07-25 04:52:23 UTC
Some workarounds:
use the favorites Window (ctrl+3) to navigate to the gems/library you want to search. Right-click on the node of the
folder and select "find (ctrl + f)". 

This allows for a recursive search from the folder.

If the one of the files for the gem is already open (say from a debugging session) then use the command "Navigate Select
in Favorites (ctrl+shift+3)" to navigate to the file in the favorites window.