인생은 다 그런거야

사랑과 배려, 그리고..,

당신을 진심으로 초대합니다.

컴퓨터 자료실/소프트웨어 소개

Explorer++ Version 1.4.0 beta 2

인생은 다 그런거야 2023. 2. 22. 23:02
Explorer++ Version 1.4.0 beta 2

 

 

Explorer++ 1.4

It’s now been just over 6 years since the last stable release of Explorer++. In that time, there have been a significant number of changes to the code, though no new releases.

The reason for that is the bookmarks system, which I first started rewriting in 2011. That work is still in progress at the moment and is holding up any future release. I think the functionality is mostly there, but there are still some key parts that are missing. Once it’s done, the next release can go ahead and any future releases should be a lot quicker.

In this post, I’ll cover some of the important changes that have been made since version 1.3.5.

Fixing the column retrieval code

In Explorer++, column results are retrieved in a background thread. That stops the application from hanging while data is being retrieved. However, the code to do that had a number of issues with thread safety. In simple terms, it wasn’t thread safe at all. It was trivial to crash the application just by changing folders while results were being retrieved.

In the updated implementation, that’s no longer a problem. The column results are retrieved in a way that means that directory changes have no effect on the process.

The same thing also applies to the retrieval of file icons and thumbnails.

Some of the newer features of C++ (e.g. std::future) were quite helpful in implementing this set of changes. If you’re interested in some of the technical points, see this commit, for example, which explains some of the previous issues and how they’ve been fixed.

To me, this is a fairly major improvement and one that should help cut down the crashes that people sometimes see.

Fixing a crash that occurred when right-clicking in Windows 10

This is something that’s been frequently reported by users. It’s due to an interaction with the OneDrive shell extension. Ultimately, I’m not sure why it causes a crash, but as a workaround, Explorer++ won’t load the extension, which stops the crash from occurring.

Removing support for Windows XP

This one had been a long time coming. Unfortunately, supporting older versions of Windows has a number of costs associated with it.

For example, it makes it hard to use API methods introduced in newer versions of Windows. While it is technically possible to use newer API methods on newer versions of Windows, it’s more complex than I would like and it can mean that you have to maintain two implementations - one for older versions of Windows and one for newer versions.

For that reason, I avoided using any API methods introduced since Windows XP was released. Dropping support for it means that it’s now possible to easily use methods that were introduced with Windows Vista.

Support for Vista will also be dropped at some point, probably after the next release.

 

 

explorerpp_x64.zip
2.50MB
explorer++_1.3.5_x64.zip
0.68MB