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
Improper Behaviour when using Ctrl + Left,Right Arrows
-
- CodeLite Expert
- Posts: 113
- Joined: Fri Jul 11, 2008 9:12 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Improper Behaviour when using Ctrl + Left,Right Arrows
settings -> global editor preferences -> caret
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 113
- Joined: Fri Jul 11, 2008 9:12 am
- Contact:
Re: Improper Behaviour when using Ctrl + Left,Right Arrows
Thanks for the quick reply. It solved the problem.eranif wrote:settings -> global editor preferences -> caret
Eran
Regards
Gururaja