Option to turn off auto refresh, or otherwise temporarily suspend it #469
Replies: 1 comment 1 reply
-
GOOD BASE IDEAThe base idea is quite clear. That said, I'm sure it would benefit everyone to have a bit more in-depth discussion of what's the best way to go about implementing this. SHORT TERM -- IMPLEMENT AS A TOGGLE?I think, that initially, I would perfer to see this implemented as a keyboard shortcut toggle:
LONG TERM FUTURE IDEAS -- EVENTS & ACTIONSIt might be interesting, if EPP had a way to allow user-customizable "events" for various operations, and each "event" could have associated "actions". This way we could implement "workflows" that best suit our particular situations. To use your "file-pane auto refresh" as a case-example:
The result of these events would be, that you can toggle filelist updates off whenever you like (via the keyboard shortcut), but the auto-refresh would be re-enabled simply by changing folders. And if that's not desirable, easy to change by adjusting the event. Sidenote: Events and actions would require their own macro-language, or be implemented using some embedded scripting language. But I think Derceg has already been experimenting with such! I think this would bring ultimate workflow automation and customization. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If I am working in a directory trying to rename files while a download is going on in that directory (so other files are being added, deleted, or modified in the folder), when the auto refresh kicks in every second or so, I lose the in progress edit of the file name. I can work around it by pulling up the properties dialog and doing it that way. Also, because the file list tries to stay sorted, files jump around.
In Windows Explorer the problem isn't as severe, I can hit F2 to edit a file name and that edit won't be cancelled on a notification of a folder update. Part of that is probably because it adds new files to the end and isn't recalculating and refreshing the column width.
I do think being able to toggle off the folder refresh has the potential to confuse some users, but maybe there is a way to disable the folder update in the UI while an item is being edited? Or at least the part that causes the edit to be canceled.
If that's not clear, and if I get some time, I'll come back and add a short video if possible comparing Explorer++ and Windows Explorer behavior.
Beta Was this translation helpful? Give feedback.
All reactions