Search found 938 matches

by David Erceg
Wed Oct 21, 2020 6:34 pm
Forum: Help and Support
Topic: Memory leak in 1.4.0.1637
Replies: 6
Views: 13580

Re: Memory leak in 1.4.0.1637

After investigating it a bit more, this will have been due to the code used to save data to the XML config file. That code (as well as the code to load from the config file) was leaking a lot of memory. It's not really visible with 1.3.5, because that version loads data once and saves it once. On th...
by David Erceg
Sat Oct 17, 2020 3:40 pm
Forum: Bug Reports
Topic: Toolbar crash
Replies: 2
Views: 9515

Re: Toolbar crash

Thanks for reporting this. It should be fixed in the latest development build.
by David Erceg
Fri Oct 16, 2020 10:34 pm
Forum: Help and Support
Topic: PDF preview
Replies: 5
Views: 13440

Re: PDF preview

If the previews are being generated by Adobe Acrobat Reader DC, this should be fixed in the development build soon.
by David Erceg
Thu Oct 15, 2020 8:53 pm
Forum: Bug Reports
Topic: Explorer++ leaving temporary files behind
Replies: 1
Views: 10677

Re: Explorer++ leaving temporary files behind

This issue is old, but for reference, Explorer++ doesn't create any temporary files for those background images. They're stored as resources within the executable and loaded that way, so if files like that are being created, that's something that's done by Windows itself.
by David Erceg
Tue Oct 13, 2020 12:05 pm
Forum: Help and Support
Topic: Memory leak in 1.4.0.1637
Replies: 6
Views: 13580

Re: Memory leak in 1.4.0.1637

There is one situation I'm aware of that can cause memory (and cpu) usage to spike in this sort of way. It has to do with the way folders are managed within the treeview. When a folder in the treeview is displayed, there's a query that's performed to determine whether the folder has any subfolders (...
by David Erceg
Sat Mar 28, 2020 10:57 pm
Forum: Bug Reports
Topic: Detailview Gridlines
Replies: 3
Views: 11134

Re: Detailview Gridlines

Thanks for the report. This is fixed in https://github.com/derceg/explorerplusp ... c120f8bc0a.
by David Erceg
Thu Nov 14, 2019 3:22 pm
Forum: Help and Support
Topic: Font size
Replies: 9
Views: 18445

Re: Font size

I've been working on updating the application to support DPI scaling the last few days. So while I don't necessarily plan to add support for configurable font sizes, the application will scale with the system DPI. Which means you'll be able to get increased font/icon/window sizes by increasing the D...
by David Erceg
Fri Oct 04, 2019 7:04 am
Forum: Help and Support
Topic: Mail notifications at forum
Replies: 2
Views: 7102

Re: Mail notifications at forum

It looks like emails are still going out. Postmark shows a few recent emails that have been marked as delivered. I've also been getting emails and I think there have been some users that have signed up recently and activated their accounts via email.

So as far as I know, it's working fine.
by David Erceg
Wed Jul 03, 2019 5:11 am
Forum: Help and Support
Topic: Er, has the developer abandoned Exp++?
Replies: 2
Views: 7971

Re: Er, has the developer abandoned Exp++?

There's still development taking place. I worked on it earlier this year and I've been working on it again today, actually. I tend to take breaks of several months, so it's not unusual for me to disappear for a while. I do also read posts here, though I'm not very active when it comes to replies. Th...
by David Erceg
Fri Feb 01, 2019 7:05 pm
Forum: Help and Support
Topic: Sort folders tabs by name?
Replies: 1
Views: 5512

Re: Sort folders tabs by name?

There's not currently, no. I have, however, been working on adding some scripting functionality to Explorer++ the last few days. That would make it possible to implement this functionality with a small amount of scripting. I've built a script to do this using the current set of API methods I've impl...