mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
158599 Visual indication when memory window is in Edit mode
161859 Traditional Memory Rendering - Addressable Size General Failures 161860 Traditional Memory Rendering - Colors should be a user preference 161861 Traditional Memory Rendering - Cells should optionally alternate color
This commit is contained in:
parent
f060110d3b
commit
4de8c38ea8
1 changed files with 11 additions and 0 deletions
11
plugin.xml
11
plugin.xml
|
@ -15,5 +15,16 @@
|
||||||
</enablement>
|
</enablement>
|
||||||
</renderingBindings>
|
</renderingBindings>
|
||||||
</extension>
|
</extension>
|
||||||
|
<extension
|
||||||
|
point="org.eclipse.ui.preferencePages">
|
||||||
|
<page
|
||||||
|
class="org.eclipse.dd.debug.memory.renderings.MemoryRenderingTraditionalPreferencePage"
|
||||||
|
id="org.eclipse.dd.debug.memory.renderings.MemoryRenderingTraditionalPreferencePage"
|
||||||
|
name="Traditional Memory Rendering"/>
|
||||||
|
</extension>
|
||||||
|
<extension
|
||||||
|
point="org.eclipse.core.runtime.preferences">
|
||||||
|
<initializer class="org.eclipse.dd.debug.memory.renderings.MemoryRenderingTraditionalPreferenceInitializer"/>
|
||||||
|
</extension>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue