Search found 46 matches

by Janus
Sat Mar 03, 2018 5:16 am
Forum: Help and Support
Topic: Personal fork feedback requested.
Replies: 1
Views: 4238

Re: Personal fork feedback requested.

Okay, I have now uploaded the explorer++ source. explorerplusplus-180302.zip It is setup to use VS2013, Boost 1.64, Pantheios 1.01 Beta16 & Stlsoft 1.9.124 which I am using. Environmental variables used as follows Boost, Panthieos, StlSoft. I will be updating with the last few changes from githu...
by Janus
Fri Mar 02, 2018 9:42 am
Forum: Help and Support
Topic: Personal fork feedback requested.
Replies: 1
Views: 4238

Personal fork feedback requested.

I have been working on a private fork for my own use, and finally gotten it stable. This is based on the 180203 commit from github. Not a real fan of the reorganization of the filters, but it is usable. Sln/Vcxproj adjusted for VS2013, still doing x86 & x64 both. I have put them up at a temporar...
by Janus
Wed Feb 21, 2018 11:13 am
Forum: Feature Requests
Topic: Enhanced Search Dialog
Replies: 12
Views: 26613

Re: Enhanced Search Dialog

@Edgar5 No harm done. I actually run the stock fonts, which on my system is 8pt, with no scaling or other adaptations. I found the sound preferences, and everything was checked when I got there. Just a pet peeve of mine, I find the click on directory navigation maddening, but that is just me. VS is ...
by Janus
Wed Feb 21, 2018 9:27 am
Forum: Feature Requests
Topic: Enhanced Search Dialog
Replies: 12
Views: 26613

Re: Enhanced Search Dialog

Okay, thank you very much. A couple of notes however. You could have saved a bunch of space by eliminating the ipch directories, they serve no purpose for anyone besides you since they will be generated as needed during compile. Those were 900Mb alone. Also, I ran the supplied EXE, it not only ignor...
by Janus
Tue Feb 13, 2018 1:53 pm
Forum: Bug Reports
Topic: folders in directory tree (left pane) don't update
Replies: 1
Views: 5686

Re: folders in directory tree (left pane) don't update

I also have that issue. However, for me it does not start until I have a copy of explorer++ open for several hours. If closing and reopening it doesn't fix it. Then a logoff and back on does. Kind of annoying, but it might be related to filesizes not showing properly if you don't let them show when ...
by Janus
Sun Jan 21, 2018 2:26 pm
Forum: Feature Requests
Topic: Enhanced Search Dialog
Replies: 12
Views: 26613

Re: Enhanced Search Dialog

Looks nice. For my part, I am working on integrating voidtools everything for that purpose. Making it so that it replaces the built in search, and uses it for folder size as well. Would you mind if used your improvements along with my own, when I get mine done that is. Call everything if it is loade...
by Janus
Sat Jan 06, 2018 9:35 am
Forum: Bug Reports
Topic: File sorting issues.
Replies: 1
Views: 23473

File sorting issues.

Does anyone besides me hate that explorer++ sorts things taking human readable numbers into account? Yet another of the same stupid "features" that helped hold me back from Win7. I want things sorted by strictly the ascii values, not human readable numbers. So I went into the sort procedur...
by Janus
Tue Dec 26, 2017 6:38 am
Forum: Feature Requests
Topic: Option to sort files and folders together
Replies: 1
Views: 8411

Re: Option to sort files and folders together

If you look in /explorer++/shellbrowser/sortmanager.cpp there is int CALLBACK CShellBrowser::Sort(int InternalIndex1,int InternalIndex2) const At about line 60. It uses bool IsFolder1 = ((m_pwfdFiles[InternalIndex1].dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == FILE_ATTRIBUTE_DIRECTORY) ? true...
by Janus
Wed Sep 13, 2017 2:57 pm
Forum: Feature Requests
Topic: Toolbar button for folder size
Replies: 3
Views: 6757

Re: Toolbar button for folder size

Agreed, which is part of why I am working on properly integrating voidtools everything into folder size. I use it to keep track of my system and and my lan. It has its own database of files, and what I do is query it for a folder, then add up the file sizes. It is much faster than reading the direct...
by Janus
Sun Sep 03, 2017 6:34 am
Forum: Help and Support
Topic: How can I disable "double click blank area to go up a level"
Replies: 4
Views: 22198

Re: How can I disable "double click blank area to go up a level"

There is no setting. However, if you are willing to compile your own, it can be removed entirely. I have no idea what so ever who would have ever thought it was a good idea. \explorerplusplus-master\Explorer++\Explorer++\ListViewHandler.cpp Line:154 -> case WM_LBUTTONDBLCLK: of ListViewProcStub Simp...