Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2019-03-20 14:12:14 +0300
committerLluis Sanchez <llsan@microsoft.com>2019-03-20 14:12:14 +0300
commit276c3d4cb87ede99b976052a9927037ff34c132a (patch)
tree31e6d21d4f6c4cec06828ec68e388408a6859ca7 /main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
parentc25a9d17230a49e4c6f77665dc411ccfa05b7180 (diff)
Add OnContentShown/Hidden methods to DocumentController
Those methods are invoked when content is shown or hidden in the shell. Added corresponding infrastructure to DocumentView and derived classes.
Diffstat (limited to 'main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj')
-rw-r--r--main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
index 5031b2ca5d..5e2e7f7b2f 100644
--- a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
+++ b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
@@ -153,7 +153,7 @@
<Compile Include="MonoDevelop.Ide.Gui.Documents\DocumentManagerTests.cs" />
<Compile Include="MonoDevelop.Ide.Gui.Documents\FileDocumentControllerTests.cs" />
<Compile Include="TestHelper.cs" />
- <Compile Include="MonoDevelop.Ide.Gui.Documents\DocumentViewTests.cs" />
+ <Compile Include="MonoDevelop.Ide.Gui.Documents\DocumentViewVisibilityTests.cs" />
<Compile Include="MonoDevelop.Ide.Gui.Documents\DocumentControllerExtensionTests.cs" />
<Compile Include="MonoDevelop.Ide.Gui.Documents\DocumentControllerTests.cs" />
<Compile Include="MonoDevelop.Ide\BaseCredentialsProviderTests.cs" />