Adding ability to see markdown edits live in description object
This commit is contained in:
parent
b8893981be
commit
63d48b49f5
5 changed files with 42 additions and 12 deletions
|
|
@ -36,4 +36,9 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
public class MultiLineEditAttribute : Attribute
|
||||
{
|
||||
}
|
||||
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class UpdateOnEveryKeystrokeAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue