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 219662 - CodeCompletion on constructor should complete constants from same class
Summary: CodeCompletion on constructor should complete constants from same class
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-07 15:01 UTC by markiewb
Modified: 2012-10-07 15:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Code completion for FlowLayout constructor (53.57 KB, image/png)
2012-10-07 15:02 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2012-10-07 15:01:33 UTC
[ JDK VERSION : 1.6.35 ]

CodeCompletion on constructor should complete constants from same class, 
which would be very useful for coding swing-layouts.

For example:
* Type "new FlowLayout(|)"
* Invoke code complete at |

EXPECTED: Code completion popup proposes FlowLayout.LEFT, 
FlowLayout.CENTER, FlowLayout.RIGHT...

See screenshot.
Comment 1 markiewb 2012-10-07 15:02:21 UTC
Created attachment 125533 [details]
Code completion for FlowLayout constructor