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 123621

Summary: rename "Find Usages" tab in the "Usages" container to the short name of searched element
Product: editor Reporter: Vladimir Voskresensky <vv159170>
Component: RefactoringAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: USABILITY
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Voskresensky 2007-12-07 09:53:13 UTC
Already long time I find it inconvenient in NB that all tabs inside "Usages" container named the same "Find Usages" way.
Each time I have to either hover mouse over caption to see the tooltip or switch between these tabs to see the content.
For me it will be much more convenient if instead of general "Find Usage" caption there will be the short name of the
element which I looked for usages.
This problem affects me in both usecases:
- when I want to closed no more interested queries
- when I want to return to the interested query
Comment 1 Vladimir Voskresensky 2007-12-07 09:54:04 UTC
frankly speaking, I think it's P2 from usability point of view :-)
Comment 2 Jan Becicka 2007-12-13 10:55:32 UTC
Checking in WhereUsedQueryUI.java;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedQueryUI.java,v  <--  WhereUsedQueryUI.java
new revision: 1.13; previous revision: 1.12
done
Checking in Bundle.properties;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/ui/Bundle.properties,v  <--  Bundle.properties
new revision: 1.24; previous revision: 1.23
don
Comment 3 Vladimir Voskresensky 2007-12-14 10:09:57 UTC
I think "Usages of {0}" is good, although "{0}" should be better, because we already have container named "Usages" and
there is no special reasons to display "Usages"->"Usages of name". 
"Usages"->"name" could be better. What do you think?