java - Eclipse Switch focus to console on Run -


i trying learn java using eclipse (version: mars.1 release (4.5.1)). have run issue: everytime run project cursor stays in "editor window" (where write code). want switch focus "console window" - can start typing in console directly. (right forced use mouse , manually click on console window - annoying.)

you can change view keyboard shortcut alt+shift+q, release keys, , wait moment , pop-up of views select:

enter image description here

if press c console open. don't have wait pop-up if don't want to.

if want change console often, perhaps shorter key sequence.

in preferences choose general -> keys, scroll or use filter find show view (console) , can change shortcut:

enter image description here


Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -