Everything.NET icon indicating copy to clipboard operation
Everything.NET copied to clipboard

Several problemes

Open Horst12 opened this issue 4 years ago • 7 comments

  1. Open for dirs seems hardcoded for the Explorer and ignores the system wide setting for other file managers to handle directories.

  2. It doesnt store the size if I resize its window

  3. I see no way to increase the font size, it scales bad for a high res display

Horst12 avatar Jan 01 '21 10:01 Horst12

Thanks for the feedback, please click on the star at the top of the page, helps with motivation, again thanks.

stax76 avatar Jan 01 '21 17:01 stax76

Seconding this. Great project and love the overall design, but it does interfere with my workflow a bit, as I use Total Commander in place of Windows Explorer. Standard Everything opens paths up in TC, as expected, while Everything.NET opens everything in Explorer. Not sure why, as every other app seems to respect my registry edits with regard to TC, so I'm assuming it must be something hard-coded in the app.

By the way, I don't have any issues with the scaling on HiDPI. I have very bad eyes and am using 225% scaling on my 3440x1440 screen, and everything is easily legible. Certainly more than standard Everything. Overall, though, sincere thanks for the project; my seared retinas could not appreciate it more.

FitzWM avatar May 09 '21 18:05 FitzWM

On double-click it uses this command-line:

explorer.exe /n, /select, "file path"

This opens File Explorer with the given file selected. Is that the only explorer issue?

stax76 avatar May 10 '21 08:05 stax76

I believe so, yes. Ideally, it wouldn't hard code explorer.exe, but rather use the system call that File Explorer typically uses when you open a folder. I'm not sure what that system call is, but I can post a Registry edit I made to allow Total Commander totally to replace File Explorer for opening folders. It even opens folders in TC when I double-click them in File Explorer, so it should be manipulating the hook we're talking about. Not sure if it'll help, but here it is:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell] @="open"

[HKEY_CLASSES_ROOT\Drive\shell\open]

[HKEY_CLASSES_ROOT\Drive\shell\open\command] @="C:\totalcmd\TOTALCMD64.EXE /O "%1""

[HKEY_CLASSES_ROOT\Directory\shell] @="open"

[HKEY_CLASSES_ROOT\Directory\shell\open]

[HKEY_CLASSES_ROOT\Directory\shell\open\command] @="C:\totalcmd\TOTALCMD64.EXE /O "%1""

FitzWM avatar May 12 '21 17:05 FitzWM

It's not just opening a folder, it opens a folder plus selects a file.

What I can do is letting the user customize the command line using macros.

I've about 10 projects, working on this one requires me to learn WPF and MVVM which is by no means easy. Sometime this or next year I will add it.

stax76 avatar May 13 '21 12:05 stax76

All the requrested functionality is already available in the Everything toolbar. It has Dark theme and Rules with regular expressions what to start for which result. Works perfect with Total Commander. Its sitting in the Explorer taskbar. Toolbar

Horst12 avatar May 13 '21 12:05 Horst12

Everything is important, but not important enough to put it in the taskbar. Also, it was never a good idea to load dotnet into the shell.

stax76 avatar May 13 '21 15:05 stax76