mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add filtering TODO
This commit is contained in:
@@ -695,6 +695,13 @@ namespace SabreTools.Library.DatFiles
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
// TODO: Is it possible for all non-cleaning operations to be non-destructive?
|
||||||
|
// If items are not flat out removed and just marked for removal instead, this
|
||||||
|
// could allow for rolling back removals and effectively "unfiltering" a DatFile
|
||||||
|
// without too much hassle. On write it would have to take into account these
|
||||||
|
// removed items, however. Similarly, this could lead to interesting issues
|
||||||
|
// with merging and splitting since removed items might end up causing empty
|
||||||
|
// machines on the other side
|
||||||
#region Filtering
|
#region Filtering
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user