-
Re: When clicking stop query, how to propagate CancellationToken
There's a Cleanup event in the Util class: Util.Cleanup += (sender, args) => ... This fires just before the query is re-run or closed, and can be used to cancel any outstanding activity from the p…3 · -
Re: Add ability to highlight simmilar text in the query
LINQPad doesn't do this right now, although you can cycle through matching words with Control+F3 / Shift+Control+F3 With C#/VB queries, Shift+Control+Up/Down will do the same, but using a symbol matc…2 · -
Re: Updating LINQKit version
Can you point me to the updated source?1 · -
Re: Custom config file with separate configs sections
This should be fixed in the new beta - LINQPad now parses the .config file and looks for all the configSource attributes and then copies over the files. http://www.linqpad.net/download.aspx#beta1 · -
Re: Issues with UI bleeding through from background
Thanks - I've now got a repro. It appears to be a bug in Windows 10 - it fails to virtualize the window size/position in certain conditions. I've written a workaround into the 5.22.05 beta which work…1 ·