Menu

Feature request: Format Document

visli
2007-06-25
2012-11-13
  • visli

    visli - 2007-06-25

    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

     
    • Nobody/Anonymous

      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. :)

       
    • Don HO

      Don HO - 2007-06-28

      > 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