]> git.lyx.org Git - features.git/commitdiff
* doxy
authorPavel Sanda <sanda@lyx.org>
Tue, 30 Sep 2008 23:49:25 +0000 (23:49 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 30 Sep 2008 23:49:25 +0000 (23:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26660 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index aef4e67860e0656af12ad0a7f8a4673bfc01a7b9..2cef2e0dfe228def83fdbf0459a7cee21620ee3e 100644 (file)
@@ -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