From eba82d32d74f12dc60b9536be8bc93cf62f17c36 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 4 Jul 2008 17:41:58 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25449 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 694dcf34f8..ed9c551591 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 }, -- 2.39.2