News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Unification of font support for debugger

Started by MicroSourceCode, February 18, 2021, 12:28:30 PM

Previous topic - Next topic

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

MicroSourceCode

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