Page 1 of 1

Closing debug window exits Everything

Posted: Tue Mar 14, 2017 11:19 pm
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

Re: Closing debug window exits Everything

Posted: Tue Mar 14, 2017 11:44 pm
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.

Re: Closing debug window exits Everything

Posted: Wed Mar 15, 2017 6:29 pm
by Coldblackice
Ah, that makes sense. Good to know - thanks!