Posted 19 years ago
by Jean Versailles
Hello, EveryOne
is there a method or property to call to beautify codes in syntaxEditor.
For example a beautify code would like thiswhere a code the is not beautify would look like this
[Modified at 01/13/2006 08:45 AM]
is there a method or property to call to beautify codes in syntaxEditor.
For example a beautify code would like this
<?xml version="1.0" encoding="utf-8" ?>
<Companies>
<Company name="Microsoft">
<Employees>
<Employee name="Anderson" department="Accounting"/>
</Employees>
</Company>
</Companies>
<?xml version="1.0" encoding="utf-8" ?>
<Companies>
<Company name="Microsoft">
<Employees>
<Employee name="Anderson" department="Accounting"/>
</Employees>
</Company>
</Companies>