"Open Recent". How to extend the limit from 50 to 100?

2020-06-18 Thread typist
I’d like to review the last 100 files that I’ve opened. The current LyX limit is 50. How might I do this? Thanks. lyx101 -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: "Open Recent". How to extend the limit from 50 to 100?

2020-06-18 Thread Kornel Benko
Am Thu, 18 Jun 2020 23:28:54 +1000 schrieb typ...@mac.com: > I’d like to review the last 100 files that I’ve opened. The current LyX limit > is 50. > How might I do this? > > Thanks. lyx101 You have to recompile lyx. This value is hardcoded in src/LyXRC.h. const long maxlastfiles = 50;

Re: "Open Recent". How to extend the limit from 50 to 100?

2020-06-18 Thread Jean-Marc Lasgouttes
Le 18/06/2020 à 15:28, typ...@mac.com a écrit : I’d like to review the last 100 files that I’ve opened. The current LyX limit is 50. How might I do this? Hello, As far as I can see in the sources, the default is 20 and there is a hardcoded bound at 100. I am surprised by your numbers, but I