-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Align Open Editor and double arrow down #6764
Comments
@jrieken can you clarify how this would work?
|
No, first I suggest to not use
Yes, like Cmd+P is having an icon to open to the side
No, I suggest that the sorting of left/center/right groups equals the sorting of the corresponding quick open piece. |
+1 for making the groups more explicit in quick open and accessible. @jrieken currently we also have |
I am slowly grasping the full complexity of this. So we have (1) spatial and (2) temporal order and we have listing of editors per group (L,C,R) and of all editors (*). That make it 2x4. I wonder if we can achieve the grouping by typing. ala |
@jrieken well we do not show spatial order per group, and we do not show MRU order across all groups, so we have 1 spatial across all and 1 MRU per group. I like the idea of having a way to type into a group (e.g. |
Well, Cmd+P is showing that, right? I am not saying we need all of those. I am aiming for an inventory and then we might have different ideas. |
@jrieken Cmd+P is yet another source of navigation which does not match any of the ones we have for stacks/tabs because it is is a history of any editor you ever opened regardless of the editor being closed or not. Ctrl+Tab and Cmd+Alt+Tab get their items removed when you close an editor. So, I think we end up having three: MRU in group, spatial across all groups and MRU in general editor history. |
I propose the following: Ctrl+Tab Cmd+Alt+Tab Cmd+P |
Small update from ux meeting, we think "edt" is better than "editor" because faster to type. We already use short form "ext" for extensions. |
@jrieken we triggered a build if you want to verify this new behavior |
#6536
I understand the double arrow down action as an alternative UI to the open editor model. I would
left
,right
, andcenter
instead of the~>
sequenceThe text was updated successfully, but these errors were encountered: