Update TODO.md

This commit is contained in:
Zihan Chen
2017-04-02 16:14:17 -07:00
committed by GitHub
parent b951c36bf2
commit 573dee0d9c
+2 -3
View File
@@ -1,8 +1,6 @@
# TODO # TODO
## Working On ## Working On
* Workflow
* State Machine
* GacUI Resource * GacUI Resource
* Don't need to specify item type when assigning to array properties (e.g. Table.(Rows|Columns)) * Don't need to specify item type when assigning to array properties (e.g. Table.(Rows|Columns))
* Handle resource file encoding if there is no BOM * Handle resource file encoding if there is no BOM
@@ -11,6 +9,7 @@
* GacUI * GacUI
* 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)
* Icon * Icon
* Layout algorithm using less power
## Wait For A Few Releases ## Wait For A Few Releases
* Workflow * Workflow
@@ -45,6 +44,7 @@
* Full CFG power, no limitation * Full CFG power, no limitation
* Be able to assign to any properties (not just enum) in with statement * Be able to assign to any properties (not just enum) in with statement
* Workflow * Workflow
* State Machine
* Macro * Macro
* Context-Grammar Sensitive Macro * Context-Grammar Sensitive Macro
* Virtual function * Virtual function
@@ -52,7 +52,6 @@
* GacUI Resource * GacUI Resource
* InstanceStyle:Replace * InstanceStyle:Replace
* Visual State, State Machine, Animation * Visual State, State Machine, Animation
* ev.Event-(eval|async|delayed)
* GacUI * GacUI
* Embedded Languages: Colorizer, AutoComplete * Embedded Languages: Colorizer, AutoComplete
* Abstract Graphics API * Abstract Graphics API