Charles Lechasseur

Results 49 comments of Charles Lechasseur

Sorry for the very late reply, I'm going through the backlog... I understand how to create an app that can register a context menu programmatically in its UI. However, that's...

To be clear, would you like to completely disable the internal sorting by case-insensitive name added in 20.0, or to be able to sort by the same sort order as...

Before 20.0, the sort order was unstable - it was not necessarily the one you saw in Windows Explorer, AFAIK. In 20.0, I've added sorting by case-insensitive path. I'm not...

This rocks! That's a big PR so let me process it. I'm pretty busy at the moment but really want to integrate something like this. Thanks!

Ok, clearly I was too slow to respond to this and I apologize. I've gone through most of the PR and what I found is that I really like your...

There's nothing that I know of that prevents you from creating a window in a DLL called by rundll32. Is there?

> That's correct, but how do we handle the hotkey? Are you saying we integrate it all into the DLL and have the listener startup with another rundll call at...

> @clechasseur would you be willing to release a beta build of the app with this feature as is? I would love to start using it ;) That's doable. In...

> Seems like the installer has expired since then, any idea when a new build might come? Thank you for the work. That's unfortunate. Let me see what I can...

Indeed, this is _almost_ possible with stack manipulation. Here's an example: [CopyUNCAndSambaPaths.zip](https://github.com/clechasseur/pathcopycopy/files/12745333/CopyUNCAndSambaPaths.zip) However, this example pushes the string `" | "` between the two paths. This is because there doesn't...