Compare commits

..

No commits in common. "79ac0ab3b2774d4d7a25f54f302a24e1681c04fb" and "5041d7405224c9f11b1b7f60e85815547ec921c0" have entirely different histories.

3 changed files with 6 additions and 5 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>]
Syntax textstyle-apply [<NUM>]textstyle-apply
\end_layout
\begin_layout Description

View File

@ -4098,10 +4098,11 @@ void LyXAction::init()
/*!
* \var lyx::FuncCode lyx::LFUN_TEXTSTYLE_APPLY
* \li Action: Apply last used text properties.
* \li Notion: These properties are stored via #LFUN_TEXTSTYLE_UPDATE, which is
automatically triggered when using Text Style dialog.
* \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 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 in document statistics.
- Approximate word count for cross-references.
- 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 in our and hyperref manual.
that within UI now. Workarounds can be found our and hyperref manual.
- Fix display of superscripts on Windows (bug 13100).