Search found 948 matches

by David Erceg
Wed Feb 12, 2025 8:52 am
Forum: Bug Reports
Topic: Recent dev builds: 'Please wait while Windows configures Explorer++'
Replies: 4
Views: 9639

Re: Recent dev builds: 'Please wait while Windows configures Explorer++'

The installer project hasn't had any substantial changes since 2018, so I'm not sure what's happening here.
by David Erceg
Thu Jan 23, 2025 10:01 am
Forum: Bug Reports
Topic: Explorer++ does not run immediately after closing
Replies: 1
Views: 2957

Re: Explorer++ does not run immediately after closing

Hi cosmoprince, which version of Explorer++ are you using? Also, does the process always hang when exiting, or only in specific situations (e.g. when you have a specific tab open)?
by David Erceg
Thu Jan 23, 2025 9:56 am
Forum: Bug Reports
Topic: Rename - F2 cycling
Replies: 2
Views: 3108

Re: Rename - F2 cycling

Hi tengai, this bug has already been fixed in the dev build.
by David Erceg
Wed Jan 15, 2025 4:46 pm
Forum: Help and Support
Topic: Folder pane showing system folders
Replies: 3
Views: 4008

Re: Folder pane showing system folders

Hi zed, to clarify, is Explorer++ crashing or freezing? If it crashes, the window will likely disappear. On the other hand, if it's freezing, you'll get something like the "Not Responding" message, possibly with high CPU usage as well. Do you see the same issues using the dev build? The st...
by David Erceg
Tue Dec 17, 2024 9:16 am
Forum: Bug Reports
Topic: [fixed] Small glitch on dev build
Replies: 1
Views: 3882

Re: Small glitch on dev build

Thanks, I've fixed this locally, but haven't pushed the change just yet.
by David Erceg
Fri Sep 13, 2024 11:33 am
Forum: Help and Support
Topic: Buffer overflow vulnerability in Explorer++
Replies: 1
Views: 8379

Re: Buffer overflow vulnerability in Explorer++

From what I understand, the issue here arises when passing a long command line argument. The command line handling code has been completely replaced in 1.4, so it should no longer be a problem. The other point I'd make is that if an attacker can execute arbitrary programs with arbitrary arguments, t...
by David Erceg
Fri Jul 26, 2024 7:58 am
Forum: Help and Support
Topic: Advice regarding making a file explorer with C++ for as a semester project.
Replies: 1
Views: 13913

Re: Advice regarding making a file explorer with C++ for as a semester project.

Hi! Hopefully the answers below are of some help. Q: Is it possible to make a file manager that works both on Windows and Linux? Yes, Dolphin is one example. Q: What do I have to learn to make a file explorer? The basic functionality would include: Enumerating a list of files in a directory. Display...
by David Erceg
Fri Jul 26, 2024 6:49 am
Forum: Feature Requests
Topic: Dark Theme
Replies: 4
Views: 22059

Re: Dark Theme

A more or less complete implementation of dark mode is contained within the dev version. I plan on releasing a beta version based on that soon and a stable version sometime after that. But it's likely that the current dev version will become the next stable version with few changes. So, if you want ...