From 611ca11e63c4e4c64fde9084d48a8295f245d2ff Mon Sep 17 00:00:00 2001 From: Marius Ungureanu Date: Thu, 16 Jul 2015 18:31:29 +0300 Subject: [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. --- main/src/core/MonoDevelop.Ide/AssemblyInfo.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'main/src/core/MonoDevelop.Ide/AssemblyInfo.cs') 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")] -- cgit v1.2.3