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 98548 - Long function names are not truncated in the completion list
Summary: Long function names are not truncated in the completion list
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-21 19:19 UTC by Alexander Pepin
Modified: 2007-04-23 17:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2007-03-21 19:19:56 UTC
Steps to reproduce:
- create a new C++ project
- add a main C++ file
- declare a class containing a method with a long name, e.g.:
class A{
  public:
    void jhkhkjhjhkhkhjghghgjhkhkhkhjhjhkhkhkhkhkkkhkhkhjhjhjhhkjhhhkhkhkhkhk();
};
- in the main(int argc, char** argv) method type following code:
A a;
a->

Result: CodeCompletion window appears with a horizontal scrollbar to show all
the method name. Because of that a return type field becomes invisible at first
sight.
Comment 1 Vladimir Voskresensky 2007-03-27 13:19:34 UTC
fixed
Comment 2 Alexander Pepin 2007-04-23 17:16:36 UTC
verified in build 20070423