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 222360 - Code completion does not popup automatically
Summary: Code completion does not popup automatically
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords: USABILITY
: 223516 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-19 08:20 UTC by Tomas Mysik
Modified: 2012-12-08 11:18 UTC (History)
1 user (show)

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 Tomas Mysik 2012-11-19 08:20:42 UTC
In HTML, PHP, Java etc., the code completion popup is shown automatically after space (for HTML) or "." (for Java) etc. This is not the case for Javascript and the usability is much worse (one must invoke CTRL + space very often).

Thanks.

Product Version: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
Updates: NetBeans IDE is updated to version , NetBeans 7.3 Beta 2
Java: 1.6.0_35; Java HotSpot(TM) 64-Bit Server VM 20.10-b01
Runtime: Java(TM) SE Runtime Environment 1.6.0_35-b10
System: Linux version 3.5.0-18-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Petr Pisl 2012-11-19 15:02:03 UTC
Adding autocompletion after '.' in js editor.

http://hg.netbeans.org/web-main/rev/0dd65f2b5ab9
Comment 2 Tomas Mysik 2012-11-20 05:29:25 UTC
Please, remove the "System.out.println()" call from the fix.

Thanks.
Comment 3 Petr Pisl 2012-11-20 09:47:28 UTC
It was removed a while after the commit. Shouldn't be there anymore.
Comment 4 Quality Engineering 2012-11-21 13:37:54 UTC
Integrated into 'main-golden', will be available in build *201211211016* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0dd65f2b5ab9
User: Petr Pisl <ppisl@netbeans.org>
Log: #222360 - Code completion does not popup automatically
Comment 5 Vladimir Riha 2012-12-08 11:18:20 UTC
*** Bug 223516 has been marked as a duplicate of this bug. ***