Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8529
    derekcohen
    Participant

    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

    #8533
    Yutaka Emura
    Keymaster

    Hello 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!

    #8538
    derekcohen
    Participant

    thanks – that works

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.