On Thu, Jun 19, 2008 at 7:30 AM, Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> Abdelrazak Younes wrote: > >> The session entry is indexed with the window id. This id is simply an >> integer which is simply incremented each time you open a window. Now, if the >> preference is set to have one window per document, I could use the filename >> instead. This solution would not be bullet proof but will work as long as >> you keep working with one window per document. The moment you use tabs, it >> won't. >> > > FYI, I implement that. That's a nice looking present, but it seems as though the box is empty! -- That is, I don't notice any change in behavior. In particular, if I open file1.lyx, set the toolbars, close file1.lyx, open newfile1.lyx, then newfile1.lyx has the toolbars set the way they were for file1.lyx. Moreover, if I now (without first closing newfile1.lyx) open file1.lyx again, the toolbars aren't set. The same is true of window location and size. In short, it looks like toolbars and window location and size are still married to window id rather than filename. Am I doing something wrong? Bennett