Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: MicroSourceCode on February 18, 2021, 12:28:30 pm

Title: Unification of font support for debugger
Post by: MicroSourceCode on February 18, 2021, 12:28:30 pm
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?



Title: Re: Unification of font support for debugger
Post by: oBFusCATed on February 18, 2021, 03:55:02 pm
I don't think using the same font is a good idea for all windows.
Title: Re: Unification of font support for debugger
Post by: MicroSourceCode on February 18, 2021, 05:24:18 pm
Yes, you are right, in theory it is better to have font settings for each window separately, this requires a separate interface.