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

Feature Requests #37

Open
portable-hole opened this issue May 11, 2024 · 1 comment
Open

Feature Requests #37

portable-hole opened this issue May 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@portable-hole
Copy link

Some requests!

  1. The ability to arrange panels like File Panel on either left or right side.

Currently:
Folders | Files | Preview | Info/Related

Requested:
Info/Related | Preview | Files | Folders

Or fully modular placement in any order. :)

  1. Ability to see more than 1 file per row in File Panel, wrapping, with a larger maximum panel resize width (for ultrawide and 4K monitors). Example:

Current File Panel:
1
2
3
4
5
6
7
8

Proposed File Panel with 2 images per row:
12
34
56
78

With 3 images per row:
123
456
78

With 4 images per row:
1234
5678

  1. The ability to Quicklook by hovering without clicking a button or key, with customizable delay.

Thanks for this great software.

@hbl917070
Copy link
Owner

1:
@charles7668 has submitted relevant code, and I still need to evaluate its feasibility.

2:
This is a good suggestion, but there are many adjustments needed in the current structure to implement it, so it may not proceed quickly.

3:
I believe that the click action cannot be omitted.
The mechanism of QuickLook is: ‘Get the file selected in the current focus file manager’,
I’m not sure how to know which file the mouse is currently hovering over,
Even if there is a way to get such data, it must be the file manager of the current focus window to work,
That is to say, you have to at least click on the window to make the file manager or desktop the focus window to use it.

@hbl917070 hbl917070 added the enhancement New feature or request label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants