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

Columns Layout: Column width adjustment by dragging divider #7863

Closed
dsolimini opened this issue Jan 21, 2022 · 5 comments
Closed

Columns Layout: Column width adjustment by dragging divider #7863

dsolimini opened this issue Jan 21, 2022 · 5 comments

Comments

@dsolimini
Copy link

What's the Problem?

When using Columns Layout, the width of each column is fixed, which makes it difficult to distinguish between file and folder names over ~20 characters long.
image
image

The only way to identify if you are on the right file/folder is to mouseover and wait for the tooltip to appear and then slowly move from entry to entry. As a result, it can be very fiddly and time consuming to find the appropriate file/folder while using this Layout, which is unfortunate because it is otherwise a very useful interface.

Even when there is plenty of space to the right of the current column, it still cuts off the files/folders at an arbitrary point.
image

Solution/Idea

The width of any individual column in Columns Layout should be adjustable with the mouse.

  1. Mousing over the dividing line should change the cursor to the double-headed arrow and permit the user to drag the divider to the right or left as needed.
  2. Double-clicking on the divider should auto-size the column to match the length of the longest file name in the folder shown to the left. (If parsing out that value is challenging, it could be to match the longest visible file name.)
  3. The column width setting for a given folder should be remembered from session to session.

The width of the current, or right-most column in Column layout should be the width of the available window space to the right.

Alternatives

  1. Speed up the tooltip reveal delay for filenames that are cut off in columns layout to be immediate on mouseover.
  2. Permit horizontal scroll of columns with long file names. (Though this gets very messy when columns layout itself has a horizontal scroll bar after enough columns/folders are opened in the view.

Priorities

Capability Priority
Mousing over the divider/dividing line between columns in the Columns Layout should change the cursor to the double-headed arrow and permit the user to drag the divider as needed, changing the width of the column to the left of the respective divider. Must
Double-clicking on the columns dividing line should auto-size the column to match the length of the longest file name in the folder shown to the left. (If finding that value is challenging, it could more simply match the longest visible file name.) Should
The column width setting for a given folder should be remembered from session to session. Should
The width of the current, or right-most column in Column layout should be the width of the available window space to the right. Should

Files Version

2.1.2.0

Windows Version

Windows 11 21H2 22000.376

Comments

No response

@JerissCloudCenter
Copy link

Any idea of this feature could be implemented?

I imagine a setting "Automatically adjust the multi-column width" and this setting would automatically define the width of the column depending on the length of the files in the folder. It would save lots of space for columns with short file name and allow proper identification of files with long file name.

@andrefromsbg
Copy link

Any idea of this feature could be implemented?

I imagine a setting "Automatically adjust the multi-column width" and this setting would automatically define the width of the column depending on the length of the files in the folder. It would save lots of space for columns with short file name and allow proper identification of files with long file name.

yeah this would be the best solution! +1

@Rpurplebeatle
Copy link

It would also be great to be able to adjust the size of the preview window!

@Josh65-2201
Copy link
Member

That's already possible

@ferrariofilippo
Copy link
Contributor

Duplicate of #6534

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Files task board Jan 15, 2023
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

8 participants