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 158653 - [cc] code completion in functions starting with big character doesn't contain global objects
Summary: [cc] code completion in functions starting with big character doesn't contain...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-17 09:18 UTC by Jindrich Sedek
Modified: 2012-09-21 23:00 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 Jindrich Sedek 2009-02-17 09:18:32 UTC
use this code in JS file:
------------
function ab(){
    |
}
function AB(){
    |
}
--------------
use code completion to type "document" in both places marked with "|" -> in first case cc contains document object in 
the second one, it does not.
Comment 1 Martin Fousek 2012-09-21 23:00:38 UTC
Already fixed in the new javascript editor.