From: Pavel Sanda Date: Tue, 30 Sep 2008 23:49:25 +0000 (+0000) Subject: * doxy X-Git-Tag: 1.6.10~3234 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=37f82d6b30654e7adb37caf4237cbbd404b3ba92;p=features.git * doxy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26660 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index aef4e67860..2cef2e0dfe 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -368,6 +368,7 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_TAB_INSERT * \li Action: Insert a tab into a listings inset. + * \li Notion: It also works on a selection. * \li Syntax: tab-insert * \li Origin: vfvanravesteijn, Sep 30 2008 * \endvar @@ -375,8 +376,11 @@ void LyXAction::init() { LFUN_TAB_INSERT, "tab-insert", SingleParUpdate, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_TAB_DELETE - * \li Action: Delete a tab or upto an equivalent amount of spaces from + * \li Action: Delete a tab or up to an equivalent amount of spaces from a listings inset. + * \li Notion: It also works on a selection - it removes a tab or spaces from the + beginning of each line spanned by the selection. This is useful if + you want to indent/unindent multiple lines in one action. * \li Syntax: tab-delete * \li Origin: vfvanravesteijn, Sep 30 2008 * \endvar