commit c4cdff5de22c683df4423dbc0950191294381cd1
Author: Scott Kostyshak
Date: Thu Jul 6 08:40:12 2023 -0400
Fix cursor font after collapsing inset (#12830)
If the cursor is in an inset, and it is closed (e.g., with ctrl + i,
or inset-toggle), the cursor is moved outside of the
commit a3db9a667f8c029a777803ce338f59c43f79af36
Author: Jean-Marc Lasgouttes
Date: Thu Jul 6 17:27:14 2023 +0200
Outline: swap order of up and down arrows
The order is more natural now.
See discussion in #12809.
---
src/frontends/qt/ui/TocUi.ui | 12 ++--
1 file
commit 7cc431bd55c0df8acff679a2da72d85e74f3a8d7
Author: Jean-Marc Lasgouttes
Date: Wed Jun 28 16:05:21 2023 +0200
Add optional parameter 'local' to outline-in/out
When this parameter is given, only the current paragraph is affected
by the section promoting/demoting.
No