From 7ae8940226149dafb1b51a4857b3bd970f2bd7d8 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Fri, 8 Aug 2014 13:46:20 -0400 Subject: [PATCH] Updated TODO --- CSharp/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSharp/TODO b/CSharp/TODO index b6b7446f..2f5b75fd 100644 --- a/CSharp/TODO +++ b/CSharp/TODO @@ -14,3 +14,6 @@ Project file BuildActions: - Combine multiple selected files into one OutputObjectModel = FileSystemObjectModel User specifies OutputFileName and OutputDataFormat + +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 ;)