mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 16:05:25 +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
|
2005-12-29 Mikhail Khodjaiants
|
||||||
Bug 122336: Use the asynchronous tree viewer in the Modules view.
|
Bug 122336: Use the asynchronous tree viewer in the Modules view.
|
||||||
* LoadSymbolsForAllActionDelegate.java
|
* LoadSymbolsForAllActionDelegate.java
|
||||||
|
|
|
@ -1021,8 +1021,9 @@
|
||||||
contextId="org.eclipse.cdt.debug.ui.debugging">
|
contextId="org.eclipse.cdt.debug.ui.debugging">
|
||||||
</contextViewBinding>
|
</contextViewBinding>
|
||||||
<contextViewBinding
|
<contextViewBinding
|
||||||
viewId="org.eclipse.cdt.debug.ui.SignalsView"
|
autoOpen="false"
|
||||||
contextId="org.eclipse.cdt.debug.ui.debugging">
|
contextId="org.eclipse.cdt.debug.ui.debugging"
|
||||||
|
viewId="org.eclipse.cdt.debug.ui.SignalsView">
|
||||||
</contextViewBinding>
|
</contextViewBinding>
|
||||||
<contextViewBinding
|
<contextViewBinding
|
||||||
viewId="org.eclipse.debug.ui.RegisterView"
|
viewId="org.eclipse.debug.ui.RegisterView"
|
||||||
|
|
Loading…
Add table
Reference in a new issue