Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phpstorm - I can click on white space even after a line has finished, i don't want to be able to

Tags:

apologies as I realise this shouldn't be in stackoverflow and one of his sisters spin off's.

But its driving me insane, but going to the end of a line when I click on the white space of a line.

I have a fresh install on a different machine and it doesn't do this, so I know its my version.

I have clicked the small 'reset' in settings with no luck.

like image 972
Jamie Hutber Avatar asked Mar 01 '12 20:03

Jamie Hutber


1 Answers

You likely have either "Column Selection Mode" or "Allow placement of caret after end of line" enabled.

To turn off Column Selection Mode, see https://www.jetbrains.com/idea/help/selecting-text-in-the-editor.html#column_selection.

To turn off caret after EOL placement, deselect the preference in Settings > Editor > Virtual Space.

enter image description here

like image 159
MetalFrog Avatar answered Dec 03 '22 08:12

MetalFrog