Debug output window position, size and top ?

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Marc56us
Addict
Addict
Posts: 1600
Joined: Sat Feb 08, 2014 3:26 pm

Debug output window position, size and top ?

Post by Marc56us »

Hi Team,

:idea: It might be interesting to add (optional) size and position parameters to the command for the Debug window display command.
Something like:

Code: Select all

ShowDebugOutput([x, y [, width, heigth [, OnTop]]])
This would also allow you to move this window by code during work by using CloseDebugOutput() and then reopening it elsewhere.
This would also allow it to be moved to the foreground or background by code.
Useful for those who work on small screens.

There may not be much code to write since this function already reads the position and size data that is already stored somewhere?

Same for ShowLibraryViewer(), ShowVariableViewer() ?

:?: :wink:
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: Debug output window position, size and top ?

Post by Dude »

Good request! +1
fabulouspaul
User
User
Posts: 34
Joined: Sun Nov 23, 2014 1:18 pm

Re: Debug output window position, size and top ?

Post by fabulouspaul »

+1

maybe even with an additional possibility to choose the desktop?
i find it quite usefull to have the program running on one screen and the debugging done on a second.
Bitblazer
Enthusiast
Enthusiast
Posts: 761
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: Debug output window position, size and top ?

Post by Bitblazer »

+1 - the debug window currently is quite annoying imho ;)
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Debug output window position, size and top ?

Post by RSBasic »

+1
Image
Image
Post Reply