]> git.lyx.org Git - lyx.git/commit
Escape special chars in indexes
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 12 Aug 2024 15:10:57 +0000 (17:10 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 12 Aug 2024 15:10:57 +0000 (17:10 +0200)
commit6fa0532ed4aaa8b9ddd479d6cef03a8a3083d774
tree4a0bfef767c8f618d71d7ccb1eba884ef06026d8
parent0d87a3aab2fff391c1ba96fd2e7c2067670500a7
Escape special chars in indexes

We now have the functionality via sub-insets, and unexperienced users
are surprised when they don't get a literal !.

The unescaped chars can still be used via ERT.
lib/doc/UserGuide.lyx
lib/doc/de/UserGuide.lyx
lib/layouts/stdinsets.inc
lib/lyx2lyx/lyx_2_5.py
src/Layout.cpp
src/insets/InsetIndex.cpp
src/insets/InsetIndex.h
src/insets/InsetLayout.cpp