Feature request: Results double-clickable
The title says it all.
Just like in the query/code section I would like double click VS behaviour (or even triple click VS behaviour)
1 double click to select the /w
2 triple click to select between the last /n and the next /n
Is there another forum to post feature requests? github? can we contribute to the code base? or write an extension?
Comments
This is a bug in the WebBrowser control that Microsoft refuse to fix. I've spent hours exploring various workarounds, but none of them are reliable.
I've read about it here: https://forum.linqpad.net/discussion/comment/1880?
Maybe now with crEdge being popular and WebView2 being available there are more options?
https://linqpad.uservoice.com/forums/18302-linqpad-feature-suggestions/suggestions/3860459-select-highlight-text-in-the-rich-text-results-p
The JS suggestion on that thread seems to work. If you'd like to test it more, add the following code to your My Extensions query in LINQPad 6:
To activate in a query, add this to the start:
Fix.Doubleclick();
Let me know if you run into any problems. I can look into make this the default if I know it won't cause issues.