Search found 910 matches
- Fri Dec 03, 2021 1:29 am
- Forum: Help and Support
- Topic: SOLVED=> 'Error: could not register class'
- Replies: 5
- Views: 2043
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: 6
- Views: 9375
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...
- Tue Feb 16, 2021 10:44 am
- Forum: Development
- Topic: Is this project abandoned?
- Replies: 6
- Views: 9375
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.
- 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: 10153
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...
- Fri Jan 22, 2021 8:46 pm
- Forum: Feature Requests
- Topic: Tabs like web browsers or Clover
- Replies: 3
- Views: 4587
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...
- Mon Jan 11, 2021 4:40 pm
- Forum: Bug Reports
- Topic: Synchronize Treeview Issues in v1.4 beta & dev
- Replies: 5
- Views: 7821
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...
- Fri Dec 25, 2020 12:23 am
- Forum: Feature Requests
- Topic: Dark Theme for Explorer++
- Replies: 12
- Views: 64328
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.
- Fri Dec 25, 2020 12:11 am
- Forum: Feature Requests
- Topic: Add Dark mode theme or allow Win10's Dark Mode to override E++
- Replies: 7
- Views: 10153
Re: Add Dark mode theme or allow Win10's Dark Mode to override E++
Dark mode has been mostly implemented in the development builds for about 6 months now - see https://github.com/derceg/explorerplusplus/issues/115. Since the request for a dark mode has been in this forum for years, with zero action, I would ask that instead of adding a dark mode, just allow the Exp...
- Sun Dec 06, 2020 12:56 pm
- Forum: Bug Reports
- Topic: 1.3 or 1.4 - Very slow remote navigation on large amount of elements
- Replies: 6
- Views: 7379
Re: 1.3 or 1.4 - Very slow remote navigation on large amount of elements
Oh, first browsing is faster allright. That's good to know, at least. It's a bit frustrating that the best performance would come from having a split implementation, when a unified implementation is simpler. Personally, I think there would be much greater gains made from performing the enumeration ...
- Sat Dec 05, 2020 5:36 pm
- Forum: Bug Reports
- Topic: 1.3 or 1.4 - Very slow remote navigation on large amount of elements
- Replies: 6
- Views: 7379
Re: 1.3 or 1.4 - Very slow remote navigation on large amount of elements
After investigating a bit further, it looks like the reason why IShellFolder2::GetDetailsEx has the same performance as SHGetDataFromIDList is that they both retrieve data cached within the PIDL. The behavior of SHGetDataFromIDList is discussed at https://www.zabkat.com/2xExplorer/shellFAQ/bas_xplor...