1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
cdt/debug
Marc Khouzam b0833f9e0c Fix DebuggerConsoleManager#showConsoleView() not showing the console
According to the javadoc of
IDebuggerConsoleManager.showConsoleView(IDebuggerConsole), the specified
console should be made visible when this method is called.  Our
implementation was not doing that.

The PageSwitcher used in DebuggerConsoleView is making use of that call
and was not working properly.  One can verify this by using the 
"Next Page" key binding to change console pages.  It works in the
platform console but did not in the Debugger Console.

This patch fixes it.

Change-Id: I0caa94c85e5c9dbbd94d80081c7b4691c17d9582
2016-10-31 11:00:20 -04:00
..
org.eclipse.cdt.debug.application Bug 497512 - cdtdebug.sh "bashisms" not supported by non-bash shells 2016-10-11 11:25:46 -04:00
org.eclipse.cdt.debug.application.doc Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.debug.application.product Bug 303808: Remove dependency on o.e.tm.view.* 2016-09-13 13:30:57 -04:00
org.eclipse.cdt.debug.application.tests Disable StandaloneTest1 that fails on Hudson 2016-09-20 07:36:05 -04:00
org.eclipse.cdt.debug.core Updates for Core Build. 2016-10-12 19:19:19 -04:00
org.eclipse.cdt.debug.core.tests Updated the about.html files. 2006-05-24 13:51:50 +00:00
org.eclipse.cdt.debug.standalone-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.debug.standalone.source-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.debug.ui Fix DebuggerConsoleManager#showConsoleView() not showing the console 2016-10-31 11:00:20 -04:00
org.eclipse.cdt.gdb Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.gdb-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.gdb.source-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.gdb.ui Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.gnu.debug-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.gnu.debug.source-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00