-
Re: LINQPad.Controls.TextBox got some behavior like string escape when it Dump
Thanks - I'll get a fix into the next build.1 · -
Re: Anyone else having strange text distortions
Try the latest beta and let me know if this fixes the problem: https://www.linqpad.net/linqpad6.aspx#beta1 · -
Re: Intellisense error for indexer inside function call
Try with the latest beta and let me know how you get along.1 · -
Re: Please don't remove standard window caption controls from dialogs (Minimize, Maximize, Close)
Regarding the NuGet package manager dialog, you're right: Given that it has a Close button, the title bar should also have close button, and given that it's resizable, the maximize button on the titl…1 · -
Re: LINQPad Controls don't call the ToDump methods of their children when dumped.
The simplest way to accomplish this to add the child controls to RangeControl's VisualTree: public RangeContainer (int value){ VisualTree.Add (range = new RangeControl (0, 100, value)); VisualTree.Ad…1 ·