Krzysztof Kowalczyk

Results 321 comments of Krzysztof Kowalczyk

Please check latest [pre-release](https://www.sumatrapdfreader.org/prerelease). On `Ctrl + Tab` I've implemented a tab selection via command palette, similar to your dropdown with list of tabs idea. You can also use `Ctrl...

Only happens with `UseTabs = true`. It works if you press `Alt` and then `v` but not for `Alt + v` when focus is in bookmarks or favorites treeview.

Don't know where the logic for triggering this menu is. Is it OS? Somewhere in `WndProcSumatraFrame` ?

The issue is in `openFileWithEditor()` / `openDirectoryWithEditor()` On windows it should launch default handler app for a file like e.g.: ```go cmd := exec.Command("cmd", "/c", "start", absPath) if err :=...

You can now customize toolbar: https://www.sumatrapdfreader.org/docs/Customize-toolbar

This UI is implemented in html / javascript. I see a bunch of exceptions, most likely from mshtml: ``` Exception thrown at 0x00007FFF0989531C in SumatraPDF.exe: Microsoft C++ exception: Js::JavascriptExceptionObject at...

Verified it's not a regression i.e. it worked liked this since at least 3.2

I deleted the comments because this is not the place for such discussion. I didn't close this request which means that if I get to implementing it, it'll be something...