is there a way to change the behavior of notepad++ auto-indent? -
i have problem notepad++ auto-indent. let's assume ¬ cursor.
if text this:
my text     text¬ and press [enter] turns this:
my text     mytext     ¬ this fine. when text this:
my text     text ¬ and press [enter], goes like:
my text     text      ¬ note cursor advances itself. behavior doesn't work me. keep actual indentation instead of "playing smart". correct behavior (to me) be:
my text     text  ¬ anyone that? there file edit or plugin that? don't want disable auto-indent, change 1 thing. (:
Comments
Post a Comment