IntelliJ IDEA non standard caret behaviour

Posted by Vaat666 on Stack Overflow See other posts from Stack Overflow or by Vaat666
Published on 2014-05-28T09:22:34Z Indexed on 2014/05/28 9:24 UTC
Read the original article Hit count: 319

Filed under:
|
|

I have an issue with IntelliJ IDEA when selecting a big amount of text, and I cannot find the parameter to set to change that. Here is an example of the situation:

  1. My caret is on line 3
  2. I scroll with the mouse wheel towards line 300
  3. I press ctrl + shift
  4. I press the left button of the mouse

Such an action would result in the text from line 3 to 300 being selected in all common editors (even in MS-Word I think), but not in IntelliJ.

Do you know how to set this right?
Thanks!

© Stack Overflow or respective owner

Related posts about intellij-idea

Related posts about selection