Adding ability to see markdown edits live in description object

This commit is contained in:
Lars Brubaker 2022-10-26 18:22:30 -07:00
parent b8893981be
commit 63d48b49f5
5 changed files with 42 additions and 12 deletions

View file

@ -36,4 +36,9 @@ namespace MatterHackers.MatterControl.DesignTools
public class MultiLineEditAttribute : Attribute
{
}
[AttributeUsage(AttributeTargets.Property)]
public class UpdateOnEveryKeystrokeAttribute : Attribute
{
}
}