aspnetcore/test/Microsoft.CodeAnalysis.Razo...
N. Taylor Mullen fb8aff12f1 Add EditorSettings management to workspaces.
- Built a design where there's a singleton `EditorSettingsManager` that handles the "current" settings state in the world. When it detects that settings have changed via an update method being called it dispatches a `Changed` event.
- Exposed editor settings on the document tracker. When the editor settings change the document tracker dispatches to any listeners that its context has changed.
- Added tests to validate all the various settings management.

#1718
2017-10-24 10:42:49 -07:00
..
Editor Add EditorSettings management to workspaces. 2017-10-24 10:42:49 -07:00
ProjectSystem Add a background listener for notifications 2017-09-18 16:56:53 -07:00
DefaultRazorIndentationFactsServiceTest.cs Only handle indentation for open curly brace instead of all metacode 2017-10-03 16:28:42 -04:00
DefaultTagHelperCompletionServiceTest.cs
DefaultTagHelperFactsServiceTest.cs
Microsoft.CodeAnalysis.Razor.Workspaces.Test.csproj
xunit.runner.json