-
Re: Any plan to support color emoji in editor/result view?
Last time I tested the integrated Edge browser, it was way too feature-poor and unreliable. I'll try it again, but I doubt things have changed. The integrated IE engine is actually pretty robust.1 · -
Re: Any plan to support color emoji in editor/result view?
This will work right now:void Main() { "This contains an 😃 emjoji".WithEmoji().Dump(); } static class Extensions { public static object WithEmoji (this string s) => Util.WithStyle (s, &q…2 · -
Re: Beta versions to go sooner into production
I'm planning more frequent release updates, at least to begin with, in LINQPad 6. There will probably be 2-3 in the next 6 months. There's a trade-off, because some users find frequent automatic upda…1 · -
Re: Feature suggestion, font size
Use Control+Scrollwheel or Control+Plus/Control+Minus to change the font size in the editor. The same trick also works for the results panel if you're running Windows 8.1 · -
Re: [LINQPad 6] Add option to enable nullable reference types by default for all queries
This is now available in 6.3.0 (currently in beta): http://www.linqpad.net/LINQPad6.aspx#beta2 ·