Search found 938 matches

by David Erceg
Mon May 22, 2023 2:19 am
Forum: Help and Support
Topic: Latest build
Replies: 4
Views: 56988

Re: Latest build

The executables are available in the artifacts tab on AppVeyor. You can also use the following direct links: 32-bit: https://ci.appveyor.com/api/projects/derceg/explorerplusplus/artifacts/explorerpp_x86.zip?branch=master&pr=false&job=Platform%3A%20Win32 64-bit: https://ci.appveyor.com/api/pr...
by David Erceg
Sun May 21, 2023 10:03 am
Forum: Help and Support
Topic: Latest build
Replies: 4
Views: 56988

Re: Latest build

Hi mekd, you can find the latest builds on AppVeyor:

https://ci.appveyor.com/project/derceg/ ... nch/master

Select a platform and then check the artifacts tab.
by David Erceg
Sat May 20, 2023 9:21 am
Forum: Help and Support
Topic: LongPathName on Win10 et 11 - PRO
Replies: 2
Views: 37218

Re: LongPathName on Win10 et 11 - PRO

The application is marked as long path aware (as of 6 months ago), but unfortunately, that doesn't have much of an effect. The shell interfaces that the application uses all fail when the path is greater than 260 characters. Microsoft would need to update those interfaces. Until that happens, there'...
by David Erceg
Sun Apr 09, 2023 10:26 am
Forum: Bug Reports
Topic: E++ no longer expands to shell folders in nav pane. (W11)
Replies: 7
Views: 55199

Re: E++ no longer expands to shell folders in nav pane. (W11)

Also, to expand a bit more on why "This PC" isn't considered to be a parent of "C:\Users\{username}\Downloads", the reason is that parsing paths (e.g. paths like "C:\Users\{username}\Downloads") aren't unique in the shell namespace. In the filesystem, they are. You can'...
by David Erceg
Sun Apr 09, 2023 10:05 am
Forum: Bug Reports
Topic: E++ no longer expands to shell folders in nav pane. (W11)
Replies: 7
Views: 55199

Re: E++ no longer expands to shell folders in nav pane. (W11)

It looks like the folders no longer compare equal. That is, when you enter the path "C:\Users\{username}\Downloads", the resulting ITEMIDLIST no longer compares equal to the ITEMIDLIST for the "Downloads" folder on the desktop. Which is unexpected, since that works in Windows 10 ...
by David Erceg
Sun Apr 09, 2023 9:46 am
Forum: Bug Reports
Topic: New bookmarks forgotten if multiple instances open...
Replies: 2
Views: 40259

Re: New bookmarks forgotten if multiple instances open...

Originally, I had planned to make multiple instances of the application communicate and share information about bookmarks. But my preference now would be to do what web browsers do and always run a single instance (Chrome, for example, has a single browser process, which is responsible for creating ...
by David Erceg
Sun Apr 09, 2023 9:17 am
Forum: Bug Reports
Topic: Shell Folders don't display in 'This PC' any more (W11)
Replies: 3
Views: 40772

Re: Shell Folders don't display in 'This PC' any more (W11)

Yes, it looks like this is something Microsoft have changed. I might look into adding some additional options to control whats shown in the treeview in the future.
by David Erceg
Thu Feb 16, 2023 3:03 pm
Forum: Feature Requests
Topic: Alt Menu Hotkey Support (Assign #1-8 to View options)
Replies: 4
Views: 46943

Re: Alt Menu Hotkey Support (Assign #1-8 to View options)

I spent some time looking into the specifics of what would need to be done at the end of last year, so it is something I've been planning to do. I don't think I can give an exact timeframe, since it depends on what other work I have going on.
by David Erceg
Wed Feb 15, 2023 4:20 pm
Forum: Feature Requests
Topic: Alt Menu Hotkey Support (Assign #1-8 to View options)
Replies: 4
Views: 46943

Re: Alt Menu Hotkey Support (Assign #1-8 to View options)

Hi WandersFar, this has already been implemented in the dev version, thanks to a patch from the member of the community.
by David Erceg
Wed Dec 28, 2022 8:34 am
Forum: Help and Support
Topic: How do I make my view be 'details' by default?
Replies: 10
Views: 102686

Re: How do I make my view be 'details' by default?

AnthraX wrote: Thu Oct 25, 2018 9:27 pm Unfortunately, this basic feature has been removed from Explorer++ 1.4.
The section Tools | Options | Default Settings is no longer there!
Just a note that the default settings tab definitely hasn't been removed.