hbl917070 / Tiefsee4

An open-source image viewer for Windows with powerful features and ease of use
https://hbl917070.github.io/aeropic/
MIT License
268 stars 11 forks source link

Feature Requests #37

Open portable-hole opened 1 month ago

portable-hole commented 1 month ago

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. :)

2) 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 commented 1 month ago

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.