Replies: 6 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? |
Beta Was this translation helpful? Give feedback.
-
#361 possibly relevant. |
Beta Was this translation helpful? Give feedback.
-
#1066 relevant. |
Beta Was this translation helpful? Give feedback.
-
sounds good to me too, except for I'd also like to be able to navigate files using |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
#9647 relevant |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions