admin wrote:Yep, this is a feature. If it would replace the extension (which is what I think you expected) then appending an extension (which is what happened) would not be possible. Okay, whether appending an extension is a meaningful operation is another question.
It didn't append the extension.
Look:
text.
txt -> text.doc.
txt
The extension didn't change.
Appending the '.doc' extension would result in 'text.txt.doc'.
You can do it using the template (.+)>$1.newextension in regex
rename, tho I don't see any point in it either (hmm... maybe create a bunch of .bak files?).
admin wrote:EDIT: okay, I admit the results are surprising after reading "The original file extensions are preserved if the template contains no extension." It might be seen as a bug...
Then it should only say 'Original file extensions are preserved', 'cause even if a new extension is specified, it won't replace the original.
admin wrote:- Speaking of colors, I think it'd be nice to have items not to be renamed in grey, to show they'll stay untouched
-> You mean in the new name list? Grey means disabled ... could be confusing.
You could just make smth like the warnings, but in another color.
I think just a blue * would be enough.
admin wrote:- Preview window: I'd have "Preview Rename" as window title, and recall the pattern on the "header" (white background), might be useful to track what is wrong with it while looking at the preview (esp. with regexp)
-> yes, I thought about that. But once I display the pattern you ask for editing+preview on the fly! Wink I know this is the way to go... later...
I'd like that too.
Maybe ask for real-time preview is too much.
It'd really slow down the pc with a lot of files.
But joining the template and the prev windows and adding a 'Refresh List' button would be nice.
You'd be able to see the old & new names, easily edit the template and only update the list when necessary.