<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <div class="moz-cite-prefix">On 1/25/21 1:27 PM, Piantadosi, Steven
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:MN2PR04MB711812578D5D2E0AC72BC8D8E8BD9@MN2PR04MB7118.namprd04.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">I have been using lyx for about 3 years.
          Currently I am producing a large book with 25 chapters along
          with various smaller projects. The biggest problem I encounter
          is that the user interface does not seem to allow separation
          of workflow into “projects” or groups of files. It would be
          nice if when lyx opened it loaded only the set of files from a
          specified project. Otherwise the choice seems to be either
          mixing a large number of open files or re-opening files
          individually after working on a single file. Is there a simple
          way to get lyx to restrict its opening of files based on a
          directory or other logical arrangement of files?</p>
      </div>
    </blockquote>
    <p>I believe there is a bug report asking for project management of
      this kind, similar to what many IDEs and code editors offer. I've
      been thinking about working on that myself but it's on a long
      list, and there are workarounds.<br>
    </p>
    <p>First, if the project includes a 'master document' with a variety
      of child documents, then opening the master will also open all the
      children (and grandchildren, etc). They will be hidden but
      accessible via View> Hidden Documents, which means you do have
      to unhide whichever one(s) you want to work on. <br>
    </p>
    <p>But, and second, if the child has a 'default master' set (under
      Document> Settings), then opening the child will also open the
      master, and with that all of its other descendents. The child will
      then be visible with the other documents hidden. (Probably we
      could use an "Unhide All" function to open all those other ones.)<br>
    </p>
    Finally, it's easy to write a small batch file that will open all
    the LyX documents in a given directory (if that's how you have
    things organized) and make them all visible. How to do that depends
    upon what shells are available on your OS. But that is a very simple
    and very flexible solution, though one outside LyX itself.<br>
    <p>Riki</p>
    <p><br>
    </p>
  </body>
</html>