Improper Behaviour when using Ctrl + Left,Right Arrows

General questions regarding the usage of CodeLite
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

Improper Behaviour when using Ctrl + Left,Right Arrows

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post by eranif »

settings -> global editor preferences -> caret

Eran
Make sure you have read the HOW TO POST thread
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

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

Post by hbr_in »

eranif wrote:settings -> global editor preferences -> caret
Eran
Thanks for the quick reply. It solved the problem.

Regards
Gururaja
Post Reply