Jump to content
Muxe Inc Forums
Sign in to follow this  
AngelsHolocaust

Editor: Smart Backindent

Recommended Posts

...what the SmartBackindent option does/should do?

 

i can only see ONE result:

a string ' test string' becomes 'test string

 

is it supposed to work like SMART TABS, just in reverse direction?

 

it is copied code from 2.13 of ChemoDun, it has the same behaviour in his and my version

 

Stefan/AH

Share this post


Link to post
Share on other sites
Basil/2    0

See an example, '_' means cursor position

     if (SetConsoleCtrlHandler(HandlerRoutine, 1) == 0)
         logMain.Add(PR_HI, "ERROR! Handler set FAILED!");
         _

With SmartBackIndent, after BackSpace cursor shold jump to the "if" position, but now it jumps to the start of line.

 

 

P.S. Strange, [ CODE ] directive doens't switch font to monotype.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×