Comment #11 on issue 1154 by Caius.Chance: Compatibility for 2 column and 3 column mapping (frequency) in table source files.
http://code.google.com/p/ibus/issues/detail?id=1154

This patch is tested not working with tables that have '=' as one of combination keys. It didn't run a pattern check:

            elif l.upper().startswith("BEGIN_DEFINITION"):
                current_list = _attri
                continue
            elif l.upper().startswith("END_DEFINITION"):
                current_list = None
                continue

--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复