-
Re: Can the height of new TabControl to set to use the whole of the output window?
In 9.7.9, I've added a new FillRemainingHeight method to the TabControl to make this easier: var culture = CultureInfo.CurrentCulture;var tc = new TabControl ( ("Calendar", new DumpCon…2 · -
Re: Scrollable dump cell
The easiest way to do this is with a DumpContainer: new DumpContainer (code) { Style = "max-height: 200px; overflow:auto" }.Dump(); (Util.WithStyle should also work, although it doesn'…1 · -
Re: Any plans to use Github Copilot (NOW AVAILABLE)
The latest beta (9.7.8) has Copilot integration. You can use most of the latest models, including Sonnet 4.6, Opus 4.6 and GPT 5.4 for the AI agent and chat, and GPT 4.1 for completion. Please give t…1 · -
Re: EDI issues
These features were added in LINQPad 9. If you need to see the editor line number in LINQPad 8, pressing Ctrl+G will tell you what it is, or you can enable the "Show line numbers in editor"…1 · -
Re: Database specific extensions or base-queries
I like option 2. Will put some thought into this.1 ·
