-
Re: Is there a keyboard shortcut that achieves the exact same effect as calling Util.ClearResults()?
This feature is now available in the 9.10.1 beta. Shortcut: Ctrl+K, E or Command-K, E.2 · -
Re: "Show Explorer Trees" Custom Keybinding Change Not Reflected in UI
Thanks - I'll a fix into 9.10.x.1 · -
Re: .linq error while run with LINQPad 9
In LoadingShow, you need to replace var {SwalLoading} with window.{SwalLoading}, and in LoadingClose, replace var js = @$"{SwalLoading}.close();"; with var js = @$"window.{SwalLoading}…1 · -
Re: Feature Request: Collapse All Folders in "My Scripts" Panel
This is now available in 9.9.8.1 · -
Re: Claude Code - now supported
I've improved the portable deployment features and documentation in 9.9.4: https://www.linqpad.net/PortableDeployment.aspx Note that the settings folder will continue to be customizable in porta…1 ·
