-
Notifications
You must be signed in to change notification settings - Fork 496
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
[UX] Move rename input box view adaptively #1192
Comments
I think a better approach is to keep the cursor as centre as possible? |
That sounds good as well |
Oh, it's even better described in here! I would just keep the cursor at its position until the amount of characters left is less then the characters fitting into the length of the input field. After that the cursor position could be released. So it stays at his position all the time until the "expression" is getting smaller then the input field and starts moving! |
Personally I'd much rather have the rename done on the status bar like the familiar vim's command line bar. The area of the input bar is self-limiting and almost always overlaps text (taking up 3 rows of text) that might be useful context. There's plenty of space in both the top bar and status bar for everything else. A command line would also open up to the possibility of running actions boundable to keybindings. |
+1 for a command bar like in vim. |
Please describe the problem you're trying to solve
When renaming a file and the file name is very long, only a part of the name is displayed in the input box. Deleting all characters within the view won't make the view automatically go left. This is a bit inconvenient and a little confusing.
For example:
Would you be willing to contribute this feature?
Describe the solution you'd like
Perhaps try not to let the cursor touch the left border, e.g. pan the view left when cursor is around 6 characters away from the left border
Additional context
No response
The text was updated successfully, but these errors were encountered: