lyx_mirror/lib/lyx2lyx
Udi-Fogiel ca2c9d8b46 don't convert hebrew parentheses in passthru insets
Fix 12966. A few notes:

* we need to consider both regular insets and argument insets.
* in passthru layouts (such as verbatim) parentheses still need
  to be reversed.
* all arguments of type 'listpreamble' are passthru (this isn't a rule,
  this is just what happen in practice).
* custom layout and insets from the local layout, or a custom module
  are not considered.

Signed-off-by: Udi-Fogiel <udifoglle@gmail.com>
2024-01-01 12:40:00 +02:00
..
.gitignore
CMakeLists.txt
generate_encoding_info.py
lyx2lyx
lyx2lyx_lang.py
lyx2lyx_tools.py Sync with master 2022-10-26 10:52:21 +02:00
lyx2lyx_version.py.in
lyx_0_06.py
lyx_0_08.py
lyx_0_10.py
lyx_0_12.py Sync with master 2022-10-26 10:52:21 +02:00
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 Python fixes from José Matos 2023-08-19 22:08:08 -04:00
lyx_1_3.py Sync with master 2022-10-26 10:52:21 +02:00
lyx_1_4.py Sync with master 2022-10-26 10:52:21 +02:00
lyx_1_5.py Sync with master 2022-10-26 10:52:21 +02:00
lyx_1_6.py Sync with master 2022-10-26 10:52:21 +02:00
lyx_2_0.py Python fixes from José Matos 2023-08-19 22:08:08 -04:00
lyx_2_1.py Sync with master 2022-10-26 10:52:21 +02:00
lyx_2_2.py Sync with master 2022-10-26 10:52:21 +02:00
lyx_2_3.py Python fixes from José Matos 2023-08-19 22:08:08 -04:00
lyx_2_4.py don't convert hebrew parentheses in passthru insets 2024-01-01 12:40:00 +02:00
LyX.py Correct typos of "occurred" in warnings/errors 2022-11-06 10:06:50 -05:00
Makefile.am
parser_tools.py Fix lyx2lyx issue reported on ML 2023-09-06 13:07:40 -04:00
profiling.py
test_lyx2lyx_tools.py
test_parser_tools.py
unicode_symbols.py