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

Summary: Support of Object Property Assignment
Product: javascript Reporter: Petr Pisl <ppisl>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 242387    
Attachments: Object Property Assignment

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.