IME 進度(r1478)

一些改變。

鑒於用到 AVDictionary 的程式都需要連結到 tinyxml 有點花空間,所以把 tinyxml 獨立 compile 成 tinyxml.dll.. 所以用的程式越多,省的越多 :p 目前 PCMan 的 UI 已經可以透過 config.xml 來調整 candidate 列顯示的元素各數。

pcchen 詢問是否可以把 POJ merge 回 trunk,這樣要 update 的時候才不用兩邊修改,所以請改用 trunk/Modules/OVIMPOJ-Holo/make.bat 來編譯 😉

之前用二元開關的方法來設定 keycode 完全沒有使用到 keycode 的介面,現在 loader.keyEvent 直接接收 AVKeyCode 當作參數,對 Shift/CapsLock 等 modifier 的設定比較方便且不易出錯。

AVConfig 中的 UserDir 搬移到 C:\Document and Settings\%USER%\Application Data\OpenVanilla 因應 XP 為多使用者環境。config.xml 的目錄也應該設定到 UserDir;是否應該做成 AVDictionary 的預設選項呢…