Search found 933 matches

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: 20443

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: 18838

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: 20641

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: 10693

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: 1323368

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...
by David Erceg
Tue Feb 16, 2021 10:44 am
Forum: Development
Topic: Is this project abandoned?
Replies: 7
Views: 1323368

Re: Is this project abandoned?

No, it's not abandoned. The most recent beta was released several months ago and the last commit was earlier this month.
by David Erceg
Wed Feb 03, 2021 8:43 am
Forum: Feature Requests
Topic: Add Dark mode theme or allow Win10's Dark Mode to override E++
Replies: 7
Views: 23483

Re: Add Dark mode theme or allow Win10's Dark Mode to override E++

There's no need to actually implement anything or make changes to Explorer++ if you want to use the current dark theme implementation. That implementation is available in the development builds and you can download the most recent build at: https://ci.appveyor.com/api/projects/derceg/explorerplusplu...
by David Erceg
Fri Jan 22, 2021 8:46 pm
Forum: Feature Requests
Topic: Tabs like web browsers or Clover
Replies: 3
Views: 8666

Re: Tabs like web browsers or Clover

I agree that those sorts of additions would be good. The trouble has always been that Win32 controls are difficult to style and customize. Which means that these sorts of changes might be technically possible but difficult to implement well. If there was an open source library that offered a tab con...
by David Erceg
Mon Jan 11, 2021 4:40 pm
Forum: Bug Reports
Topic: Synchronize Treeview Issues in v1.4 beta & dev
Replies: 5
Views: 17326

Re: Synchronize Treeview Issues in v1.4 beta & dev

Regarding performance, the issue is that to show a folder within the treeview, you have to enumerate each of its parent folders, something that can take a significant amount of time. For example, simply enumerating the Network folder on my PC takes about 30 seconds, even though there are no other PC...
by David Erceg
Fri Dec 25, 2020 12:23 am
Forum: Feature Requests
Topic: Dark Theme for Explorer++
Replies: 17
Views: 163477

Re: Dark Theme for Explorer++

For reference, dark mode has been mostly implemented in the development builds for about 6 months now - see https://github.com/derceg/explorerplusplus/issues/115.