Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Unification of font support for debugger

(1/1)

MicroSourceCode:
I've done some research on how fonts are used in debugger windows.
Information windows use  fixed font, for example FPU status, etc.
Watch window use ancestor font, a dissasembly window use font from editor.
In other windows use built-in 8pt font. I am currently working to have all these windows use the same font. Need this functionality for a codeblocks program or not?



oBFusCATed:
I don't think using the same font is a good idea for all windows.

MicroSourceCode:
Yes, you are right, in theory it is better to have font settings for each window separately, this requires a separate interface.

Navigation

[0] Message Index

Go to full version