[SHELL32]

- Remove a few todo comments that are now completed. Also remove numbers to make it simpler to remove one entry from the todo list.

svn path=/trunk/; revision=69713
This commit is contained in:
Giannis Adamopoulos 2015-10-26 15:51:21 +00:00
parent 3328daaf08
commit 07d2565c81

View file

@ -24,28 +24,23 @@
* built according to the columns shown. * built according to the columns shown.
* *
* FIXME: CheckToolbar: handle the "new folder" and "folder up" button * FIXME: CheckToolbar: handle the "new folder" and "folder up" button
*
* FIXME: ShellView_FillList: consider sort orders
*/ */
/* /*
TODO: TODO:
1. Load/Save the view state from/into the stream provided by the ShellBrowser. - Load/Save the view state from/into the stream provided by the ShellBrowser.
2. Let the shell folder sort items. - Code to merge menus in the shellbrowser is incorrect.
3. Code to merge menus in the shellbrowser is incorrect. - Move the background context menu creation into shell view. It should store the
4. Move the background context menu creation into shell view. It should store the shell view HWND to send commands.
shell view HWND to send commands. - Shell view should do SetCommandTarget on internet toolbar.
5. Send init, measure, and draw messages to context menu during tracking. - When editing starts on item, set edit text to for editing value.
6. Shell view should do SetCommandTarget on internet toolbar. - When shell view is called back for item info, let listview save the value.
7. When editing starts on item, set edit text to for editing value. - Fix shell view to handle view mode popup exec.
8. When shell view is called back for item info, let listview save the value. - The background context menu should have a pidl just like foreground menus. This
9. Shell view should update status bar. causes crashes when dynamic handlers try to use the NULL pidl.
10. Fix shell view to handle view mode popup exec. - The SHELLDLL_DefView should not be filled with blue unconditionally. This causes
11. The background context menu should have a pidl just like foreground menus. This annoying flashing of blue even on XP, and is not correct.
causes crashes when dynamic handlers try to use the NULL pidl. - Reorder of columns doesn't work - might be bug in comctl32
12. The SHELLDLL_DefView should not be filled with blue unconditionally. This causes
annoying flashing of blue even on XP, and is not correct.
13. Reorder of columns doesn't work - might be bug in comctl32
*/ */
#include "precomp.h" #include "precomp.h"