-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continous saving of current tabs and tab-zooms (#742)
* Save current tabs on append/remove/reorder * Save current tab-zooms on zoom in/out * Save emptytabs, tab-zooms when is disabled history or remember-tabs immeditately * Save current tabs, tab-zooms on insert/duplicate * Save current tabs, tab-zooms on cwd change * Save current tabs, tab-zooms on zoom change by control+scroll * Split saving tabs and tab-zooms when possible * Fixed reorder action needs save tab-zooms aswell * Refactored saving zoom on change via control+scroll to Glib.SimpleAction * Save current tab-zooms on smooth zoom change * Refactored usage of split saving tabs and tab-zooms func to avoid duplicated code * Refactored back to saving not-terminal dependend zoom always * Save current tabs, tab-zooms when is focus in (necessary when was closed another terminal) * Refactored usage of split function to one function with unnecessary updates filtered out by bool args * Added missing check whether is current_terminal not null * Inhibit saving state when testing --------- Co-authored-by: Jeremy Wootten <[email protected]>
- Loading branch information
Showing
5 changed files
with
73 additions
and
42 deletions.
There are no files selected for viewing
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
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
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
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
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