Search found 936 matches

by David Erceg
Sat May 20, 2023 9:21 am
Forum: Help and Support
Topic: LongPathName on Win10 et 11 - PRO
Replies: 2
Views: 34882

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

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

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

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

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

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

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

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.
by David Erceg
Mon Nov 21, 2022 10:43 pm
Forum: Bug Reports
Topic: Search window does not open
Replies: 2
Views: 19104

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

Re: Windows 11 compatibility for 1.4 beta?

It should work and does work for me. What's the error?