]> git.lyx.org Git - lyx.git/commit
* parser_tools.py (find_tokens_exact): new, extract tokens with
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 17 Mar 2006 09:52:13 +0000 (09:52 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 17 Mar 2006 09:52:13 +0000 (09:52 +0000)
commit8d914e2c52b67907812684abeb8f8585fd845972
tree36054e3c4d685e78470875406e15efaec9768da7
parentc9c37cab4e0bcda3dd56ba44588b140639545392
    * parser_tools.py (find_tokens_exact): new, extract tokens with
        exact match
        * parser_tools.py (find_token2): rename to find_token_exact and make
        it work for tokens with spaces
        * lyx_1_4.py (revert_box, convert_collapsable, revert_bibtopic,
        convert_float): use find_token(s)_exact instead of find_token(s).
        This does not match "FloatList" when "Float" is searched (bug 2245)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13410 a592a061-630c-0410-9148-cb99ea01b6c8
lib/lyx2lyx/lyx_1_3.py
lib/lyx2lyx/lyx_1_4.py
lib/lyx2lyx/parser_tools.py