David Erceg

Results 89 comments of David Erceg

Hi @Palollo, could you add some information about why this is needed? Screenshots showing the problem and how this fixes it might be useful. Thanks.

The general idea here could work, but the implementation, as it exists right now, isn't workable. The list of icons needed isn't static, since items can be added to the...

I think adding this functionality is a good idea, though I think the implementation should be different. I recently added a `MultipleWindowsPerSession` command line flag. When Explorer++ is invoked with...

Actually, what might work better would be to add your changes, excluding the changes to `Explorerplusplus::CreateMainWindow`. Then, I can update `Explorerplusplus::OpenDirectoryInNewWindow` to create a new window in-process if the `MultipleWindowsPerSession`...

Hi githubmate, was there a crash dump created? If so, can you attach it here?

At the moment, if enumerating a directory fails, Explorer++ will instead navigate to the default folder. Similarly, if you were to remove the drive while Explorer++ was open, any tabs...

It looks like it crashed because copying the icon failed. Does this happen consistently whenever you change the folder icon and refresh? I tried a few times on Windows 7...

To clarify, the tab control needs to copy the icon for a folder from the system image list, so that it can display it. It's that copy that failed. The...

Sorry, the command line in `Plugins/Readme.txt` was out of date. The relevant option was changed a year ago to make enabling non-default features more consistent. It should be: `explorer++.exe --enable-features...