Request #1
------------------
Is it is possible to return to the tab you were on when you compile, rather than it staying on the Output tab and you having to manually move back between the tabs.
I know you can use keyboard shortcuts to make it a bit quicker, but if there was any way to make it auto return to the "launching tab" after the program quits, that would be great, and save time over longer periods - it all adds up :)
Request #2
------------------
Also, leading on from the last question, is it possible to be able to "Build+Run" from any source file in the project directory?
I guess something like setting the "main" .bmx file for a project dir and no matter what file you have open in the editor (from that project), it will run and compile from the pre-selected "main" source file. (and ideally as above, then return you the file you were editing when you hit compile)
ie. If I forget and hit "Build+Run" when inside one of my include files, it won't compile, so I have to remember to go back to the main .bmx and do it again. Then once it's compiled it's stays on the Output tab, so then you have to navigate back to the original include, then back to the main to test it again etc etc.