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 267861

Summary: Formatting of minified file fails
Product: javascript Reporter: Jenselme
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jenselme 2016-09-04 16:29:19 UTC
Tested with minified jquery as suggested. Nothing happens.

Link: http://services.netbeans.org/synergy/client/app/#/case/3655/suite/1329
Comment 1 Petr Pisl 2016-09-05 09:34:46 UTC
This test is not relevant anymore. The minified files are not parsed, so can not be fully formatted. 

To be parsed such files you have to set nb.js.big.minimize.file.size property to some size for example nb.js.big.minimize.file.size=1048576 . It's says to the parser the size of minified files, which should be parsed. By default the property is set to 0.