-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Debug area tabs #1261
Merged
Merged
Debug area tabs #1261
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nal view listing terminal tabs. Added functionality to add and remove tabs.
…t and deleting multiple terminal tabs at once.. Enabled users to maximize debug area
…bled clearing and filtering.
* Refactored to combine all area tab bars including NavigatorTabBar, InspectorTabBar, and DebugAreaTabBar into one reusable view. * put back enums, added TabBar protocol Signed-off-by: Wouter01 <wouterhennen@gmail.com> * A few minor naming changes. Moved AreaTabs protocol to AreaTabBar file --------- Signed-off-by: Wouter01 <wouterhennen@gmail.com> Co-authored-by: Wouter01 <wouterhennen@gmail.com>
Wouter01
requested changes
Jun 2, 2023
Signed-off-by: Wouter01 <wouterhennen@gmail.com>
Wouter01
approved these changes
Jun 3, 2023
0xWDG
approved these changes
Jun 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Moves debug area tabs from status bar to new debug area sidebar. Places terminal tabs as children of "Terminal" debug area sidebar top-level item.
Related Issues
Checklist
* Optional – can be scoped into a future PR
Screenshots
Screen.Recording.2023-05-25.at.4.49.57.PM.mp4