Menu

Only one feature stopping me from using this

Digitman
2008-05-28
2012-11-13
  • Digitman

    Digitman - 2008-05-28

    I LOVE notepadd++, there is just one missing feature which is forcing me to use Eclipse IDE. Whenever there are curly braces the code between them should be auto-idented between them, e.g:

    if ($x==2)
    {
       //Code
    }

    Right now this doesn't happen and you have to press TAB for the code to get idented. This is such a minor feature but is important for me as I've gotten used to it. Please, please implement it in the next release?