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

Summary: [cc] code completion in functions starting with big character doesn't contain global objects
Product: javascript Reporter: Jindrich Sedek <jsedek>
Component: EditorAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.