mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Bug 579759: Don't auto-open the Modules view
The Modules view does not do much and in most situations is not particularly relevant to DSF. Therefore CDT will stop auto-opening it. See details of that decision from recent CDT call (https://www.eclipse.org/lists/cdt-dev/msg35170.html) The view can still be manually opened as any normal view can. Change-Id: I492cd8311c566ee5749831864a93bf900160d9dc
This commit is contained in:
parent
a58a1bdd2e
commit
290136af02
1 changed files with 1 additions and 0 deletions
|
@ -1029,6 +1029,7 @@
|
|||
contextId="org.eclipse.cdt.debug.ui.debugging">
|
||||
</contextViewBinding>
|
||||
<contextViewBinding
|
||||
autoOpen="false"
|
||||
contextId="org.eclipse.cdt.debug.ui.debugging"
|
||||
viewId="org.eclipse.debug.ui.ModuleView"/>
|
||||
<contextViewBinding
|
||||
|
|
Loading…
Add table
Reference in a new issue