Replies: 2 comments
-
At least if the Debugger tab is open it should probably not switch to Output. |
Beta Was this translation helpful? Give feedback.
0 replies
-
+1 Sometimes I ended up transforming nodes into their own scene to just avoid that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when the program is started, the Output tab is always selected and opened. It would be better to remember which output tab (Output, Debugger, Audio, Animation or any subtab of those) was selected and not always change to the Output tab. For example, if I am monitoring whether nodes are properly freed, on every run I must first click the Debugger tab and then the Monitors tab. Or if I am fixing errors, it would be much better to see Errors tab all the time.
Proposal: Remember which tab was selected and do not always automatically select the Output tab at start. There could be an editor setting for this. My guess is that most users would like to keep their tab selection, so I would suggest that as a default action.
Beta Was this translation helpful? Give feedback.
All reactions