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

2020-06-20 Thread typist
OK, and thank you Stephan. To be clearer about #4 below. A file does not need to be re-opened to populate the list I require. For the list has already been populated by the most recent files that were opened. And those — the most recently opened — are the files I require. PS: I’ve gotten what

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

2020-06-20 Thread Stephan Witt
Am 20.06.2020 um 08:29 schrieb typ...@mac.com: > > Thanks JMarc, > > 1. Using LyX Version 2.3.5-1 (2 June 2020), I see that the “Maximum last > files” is 50. (Via Preferences -> Look @ Feel -> User Interface.) Yes, that’s true. It was changed from 20 to 50 on 2016-01-13. > 2. Where do I find

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

2020-06-20 Thread typist
Thanks JMarc, 1. Using LyX Version 2.3.5-1 (2 June 2020), I see that the “Maximum last files” is 50. (Via Preferences -> Look @ Feel -> User Interface.) 2. Where do I find that "there is a hardcoded bound at 100”? 3. Can I access that limit? 4. PS: I do not see why a file needs to be opened

"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