Polish TabBase #11643

Open
opened 2026-01-31 02:53:30 +00:00 by claunia · 0 comments
Owner

Originally created by @carlos-zamora on GitHub (Dec 1, 2020).

Originally assigned to: @zadjii-msft on GitHub.

TerminalPage::_RefreshUIForSettingsReload() has a section where it iterates through each tab and updates the settings in one way or another. This can be slightly refactored by...

  • add UpdateSettings to TabBase
  • have the for-loop just call UpdateSettings on each one
  • unify creating a new terminal tab and settings tab

Additional refactor work items can/will be added here as they come up.

Originally created by @carlos-zamora on GitHub (Dec 1, 2020). Originally assigned to: @zadjii-msft on GitHub. `TerminalPage::_RefreshUIForSettingsReload()` has a section where it iterates through each tab and updates the settings in one way or another. This can be slightly refactored by... - add `UpdateSettings` to `TabBase` - have the for-loop just call `UpdateSettings` on each one - unify creating a new terminal tab and settings tab Additional refactor work items can/will be added here as they come up.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#11643