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@25449 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b9a8c26465
commit
eba82d32d7
@ -1778,6 +1778,8 @@ void LyXAction::init()
|
||||
*/
|
||||
{ LFUN_INSET_EDIT, "inset-edit", Noop, Edit },
|
||||
|
||||
{ LFUN_TABULAR_INSERT, "tabular-insert", Noop, Edit },
|
||||
{ LFUN_TABULAR_FEATURE, "tabular-feature", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_CELL_BACKWARD
|
||||
* \li Action: Moves the cursor to the previous cell inside the table.
|
||||
@ -1793,9 +1795,14 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CELL_FORWARD, "cell-forward", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_CELL_SPLIT
|
||||
* \li Action: Splits cell and shifts right part to the next cell (inside the math grid).
|
||||
* \li Syntax: cell-split
|
||||
* \li Origin: Ale, 15 May 1997
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CELL_SPLIT, "cell-split", Noop, Edit },
|
||||
{ LFUN_TABULAR_INSERT, "tabular-insert", Noop, Edit },
|
||||
{ LFUN_TABULAR_FEATURE, "tabular-feature", Noop, Edit },
|
||||
|
||||
{ LFUN_VC_CHECK_IN, "vc-check-in", ReadOnly, System },
|
||||
{ LFUN_VC_CHECK_OUT, "vc-check-out", ReadOnly, System },
|
||||
|
Loading…
Reference in New Issue
Block a user