commit 62d61e765582f6fa297d933282938b127bf47f04
Author: Jean-Marc Lasgouttes
Date: Sun Jul 23 00:22:22 2023 +0200
Revert "Fix crash when dissolving a top level math inset"
The code was too convoluted and actually wrong (the -1 should have been -2).
This reverts commit c755
commit 0f7404392c2c710aa967a937f47eca0ad94cef93
Author: Jean-Marc Lasgouttes
Date: Sun Jul 23 17:34:01 2023 +0200
Fix issues with inset-dissolve in mathed
* do not try to dissolve a macro template inset (avoids a crash)
* disable inset-dissolve when an argument is given
* w
commit 35359a4c6f58a9bd660b7dd82c4be5638700d0d9
Author: Jean-Marc Lasgouttes
Date: Thu Jul 20 23:42:34 2023 +0200
Improve branch activatiion LFUNs
* put the code that is called both from Buffer and InsetBrach in the
two helper methods Buffer::branchActivationStatus() and
commit ae3aaa9ade4f2ed37797d9e282a4d0e5c613bc7c
Author: Pavel Sanda
Date: Mon Jul 24 01:21:52 2023 +0200
Add a "nogui" option to the inset-edit lfun (bug 11956).
---
src/LyXAction.cpp |6 --
src/insets/InsetCollapsible.cpp |7 ++-
2 files changed, 10 insertion
commit c932425f9ad55b64266d546ebdc8173dac753a23
Author: Richard Kimberly Heck
Date: Sun Jul 23 21:07:55 2023 -0400
Add Edit External to ERT context menu
---
lib/ui/stdcontext.inc |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcon