Feature/close strategy#85
Merged
Merged
Conversation
File > Close All Tabs (Ctrl+Shift+W) closes every open tab. Each tab gets a context menu (right-click on tab header) with: - Close All Tabs - Close All But This - Close Tabs to the Left Context menu is attached via a ListChangeListener so all tab types (DocumentTab, ImagePreviewTab, WelcomeTab, ThemeTab…) are covered automatically without touching each creation site. requestCloseTab() extracted from closeActiveTab() so the close-request event (unsaved-changes confirmation) is honoured by all strategies. i18n updated in all 6 language files (FR, EN, DE, ES, IT + default). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- README: expand Close Tab bullet with Ctrl+Shift+W and context menu actions - user-guide-en.md: add Ctrl+Shift+W to keyboard shortcuts table and document the three right-click context menu actions in Working with Tabs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or 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
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.
Add close all tabs action , and contextual menu on tabs to either close all , close tabs on left, or close all but this