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 202137 - Improve find usages dialogue
Summary: Improve find usages dialogue
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-14 14:56 UTC by crimcat
Modified: 2011-09-14 15:54 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 crimcat 2011-09-14 14:56:19 UTC
Hello,

Let's consider the code like this:

case A_CONSTANT:
    ...
    break;

If A_CONSTANT definition is not found, the 'Find usages' dialogue shows only warning message that this functionality is unavailable. But the search button is not grayed.
Also, I'd suggest adding simple find functionality ('grepping') into this dialogue, because in most cases this will be done anyway.