mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46: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
|
||||
Added support for the "Skip Breakpoints" and "Skip breakpoints during a "Run To Line" operation.
|
||||
* RunToLineAdapter.java
|
||||
|
|
|
@ -1261,7 +1261,7 @@
|
|||
</colorDefinition>
|
||||
<fontDefinition
|
||||
label="%DisassemblyFontDefinition.label"
|
||||
categoryId="org.eclipse.cdt.debug.ui.presentation"
|
||||
categoryId="org.eclipse.debug.ui.presentation"
|
||||
defaultsTo="org.eclipse.jface.textfont"
|
||||
id="org.eclipse.cdt.debug.ui.disassemblyFont">
|
||||
<description>
|
||||
|
|
Loading…
Add table
Reference in a new issue