Hi,
after pressing F5 (Go REFRESH=both) cursor jumps to the first file/folder in the lister.
Is there a command that keeps the cursor at its original position after refresh (by cursor I mean the file presently selected) ?
Thanks.
Hi,
after pressing F5 (Go REFRESH=both) cursor jumps to the first file/folder in the lister.
Is there a command that keeps the cursor at its original position after refresh (by cursor I mean the file presently selected) ?
Thanks.
Not that I know but I'm missing that too, especially because in windows explorer, the selection does not change on refresh.
I don't think there's any way to get this at the moment, although a script might be able to do it.
We'll look at adding this in the future.
Sounds good, many thanks.
You might wanna try GoEx, a script addin I use which did not make it into the script addins section yet (unfortunately).
It supports keeping the current selection, whether it's checkbox mode or not and will also scroll back to the items you had selected.
You need to replace the current commands in your refresh buttons and hotkeys with something like this:
GoEx REFRESHKEEPSEL MAKEVISIBLE=checked
or
GoEx REFRESHKEEPSEL=both MAKEVISIBLE=checked
GoEx v0.1 - Plz watch the script addin section and once it arrives there, use that one.
Due to the nature of this script and DO objects not always updating in time and as I would expect, it may not work correctly in some situations. I make use of it in day to day work though and there are no problems. It is when you start pushing things hard and refresh a dual lister on both sides multiple times after each other while checkbox mode is enabled and so on. Then it's likely that you'll run into issues (which is losing the selection/scroll position at worse).
Command.Generic_GoEx.js.txt (46.6 KB)
Hi tbone,
thanks for the script , it works for me just fine.