Home
Options

Possible to hide code window like Interactive Regex Evaluator with code?

edited June 2019
I want to publish the LINQPad script to our customer.

For user-friendly purpose, I want to hide the code, and just show the dumped result in LINQPad window (without request the user click the "Undock results into second monitor (F8)" button), like Interactive Regex Evaluator, is that possible?

Comments

  • Options
    edited June 2019
    Maybe something like
    Util.HideCode = true; // Hide code like Interactive Regex Evaluator 
    Util.ResultOrientation = Orientations.Vertical; // show result in right panel.
Sign In or Register to comment.