Search found 938 matches

by David Erceg
Mon Nov 21, 2022 10:43 pm
Forum: Bug Reports
Topic: Search window does not open
Replies: 2
Views: 21070

Re: Search window does not open

I did make a change a few months back to ensure that the main window is visible on startup. Someone reported an issue where the application opened off screen after a monitor change. So I'll likely do something similar with the dialogs, to ensure that they're at least visible when opened. I suppose i...
by David Erceg
Fri Sep 09, 2022 6:46 pm
Forum: Help and Support
Topic: Windows 11 compatibility for 1.4 beta?
Replies: 7
Views: 33344

Re: Windows 11 compatibility for 1.4 beta?

It should work and does work for me. What's the error?
by David Erceg
Sun Aug 14, 2022 12:28 pm
Forum: Bug Reports
Topic: 1.4.x: Going up level does not select folder came from
Replies: 3
Views: 30462

Re: 1.4.x: Going up level does not select folder came from

Just to note that this has been working again in development builds for a while now.
by David Erceg
Sun Aug 14, 2022 12:22 pm
Forum: Bug Reports
Topic: "Hide protected operations files" doesn't act on Navigation pane
Replies: 3
Views: 35082

Re: "Hide protected operations files" doesn't act on Navigation pane

This will be fixed in a development build soon.
by David Erceg
Sun Aug 14, 2022 12:04 pm
Forum: Bug Reports
Topic: Crash on launch with "On startup - Load default folder" selected
Replies: 1
Views: 24436

Re: Crash on launch with "On startup - Load default folder" selected

This is probably due to an interaction with the "Open new tabs next to the current one" setting. Which could cause a crash on startup in past versions, but has since been fixed.
by David Erceg
Sun Aug 14, 2022 11:56 am
Forum: Bug Reports
Topic: Infinite loop if you select a folder you don't have access to
Replies: 1
Views: 22653

Re: Infinite loop if you select a folder you don't have access to

Thanks, I've fixed this and the fix will be in a development build in the near future.
by David Erceg
Tue Aug 09, 2022 4:48 am
Forum: Feature Requests
Topic: Remembering Folder View Settings
Replies: 2
Views: 21570

Re: Remembering Folder View Settings

One method that's relevant here is ShellBrowser::EnumerateFolder . That method is called when enumerating a folder and can fail for a variety of reasons (e.g. if the directory doesn't exist). However, past a certain point, the navigation is committed and is guaranteed to proceed (even if there are l...
by David Erceg
Fri Dec 03, 2021 1:29 am
Forum: Help and Support
Topic: SOLVED=> 'Error: could not register class'
Replies: 6
Views: 11690

Re: Error: could not register class

I can't reproduce this; opening Explorer++ 1.3.5 on Windows 7 Pro SP1 works fine for me. Does the same thing happen when you use the latest dev build (you can obtain that from https://ci.appveyor.com/project/derceg/ ... /artifacts)?
by David Erceg
Fri Feb 19, 2021 3:56 pm
Forum: Development
Topic: Is this project abandoned?
Replies: 7
Views: 1337706

Re: Is this project abandoned?

In terms of the next release, the current beta is likely what will become 1.4 (without any other changes). I just haven't gotten around to making the release yet. There are bugs in the beta that have since been fixed and there are other issues I know about, but it's probably not worth holding the re...