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 234059 - Insert new lines on format action
Summary: Insert new lines on format action
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: JSON (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-07 09:06 UTC by Vladimir Riha
Modified: 2014-10-06 13:06 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 Vladimir Riha 2013-08-07 09:06:24 UTC
For instance following JSON:

{"test":1}

would be formatted to

{
  test: 1
}

Right now new lines are not being insert.