421
434
text = IBus.Text.new_from_string(self.current_radicals)
422
435
super(Engine, self).update_auxiliary_text(text, len(self.current_radicals)>0)
445
super(Engine, self).update_preedit_text(IBus.Text.new_from_string('\u200B'), 0, True)
448
super(Engine, self).update_preedit_text(IBus.Text.new_from_string(''), 0, False)
424
451
def update_lookup_table(self):
425
452
"""Update the lookup table."""
426
453
if not self.current_input: