FIXED: Problem with stripping extensions from filenames

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
User avatar
pjj
Posts: 2236
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

FIXED: Problem with stripping extensions from filenames

Post by pjj »

This used to work, but since a couple of versions has been problematic.

When using my script Enhanced Save As I encounter this problem: I can't save "foo" as "bar", I can only save it as "bar.txt" (I can use extensionless name in the dialog box, but the file will be saved as "bar.txt" nevertheless).

Now I can't rename file called "bar.txt" to "bar", though I can vice versa; when I try to strip "bar.txt" from its extension, I get message "File already exists! Try using another name".

I can put explicit dot in the dialog box of my script; file will be saved without an extension, but it will have a dot in the document tab. It wouldn't be a problem other than esthetic, but alas highlighter for extensionless files doesn't kick in.

Could you have a look at it, please?
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
User avatar
Rickard Johansson
Site Admin
Posts: 6783
Joined: 19 Jul 2006 14:29

Re: Problem with stripping extensions from filenames

Post by Rickard Johansson »

Seems to work now in the upcoming release (v16.34).
Post Reply