-
Re: Highlight a substring
Util.WordRun (true, Util.Highlight ("hello"), "world")1 · -
Re: Resolving ambiguous types with "using" doesn't work
Press F4 for Query Properties. In additional namespace imports, put: Group = MyApp.Group1 · -
Re: Fonts resize after confirming preferences
Thanks for reporting - this is fixed in the latest beta: http://www.linqpad.net/beta.aspx1 · -
Re: LINQPad Debugger - Early Input Request!
Good call. Adding the name of the query to the process is problematic in that the process is created in advance from a global cache. However, it's easy enough to add the process PID to LINQPad's stat…1 · -
Re: Trace.WriteLine doesn't work
To save typing, and to get the benefit of LINQPad's output formatting, you can instead call DumpTrace(): "asdf".DumpTrace() As with Trace.WriteLine, output is suppressed unless you define t…2 ·