Hi, I have this 2 problems:
1. For example this code:
and hit ctrl+s, than the carret will move to the begining of the line:
I have enabled striping trailing spaces ... so is this expected behaviour? I think this is different than it was before ...
2. Auto indent seem to be broken (I have enabled smart indent also). When i write:
 and hit ENTER, carret is here:
.
And when
    while(!*strRegEx++) {
        if(!*strData++) {|
    }
 nd hit enter:
    while(!*strRegEx++) {
        if(!*strData++) {
|
    }
 but this happens only if char '{' is writen just before hittin ENTER .. if I write '{', move around with carret, return back and hit enter -> autoindent works 
