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
Closing debug window exits Everything
Re: Closing debug window exits Everything
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.
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.
-
- Posts: 79
- Joined: Sun Jul 13, 2014 12:20 am
Re: Closing debug window exits Everything
Ah, that makes sense. Good to know - thanks!