IntelliJ IDEA Open API and Plugin Development Is Deprecated. Join our JetBrains Platform Community.
how to auto scroll to the bottom in messages window
Followed by one person
Hi,
I am using `com.intellij.openapi.externalSystem.service.notification.ExternalSystemNotificationManager#showNotification` to send notification into Messages window. Is there an API I can call to auto scroll to the bottom every time I output a notification? I've tried `javax.swing.JComponent#setAutoscrolls` on the Message window, but no dice.
Please sign in to leave a comment.