-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store and restore active-project-path explicitly (#1472)
* Add "active-project-path" setting. * Sync with GitManager and ProjectChooserButton * Dont change active project just because a document changes * Remove some unused code relating to active_project * Do not override active project with default on startup * Show global search dialog if scope unspecified * Distinguish global search path from default action target * Allow global search when no active project * Set active project after load folder is none already set * FileView: Use git_manager property * Allow no project to be restored. Only user sets active project. * On close other folders make remaining active * Set active project context menu item for git repos * Do not signal project-chosen twice for each change * Do not call same code twice for each time a tab closes * ProjectChooser: signal only on manual change * Update popover only when activated; * Remove debug code --------- Co-authored-by: Jeremy Wootten <jeremy@Proteus-EL07R6-9b3c42bb.localdomain> Co-authored-by: Ryan Kornheisl <ryan@skarva.tech>
- Loading branch information
1 parent
b234902
commit e90b56f
Showing
8 changed files
with
140 additions
and
106 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
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
Oops, something went wrong.