Hello…
Have then been any reported issues with the way indentation peforms? I have a situation where some lines do not move when trying to indent.
Here is how to duplicate the problem:
1. Go to: File>>New>>Other>>MyEclipse>>Web>>HTML
2. Press Next, then Finish
3. Insert the following HTML between the <body></body> tags:
<span style="font-face:Futura, Arial; size:10px;" >
<script type="javascript">
writeDate();
</script>
</span>
4. Select the same four lines in the editor window and try indenting and the un-indenting using the Tab and Shift-Tab keys.
When I do this the “WriteDate” and “</script>” lines do not get indented or un-indented.
I hope this helps….
Dennis