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

Feature: Add Open folder button #730

Closed
fanantoxa opened this issue Aug 31, 2019 · 3 comments · Fixed by #2763
Closed

Feature: Add Open folder button #730

fanantoxa opened this issue Aug 31, 2019 · 3 comments · Fixed by #2763
Labels
A-file-explorer Area: File explorer enhancement New feature or request

Comments

@fanantoxa
Copy link
Contributor

For windows users usual flow in file browser and mount. Using command line usually uncommon.
Editor already have button to add file, adding button to change folder might help to test editor easier.

@bryphe bryphe added the enhancement New feature or request label Sep 6, 2019
@glennsl glennsl added the A-file-explorer Area: File explorer label Nov 18, 2019
@jaredly
Copy link

jaredly commented Dec 20, 2019

Yes pleeease. Also cmd+p "open folder" should do something useful. I'd be happy for it to take me to the ex cmdline with :cd prefilled or something.

@CrossR
Copy link
Member

CrossR commented Dec 21, 2019

Would also be good to surface this through the Menu interface when we get that in Revery.

@glennsl
Copy link
Member

glennsl commented Dec 21, 2019

@jaredly We've been talking about exposing all vim commands through the command palette. We also want to provide help text for every command in the wild menu, and with that in place it would be really easy to expose it for fuzzy search too.

bryphe added a commit that referenced this issue Nov 25, 2020
With #2711 , we now have an 'Open Folder' button when no workspace is opened:

![open-folder](https://user-images.githubusercontent.com/13532591/100265104-96203580-2f04-11eb-9db3-79154c03192d.gif)

This just implements a small tweak to always have the `Workspace: Open Folder` option available in the command palette, even when one is currently opened (for changing folders).

Fixes #730
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-file-explorer Area: File explorer enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants