Chris Davis
Chris Davis
I probably fixed this with the PR I have open: #150
I don't have any plans on localization. I wish I had more time to do so.
Thanks! I'll experiment with this. I did update the code in the latest release to properly specify the window it was invoked from. https://github.com/chrdavis/SmartRename/releases/tag/v1.0.1
If there is interest I would try to add localization support. Let me look into it.
Here is the Data Grid styling if you want it: https://gist.github.com/chrdavis/288d743362b963b875832cc493d2cc94 I used some of te WPFDarkTheme code in a separate project and had to implement the Data Grid styling...
Unfortunately, Windows Explorer does not expose such functionality for thumbnails. We can only provide a static bitmap.
A windows explorer preview handler for animated GIFs would be possible. The preview handler hosts a HWND that could be the WebView control with the GIF loaded.
> This change should have a potentially larger impact on static initialization without any loss of safety: > > ```diff > diff --git a/include/llvm/ADT/StringRef.h b/include/llvm/ADT/StringRef.h > index 957707f427c..911a7b6bc9b 100644 >...
Thanks I've updated the change and verified the static initializers are gone after building clean.
I need one more reviewer. Would love to close this out before the holidays.