居戎氏

Results 573 comments of 居戎氏

Yes. This is an assert done only in Debug build. I can confirm that this error existed in upstream code.

The latest commit works fine in Release build. For Debug build, the error may happen if: - rime.dll (as well as other non-plugin DLLs) is put in the 'plugins' directory....

This the official code repo: https://chromium.googlesource.com/external/gyp I'm not sure the latest code works. Please try. `-r 1984` was the last working revision when the repo was on googlecode years ago.

Let me try to find a slightly better version of installation script I wrote earlier that handle paths correctly. We should avoid "C:\" anywhere in our code or scripts. Right?

這是在折騰啥? Rime不能向系統發送按鍵,只能輸出文字。

> > 這是在折騰啥? Rime不能向系統發送按鍵,只能輸出文字。 > > 有沒有考慮加上 Engine::CommitKeys(vector ) 給前端 輸入法的API沒有這種能力。 如果寫成外掛程序,那也沒必要通過Rime實現,可以在一個插件裏直接發系統調用。這樣一來,程序的權限要比正經的輸入法高。