lyx_mirror/lib/lyx2lyx
José Matos 4534a20f1a Fix functions that used functions but did not defined it
The functions were selected from the parser files where document is
always defined.

The only case was this code was used was on document.warning.

Since our documents are well formed this code was never active and thus
the reason why we did not saw this before.

One possible solution to assure that these type of errors do not occur
is to make the convention that all the functions in lyx2lyx_tools have
as the first argument document.
2024-06-17 11:31:10 +01:00
..
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
CMakeLists.txt Cmake tests: Added parser_tools test to the lyx2lyx group tests 2014-06-12 09:07:57 +02:00
generate_encoding_info.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx2lyx Update lyx2lyx folder to Python 3+ 2024-06-10 10:55:40 +01:00
lyx2lyx_lang.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx2lyx_tools.py Fix functions that used functions but did not defined it 2024-06-17 11:31:10 +01:00
lyx2lyx_version.py.in Update lyx2lyx folder to Python 3+ 2024-06-10 10:55:40 +01:00
lyx_0_06.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx_0_08.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx_0_10.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx_0_12.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx_1_0.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx_1_1_5.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx_1_1_6_0.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx_1_1_6_3.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx_1_1.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx_1_2.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx_1_3.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
lyx_1_4.py Fix code 2024-06-15 11:26:28 +01:00
lyx_1_5.py Fix code 2024-06-15 11:26:28 +01:00
lyx_1_6.py Fix code 2024-06-15 11:26:28 +01:00
lyx_2_0.py Fix functions that used functions but did not defined it 2024-06-17 11:31:10 +01:00
lyx_2_1.py Fix code 2024-06-15 11:26:28 +01:00
lyx_2_2.py Fix functions that used functions but did not defined it 2024-06-17 11:31:10 +01:00
lyx_2_3.py Fix code 2024-06-15 11:26:28 +01:00
lyx_2_4.py Fix functions that used functions but did not defined it 2024-06-17 11:31:10 +01:00
lyx_2_5.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
LyX.py Fix code 2024-06-15 11:26:28 +01:00
Makefile.am Handle URL escaping in beamer frames 2024-05-13 07:26:41 +02:00
parser_tools.py Reformat lyx2lyx code using ruff 2024-06-15 10:06:06 +01:00
profiling.py Fix code 2024-06-15 11:26:28 +01:00
test_lyx2lyx_tools.py Remove undisclosed imports (from xxx import *) 2024-06-16 07:45:43 +01:00
test_parser_tools.py Remove undisclosed imports (from xxx import *) 2024-06-16 07:45:43 +01:00
unicode_symbols.py Fix code 2024-06-15 11:26:28 +01:00