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:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2015-07-16 18:31:29 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-07-17 14:45:13 +0300
commit611ca11e63c4e4c64fde9084d48a8295f245d2ff (patch)
treed4dfa98004c253e097022989dafb61eac1b71bed /main/src/core/MonoDevelop.Ide/AssemblyInfo.cs
parentebb1f87d528194eaf117c2ecfea0fbdf7cafd9d9 (diff)
[Windows] Fixup to jump lists.
We now properly support jumplists having our recent files and solutions taken into account. This fix changes jump list mechanism to be: * Single window except app wide, because Process.MainWindow wasn't set when querying for taskbar manager window id. Also moved the initialization to post-Workbench creation. * JumpListLinks instead of JumpListItems. This enables usage even without registries being set for the application. This will have further modifications to change the update mechanism and when we enable jumplist support.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/AssemblyInfo.cs')
-rw-r--r--main/src/core/MonoDevelop.Ide/AssemblyInfo.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/AssemblyInfo.cs b/main/src/core/MonoDevelop.Ide/AssemblyInfo.cs
index df2563993f..84ab363a6f 100644
--- a/main/src/core/MonoDevelop.Ide/AssemblyInfo.cs
+++ b/main/src/core/MonoDevelop.Ide/AssemblyInfo.cs
@@ -10,6 +10,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyCopyright ("LGPL")]
[assembly: InternalsVisibleTo("MacPlatform")]
+[assembly: InternalsVisibleTo("WindowsPlatform")]
[assembly: InternalsVisibleTo("MonoDevelop.Debugger")]
[assembly: InternalsVisibleTo("MonoDevelop.DesignerSupport")]
[assembly: InternalsVisibleTo("Ide.Tests")]