View Single Post
Posts: 12 | Thanked: 37 times | Joined on Jan 2014
#33
Originally Posted by sleepsounds View Post
Well, I tried it for ja_romaji.qml. But managed to make only one pull request...(I'm not much familiar with GitHub.)
And as for JaInputHandler.qml, my modification is only to comment out
Code:
} else if (item.type == "prediction") {
    anthy.commit_prediction(item.candidate)
    commit(item.text)
inside acceptPhrase() and treat "prediction" same with "full" since anthy.commit_prediction(item.candidate) seemed to cause crash.
But it's really a temporal workaround so fixing anthy.commit_prediction(item.candidate) will be better if possible.
Thanks. I'll have a look at it sometime after Tuesday next week when I'm done with all my exams. Feel free to remind me, here or on GitHub, if I seem to have neglected the pull request.

Regarding the crashes, I do know what the root problem is, so a workaround like that shouldn't be necessary hopefully, I just need to find the time to actually look at the problem and make sure I'm doing everything the right way and that I have all the corner cases worked out.
 

The Following User Says Thank You to Behold For This Useful Post: