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 246397

Summary: html file formatting
Product: web Reporter: fjinb
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: IDE 日志

Description fjinb 2014-08-12 06:29:35 UTC
Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_11
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.11-b03

In html tpl file, the custom tag is not formatted correctly, so whether can provide the settings of custom tags.

example:
	<eq name="data.state" value="1">
  	<span class="text-success">{$data.state}</span>
  <else />
  <span class="text-error">{$data.state}</span>
  </eq>

I want it to be :
	<eq name="data.state" value="1">
  	    <span class="text-success">{$data.state}</span>
            <else />
            <span class="text-error">{$data.state}</span>
        </eq>
Comment 1 fjinb 2014-08-12 06:30:20 UTC
Created attachment 148650 [details]
IDE 日志