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 122511 - Javascript: add recognition of Foo.bar=xpto
Summary: Javascript: add recognition of Foo.bar=xpto
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-21 14:32 UTC by entonio
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 entonio 2007-11-21 14:32:37 UTC
Sorry if this isn't the right place.
The javascript editor is coming out quite nice. There is still this issue, though:

Foo.bar=xpto     isn't recognised as making xpto a member of Foo

And in the special case of top level code with

this.Foo=xpto    it should behave the same as var Foo=xpto

This is a major issue as Foo.bar=function(){...} is one of the widely used idioms of javascript.
Comment 1 Jan Lahoda 2007-12-28 18:48:25 UTC
=>scripting/javascript
Comment 2 Torbjorn Norbye 2008-03-11 02:43:15 UTC
This is implemented in 6.1.
Comment 3 Marian Mirilovic 2008-08-01 11:21:40 UTC
move back to consistent state RESOLVED/FIXED