holgerbrandl / r4intellij

An integration of the R programming language into Intellij IDEA
BSD 2-Clause "Simplified" License
148 stars 28 forks source link

R Console sometimes does not scroll automatically #163

Open javadba opened 6 years ago

javadba commented 6 years ago

I just ran list.dirs() and it showed the following:

image

But when I switched to the Console and manually scrolled the output we could see a lot of entries that had been hidden:

image

That is just one example: this has been happening frequently . Is there any workaround or fix for this?

holgerbrandl commented 6 years ago

It's not making anything better, but the console in IJ seems to be broken not just for R but also for Kotlin.

I typically use the send2terminal extension to evaluate code in an external shell.