From 965d326fbbc11a698d6639f46ded30d265cb0ee1 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Tue, 21 Jun 2016 00:27:34 -0700 Subject: [PATCH] Update TODO.md --- Import/TODO.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Import/TODO.md b/Import/TODO.md index 7034e567..d354ce27 100644 --- a/Import/TODO.md +++ b/Import/TODO.md @@ -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^ and ObservableList^ are allowed in script + * Only `Enumerable^` and `ObservableList^` are allowed in script * All native classes report real C++ collection type when using collection objects - * Only TypedValueSerializerProvider instances support serialization (e.g. Color) + * Only `TypedValueSerializerProvider` instances support serialization (e.g. `Color`) * C++ code generator reports errors when any script does not satisfy these rules * GacUI Resource * InheritableCustomWindow * InheritableCustomControl - * - * // readonly property with -eval + * `` + * `` // 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 \ No newline at end of file +* GacStudio