Compare commits

...

3 Commits

Author SHA1 Message Date
Pavel Sanda
79ac0ab3b2 Regenerate LFUNs.lyx. 2024-12-06 23:36:40 +01:00
Pavel Sanda
ef4c0412bf * doxy - amend 154b4fdece 2024-12-06 23:35:48 +01:00
Pavel Sanda
fb1095c90b * status.24x 2024-12-06 23:35:20 +01:00
3 changed files with 5 additions and 6 deletions

View File

@ -722,7 +722,7 @@ Notion These properties are stored via LFUN_TEXTSTYLE_UPDATE,
\end_layout
\begin_layout Description
Syntax textstyle-apply [<NUM>]textstyle-apply
Syntax textstyle-apply [<NUM>]
\end_layout
\begin_layout Description

View File

@ -4098,11 +4098,10 @@ void LyXAction::init()
/*!
* \var lyx::FuncCode lyx::LFUN_TEXTSTYLE_APPLY
* \li Action: Apply last used text properties.
* \li Syntax: textstyle-apply [<NUM>]
* \li Params: <NUM>: number of the selection in the internal freefonts stack to be applied.
* \li Notion: These properties are stored via #LFUN_TEXTSTYLE_UPDATE, which is
automatically triggered when using Text Style dialog.
* \li Syntax: textstyle-apply
* \li Syntax: textstyle-apply [<NUM>]
* \li Params: <NUM>: number of the selection in the internal freefonts stack to be applied.
* \li Origin: leeming, 12 Mar 2003
* \endvar
*/

View File

@ -33,11 +33,11 @@ What's new
the outliner, even of they do not have a label yet. In the latter
case, a label is autonatically inserted.
- Approximate word count for cross-references.
- Approximate word count for cross-references in document statistics.
- Document PDF settings allow color links and frames around them.
These two settings are mutually exclusive by default and we signal
that within UI now. Workarounds can be found our and hyperref manual.
that within UI now. Workarounds can be found in our and hyperref manual.
- Fix display of superscripts on Windows (bug 13100).