Changed behavior for "Move Caret to Next Word with Selection"
Hello,
After installing the latest version (2019.2) the ctrl+shift+right-arrow selection has changed.
Assume the following line (indented 4 spaces):
if (updData.stages) {
When the caret is at the beginning of the line and I hit ctrl+shift+right-arrow the entire 4 spaces AND the "if" are selected, while on the previous version only the 4 spaces got selected.
Any setting I can use to make it work like it used to?
Thanks,
Yuval
Please sign in to leave a comment.
Hi there,
Check
Settings/Preferences | Editor | General > Caret MovementWorked, thx!