Page 1 of 1

Make compiling window not on top

Posted: Wed Jun 17, 2009 1:48 pm
by PB
When I hit F5 to compile an app, the compiling window is set to topmost, which
means it's in the way when I want to view something else during compilation.
I'd like to suggest it NOT be topmost, because (a) if you don't intend to do
anything else during compilation, then a non-topmost window will do exactly
the same job, and (b) if you do intend to do something else during compilation,
then you can click another window and view it without it being blocked.

Posted: Wed Jun 17, 2009 4:48 pm
by Kale
Add an option to get rid of the window and put compilation info in the Debug output window. :P

Posted: Wed Jun 17, 2009 5:06 pm
by Fluid Byte
Kale wrote:Add an option to get rid of the window and put compilation info in the Debug output window. :P
+1

Just like VS :)

Re: Make compiling window not on top

Posted: Wed Jan 12, 2011 1:12 pm
by C64
PB wrote:When I hit F5 to compile an app, the compiling window is set to topmost, which
means it's in the way when I want to view something else during compilation.
I'd like to suggest it NOT be topmost, because (a) if you don't intend to do
anything else during compilation, then a non-topmost window will do exactly
the same job, and (b) if you do intend to do something else during compilation,
then you can click another window and view it without it being blocked.
Yes please!

Re: Make compiling window not on top

Posted: Wed Jan 12, 2011 1:56 pm
by nco2k
instead of the window, they could add a StatusBarProgress() in the bottom right of the ide, during compilation. :)

c ya,
nco2k