[Implemented] Courier as font in debugger
- Joakim Christiansen
- Addict
- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
[Implemented] Courier as font in debugger
I want the debugger to use a Courier font so all the characters have the same width, would be much better when you try to list stuff...
Actually I think the user should be able to choose the in from the preferences!
Actually I think the user should be able to choose the in from the preferences!
I like logic, hence I dislike humans but love computers.
Re: Courier as font in debugger
Been requested 4 times in the past:
http://www.purebasic.fr/english/viewtopic.php?t=19248
http://www.purebasic.fr/english/viewtopic.php?t=23157
http://www.purebasic.fr/english/viewtopic.php?t=2739
And Fred even agreed here 3 years ago:
http://www.purebasic.fr/english/viewtopic.php?t=13248
So I guess it's not a high priority?
http://www.purebasic.fr/english/viewtopic.php?t=19248
http://www.purebasic.fr/english/viewtopic.php?t=23157
http://www.purebasic.fr/english/viewtopic.php?t=2739
And Fred even agreed here 3 years ago:
http://www.purebasic.fr/english/viewtopic.php?t=13248
So I guess it's not a high priority?

I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
-
- User
- Posts: 57
- Joined: Mon Dec 18, 2006 2:02 pm
- Location: Holland
Re: Courier as font in debugger
Mabe another request on 19-04-2007 would help a bit...PB wrote:Been requested 4 times in the past:
http://www.purebasic.fr/english/viewtopic.php?t=19248
http://www.purebasic.fr/english/viewtopic.php?t=23157
http://www.purebasic.fr/english/viewtopic.php?t=2739
And Fred even agreed here 3 years ago:
http://www.purebasic.fr/english/viewtopic.php?t=13248
So I guess it's not a high priority?
Realy Fred, it would be very handy to be alble to change the
font in the debugger.
Re: Courier as font in debugger
The debugger should have an option for the font; not just lock it to Courier.
And another idea for the debugger: it should have a horizontal slider bar,
so we can see all the lengths of long strings, as in this (silly) example code:
And another idea for the debugger: it should have a horizontal slider bar,
so we can see all the lengths of long strings, as in this (silly) example code:
Code: Select all
For a=1 To 500 : a$+Chr(Random(254)+1) : Next
Debug a$ ; Currently the debugger doesn't show all this.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
> I just copy if the result is long
Too much extra work, because you lose what's in the clipboard, and then have
to paste it somewhere to view it. Better to just scroll to see it immediately. Can't
see how hard this would be too add -- it's just a window style flag.
Too much extra work, because you lose what's in the clipboard, and then have
to paste it somewhere to view it. Better to just scroll to see it immediately. Can't
see how hard this would be too add -- it's just a window style flag.

I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
Actually it is not... the ListView is a bit weird there and you have to do size calculations manually then.PB wrote:> I just copy if the result is long
Too much extra work, because you lose what's in the clipboard, and then have
to paste it somewhere to view it. Better to just scroll to see it immediately. Can't
see how hard this would be too add -- it's just a window style flag.
Anyway, did you try this in the 4.10 beta?

quidquid Latine dictum sit altum videtur
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada