Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- May 25, 2010 at 2:28 pm #8529derekcohenParticipant
I have numerous projects with multiple files in each.
So I may have maybe 15 files open when I want to load the files for a different project.
To select one of them, choose Close others, then close that one then open all in the other project is three steps and a bit silly.
I tried adding Close All to the File menu which closed all open documents but then exited the program. GGRRR!!!
And of course when I opened it again the same set of documents was open.
What am I missing?
thanks
May 25, 2010 at 5:29 pm #8533Yutaka EmuraKeymasterHello derekcohen,
Unfortunately, there is no direct command to close all documents and bring up a new untitled document.
However, you can use this macro to do this:
editor.ExecuteCommandByID(4384);
editor.ExecuteCommandByID(4117);Please let me know if you have further questions. Thank you!
May 26, 2010 at 4:53 am #8538derekcohenParticipantthanks – that works
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.