-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
[Regression 1.3] Command palette no longer mouse-accessible #8913
Comments
I took it out because we also don't have it when tabs are enabled. Maybe we should open this to the context menu on tabs and the file name? |
Just to give a bit more context: the primary use case here is switching between files in the history with the mouse (both for this, and also for #8576)
There's no need to type, so no need to move from mouse to keyboard. So losing this (i.e. having to switch to keyboard to trigger a shortcut to open the dropdown) is a major usability regression for mouse use. This is possibly mitigated by using tabs, but I think the previous paradigm of history navigation (with this dropdown feature available via mouse) was far more usable than the new tabbed interface. Re-introducing any way to open the history dropdown with a single mouseclick, without keyboard usage, would be great. Note: This mouse-click opened the command palette without the |
Thanks for the feedback. @bpasero we could talk more about this at UX sync, but just as an initial idea, could we distinguish between one click and a double click on just the file name (for tabs-disabled only)? If so, a single click could open the recent files list, and we could still use the double click to "Keep Editor." I think it's worth adding back myself, because I actually remember using it myself before we introduced tabs. |
That is up for discussion because initially we wanted to make the file name area rich and clickable to do some actions on it when tabs are disabled. however, this did not make it into the release and we might need to revisit what to do then. note that this does not help in the case where tabs are enabled. |
UX Meeting Summary: |
Steps to Reproduce:
This is related to my previously opened Feature Request: #8576 in which I requested that this functionality would also work on a blank screen (with no editor open). However, now with the 1.3 update it appears the functionality has disappeared completely in all contexts.
Note: I have
"workbench.editor.showTabs"
set tofalse
since 1.3 to match the (far superior) pre-1.3 functionality.The text was updated successfully, but these errors were encountered: