mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
The "ascii" renedering is removed from the default renderings.
This commit is contained in:
parent
2588a0df58
commit
bf04836b6f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-12-23 Mikhail Khodjaiants
|
||||||
|
The "ascii" renedering is removed from the default renderings.
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2004-12-21 Mikhail Khodjaiants
|
2004-12-21 Mikhail Khodjaiants
|
||||||
Fix for bug 73168: Use memory view provided by Eclipse platform in CDT.
|
Fix for bug 73168: Use memory view provided by Eclipse platform in CDT.
|
||||||
Added rendering bindings and default renderings for CDT memory blocks.
|
Added rendering bindings and default renderings for CDT memory blocks.
|
||||||
|
|
|
@ -1195,7 +1195,7 @@
|
||||||
<instanceof value="org.eclipse.cdt.debug.internal.core.model.CMemoryBlockExtension"/>
|
<instanceof value="org.eclipse.cdt.debug.internal.core.model.CMemoryBlockExtension"/>
|
||||||
</enablement>
|
</enablement>
|
||||||
</renderingBinding>
|
</renderingBinding>
|
||||||
<defaultRenderings renderingIds="org.eclipse.debug.ui.rendering.raw_memory,org.eclipse.debug.ui.rendering.ascii">
|
<defaultRenderings renderingIds="org.eclipse.debug.ui.rendering.raw_memory">
|
||||||
<enablement>
|
<enablement>
|
||||||
<instanceof value="org.eclipse.cdt.debug.internal.core.model.CMemoryBlockExtension"/>
|
<instanceof value="org.eclipse.cdt.debug.internal.core.model.CMemoryBlockExtension"/>
|
||||||
</enablement>
|
</enablement>
|
||||||
|
|
Loading…
Add table
Reference in a new issue