Search found 948 matches
- Mon Nov 21, 2022 10:43 pm
- Forum: Bug Reports
- Topic: Search window does not open
- Replies: 2
- Views: 30554
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...
- Fri Sep 09, 2022 6:46 pm
- Forum: Help and Support
- Topic: Windows 11 compatibility for 1.4 beta?
- Replies: 7
- Views: 41861
Re: Windows 11 compatibility for 1.4 beta?
It should work and does work for me. What's the error?
- Sun Aug 14, 2022 12:33 pm
- Forum: Bug Reports
- Topic: Exception thrown on creating a new folder then renaming and navigating to it
- Replies: 1
- Views: 30055
Re: Exception thrown on creating a new folder then renaming and navigating to it
This will be fixed in a development build soon.
- 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: 35661
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.
- Sun Aug 14, 2022 12:22 pm
- Forum: Bug Reports
- Topic: "Hide protected operations files" doesn't act on Navigation pane
- Replies: 3
- Views: 43618
Re: "Hide protected operations files" doesn't act on Navigation pane
This will be fixed in a development build soon.
- Sun Aug 14, 2022 12:04 pm
- Forum: Bug Reports
- Topic: Crash on launch with "On startup - Load default folder" selected
- Replies: 1
- Views: 27583
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.
- 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: 25394
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.
- Tue Aug 09, 2022 4:48 am
- Forum: Feature Requests
- Topic: Remembering Folder View Settings
- Replies: 2
- Views: 25474
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...
- Fri Dec 03, 2021 1:29 am
- Forum: Help and Support
- Topic: SOLVED=> 'Error: could not register class'
- Replies: 6
- Views: 19024
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)?
- Fri Feb 19, 2021 3:56 pm
- Forum: Development
- Topic: Is this project abandoned?
- Replies: 7
- Views: 1466307
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...