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 104523 - Code Completion listbox cuts titles in some cases
Summary: Code Completion listbox cuts titles in some cases
Status: CLOSED INVALID
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-05-22 16:24 UTC by soldatov
Modified: 2007-12-27 16:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
other sample (7.80 KB, image/png)
2007-05-22 16:28 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2007-05-22 16:24:15 UTC
Steps:
- Create C++ project with such code:
------------------------------------------------
struct MyStructWithLongName {
    int i;
    int j;
};

int main(int argc, char** argv) {
    MyStructWithLongName* a;
    a. // <-- press Ctrl-space
    return (0);
}

------------------------------------------------
- Call code completion listbox in "main" function after "a."
==> I see "MyStructW" only in code completion listbox title

I think at least the first 20 or 30 letters should be visible in title.
Comment 1 soldatov 2007-05-22 16:28:37 UTC
Created attachment 42651 [details]
other sample
Comment 2 Vladimir Voskresensky 2007-05-22 16:34:28 UTC
the same problem occurs in Java editor => this is NB problem (editor/completion
component?)
Comment 3 Alexander Pepin 2007-12-27 16:21:23 UTC
Now completion list has no caption.