Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a console scroll lock in IntelliJ?

I've recently moved from Eclipse to IntelliJ and one feature I'm missing (or maybe just can't find) is the console scroll lock i.e. stop refocusing on the latest console entry.

Is this possible in IntelliJ? I'm using v9 Ultimate edition.

like image 772
rmcc Avatar asked Aug 20 '10 08:08

rmcc


3 Answers

It depends where your cursor is. Just click on the part you want to be scroll locked.

like image 56
Colin Hebert Avatar answered Oct 03 '22 01:10

Colin Hebert


To unlock the scrollbar, click on the last line (should be blank) of the console.

like image 13
Dong Avatar answered Oct 03 '22 00:10

Dong


Just adding to this for google reasons - clicking at the bottom is hard when the console is still scrolling, it's a bit of a race - but control-end (or cmd-end on mac) also did it!

like image 5
Evan Reynolds Avatar answered Oct 03 '22 00:10

Evan Reynolds