Update TODO.md

This commit is contained in:
Zihan Chen
2016-06-21 00:27:34 -07:00
committed by GitHub
parent 4704be1cb5
commit 965d326fbb
+5 -5
View File
@@ -6,15 +6,15 @@
* Expression: new T{x}, Enum.Item
* async, delay, yield (provider written in C++)
* Workflow to C++ code generation with hint
* Only Enumerable<T>^ and ObservableList^ are allowed in script
* Only `Enumerable<T>^` and `ObservableList^` are allowed in script
* All native classes report real C++ collection type when using collection objects
* Only TypedValueSerializerProvider<T> instances support serialization (e.g. Color)
* Only `TypedValueSerializerProvider<T>` instances support serialization (e.g. `Color`)
* C++ code generator reports errors when any script does not satisfy these rules
* GacUI Resource
* InheritableCustomWindow
* InheritableCustomControl
* <ref.Event/>
* <ref.Component/> // readonly property with -eval
* `<ref.Event/>`
* `<ref.Component/>` // readonly property with -eval
* GuiCustomControl::SetContainerComposition // using a special syntax
* InstanceStyle:Replace
* Pure C++ Code Generation
@@ -29,4 +29,4 @@
* New template (generated pure C++ code), remove old ones
* GacGen.exe
* Hint C++ code generator
* GacStudio
* GacStudio