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 228878 - "Find Usages" window should deal with long function names
Summary: "Find Usages" window should deal with long function names
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-23 08:21 UTC by igor_nikiforov
Modified: 2013-04-23 17:08 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 igor_nikiforov 2013-04-23 08:21:39 UTC
From customer:
  I use "Find Usages" quite often. In our code, there are some function with 10~20 parameters. So when "Find Usages" window pops out, it is very very wide because it tries to display the function with parameters in a single line. I need to click "Find" button in lower-right corner, so I have to drag the window to the left several times in order to reach "Find" button.

I wonder if you can consider to wrap around the function name and parameters into multiple lines if there are too many letters to display.
Comment 1 Leonid Lenyashin 2013-04-23 17:08:21 UTC
it sounds more like display issue, doesn't it? Should we transfer this to the platform to be fixed in the visual component?