1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/debug/org.eclipse.cdt.debug.ui
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
..
.settings Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
icons Bug 303808: Add dedicated debugger console view 2016-09-07 15:26:43 -04:00
META-INF Introduce Core Build launches and Launch Bar integration. 2016-09-12 11:14:17 -04:00
schema [bug 417138] Various extension point schema cleanups 2013-09-12 22:56:47 -04:00
src/org/eclipse/cdt/debug Simplify API that opens the DebuggerConsole 2016-10-31 11:18:41 -04:00
.classpath Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
.project Bug 265796 2009-02-25 20:06:32 +00:00
about.html Bug 189539 - Fix dates on about.html files to reflect projected release date. 2007-05-29 03:48:49 +00:00
build.properties Missing about.html files in various source plugins. 2010-06-14 20:34:48 +00:00
NEWS Update 2005-06-10 14:30:44 +00:00
plugin.properties Bug 303808: Add dedicated debugger console view 2016-09-07 15:26:43 -04:00
plugin.xml Updates for Core Build. 2016-10-12 19:19:19 -04:00
pom.xml Bug 303808: Add dedicated debugger console view 2016-09-07 15:26:43 -04:00