Is there to invoke "scroll to the end" button in console Follow
see my screencast,when i use rspec in ruby, idea always auto scroll to the top, if output is too long, i hope "scroll to the end" of output to see what happen(I can't find it in keymap)
Attachment(s):
how-to-implement-scroll-to-the-end-with-openapi.ogv.zip
Please sign in to leave a comment.
The keyboard shortcut for "Scroll to end" is Ctrl-End ("Move Caret to Text End" in keymap settings).
Ctrl+End only move caret in focus editor
I try following code
ToolWindowManager.getInstance(e.getProject()).getToolWindow("Debug").activate(new Runnable() {
see my screencast, i can't invoke "scroll to end" button in console, it's same err in my last post https://devnet.jetbrains.com/thread/458969?tstart=0
Attachment(s):
can-ivk-scroll-to-the-end-after-activate-console.ogv.zip