[LyX/master] When pasting as LaTeX, honor textclass and modules

2022-07-18 Thread Jean-Marc Lasgouttes
commit 96e7fcd4e0c600c3dd99e901ff84ff1480167cf8 Author: Jean-Marc Lasgouttes Date: Mon Jul 18 00:50:33 2022 +0200 When pasting as LaTeX, honor textclass and modules There are several small parts that are needed here: * Implement LayoutModuleList::asString() that returns a

[LyX/master] Amend 2b24c03e: Do not override (Back)Tab in Adv F&R when it is useful

2022-07-18 Thread Kornel Benko
commit f771f77c67f546fd315bebff65124fe334a3e0f6 Author: Kornel Benko Date: Mon Jul 18 22:55:03 2022 +0200 Amend 2b24c03e: Do not override (Back)Tab in Adv F&R when it is useful While testing we want to override 'Tab' in Adv F&R. Unbinding 'Tab' seems to help, thanks to JMarc fo

[LyX/master] Fix forcing of text class for LaTeX snippets

2022-07-18 Thread Jean-Marc Lasgouttes
commit efef533d91a4e2929f37b615b2fc1eddfc5617da Author: Jean-Marc Lasgouttes Date: Mon Jul 18 00:45:01 2022 +0200 Fix forcing of text class for LaTeX snippets When the input document is not a full document, make sure that the -c is taken into account. --- src/tex2lyx/Preamble.

[LyX/master] Do not override (Back)Tab in Adv F&R when it is useful

2022-07-18 Thread Jean-Marc Lasgouttes
commit 2b24c03e8b83e6397c5cbf7dcd69f77fb4e67e62 Author: Jean-Marc Lasgouttes Date: Mon Jul 18 12:02:28 2022 +0200 Do not override (Back)Tab in Adv F&R when it is useful In Advanced Find and Replace, Tab can be used to move the focus from Search field to the replace field. This