Xorty
Xorty

Reputation: 18861

IntelliJ IDEA - caret behavior

I am trying to figure out one thing in IntelliJ IDEA 10:

alt text

  1. current caret position
  2. where caret moves after pressing DOWN arrow
  3. where I want caret to be

Is such setting possible?

Upvotes: 60

Views: 13840

Answers (4)

Arefe
Arefe

Reputation: 12461

You can set the Caret behaviour as below shown in the screenshot:

enter image description here

Upvotes: 0

Amin Aminian
Amin Aminian

Reputation: 41

Press Ctrl + Alt + Insert to disable the column selection mode.

column mode

Upvotes: 1

Josiah Hudson
Josiah Hudson

Reputation: 1005

Please note that this effect can also occur if you activate Column Selection Mode under: Edit -> Column Selection Mode which allows you to make square selections.

Upvotes: 28

CrazyCoder
CrazyCoder

Reputation: 402443

File | Settings (or Preferences on Mac) | Editor | Allow placement of caret after end of line:

Settings | Editor | Allow placement of caret after end of line

Upvotes: 80

Related Questions