Dirkster.MRULib
1.3.0
Implements a WPF/MVVM Control libray (with backend) that manages a Most Recently Used list of files.
Install-Package Dirkster.MRULib -Version 1.3.0
dotnet add package Dirkster.MRULib --version 1.3.0
<PackageReference Include="Dirkster.MRULib" Version="1.3.0" />
paket add Dirkster.MRULib --version 1.3.0
#r "nuget: Dirkster.MRULib, 1.3.0"
// Install Dirkster.MRULib as a Cake Addin #addin nuget:?package=Dirkster.MRULib&version=1.3.0 // Install Dirkster.MRULib as a Cake Tool #tool nuget:?package=Dirkster.MRULib&version=1.3.0
MRULib
This library Implements a WPF/MVVM Control libray (with backend) that manages a Most Recently Used list of files:
- with saving/loading settings from to XML
- List can be grouped by last access (Pinned, Today, Yesterday, Last Week)
- A recently documents menu entry sorted by last access (without grouping is also supported)
- Pinned entries can be moved up and don in the list
- List entries can be removed based on their age (e.g. Remove all entries older than 1 week)
- Support for Light/Black theming is build in
There is a demo application and unit test project to demonstrate usage of the control
and document each feature, such as, the ability to configure a minimum and maximum value
that can be used to keep the resulting number of list entries within defined bounds.
MRULib
This library Implements a WPF/MVVM Control libray (with backend) that manages a Most Recently Used list of files:
- with saving/loading settings from to XML
- List can be grouped by last access (Pinned, Today, Yesterday, Last Week)
- A recently documents menu entry sorted by last access (without grouping is also supported)
- Pinned entries can be moved up and don in the list
- List entries can be removed based on their age (e.g. Remove all entries older than 1 week)
- Support for Light/Black theming is build in
There is a demo application and unit test project to demonstrate usage of the control
and document each feature, such as, the ability to configure a minimum and maximum value
that can be used to keep the resulting number of list entries within defined bounds.
Release Notes
This control is now supported in NetCore 3 (with Preview 8) and .Net 4.
Dependencies
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.5.1
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Dirkster.MRULib:
Repository | Stars |
---|---|
Dirkster99/Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
|