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 90984 - completion in .js should be canceled after typing ";"
Summary: completion in .js should be canceled after typing ";"
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-12 19:26 UTC by Pavel Buzek
Modified: 2009-02-27 14:26 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 Pavel Buzek 2006-12-12 19:26:54 UTC
This is a strange little issues that I came across randomly, probably won't
happen too often, but...
Try typing something in editor (e.g. "a"), Ctrl+Space to open completion, type
";", completion shows keywords starting with Array, press enter, it enters
"a;rray". Strange.
Comment 1 Jan Jancura 2007-04-01 21:25:43 UTC
reproducible
Comment 2 Daniel Prusa 2007-07-09 15:35:08 UTC
Fixed.

/cvs/languages/engine/src/org/netbeans/modules/languages/features/CompletionSupport.java
new revision: 1.10; previous revision: 1.9
Comment 3 Radim Roska 2007-08-07 15:00:33 UTC
VERIFIED