Hide the code in runtime
Options
Hi guys,
Is there any option I can use to hide the code when running a program and show only the controls? Just like the (Interactive Regex Evaluator) when we select it from the Help menu?
Comments
-
Yes, the latest beta supports this.
https://www.linqpad.net/LINQPad6.aspx#beta
- You can now call LINQPad6.exe with arguments to instruct LINQPad to open and run a query with results expanded and the code editor hidden:
LINQPad6.exe myQuery.linq -run -hideeditor
-
Thanks for the update