EmEditor (text editor) Forum Index EmEditor Core Enhancement Suggestions
Wish: new "Save a Copy as..." command | Register To Post |
| Flat | Previous Topic | Next Topic |
| Poster | Thread |
|---|---|
| Stefan | Posted on: 10/30/2011 4:48 am |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 261 |
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 ); |
| Flat | Previous Topic | Next Topic |
| Subject | Poster | Date |
|---|---|---|
| » |
Stefan | 10/30/2011 4:48 am |
| |
chjfth | 12/21/2011 4:49 pm |
| Register To Post | |


