From 214ed306a6e975c9893ca2f602c898c732b8db8d Mon Sep 17 00:00:00 2001 From: alcexhim Date: Tue, 16 Sep 2014 22:01:54 -0400 Subject: [PATCH] Updated TODO --- CSharp/TODO | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CSharp/TODO b/CSharp/TODO index 2f5b75fd..201cb53c 100644 --- a/CSharp/TODO +++ b/CSharp/TODO @@ -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: