1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
Find a file
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
build Make launchMode a core thing and add Debug for CMake configs. 2016-10-20 20:01:52 -04:00
codan Bug 496720 - Respect scope filters for AST-based checkers 2016-10-26 01:18:55 -04:00
core Update plugin version and fix @since tag 2016-10-31 10:42:13 -04:00
cross Update version to 9.1.0 2016-08-17 10:11:57 -04:00
debug Simplify API that opens the DebuggerConsole 2016-10-31 11:18:41 -04:00
doc Update version to 9.1.0 2016-08-17 10:11:57 -04:00
dsf Bug 337899 - [debug view][non-stop] Process label is not updated 2016-08-29 07:23:30 -04:00
dsf-gdb Simplify API that opens the DebuggerConsole 2016-10-31 11:18:41 -04:00
jtag Update version to 9.1.0 2016-08-17 10:11:57 -04:00
launch Updates for Core Build. 2016-10-12 19:19:19 -04:00
llvm lldb: Fix parsing of some version formats 2016-09-03 21:05:00 -04:00
lrparser Bug 490475. Support the evaluation of C++14 constexpr functions 2016-09-16 03:09:25 -04:00
memory Update version to 9.1.0 2016-08-17 10:11:57 -04:00
native/org.eclipse.cdt.native.serial Fix Windows 32-bit serial.dll. 2016-08-26 10:43:20 -04:00
qt Revert "Bug 402498 - Apply declaredBefore() filtering to index bindings" 2016-10-26 22:31:46 -04:00
releng Update cdt-baseline to point to final release of 9.1 2016-10-12 15:22:47 -04:00
remote Update version to 9.1.0 2016-08-17 10:11:57 -04:00
testsrunner Fix change of version 2016-08-24 10:35:50 -04:00
toolchains/arduino removed unused imports 2016-10-21 11:25:05 -04:00
upc Update version to 9.1.0 2016-08-17 10:11:57 -04:00
util Update version to 9.1.0 2016-08-17 10:11:57 -04:00
visualizer Update version to 9.1.0 2016-08-17 10:11:57 -04:00
windows Update version to 9.1.0 2016-08-17 10:11:57 -04:00
xlc removed unused imports 2016-10-21 11:25:05 -04:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml releng: Build with Tycho 0.26. 2016-08-23 16:22:28 -04:00