mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45: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
|
||||
The "ascii" renedering is removed from the default renderings.
|
||||
* plugin.xml
|
||||
|
|
|
@ -1003,13 +1003,6 @@
|
|||
<extension
|
||||
id="org.eclipse.cdt.debug.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
|
||||
name="%CDebugEditor.name"
|
||||
icon="icons/full/obj16/filenotfound_obj.gif"
|
||||
|
|
Loading…
Add table
Reference in a new issue