mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
On the same note.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25101 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
70dbaa6b0f
commit
e34c18c8fd
@ -662,7 +662,19 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_WORD_BACKWARD_SELECT, "word-backward-select", ReadOnly | SingleParUpdate, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_WORD_DELETE_BACKWARD
|
||||
* \li Action: Deletes characters to the begining of the word (usually the "C+BackSpace" key).
|
||||
* \li Syntax: word-delete-backward
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_WORD_DELETE_BACKWARD, "word-delete-backward", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_WORD_DELETE_FORWARD
|
||||
* \li Action: Deletes characters to the end of the word (usually the "C+Delete" key).
|
||||
* \li Syntax: word-delete-forward
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_WORD_DELETE_FORWARD, "word-delete-forward", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_WORD_FIND_FORWARD
|
||||
|
Loading…
Reference in New Issue
Block a user