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 243571 - Allow Find Usages without extra dialog
Summary: Allow Find Usages without extra dialog
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 14:33 UTC by Vladimir Voskresensky
Modified: 2014-04-04 14:35 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 Vladimir Voskresensky 2014-04-04 14:33:10 UTC
Now when NB has filters in Find Usages results window => sometimes dialog is useless.
I.e. If I search for a variable, the dialog has just one combobox "search in comments" and no other choices.
But we have the comment filter => why don't we show results immediately instead.
If 1% of users really would like to modify search criteria, then "Refresh refactoring data" button in Usages tab can be used to display that first dialog.
Comment 1 Vladimir Voskresensky 2014-04-04 14:34:25 UTC
Btw, is it possible for us in CND to skip visual dialog phase and skip to providing results to display in Usages
Comment 2 Vladimir Voskresensky 2014-04-04 14:35:05 UTC
(In reply to Vladimir Voskresensky from comment #1)
> Btw, is it possible for us in CND to skip visual dialog phase and skip to
> providing results to display in Usages
It was the question :-)
Is it possible in the term of current APIs?