Closing debug window exits Everything

Have a suggestion for "Everything"? Please post it here.
Post Reply
Coldblackice
Posts: 71
Joined: Sun Jul 13, 2014 12:20 am

Closing debug window exits Everything

Post by Coldblackice »

Currently, if there's a debug window open, if you click the "X" at the top right of the window, it closes Everything as a program vs. just the debugging window. I'll remember next time to use the CTRL-~ shortcut again to hide it that way, but it might be helpful to disassociate exiting the program from closing that window. Just a suggestion.

Currently on .851b
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Closing debug window exits Everything

Post by void »

Terminating Everything when closing the console is by design, it is sometimes useful to be able to terminate Everything without saving settings and data. Unfortunately, I cannot catch the close button press event and ignore it.

I will have to implement my own console, which I did start to do, however, the built in one is fast and simple enough for now.
Generally, the console wont be displayed unless you are having trouble with Everything.
Coldblackice
Posts: 71
Joined: Sun Jul 13, 2014 12:20 am

Re: Closing debug window exits Everything

Post by Coldblackice »

Ah, that makes sense. Good to know - thanks!
Post Reply