mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Bug 123702: Prevent Signals view from being automatically added to debugger perspective.
This commit is contained in:
parent
6a6d5cd2c7
commit
e600743f89
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-01-16 Mikhail Khodjaiants
|
||||
Bug 123702: Prevent Signals view from being automatically added to debugger perspective.
|
||||
* plugin.xml
|
||||
|
||||
2005-12-29 Mikhail Khodjaiants
|
||||
Bug 122336: Use the asynchronous tree viewer in the Modules view.
|
||||
* LoadSymbolsForAllActionDelegate.java
|
||||
|
|
|
@ -1021,8 +1021,9 @@
|
|||
contextId="org.eclipse.cdt.debug.ui.debugging">
|
||||
</contextViewBinding>
|
||||
<contextViewBinding
|
||||
viewId="org.eclipse.cdt.debug.ui.SignalsView"
|
||||
contextId="org.eclipse.cdt.debug.ui.debugging">
|
||||
autoOpen="false"
|
||||
contextId="org.eclipse.cdt.debug.ui.debugging"
|
||||
viewId="org.eclipse.cdt.debug.ui.SignalsView">
|
||||
</contextViewBinding>
|
||||
<contextViewBinding
|
||||
viewId="org.eclipse.debug.ui.RegisterView"
|
||||
|
|
Loading…
Add table
Reference in a new issue