Browse Source

(panel_operate): add TODO for rename/move of several directories.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andrew Borodin 8 years ago
parent
commit
64526def8a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/filemanager/file.c

+ 5 - 0
src/filemanager/file.c

@@ -3184,6 +3184,11 @@ panel_operate (void *source_panel, FileOperation operation, gboolean force_singl
                 goto clean_up;
         }
 
+        /* TODO: the good way is required to skip directories scanning in case of rename/move
+         * of several directories. Since reqular expression can be used for destination,
+         * some directory movements can be a cross-filesystem and directory scanning is useful
+         * for those directories only. */
+
         if (panel_operate_init_totals (panel, NULL, NULL, ctx, dialog_type) == FILE_CONT)
         {
             /* Loop for every file, perform the actual copy operation */