-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Expand the picker UI #1163
Comments
I really like the idea of having a clear, navigable, sortable, configurable and robust file picker. The preview window (though resizing sounds like a good idea) with syntax highlighting is so killer, it calls out to me to be more useful, like being able to confidently navigate around a project or codebase, or indeed, any group of files I might want to edit. The closer helix comes to this, the less a user would have to modify the core client (perhaps with a plugin) to obtain this potentially useful functionality. I also don't see a downside: I imagine a typical user won't find a more robust filepicker troublesome. However, I understand the desire to keep the default interface simple, as is made clear in the quote from Archseer above. Is there any aspect to the group of goals I mentioned above that are desirable, and could be useful to guide further development of the file picker? |
#361 possibly relevant. |
#1066 relevant. |
sounds good to me too, except for I'd also like to be able to navigate files using |
I think we'd better have different styles for pickers. e.g. Sublime's Ctrl+p, the original one and quickfix list. All of them are |
#9647 relevant |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Moved from #1075, recap:
The picker is contained inside a box in the center of the window which block the almost whole view of the buffer in the back and also make the preview a bit small. We should expand the picker to the whole window, not just the file picker but also the other picker as well:
from this:
to this:
by:
Navigate the picker should be the same (using UP, DOWN and ENTER).
=== Read more about tree widget idea ===
I has suggested to follow Sudormrfbin's idea:
Navigate the picker should be the same (using UP, DOWN and ENTER), if the pointer focus on a directory (e.g:
dir/
) user can press ENTER to expand/fold it back. The user could keep the picker on the screen all the time, this should close #200.But as Archseer said:
Therefore the tree widget system will be an idea for future plugin.
The text was updated successfully, but these errors were encountered: