Update TODO.md

This commit is contained in:
Zihan Chen
2020-08-24 00:09:21 -07:00
parent 02086f85af
commit 9a7dcdca9b
+1 -4
View File
@@ -4,8 +4,7 @@ https://zhuanlan.zhihu.com/p/39369370
## GacUI 1.0
- [ ] Remove global variable facility from Vlpp, move dependended plugin from GacUI to Vlpp (optional)
- [ ] `var my = new IMy^{};` throws for `interface IMy{}`
- [ ] Move dependended plugin from GacUI to Vlpp (optional)
- [ ] Cannot change column size during datagrid's bounds changing, which is by designed and this could be solved by calling InvokeInMainThread. But new feature for solving this is under considering
- [ ] Considering GuiBindableDataGrid updating columns' sizes according to configuration automatically, and call `GuiControl::InvokeOrDelayIfRendering` (indirectly) inside `DataColumn::NotifyAllColumnsUpdate` when necessary.
- [ ] Like a table, a column can use `Absolute`, `Draggable` and `Percentage` to specify a column size. Only when a column is draggable, users can use their mouse to change the size of a column, and then trigger `IColumnItemView::SetColumnSize`
@@ -21,8 +20,6 @@ https://zhuanlan.zhihu.com/p/39369370
- [ ] Fix GacGen reports only "error dumping resource file" while the resource file contains some syntax errors preventing GacGen from reading it
- Unable to repro
**ON GOING**: Document repo
## GacUI 2.0
### Vlpp