David Erceg

Results 89 comments of David Erceg

Which version of Explorer++ are you using? If the development version, it's important to only use the DLLs built for that specific version. There's also the possibility that the translation...

Thanks for the PR, I'll merge it in. Since Explorer doesn't show the accelerators in the menu, I think it's best to do the same and leave them out.

There is in the latest development build. Follow the steps shown in [Plugins/Readme.txt](https://github.com/derceg/explorerplusplus/blob/554ecc2f797350455afce54bdd5156912cf0f81a/Plugins/Readme.txt) to run Explorer++ with plugin support. In this case, you'd want to copy the [update_accelerators](https://github.com/derceg/explorerplusplus/tree/554ecc2f797350455afce54bdd5156912cf0f81a/Plugins/update_accelerators) folder into...

Unfortunately, I'm not sure there's much I can do here. I've looked into it in the past and found that while other people have encountered the same problem when opening...

If you're testing on testing on a high DPI display, what's happening is that Windows is bitmap scaling the application, making it look blurry. There's a manifest property that applications...

Can you confirm whether you're using large icons view or thumbnails view? Thumbnails are only shown in the latter.

@yhyu13 Yes, it should. You'll need to use the one of the recent development builds on Windows 8+.

Clicking the button essentially just executes C:\WINDOWS\system32\cmd.exe. Can you test with the latest version to see if this is still a problem?

To be able to cancel the operation, the enumeration would have to be done on a background thread. Which is something I've thought about doing for years, but have been...