Optional Confirmation of Drag/Drop Within Results List
-
Jerry
- Posts: 53
- Joined: Wed May 05, 2010 8:32 pm
Optional Confirmation of Drag/Drop Within Results List
Thank you for your continuing development of this great and indispensable tool! I have one request: To provide a little safety belt in the results list to prevent accidental drag and drop of items while within the list. Specifically, could you add an option to pop up a confirmation dialog anytime a drag and drop is initiated? For whatever reason, I often accidentally drag/drop things all within the results list, and sometimes I don't realize it until later. I don't routinely do any file management tasks within Everything.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Optional Confirmation of Drag/Drop Within Results List
Explain?I often accidentally drag/drop things all within the results list
You highlight some files, drag them & where/how are you dropping them (in the results list)?
-
Jerry
- Posts: 53
- Joined: Wed May 05, 2010 8:32 pm
Re: Optional Confirmation of Drag/Drop Within Results List
I don't even highlight. I simply drag a folder and drop onto another folder, for example. All within the results list. Sometimes that results in a move (if source and target on the same drive). Other times it results in a copy (source and target on different drives). Usually, a copy gives me more time to notice and abort.therube wrote: Sat Apr 13, 2019 12:19 amExplain?I often accidentally drag/drop things all within the results list
You highlight some files, drag them & where/how are you dropping them (in the results list)?
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Optional Confirmation of Drag/Drop Within Results List
Maybe I'm missing something?
As I don't seem to be able to d&d files or folders - all within the results window?
(Anyhow, in general, in some places, I too feel that some sort of confirmation would be nice.)
As I don't seem to be able to d&d files or folders - all within the results window?
(Anyhow, in general, in some places, I too feel that some sort of confirmation would be nice.)
-
Jerry
- Posts: 53
- Joined: Wed May 05, 2010 8:32 pm
Re: Optional Confirmation of Drag/Drop Within Results List
I click on a single folder (which does highlight it) and without releasing the mouse I can drag it. If I then release it on another folder in the list, the move or copy operation starts. That doesn't happen with you? Is there an option somewhere that disables drag n' drop? That would work for me as well - to turn it off.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Optional Confirmation of Drag/Drop Within Results List
There is!Jerry wrote: Sat Apr 13, 2019 5:35 pm Is there an option somewhere that disables drag n' drop? That would work for me as well - to turn it off.
Enter this query in the Everything search bar to disable drag&drop in Everything:
/allow_drag_drop=0This is effective immediately; no need to restart Everything.
If you want to re-enable drag&drop, use /allow_drag_drop=1 (as you probably would have guessed
-
Jerry
- Posts: 53
- Joined: Wed May 05, 2010 8:32 pm
Re: Optional Confirmation of Drag/Drop Within Results List
Ah. Wasn't aware of this way of setting options in Everything. And I see the change gets written to the Everything.ini file. This works for me. Thanks!
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Optional Confirmation of Drag/Drop Within Results List
You're welcome!Jerry wrote: Sun Apr 14, 2019 12:03 am Ah. Wasn't aware of this way of setting options in Everything. And I see the change gets written to the Everything.ini file. This works for me. Thanks!
BTW: Not all INI options can be set that way. If it 'works', you will see the new setting for a couple of seconds on the statusbar:
You do not have the required permissions to view the files attached to this post.
-
Jerry
- Posts: 53
- Joined: Wed May 05, 2010 8:32 pm
Re: Optional Confirmation of Drag/Drop Within Results List
This is actually a good and clever way of setting non-standard options that are not otherwise accessible through direct configuration from the GUI. Typically, with most programs (like XYplorer) that allow additional options or tweaks to be set in the INI file, you have to first exit the program, open/edit/save the INI file in an external editor, and then restart the program.