1
0
Fork 0
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:
Mikhail Khodjaiants 2006-01-16 21:10:23 +00:00
parent 6a6d5cd2c7
commit e600743f89
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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"