Menu

Indentar

2007-10-19
2012-11-13
  • Nobody/Anonymous

    Es posible Identar el código con Notepad++?

    Is it posible to organize the code with tabs automaticly with notepad++?

    thanks.

     
    • Nobody/Anonymous

      I think that it is not possible, but it would be very useful. Autoindent option does exist, but it can not do much.
      For example, if you write html code:
      <table>
          <tr>
              <td>
              </td>
              </tr>

      N++ can not move </tr> tag in line with the <tr> tag. I would like this behaviour.