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 99630 - CC scope larger then current file
Summary: CC scope larger then current file
Status: VERIFIED DUPLICATE of bug 112625
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on: 112625
Blocks:
  Show dependency tree
 
Reported: 2007-04-01 20:10 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 2007-04-01 20:10:23 UTC
JavaScript completion currently works only on the current file. This is a
request to provide items defined in referenced scripts in code completion of
embedded JavaScript in HTML. This should cover both the case when the user has a
few small hand written scripts as well as large existing frameworks (the
solution may be different for each?).
Comment 1 Jan Jancura 2007-06-18 08:50:17 UTC
Fixed in trunk. CC shows all global variables and functions for current project.
Comment 2 Radim Roska 2007-08-13 12:12:47 UTC
CC works for variables but i have not found functions defined in another js file.
Comment 3 Radim Roska 2007-08-13 12:22:19 UTC
Functions missing in CC from another js file is caused by problem with recognizing functions. I filed issue about this.
http://www.netbeans.org/issues/show_bug.cgi?id=112625
Comment 4 Jan Jancura 2007-08-14 13:32:26 UTC

*** This issue has been marked as a duplicate of 112625 ***
Comment 5 Radim Roska 2007-08-16 10:34:17 UTC
VERIFIED