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 258681 - Support of Object Property Assignment
Summary: Support of Object Property Assignment
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks: 242387
  Show dependency tree
 
Reported: 2016-04-06 11:19 UTC by Petr Pisl
Modified: 2016-04-21 09:27 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Object Property Assignment (136.81 KB, image/png)
2016-04-21 09:27 UTC, Petr Pisl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2016-04-06 11:19:32 UTC
There would be nice to support in the model object property assignment:

http://es6-features.org/#ObjectPropertyAssignment
Comment 1 Petr Pisl 2016-04-21 09:27:09 UTC
Created attachment 159363 [details]
Object Property Assignment

The features is able to assign the properties from one project to the another object as is described in a link above. MarOccurrences and other features works as expected.
Comment 2 Petr Pisl 2016-04-21 09:27:36 UTC
Implemented in ecma6-truffle  branch.