Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-15 Thread Isaac Oscar Gariano
Thanks for looking at my patch! I'm happy to add a simple "Refresh" button to the "Document Settings -> Module" window if you think this would be a good idea? — Isaac Oscar Gariano​ -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-11 Thread Pavel Sanda
On Wed, Oct 11, 2023 at 04:17:30PM +0200, Thibaut Cuvelier wrote: > On Wed, 11 Oct 2023 at 11:03, Pavel Sanda wrote: > > > On Tue, Oct 10, 2023 at 02:38:01PM +0200, Jürgen Spitzmüller wrote: > > >> 4) *lot* of latex packages > > > All we query is needed for something for sure. > > > > Let's

Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-11 Thread Thibaut Cuvelier
On Wed, 11 Oct 2023 at 11:03, Pavel Sanda wrote: > On Tue, Oct 10, 2023 at 02:38:01PM +0200, Jürgen Spitzmüller wrote: > >> 4) *lot* of latex packages > > All we query is needed for something for sure. > > Let's stick with point 4. > > By *needed* you mean that we have e.g. some specific feature

Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-11 Thread Pavel Sanda
On Tue, Oct 10, 2023 at 02:38:01PM +0200, Jürgen Spitzmüller wrote: >> 4) *lot* of latex packages > All we query is needed for something for sure. Let's stick with point 4. By *needed* you mean that we have e.g. some specific feature requiring it for proper typesetting (I agree with that) or

Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-10 Thread Jürgen Spitzmüller
Am Dienstag, dem 10.10.2023 um 14:27 +0200 schrieb Pavel Sanda: > As I see we do: > 2) Indexing cls/sty/bst/bib/bbx/cbx (do we need those for something?) Yes, (bib)latex settings for bst/bib/bbx/cbx. Package/class availability for the others. > 6) checking fonts (do we actually use those for

Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-10 Thread Pavel Sanda
On Tue, Oct 10, 2023 at 10:31:12AM +0100, José Matos wrote: > OTHO IMHO (I am missing other acronyms to add) this does not need to be > accessible through the GUI. Most of the time you want the default > procedure, it is slow but it does what you want. We might take this thread as an oportunity

Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-10 Thread Jürgen Spitzmüller
Am Dienstag, dem 10.10.2023 um 10:31 +0100 schrieb José Matos: > The use of these options inside LyX should depend on the actual > context. That would mean that in your particular case the option to > only rebuild the modules part should be in the modules related > interface. Yes, and ideally it

Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-10 Thread José Matos
On Mon, 2023-10-09 at 07:36 +, Isaac Oscar Gariano wrote: > > It would be nice to be able to select these options from the GUI > > when > > you click the reconfigure button, so if someone familiar with the > > GUI > > code can do that, it would be very helpfull! > > > > > > — Isaac Oscar

[PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-09 Thread Isaac Oscar Gariano
Hey, So it was annoying me that I every time I added a new module or layout file, I have to reconfigure lyx, but this is quite slow. On my (admittedly slow) system it takes about 40 seconds. I noticed the configure.py script itself has some command line options to make it faster, so when I run