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 231318 - [74cat] Bad JavaScript formatting for array of objects.
Summary: [74cat] Bad JavaScript formatting for array of objects.
Status: CLOSED DUPLICATE of bug 225990
Alias: None
Product: javascript
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.4
Hardware: PC Other
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-16 15:40 UTC by kosmonaffft
Modified: 2013-06-21 03:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Bad formatting screenshot. (83.30 KB, image/png)
2013-06-16 15:40 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2013-06-16 15:40:40 UTC
Created attachment 135851 [details]
Bad formatting screenshot.

Product Version: NetBeans IDE 7.4 Beta (Build 201306132201)

See screnshot...

Expected formatting here:

Ext.define('IdShell2.view.Viewport', {
    extend: 'Ext.container.Viewport',
    requires: [
        'Ext.layout.container.Fit',
        'IdShell2.view.Main'
    ],
    layout: {
        type: 'fit'
    },
    items: [{
        xtype: 'app-main'
    }]
});
Comment 1 Vladimir Riha 2013-06-17 07:02:09 UTC
reproducible


Product Version: NetBeans IDE Dev (Build 201306162301)
Java: 1.7.0_25; Java HotSpot(TM) Client VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Linux version 3.2.0-45-generic-pae running on i386; UTF-8; en_US (nb)
Comment 2 Petr Hejl 2013-06-18 11:20:07 UTC

*** This bug has been marked as a duplicate of bug 229972 ***
Comment 3 Petr Hejl 2013-06-18 11:20:45 UTC
Opps wrong one.

*** This bug has been marked as a duplicate of bug 225990 ***