]> git.lyx.org Git - features.git/commit
Introduce index-tag-all lfun
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 5 Nov 2022 17:39:33 +0000 (18:39 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 5 Nov 2022 17:39:33 +0000 (18:39 +0100)
commit3bbce7f24afbb469fff5ad352778af73d57b44d8
treeca79157d2c374a4f11e61ae81d38dd2ca8d3a2ed
parentc52808ce1a804a875514713eb6f5dcd6f05dd6c8
Introduce index-tag-all lfun

This is a convenience function for indexing. It adds a copy of the
index inset under cursor after any word in the buffer that is equal
(case-insensitively) to the word preceding the index inset.

The function can be easily used to generate bad indexes (and I warn
about that in the UserGuide), but if used with care, it can also be
extremely convenient.
lib/RELEASE-NOTES
lib/doc/UserGuide.lyx
lib/ui/stdcontext.inc
src/BufferView.cpp
src/FuncCode.h
src/LyXAction.cpp
src/insets/Inset.h
src/insets/InsetIndex.cpp
src/insets/InsetIndex.h