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 114873 - "Go to Type" could have options main project / current group / All projects
Summary: "Go to Type" could have options main project / current group / All projects
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 blocker with 1 vote (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-06 13:01 UTC by 21croissants
Modified: 2008-02-13 15:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 21croissants 2007-09-06 13:01:43 UTC
Being productive with an IDE = not using the mouse or only the minimum. Netbeans has a lot of keyboard shortcuts which
is good. Among these, the "Go to Type" shortcut is very practical to open file from clas name. However, there are no
options to search within a specific projet which makes the feature too slow for constant use.

I would like to have the following options:
- main project (checked by default)
- a listbox with project groups
- a listbox with projects

Most of the time, I am looking for a class with my app, lib or spec folder. I am not intersted in vendor/rails or
vendor/plugins. An option to exclude vendor/rails and vendor/plugins would be brillant. And netbeans the most productive
IDE for Rails ;-)

I am not too sure what category to select for this enhancement.
Comment 1 21croissants 2008-01-29 09:38:19 UTC
Fixed now but it is still SUPER SLOW compared to Textmate. Caching anyone? Most of the time, we are not interested in
files under the vendor folder for Rails projects ... It could 10 times faster if your code was searching in the app folder
Comment 2 Martin Krauskopf 2008-02-13 15:39:19 UTC
Getting rid of 'ui' category. Will use right subcomponent and UI keyword. 'code'
when none subcomponent fits.