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

Summary: Allow Find Usages without extra dialog
Product: editor Reporter: Vladimir Voskresensky <vv159170>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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?