mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25527 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
45b61db674
commit
31ec62658f
@ -1859,6 +1859,14 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CHANGES_OUTPUT, "changes-output", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_CHANGE_NEXT
|
||||
* \li Action: Moves the cursor to the position of the next change
|
||||
of the change tracking records.
|
||||
* \li Syntax: changes-next
|
||||
* \li Origin: schmitt, 4 Oct 2006
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CHANGE_NEXT, "change-next", ReadOnly, Edit },
|
||||
{ LFUN_CHANGES_MERGE, "changes-merge", Noop, Edit },
|
||||
{ LFUN_CHANGE_ACCEPT, "change-accept", Noop, Edit },
|
||||
|
Loading…
Reference in New Issue
Block a user