Update TODO.md

This commit is contained in:
Zihan Chen
2017-01-23 21:40:42 -08:00
committed by GitHub
parent 08f535b327
commit 53d8ba77ba
+2 -1
View File
@@ -8,6 +8,8 @@
* GacUI * GacUI
* Standard GacGen.exe resource representation * Standard GacGen.exe resource representation
* C++ Code Generation Configuration * C++ Code Generation Configuration
* Report errors with XML row/column number, instead of having Workflow_ValidateStatement
## Comming Soon ## Comming Soon
* GacUI * GacUI
* Don't use string for XXXProperty: * Don't use string for XXXProperty:
@@ -51,7 +53,6 @@
* InheritableCustomControl * InheritableCustomControl
* GuiCustomControl::SetContainerComposition // using a special syntax * GuiCustomControl::SetContainerComposition // using a special syntax
* Strong-typed template checking (in XML, instead of delaying until compiling generated workflow script) * Strong-typed template checking (in XML, instead of delaying until compiling generated workflow script)
* Report errors with XML row/column number
* GacUI * GacUI
* New predefined control templates, written in XML generated C++ code. * New predefined control templates, written in XML generated C++ code.
* Retire Win7/Win8 control templates, rewrite them in tutorials. * Retire Win7/Win8 control templates, rewrite them in tutorials.