-
Re: LINQPad support for F# 5?
It's not likely to be supported until this bug is fixed: https://github.com/dotnet/fsharp/issues/8560 They don't seem to be in any hurry - perhaps you could add to that thread.1 · -
Re: Tabs are converted to spaces (even though configured not to)
The option in LINQPad that controls whether tabs are converted to spaces applies only to the editor. With the results panel, output is rendered as HTML which doesn't normally render tabs except as or…1 · -
Re: Writing custom visualizer for Linqpad 6
In this case, you don't even need the conditional: tv.Dump(title) will work for both LINQPad 5 and 6. The reason for not being able to access PanelManager is that LINQPad.Runtime does not have any de…1 · -
Re: Text zoom percentage
Sorry, I answered the wrong question. Yes, Ctrl+0 resets the results zoom. I've also been getting requests to reset the editor zoom, which will be implemented shortly.1 · -
Re: The type initializer for 'DumpExtensions' threw an exception.
See https://stackoverflow.com/questions/64269029/linqpad-throwing-dumpextensions-exception/64271970#642719701 ·