Reporter | Glenn Morton (glennmorton) |
---|---|
Created | Jan 28, 2012 2:00:14 PM |
Updated | Jan 28, 2012 2:01:36 PM |
Priority | Normal |
Type | Feature |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | Code Cleanup |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Hi,
Please create a code clean up option to automatically close asp.net/html/xml/xaml tags that have a separate closing tag where there is no need for it.
An example would be:
<telerik:GridCheckBoxColumn DataField="Active" DataType="System.Boolean" HeaderText="Active" ReadOnly="True"
SortExpression="Active" UniqueName="Active" AllowFiltering="false"></telerik:GridCheckBoxColumn>
When it should be:
<telerik:GridCheckBoxColumn DataField="Active" DataType="System.Boolean" HeaderText="Active" ReadOnly="True"
SortExpression="Active" UniqueName="Active" AllowFiltering="false" />
This will save me a lot of time wasted cleaning up ugly/excessive code.
Thanks,
Glenn
Please create a code clean up option to automatically close asp.net/html/xml/xaml tags that have a separate closing tag where there is no need for it.
An example would be:
<telerik:GridCheckBoxColumn DataField="Active" DataType="System.Boolean" HeaderText="Active" ReadOnly="True"
SortExpression="Active" UniqueName="Active" AllowFiltering="false"></telerik:GridCheckBoxColumn>
When it should be:
<telerik:GridCheckBoxColumn DataField="Active" DataType="System.Boolean" HeaderText="Active" ReadOnly="True"
SortExpression="Active" UniqueName="Active" AllowFiltering="false" />
This will save me a lot of time wasted cleaning up ugly/excessive code.
Thanks,
Glenn