Hi,
I need the "Format Document" feature which like Visual Studio 2005:
Command: Edit.FormatDocument
Key(s): CTRL + K, D or CTRL + E, D
Description: Formats the current document according to the indentation and code formatting settings specified on the Formatting pane.
Command: Edit.FormatSelection
Key(s): CTRL + K, F or CTRL + E, F
Description: Formats the current selection according to the indentation and code formatting settings specified on the Formatting pane.
I can use it to format my big xml file which contents saved with one line.
Thanks,
visli
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I need the "Format Document" feature which like Visual Studio 2005:
Command: Edit.FormatDocument
Key(s): CTRL + K, D or CTRL + E, D
Description: Formats the current document according to the indentation and code formatting settings specified on the Formatting pane.
Command: Edit.FormatSelection
Key(s): CTRL + K, F or CTRL + E, F
Description: Formats the current selection according to the indentation and code formatting settings specified on the Formatting pane.
I can use it to format my big xml file which contents saved with one line.
Thanks,
visli
Yeah, that sounds quite useful. Would love to see it!
Perhaps Don can try to put it in once he's finished fixing bugs etc. :)
> I can use it to format my big xml file which contents saved with one line.
Use the Xml tools plugin to format your xml file (You can DL it from
http://notepad-plus.sourceforge.net/uk/download.php
)
Don