View Single Post
Posts: 6 | Thanked: 6 times | Joined on Jun 2015
#32
Originally Posted by Behold View Post
Interesting! I've been meaning to have a look at some of what you mentioned, but I haven't had the time. If you do a pull request on GitHub I can have a look at your changes and see if I can incorporate them into the repository if you'd like. (Try to make separate pull requests for separate features though.)
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.
 

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