Giter Club home page Giter Club logo

Comments (6)

buganini avatar buganini commented on June 12, 2024

我測試起來是
"輸入法輸入法輸入法輸入法輸入法"
然後再輸入下一個"輸"
的時候會變成
"法輸入法輸入法輸入法輸入法輸"

此時
int ReleaseChiSymbolBuf( ChewingData *pgdata, ChewingOutput *pgo )
中的throwEnd=2,但是那兩個字不知為何沒有被commit
可能是pgdata->phrOut沒有弄對所以
WriteChiSymbolToBuf( pgo->commitStr, throwEnd, pgdata );
沒動作?

from libchewing.

buganini avatar buganini commented on June 12, 2024

WriteChiSymbolToBuf裡面複製的數量是對的,
git diff v0.3.2 v0.3.3看起來也沒有相關的修改,
所以問題大概在ibus-chewing裡面?

from libchewing.

buganini avatar buganini commented on June 12, 2024

應該是連續兩次WriteChiSymbolToBuf導致前一次的被蓋掉了,
0.3.2問題可能只是因為剛好那時候是一個連續的phrase。
比較容易的解法是把WriteChiSymbolToBuf改成appeding
不然就是要在中間想辦法commit出去

from libchewing.

buganini avatar buganini commented on June 12, 2024

確定是ibus-chewing的問題了,libchewing不用改,
在IBusChewingEngine.gob裡面有ㄧ行
if (isCommit && (self->_priv->statusFlags & ENGINE_STATUS_NEED_COMMIT)){
isCommit是對的,這個是libchewing傳出來的值,有問題的&&後面那裡,問題發生的時候為0

from libchewing.

buganini avatar buganini commented on June 12, 2024

definite/ibus-chewing#15

from libchewing.

lzh9102 avatar lzh9102 commented on June 12, 2024

謝謝您,問題已解決

from libchewing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.