The editor has the maddening fondness for forcing itself to have application focus. Given that I’m frequently telling the editor to do something and then switching away to another program for a few seconds, this is maddening. It completely disrupts my workflow. It can also be dangerous: for example, if I’m typing a message on Discord, and need to delete a few characters, I can end up accidentally deleting objects in my level instead.
For example, here are some times that the editor forces itself to focus:
- When it starts launching (after I tell my IDE to compile and run)
- When it finishes launching and displays the main editor window
- When it finishes restoring other window state after launching
- When it finishes live coding recompiling
I would like the editor to stay in the background unless I explicitly switch to it. Is there some .ini setting or option I can set somewhere to achieve this?
Thank you!