I use ultraedit 14.10, and my wordfile.uem is the same as installed version.
When i create a html file, all tags except script and style indent correctly.
For example:
when i type </script> or </style> , current line does not autoindent with above <script> or <style>, it likes that:
but for other tags such as body, div, when i type </, they will unindent current line. it likes that:
I don't know why?
When i create a html file, all tags except script and style indent correctly.
For example:
when i type </script> or </style> , current line does not autoindent with above <script> or <style>, it likes that:
Code: Select all
<head>
.......
<script>
</script> <-- it does not unindent current line when i type </
</head>
Code: Select all
<body>
......
<div>
</div> <-- when i type </, it will unindent correctly.
</body>