EmEditor (text editor) Forum Index EmEditor Core Enhancement Suggestions
Wish: new "Save a Copy as..." command | Register To Post |
| Threaded | Oldest First | Previous Topic | Next Topic | Bottom |
| Poster | Thread |
|---|---|
| chjfth | Posted on: 12/21/2011 4:49 pm |
Quite a regular ![]() ![]() Joined: 10/20/2006 From: Posts: 41 |
Re: Wish: new "Save a Copy as..." command Yes, I think "Save as copy" should be a useful feature.
Hope I can see it in v11.0.3 and later. |
| Stefan | Posted on: 10/30/2011 4:48 am |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 285 |
Wish: new "Save a Copy as..." command I want to suggest an Edit menu option "Save a COPY as..."
Which ask for an new name and save the current doc with that new name, but leaves the current file with the current (old) name open. This will help on making backups of current work. Thanks. - - - Also there should be an macro command for that feature. document.SaveCopyAs( [ strName ] ); - currently i do that by an macro in several steps: strOrig = document.FullName; document.Save(strNewName); editor.OpenFile( strOrig ); |
| Threaded | Oldest First | Previous Topic | Next Topic | Top |
| Register To Post | |




