T O P I C R E V I E W |
legalize |
Posted - Jun 01 2009 : 1:38:53 PM To be honest, I don't even know why VAX is messing around with XML editing...
When I have my Tools / Options / Text Editor / XML / Tabs set to "smart", typing this in an XML file:
<foo>
will cause VS.NET to insert </foo> so that I have this (| represents my cursor location)
<foo>|</foo>
If I then press return and VAX is enabled, then the smart indenting doesn't happen and </foo> is placed at the beginning of the next line instead of smartly indented to align with <foo>. If I do the exact same thing with VAX disabled, then it indents properly. |
3 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Jun 12 2009 : 9:26:46 PM VA will give you suggestions based on content in the file you are editing. If you don't want any VA help at all in XML files, then you can add .xml to the extensions to ignore list at: VA Options | Advanced | Projects | File Handling |
sean |
Posted - Jun 12 2009 : 9:24:52 PM case=27778 is fixed in build 1727 |
accord |
Posted - Jun 02 2009 : 4:43:58 PM I am seeing the same effect here. Thank you for the clear description.
case=27778
Sorry for the inconvenience. |