]> git.lyx.org Git - lyx.git/commit
Add NewlineCmd InsetLayout and Argument option
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 18 Apr 2019 09:35:03 +0000 (11:35 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 18 Apr 2019 09:35:03 +0000 (11:35 +0200)
commit70b3d3adccdda2daf9346b995575f9ee658ac5d3
tree95a3776d49b9d464f415d1ebac882e8489c76083
parented44bbddee012f1cb38752142aba8e068dce47d2
Add NewlineCmd InsetLayout and Argument option

This allows to specific an alternative macro for newlines

Fixes: #10407
14 files changed:
lib/doc/Customization.lyx
lib/doc/de/Customization.lyx
lib/layouts/pdfcomment.module
lib/scripts/layout2layout.py
src/Layout.cpp
src/Layout.h
src/OutputParams.h
src/TextClass.cpp
src/insets/InsetArgument.cpp
src/insets/InsetArgument.h
src/insets/InsetLayout.cpp
src/insets/InsetLayout.h
src/insets/InsetNewline.cpp
src/insets/InsetText.cpp