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 234376 - Cc is auto nvoked after the semicolon
Summary: Cc is auto nvoked after the semicolon
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-14 11:48 UTC by Petr Pisl
Modified: 2013-08-15 03:52 UTC (History)
0 users

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 Petr Pisl 2013-08-14 11:48:57 UTC
If you switch on the full auto completion in options, the auto completion should be called only if there is a prefix, but is also called, when the char in front of caret is semicolon.
Comment 1 Petr Pisl 2013-08-14 11:55:32 UTC
Fixed in web-main: http://hg.netbeans.org/web-main/rev/69b81da32b35
Comment 2 Quality Engineering 2013-08-15 03:52:47 UTC
Integrated into 'main-silver', will be available in build *201308150051* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/69b81da32b35
User: Petr Pisl <ppisl@netbeans.org>
Log: #234376 - Cc is auto nvoked after the semicolon