naokiri / cskk

SKK (Simple Kana Kanji henkan) library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't own dictionary per context

naokiri opened this issue · comments

Each app has (possiblely more than one) input context, multiple context are handled by one IME. So dictionary are better to be owned by IME and separated from context and have its own lifetime, and also should be safe to call save() etc at the same time.