Community
Participate
Working Groups
org.eclipse.ui.part.PageSwitcher is API that was added in 3.4 to provide setup for the next Page/previous Page command. The console view could make use of this fairly easily. PW
Created attachment 96086 [details] Implementation Here's a straightforward implementation.
Applied patch, thanks Markus.
verified
Re-opening, when I set up a key binding, the page switcher will appear in the first console page, but never again once I switch pages.
Testing it again, and I could not get the switcher to come at all anymore.
It appears the key-binding works... but I had it set for the "In Console" context which only applies to "process consoles". As soon as stack trace console is selected, the command no longer works (since it's a different context). We should really have an "In Console View" context and update the text of the current context to "In Process Console"... or something more descriptive of a standard out/err console. We need the specialized context for the EOF key bindings to work (Ctrl-Z/D).
Fixed. Added an "In Console View" context to the console plug-in and renamed the existing context to "In I/O Console".
Please verify, Curtis.
Verified.