69 packages tagged with “Undo”
INotifyPropertyChanged, Recordable (undo/redo) and Weak Event patterns. An official PostSharp pattern library.
Command, Dependency Property and Attached Property patterns. Also contains WPF controls for PostSharp.Patterns.Model. An official PostSharp pattern library.
Installs the assemblies required for InfragisticsWPF.Undo.dll
Redistributable components for package 'PostSharp.Patterns.Xaml'. This package should only be installed as a dependency. (This is not the package you are looking for).
A simple .NET Undo/Redo framework with mergeable actions and composite transactions.
Controls and commands for the PostSharp Model Pattern Library.
Memento library.
This package is a duplicated package just for private using. The nathanaw's raw package is perfect. If you like this package, please just download its row version from the following URI: https://www.nuget.org/packages/MUF/1.2.1 Thank you.
Reactive undo/redo framework for .NET.
Lightweight and extensible undo framework for .NET
A small history toolkit. Supports saving states, undo, and redo. States are saved as serialized JSON objects, via the Newtonsoft.Json library.
A free smart object model library. Supporting Tables, Relations, Transactions, Computed Columns, Undo/Redo, Constraints, Rules...
SyntaxEditor is a powerful text editing WPF control designed for use in IDE applications and script editing scenarios. Code editing features include syntax highlighting, code outlining, line numbers, block selection, IntelliPrompt UI, split views, zooming, bi-di support, and much more. SyntaxEditor is built on top of our next-generation extensible text/parsing framework. While over 20 sample languages are available to get you started (such as C#, VB, XML, and more), custom language definitions can be developed and distributed with your applications as well. Documentation is available on the Actipro web site (https://www.actiprosoftware.com/docs/controls/wpf/index?v=25.1), and samples can be downloaded from the Actipro WPF Controls GitHub repository (https://github.com/Actipro/WPF-Controls). NOTE: This is a commercial software product and requires proper paid licensing for legal usage. See Actipro's web site (https://www.actiprosoftware.com/purchase) for links to purchase developer licenses, or view the Sales FAQ for more information about evaluations and licensing.
Simple undo/redo service based on the memento pattern. It uses delegates to get and set state. You can use different services to track different parts of the application state. The main advantage of this is that you don't have to store the whole of the application state on every change.
A lightweight, flexible and easy to use do/undo/redo implementation based on immutable objects for .NET.
Undo-redo support for .NET applications
A C# library that makes it easy to handle undo and redo.
A small collection of utility functions and tools created over the years, bundled up in a single package for easy inclusion and management. This is a meta package containing all the various bits of the toolkit.
Undo / Redo library for WPF+MVVM
a simple undo/redo library for .Net
MementoContainer is an alternative approach to the Memento design pattern. It is a lightweight utility that takes a snapshot of your objects' state so that you can easily rollback to a previous state when recovering from errors.
undoable.js is licensed under the Apache license 2.0. Please see LICENSE for more detail.
Opentribe Memento the C# open source library to manage Undo/Redo
Easy to use undo/redo system for .NET Standard.
A simple undo\redo manager for .net, less than 100 lines...
A undo/redo library.
Provides a general purpose do,undo,redo framework that can be used for any user-driven application that requires change tracking