Closing Separate Results Window / maximizing pane automatically
I think the X on the Results Window when it is Undocked should close the Results Window instead of docking it - there is a dock button immediately below the X in the title bar if that is what is desired. Alternatively, perhaps it should also match the docked Results pane and have a close button to the right of the Dock button.
It would also be nice if there was a way to automatically Collapse the Editor (or maximize the results pane) when a query is executed.
BTW, thanks for LINQPad and your responsiveness. It is still one of the best products I have ever used.
Comments
Ctrl
+R
toggles results pane.Ctrl
+Shift
+R
toggles editor.Yes, I know. I don't want to have to hit them every time I edit and run.
It would be nice to have some kind of directive, kind of
#LINQPad hide_on_run+
, to hide code window when running. I have an Avalonia application for which I don't need to see the code at all.