-
Re: Title bar - change to show currently active query with dirty indicator?
Adding the current document name to the window title is an easy mod. I'll put this into the next build. Note that under Windows, the document-appended text won't appear in the custom-drawn …1 · -
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 ·
