Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several problemes #2

Open
Horst12 opened this issue Jan 1, 2021 · 7 comments
Open

Several problemes #2

Horst12 opened this issue Jan 1, 2021 · 7 comments

Comments

@Horst12
Copy link

Horst12 commented Jan 1, 2021

  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

@stax76
Copy link
Owner

stax76 commented Jan 1, 2021

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

@FitzWM
Copy link

FitzWM commented May 9, 2021

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.

@stax76
Copy link
Owner

stax76 commented May 10, 2021

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?

@FitzWM
Copy link

FitzWM commented May 12, 2021

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""

@stax76
Copy link
Owner

stax76 commented May 13, 2021

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.

@Horst12
Copy link
Author

Horst12 commented May 13, 2021

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

@stax76
Copy link
Owner

stax76 commented May 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants