-
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 · -
Re: Linqpad switch to Results panel programmatically
You can now do this in the new beta: http://www.linqpad.net/download.aspx#beta Util.SelectedOutputPanelIndex = 0;2 ·