mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Moved the disassembly font definition to the platform "Debug" theme.
This commit is contained in:
parent
6603ca541d
commit
511a95b521
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-06-16 Mikhail Khodjaiants
|
||||||
|
Moved the disassembly font definition to the platform "Debug" theme.
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2004-06-16 Mikhail Khodjaiants
|
2004-06-16 Mikhail Khodjaiants
|
||||||
Added support for the "Skip Breakpoints" and "Skip breakpoints during a "Run To Line" operation.
|
Added support for the "Skip Breakpoints" and "Skip breakpoints during a "Run To Line" operation.
|
||||||
* RunToLineAdapter.java
|
* RunToLineAdapter.java
|
||||||
|
|
|
@ -1261,7 +1261,7 @@
|
||||||
</colorDefinition>
|
</colorDefinition>
|
||||||
<fontDefinition
|
<fontDefinition
|
||||||
label="%DisassemblyFontDefinition.label"
|
label="%DisassemblyFontDefinition.label"
|
||||||
categoryId="org.eclipse.cdt.debug.ui.presentation"
|
categoryId="org.eclipse.debug.ui.presentation"
|
||||||
defaultsTo="org.eclipse.jface.textfont"
|
defaultsTo="org.eclipse.jface.textfont"
|
||||||
id="org.eclipse.cdt.debug.ui.disassemblyFont">
|
id="org.eclipse.cdt.debug.ui.disassemblyFont">
|
||||||
<description>
|
<description>
|
||||||
|
|
Loading…
Add table
Reference in a new issue