Page 1 of 1

Improper Behaviour when using Ctrl + Left,Right Arrows

Posted: Tue Sep 28, 2010 5:22 am
by hbr_in
Dear Eran,

Since CL version 2.7.0.4375, Pressing Ctrl + Left/Right Arrow keys behave differently.

Assume a variable like send_in_term0.

Earlier to version 2.7.0.4375

Case A.
Let the cursor be b4 "s". No if i press ctrl+right arrow key, Cursor used to move to position after "0".

Case B.
Let the cursor be after "0". No if i press ctrl+left arrow key, Cursor used to move to position before "s".

Now in version 2.7.0.4375

Case A.
Let the cursor be b4 "s". No if i press ctrl+right arrow key, Cursor moves to position after "d".

Case B.
Let the cursor be after "0". No if i press ctrl+left arrow key, Cursor moves to position before "0". Then again if i press ctrl+left arrow key, Cursor moves to position before "t"

Is this expected or am i doing something wrong.

Thanks & regards
Gururaja

Re: Improper Behaviour when using Ctrl + Left,Right Arrows

Posted: Tue Sep 28, 2010 12:13 pm
by eranif
settings -> global editor preferences -> caret

Eran

Re: Improper Behaviour when using Ctrl + Left,Right Arrows

Posted: Tue Sep 28, 2010 1:16 pm
by hbr_in
eranif wrote:settings -> global editor preferences -> caret
Eran
Thanks for the quick reply. It solved the problem.

Regards
Gururaja