AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
26.06k stars 2.25k forks source link

Jump List Support #8567

Open Mikolaytis opened 2 years ago

Mikolaytis commented 2 years ago

Is your feature request related to a problem? Please describe. I think implement cross-platform support for jump list is a good idea and a good task for someone to implement and push via PR. Some of the users using JumpList a lot for opening recent documents. Lack of this feature affects UX of Avalonia apps.

Describe the solution you'd like There should be a JumpListService with Add/Remove methods accepting file path.

maxkatz6 commented 2 years ago

Related macOS API - dock menu - https://github.com/AvaloniaUI/Avalonia/issues/7487. But I am not sure if these two platform specific features can be combined into a common API.