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 - html file formatting
Summary: html file formatting
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-12 06:29 UTC by fjinb
Modified: 2014-10-06 13:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE 日志 (158.93 KB, text/plain)
2014-08-12 06:30 UTC, fjinb
Details

Note You need to log in before you can comment on or make changes to this bug.
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 日志