[319] Text Editor Cursor Behaviour
The behaviour of ctrl+left/right arrow seems to have changed in recent builds. With the camel options turned on and using:
...Entries);
_titles = new string[0];
ctrlright arrow makes the cursor jumps from before E, then to before ), then skips a line to after _. Moving back from there using ctrlleft, the cursor goes to the position before E on the first key press.
I'd expect the combiination to be from before E, to before ), then to the end of the line, then to before _, then before the t, and for the reverse to move back along this track.
Is the new behaviour here to stay or is is still 'in progress'?
Thanks
Sean
Please sign in to leave a comment.
Hello,
We appreciate your feedback.
The corresponding JIRA request has been created, and you are welcome to monitor
its status at http://www.jetbrains.net/jira/browse/RSRP-33133.
Best regards,
- Development Team.