mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Removed the disassembly editor extension.
This commit is contained in:
parent
334abb5ab0
commit
bab6bd72b7
2 changed files with 4 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-01-04 Mikhail Khodjaiants
|
||||||
|
Removed the disassembly editor extension.
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2004-12-23 Mikhail Khodjaiants
|
2004-12-23 Mikhail Khodjaiants
|
||||||
The "ascii" renedering is removed from the default renderings.
|
The "ascii" renedering is removed from the default renderings.
|
||||||
* plugin.xml
|
* plugin.xml
|
||||||
|
|
|
@ -1003,13 +1003,6 @@
|
||||||
<extension
|
<extension
|
||||||
id="org.eclipse.cdt.debug.ui.editors"
|
id="org.eclipse.cdt.debug.ui.editors"
|
||||||
point="org.eclipse.ui.editors">
|
point="org.eclipse.ui.editors">
|
||||||
<editor
|
|
||||||
name="%DisassemblyEditor.name"
|
|
||||||
icon="icons/full/obj16/disassembly_obj.gif"
|
|
||||||
extensions="dasm"
|
|
||||||
class="org.eclipse.cdt.debug.internal.ui.editors.DisassemblyEditor"
|
|
||||||
id="org.eclipse.cdt.debug.ui.DisassemblyEditor">
|
|
||||||
</editor>
|
|
||||||
<editor
|
<editor
|
||||||
name="%CDebugEditor.name"
|
name="%CDebugEditor.name"
|
||||||
icon="icons/full/obj16/filenotfound_obj.gif"
|
icon="icons/full/obj16/filenotfound_obj.gif"
|
||||||
|
|
Loading…
Add table
Reference in a new issue