Update TODO.md

This commit is contained in:
Zihan Chen
2017-02-10 16:27:40 -08:00
committed by GitHub
parent 3a60e6da45
commit d5379b04cb
+5
View File
@@ -40,6 +40,7 @@
* InheritableCustomControl * InheritableCustomControl
* GuiCustomControl::SetContainerComposition // using a special syntax * GuiCustomControl::SetContainerComposition // using a special syntax
* Make ItemSource from constructor argument to property * Make ItemSource from constructor argument to property
* Localizable text template resource
* GacGen.exe * GacGen.exe
* Enable linking to external symbols * Enable linking to external symbols
* DocTools * DocTools
@@ -84,6 +85,10 @@ To implement
* Delayed operations * Delayed operations
* State machine (visual state, animation) * State machine (visual state, animation)
### Need to consider
* Scheduler
* How to build syntax suger for different kinds of state machines (e.g. Macro)
### State Machine Interface ### State Machine Interface
``` ```
namespace system namespace system