Is there a console scroll lock in IntelliJ?

Viewed 10985

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.

6 Answers

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

Related