-
Re: add RemoveAttribute for HTML Control.
Quick workaround should you need it: control.HtmlElement.Run("targetElement.removeAttribute('loading');");1 · -
Re: Realtime result logging to a growing table
I believe this should be available in v5 but you could try dumping the table as an observable. I believe LINQPad handles rendering it more efficiently just adding the new rows for every entry to the …1 · -
Re: Suggestion - Only add files to Recently Used list when they have been run or saved
Would definitely be appreciated, especially since the "Open 'My Queries' on single click" is the default. Personally I just leave all my frequently used scripts open and never close them no…1 · -
Re: Dumping in different panel
Any chance this could be implemented into LINQPad proper? That is, being able to dump to different target output panels, preferably with full support and functionality of the regular output panel. I …1 · -
Re: Linqpad Intellisense very slow
Generally speaking, when the source file size gets large (at least a couple 100k), then the analyzers and compilers will struggle to try to process it as it's edited in real time. So unless your data…1 ·