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

Summary: Improve find usages dialogue
Product: cnd Reporter: crimcat <crimcat>
Component: EditorAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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.