]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Update sk.po
[lyx.git] / src / LyXAction.cpp
index e1f91d2d89dd0f13b3eb11f1c90d5bb9b34fb804..16926059459674f8adca283b9e9d4cb8a5088690 100644 (file)
@@ -1975,6 +1975,17 @@ void LyXAction::init()
  */
                { LFUN_INDEX_INSERT, "index-insert", Noop, Edit },
 
+/*!
+ * \var lyx::FuncCode lyx::LFUN_INDEX_TAG_ALL
+ * \li Action: Tags all occurrences of the word before the cursor with the
+ *             index inset at cursor.
+ * \li Notion: It automatically takes the word on the cursor position.
+ * \li Syntax: index-tag-all
+ * \li Origin: spitz, 5 Nov 2022
+ * \endvar
+ */
+               { LFUN_INDEX_TAG_ALL, "index-tag-all", AtPoint, Edit },
+
 /*!
  * \var lyx::FuncCode lyx::LFUN_INDEX_PRINT
  * \li Action: Inserts list of Index entries on a new page.