-
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
Test: Editor stacks #6536
Labels
Milestone
Comments
This was referenced May 20, 2016
This was referenced May 24, 2016
@stevencl @jrieken @joaomoreno sorry, it should be Ctrl+Tab on Mac not Cmd+Tab for navigating in MRU order. I guess you figured that out already. |
This was referenced May 24, 2016
Thanks for the feedback! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Note for endgame master: this test plan item is rather large.
Special build download links:
To prepare for enabling tabs we have introduced editor stacks in the workbench. Editor stacks surface in two areas of the user interface: the newly introduced Opened Editors view in the explorer (replaces Working Files) and generally in the editor area to the right. We still support a maximum of 3 editor groups, each having their own stack of editors that were opened.
Note: please test with auto save turned off!
Pro: you can bind
_workbench.printStacksModel
to a key to print the stacks model as plain text to console. you can bind_workbench.validateStacksModel
to quickly check if the stacks model is in bad shape. This is helpful when filing a bug when you notice stale state between the stacks model and the UI.Verify:
Ctrl+Tab
to navigate tabs in MRU orderCtrlCmd+Alt+Tab
to navigate all editors in spatial orderexplorer.openEditors.visible
)Be creative and try to break the editor stacks model by doing some crazy stuff
* please keep the steps in mind that lead you to breakage if possible when filing issue
The text was updated successfully, but these errors were encountered: