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

as requested:

http://sourceforge.net/projects/npp-plugins/files/nppautoindent/

glad solved problem.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -