mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
ae31e16952
Both lyx2lyx and LyX write output to the terminal, and it's helpful to know which messages are coming from lyx2lyx. For example, before this commit if we opened a document in LyX that has a newer file format than lyx2lyx can deal with, we see the following output in the terminal: Warning: 619: Format not supported. Warning: Quitting. Error: Document format failure The first two lines (the warnings) are output from lyx2lyx, and the third is output by LyX. This output was particularly confusing because I first thought "LyX tries to quit if the document is too new?", but in fact LyX still stays open; it just doesn't open the document. After this change, the output is now the following: lyx2lyx warning: 619: Format not supported. lyx2lyx warning: Quitting. Error: Document format failure |
||
---|---|---|
.. | ||
.gitignore | ||
CMakeLists.txt | ||
generate_encoding_info.py | ||
lyx2lyx | ||
lyx2lyx_lang.py | ||
lyx2lyx_tools.py | ||
lyx2lyx_version.py.in | ||
lyx_0_06.py | ||
lyx_0_08.py | ||
lyx_0_10.py | ||
lyx_0_12.py | ||
lyx_1_0.py | ||
lyx_1_1_5.py | ||
lyx_1_1_6_0.py | ||
lyx_1_1_6_3.py | ||
lyx_1_1.py | ||
lyx_1_2.py | ||
lyx_1_3.py | ||
lyx_1_4.py | ||
lyx_1_5.py | ||
lyx_1_6.py | ||
lyx_2_0.py | ||
lyx_2_1.py | ||
lyx_2_2.py | ||
lyx_2_3.py | ||
lyx_2_4.py | ||
LyX.py | ||
Makefile.am | ||
parser_tools.py | ||
profiling.py | ||
test_lyx2lyx_tools.py | ||
test_parser_tools.py | ||
unicode_symbols.py |