Updated TODO

This commit is contained in:
Michael Becker 2014-09-16 22:01:54 -04:00
parent fc04757f82
commit 214ed306a6

View File

@ -1,12 +1,16 @@
Editor:
* Provide PropertyGridSettings to communicate property changes using the UniversalEditor PropertyGrid control
FileSystemEditor: Prevent icon loader from running until DataFormat is finished loading
FileSystemEditor:
* Prevent icon loader from running until DataFormat is finished loading
* Pressing F2 should initiate a "rename" operation (almost every respectable file browser already supports this)
* * Requires additional features in AwesomeControls ListView... specifically, BeginEdit() like WinForms ListView
FARC DataFormat - fix saving
* Saving might actually work, see above note about FileSystemEditor and icon loader
FARCDataFormat:
* Fix saving (might actually work, see above note about FileSystemEditor and icon loader)
"Live folders" - project folders are automatically populated with their physical folder contents when project is loaded
UniversalEditor Projects:
* "Live folders" - project folders are automatically populated with their physical folder contents when project is loaded
Select folder, set "Live folder" = "True" in Properties panel
Project file BuildActions: