IntelliJ IDEA non standard caret behaviour
- by Vaat666
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:
My caret is on line 3
I scroll with the mouse wheel towards line 300
I press ctrl + shift
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!