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 107195 - Popup the code completion automatically
Summary: Popup the code completion automatically
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks: 88714
  Show dependency tree
 
Reported: 2007-06-19 13:36 UTC by jrojcek
Modified: 2007-06-19 13:51 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 jrojcek 2007-06-19 13:36:48 UTC
Currently the user has to manually pop up completion window in situations where it makes sense to pop up completion automatically. For example, 
typing...

JFrame f = new |

... should popup completion automatically.

It  would make sense to popup completion automatically also when writing in a new line (inside a method and/or outside). But this would require to make 
completion window faster and maybe even smaller. Also the Javadoc window is too big, which might cause problems.

Something to consider.