Alphabetize

This commit is contained in:
Richard Heck 2018-04-16 21:25:19 -04:00
parent ff2df8cf37
commit d8a1132e34

View File

@ -486,6 +486,17 @@ void LyXAction::init()
{ 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
* \li Action: Saves the current buffer to a temporary file.
@ -4238,16 +4249,6 @@ void LyXAction::init()
*/
{ 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
* \li Action: Moves the cursor to the next beginning of a word "on the right".