diff --git a/Import/TODO.md b/Import/TODO.md new file mode 100644 index 00000000..e85de284 --- /dev/null +++ b/Import/TODO.md @@ -0,0 +1,23 @@ +# TODO + +* Workflow + * Interface: static method, event + * Class: base type, event, field, constructor, destructor + * Enum + * Struct + * Expression: new T{x}, Enum.Item, this, raise event + * async, delay, yield (provider written in C++) + * Workflow to C++ code generation with hint +* GacUI Resource + * Pure C++ Code Generation + * Visual State, State Machine, Animation + * ev.Event-(eval|async|delayed) +* Core + * Embedded Languages: Colorizer, AutoComplete + * Abstract Graphics API + * Controls: Chart, Ribbon, Dock Container + * New template (generated pure C++ code), remove old ones +* Release + * Workflow -> WorkflowCompiler, Workflow, WorkflowCppGen + * GacUIReflection -> GacUIReflection, GacUICompiler +* GacStudio \ No newline at end of file