1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/debug
Marc Khouzam d04019eacd Simplify API that opens the DebuggerConsole
IDebuggerConsoleManager.showConsoleView() was mimicked on
IConsoleManager.showConsoleView() which allows to specify which console
in the view should now be shown.

This makes sense for the generic platform Console view where extenders
could choose to display any kind of console when an event happens (e.g.,
a build console when the build is started).  However, in our Debugger
Console case, it complicates things unnecessarily. In our case, we want
to be able to open the view, but the console to show is handled by other
logic such as a synchronizer service.

And if there is a need to change which console should be shown within
the Debugger Console view, then IDebuggerConsoleView.display() should be
used.  I think having it in IConsoleManager.showConsoleView() is a
shortcut that is not very useful in our case.

Change-Id: Id66ea5c953e8a7ab603cfc23789a814c1ad821d2
2016-10-31 11:18:41 -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 Simplify API that opens the DebuggerConsole 2016-10-31 11:18:41 -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