-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new userphrase should be added into list after click "OK" #99
Comments
the reason is that I just enter phrase and leave empty in bopomofo, so the phrase is pushed into ctx. but I think it could add phrase without bopomofo after clicking OK |
Now can only add phrase by giving both phrase and bopomofo. See #2 |
Chewing can automatically remember phrases when you are typing. |
@ShengYenPeng see #94 |
ok, thanks! I think now that we can add phrase just by typing, or the simplest idea is that if editor found that no bopomofo, just call refresh, so that the phrase would be added into list by libchewing. |
But it's not always become into one phrase. |
ok, I got it. thanks! |
Hi @david50407 , According to chewing can automatically remember phrases when you are typing and I wrote some code into add function in UserphraseModel.cpp, and it seems works.
example: |
I found that the code can't handle the invalid phrase like: "哈囉a", |
Please always clip your screenshots. We would crop pictures to concentrate on major difference. |
OK! |
Hi,
I add new userphrase via "Add new phrase",

and I think the new phrase should appear in the list after I click "OK",
but I should click refresh button to make new phrase appear now.
The delete button works well, it just delete phrase after I delete,
I don't need to click refresh button to make phrase disappear.
The text was updated successfully, but these errors were encountered: