lyx_mirror/lib/lyx2lyx
Richard Heck 6cc1d31e38 Just a bit of safety here.
This 0 default for end is wrong. You should be able to do:
  find_token(lines, token, 0, 0)
and have that return -1. As it is, this is equivalent to:
  find_token(lines, token, 0, len(lines))
But I am afraid to change the default, in case something in lyx_1.2.py
relies upon it somehow.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36125 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-05 16:43:30 +00:00
..
generate_encoding_info.py
lyx2lyx
lyx2lyx_lang.py
lyx2lyx_tools.py Improve the add_to_preamble routine. Now we really check all the lines. 2010-11-05 14:59:11 +00:00
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 Move del_token into the files where it is used. We could use such a 2010-11-05 16:20:32 +00:00
lyx_1_4.py Move del_token into the files where it is used. We could use such a 2010-11-05 16:20:32 +00:00
lyx_1_5.py * lyx2lyx/lyx_1_5.py: 2009-07-17 15:03:13 +00:00
lyx_1_6.py Move get_value_string to lyx_1_6, since it is only used there. A more 2010-11-05 15:07:32 +00:00
lyx_2_0.py Use del_token where it makes sense to do so. 2010-11-05 16:33:29 +00:00
LyX.py Typos. 2010-09-17 12:26:55 +00:00
Makefile.am Move generally useful routines out of lyx_2_0.py and into modules. We 2010-11-04 15:59:38 +00:00
parser_tools.py Just a bit of safety here. 2010-11-05 16:43:30 +00:00
profiling.py
test_parser_tools.py
unicode_symbols.py Forgot to svn add these. 2010-11-04 19:07:30 +00:00