Changes between Initial Version and Version 1 of Ticket #2191, comment 103


Ignore:
Timestamp:
Apr 25, 2020, 1:04:27 AM (5 years ago)
Author:
tginsandiego

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2191, comment 103

    initial v1  
    1 Longtime Filezilla user, and just had the program move a local directory, because I was 10 pixels off of the scrollbar when I dragged my mouse.  Luckily I was noticed it and was able to reverse it manually, since there is no UNDO option.
     1Longtime Filezilla user, and just had the program move a local directory, because I was 10 pixels off of the scrollbar when I dragged my mouse.  Luckily I noticed it and was able to reverse it manually, since there is no UNDO option.
    22
    33I see that over a 100 users, over more than a decade, have asked for a simple change to require a confirmation dialog before executing file and folder manipulation commands.
     
    99if (doing_any_file_manipulation)
    1010
    11   if preferences.file_manipulations_require_confirmation == YES)
     11  if (preferences.file_manipulations_require_confirmation == YES)
    1212  then {
    1313    require_user_to_confirm(file_manipulation);