[Implemented] Debug window font

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
RichardL
Enthusiast
Enthusiast
Posts: 532
Joined: Sat Sep 11, 2004 11:54 am
Location: UK

[Implemented] Debug window font

Post by RichardL »

Hi

A simple thing...

Would it be possible to set the debug window to use a fixed pitch font, this makes it a lot easier to scan columns of numbers? Best of all would be to have a font requester.

Richard
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Yeah i think i would prefer a fixed width font for debug too. :)
--Kale

Image
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Agreed.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

Maybe have a user-specified font? Fixed-width is fine but proportional fonts
mean you get to see more text... :) And Fred: Can I request again that the
Variable Viewer have the Value and Type columns swapped around, with the
Value one also having a longer column width? That would make it easier to
see the values of strings, without having to manually resize the column. :)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Agreed too ;)
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Whilst you're so agreeable ...

* submits christmas list *

;)
@}--`--,-- A rose by any other name ..
RichardL
Enthusiast
Enthusiast
Posts: 532
Joined: Sat Sep 11, 2004 11:54 am
Location: UK

Post by RichardL »

Could we have the debug and variables windows re-open where last moved to? I am always having to move the debug window off my application... there is a whole second monitor on the twin-head adaptor alongside just waiting for it (the debug window that is!)
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Move everything where you want it to be, then click the "Prefs" button in the
debugger window and select "save current window positions as default" then click save.

there you go ;)
quidquid Latine dictum sit altum videtur
RichardL
Enthusiast
Enthusiast
Posts: 532
Joined: Sat Sep 11, 2004 11:54 am
Location: UK

Post by RichardL »

Indeed, there I am!

Thanks.
coco2
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Nov 25, 2013 5:38 am
Location: Australia

Re: [Implemented] Debug window font

Post by coco2 »

Has this been de-implemented? I was looking for how I can change the debug window to fixedsys
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: [Implemented] Debug window font

Post by Danilo »

coco2 wrote:Has this been de-implemented? I was looking for how I can change the debug window to fixedsys
Try "Preferences > Debugger > Individual Settings > [X] Use a custom font: [Select Font]"
coco2
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Nov 25, 2013 5:38 am
Location: Australia

Re: [Implemented] Debug window font

Post by coco2 »

Thanks got it now... sorry I looked in there but couldn't see it
Post Reply