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 139266 - Merge Go to Type and Go to File dialogs
Summary: Merge Go to Type and Go to File dialogs
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-08 15:15 UTC by rane
Modified: 2011-01-28 20:12 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 rane 2008-07-08 15:15:31 UTC
I suggest to merge the two dialogs "Go to Type" and "Go to File" into one. The dialog should list both types and files
matching the query. The purpose of both dialogs is basically the same anyway (open the file - either by filename, or by
typename defined in it). 

For example, when working on rails application, i mostly open stuff using Go to Type, but quite often i need to open
files which have no types defined in them (like config/routes.rb, config/database.yml, test/test_helper.rb and so on).
Now i always have to remember which of the two dialogs to use, which is little bit annoying.