EmEditor (text editor) Forum Index Enhancement Suggestions about Macros
Wish: document.SaveAS( [ strNEWName ] ); w/o dialog | Register To Post |
| Flat | Previous Topic | Next Topic |
| Poster | Thread |
|---|---|
| Stefan | Posted on: 10/30/2011 4:50 am |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 263 |
Wish: document.SaveAS( [ strNEWName ] ); w/o dialog Is there an macro feature to use SaveAs without opening the Save-Dialog?
I want to suggest: document.SaveAs( [ strNEWName ] ); which saves the document with an new name "strNEWName" as parameter and without asking for an new name via dialog. 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:50 am |
| Register To Post | |


