-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `IConfigContext` and `ConfigContext` can now be shut down. - Added the events `IConfigContext.Exit` and `IConfigContext.Exiting`. - Added a command to `Exit` from the `IConfigContext`. - Renamed all `disposedValue` variables to `_disposedValue`. - Updated the following to be `IDisposable`: - `CommandPalettePlugin` - `FocusIndicatorPlugin` - `IWorkspace` - `IWorkspaceManager` - `Logger` - `SwitchWorkspaceCommand` - `TreeLayoutEngineWidget` - `WorkspaceWidget` - Unsubscribed to `IConfigContext` and `IWindow` events in `Dispose` methods. - `Whim.Runner.App` now starts the `Whim` engine, instead of taking it as an argument from `Program.Main`. - `Whim.Runner.App` now responds to the `IConfigContext` having completed exiting. - Moved the loading and provisioning of the config from `Whim.Runner` to `Whim.ConfigContext.Initialize`. - `DoConfig` no longer returns `IConfigContext`.
- Loading branch information
Showing
44 changed files
with
634 additions
and
324 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
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.