]> git.lyx.org Git - lyx.git/commit
Implement reference-to-paragraph in outliner (#1624)
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 28 Jul 2024 13:59:06 +0000 (15:59 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 28 Jul 2024 13:59:06 +0000 (15:59 +0200)
commit143e534d1e749936a37e4f3607c39161eb89d293
treee94ad34ef6929b86d6efc10bdc17e956effd0073
parent3fe99bf6f55858c666195263b8988165639ae7b2
Implement reference-to-paragraph in outliner (#1624)

This allows to insert a cross-reference to headings, figures or tables
by right-clicking on the outliner item.

If the item in question does not have a label yet, it is inserted.
lib/ui/stdcontext.inc
src/frontends/qt/TocWidget.cpp