From 3a6c8dc8222c07713b7efe2b2cf47dd7f9a0e046 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Mon, 1 Dec 2014 13:54:54 -0500 Subject: [PATCH] Updated TODO --- CSharp/TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CSharp/TODO b/CSharp/TODO index 201cb53c..17c7f584 100644 --- a/CSharp/TODO +++ b/CSharp/TODO @@ -1,3 +1,10 @@ +Platform: +* Implement UE Packages (*.uepack) in Essential + * These are ZIP files that contain all the XML and compiled binary files for DataFormats, ObjectModels, etc. + +* NOTE: Accessors cannot be made runtime-independent since they require interfacing directly with sources of data (e.g. FTP server, local file...); DataFormats and + ObjectModels should be implemented in markup, but Accessors simply cannot be. + Editor: * Provide PropertyGridSettings to communicate property changes using the UniversalEditor PropertyGrid control @@ -21,3 +28,4 @@ Project file BuildActions: Document Tabs: * Dragging items over document tabs should cause the active tab to switch to the tab being dragged over. As of 2012, Visual Studio does not support this ;) + * This (dragging text from a text editor across tabs) appears to be fixed in VS2013, or the original post could be about a completely unrelated phenomenon