mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Alphabetize
This commit is contained in:
parent
ff2df8cf37
commit
d8a1132e34
@ -486,6 +486,17 @@ void LyXAction::init()
|
|||||||
{ LFUN_BRANCH_MASTER_DEACTIVATE, "branch-master-deactivate", AtPoint, Buffer },
|
{ LFUN_BRANCH_MASTER_DEACTIVATE, "branch-master-deactivate", AtPoint, Buffer },
|
||||||
|
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \var lyx::FuncCode lyx::LFUN_BUFFER_ANONYMIZE
|
||||||
|
* \li Action: For debug purposes only. Convert all [a-zA-Z0-1] characters to
|
||||||
|
single character. Useful when submitting docs to list or bugzilla.
|
||||||
|
* \li Syntax: buffer-anonymize
|
||||||
|
* \li Origin: sanda, Feb 1 2018
|
||||||
|
* \endvar
|
||||||
|
*/
|
||||||
|
{ LFUN_BUFFER_ANONYMIZE, "buffer-anonymize", Noop, Edit },
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \var lyx::FuncCode lyx::LFUN_BUFFER_AUTO_SAVE
|
* \var lyx::FuncCode lyx::LFUN_BUFFER_AUTO_SAVE
|
||||||
* \li Action: Saves the current buffer to a temporary file.
|
* \li Action: Saves the current buffer to a temporary file.
|
||||||
@ -4238,16 +4249,6 @@ void LyXAction::init()
|
|||||||
*/
|
*/
|
||||||
{ LFUN_WORD_REPLACE, "word-replace", Noop, Edit },
|
{ LFUN_WORD_REPLACE, "word-replace", Noop, Edit },
|
||||||
|
|
||||||
/*!
|
|
||||||
* \var lyx::FuncCode lyx::LFUN_BUFFER_ANONYMIZE
|
|
||||||
* \li Action: For debug purposes only. Convert all [a-zA-Z0-1] characters to
|
|
||||||
single character. Useful when submitting docs to list or bugzilla.
|
|
||||||
* \li Syntax: buffer-anonymize
|
|
||||||
* \li Origin: sanda, Feb 1 2018
|
|
||||||
* \endvar
|
|
||||||
*/
|
|
||||||
{ LFUN_BUFFER_ANONYMIZE, "buffer-anonymize", Noop, Edit },
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \var lyx::FuncCode lyx::LFUN_WORD_RIGHT
|
* \var lyx::FuncCode lyx::LFUN_WORD_RIGHT
|
||||||
* \li Action: Moves the cursor to the next beginning of a word "on the right".
|
* \li Action: Moves the cursor to the next beginning of a word "on the right".
|
||||||
|
Loading…
Reference in New Issue
Block a user