Page 1 of 1

[script] Enhanced Save As

Posted: 29 May 2017 15:28
by pjj
At the moment we have two "save as" entries in the File menu, "save as" and "save copy as." Since it wasn't enough for me, I wrote a script named Enhanced „Save As”, which gives you more control over „Save As” function. There are four cases possible, laid out progressively:
1. save copy in background = "save copy as" menu entry
2. save copy, leave in background tab
3. save copy, set focus on it
4. save copy, close original document = "save as" menu entry

New document inherits codepage, BOM, newline and extension of its parent. Script makes basic check, if a copy has different name than its parent.

Enjoy!