hmm.. yeah, so this issue is really a bummer because it makes some things/scripts unable to function.
For instance, I was looking for a script that would rename a bunch of files to pre-defined fixed names. Because on a project here there a group of files generated each month that should always have the same names in the end, but that may have little variants as they're "human-generated" by different people.
My first idea was that it couldn't be easier, since they're always at least in the right order :
Code: Select all
::rename , file1.ext
::selpos +1
::rename , file2.ext
::selpos +1
::rename , file3.ext
//and so on
But that obviously cannot work, not if I can't disable "Resort list immediately after rename" during the execution of the script
Of course I could hint that a new rename feature (that's been mentioned in the past I believe, and/or also as a "New" feature) could be a nice thing. You know, where all filenames would be specified : on script, in one line as multiple parameters (eg. rename lst, file1.ext, file2.ext, file3.ext, etc) and with GUI through a text box "à la" LM Editor Mode ; and I'm sure you're still meditating on this one, but I feel that all options that affect the List and its behavior should be updated by a script, as I said before it should only last during the script execution and previous values of updated settings would be restored once done, because otherwise many scripts simply cannot be done, either because you don't use the options that the script requires, or it would be too unsafe as the end result could be uncertain...
For the record, I think those are the options that matters - everyone feel free to correct me/add those I may have missed:
- View|List Style|Multiple Select
- Show floppy drives
- Show hidden drives
- Show hidden files and folders
- Show system files and folders
- Show My Network Places
- Show folders in list
- Sort folders apart
- Keep folders on top
- Natural numeric sort order (XP/Vista)
- Show folder sizes in file list
- Resort list immediately after rename
- Auto-refresh on file system changes
I left out sort order & VF as those can be changed already (using sortby & goto)