-
Re: GroupJoin with incorrect data
This is indeed a bug in LINQ-to-SQL. I've included a fix in 9.10.2. It now translates HeapOuters.GroupJoin ( HeapInners, o => o.Id, i => i.IdOuter, (o, ins) => new { o.Id, Items = ins.T…1 · -
Re: Feature Request: Font Settings for Code Completion / Hint Tooltips
9.10.2 now honors the editor zoom level for completions and tooltips on low-DPI screens.1 · -
Re: Feature Request: Font Settings for Code Completion / Hint Tooltips
Font-size scaling for autocompletion and tooltips hasn't been implemented in the low-DPI renderer. This looks like an omission; I'll get onto it.1 · -
Re: Is there a keyboard shortcut that achieves the exact same effect as calling Util.ClearResults()?
This feature is now available in the 9.10.1 beta. Shortcut: Ctrl+K, E or Command-K, E.2 · -
Re: "Show Explorer Trees" Custom Keybinding Change Not Reflected in UI
Thanks - I'll a fix into 9.10.x.1 ·
