-
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
Typing a long word #74
Comments
Debug console will output like this:
Maybe we can show a error dialog telling the word user typed-in is too long, or showing the limitation while adding phrases? |
we can add so that the phrase will be truncated into limited size, you can't input more than 11 characters. *use MAX_PHRASE_LEN is better than 11, but I don't know where is MAX_PHRASE_LEN. ref: maxLength : int |
oh... I found "ui_UserphraseDialog.h" is generated by "UserphraseDialog.ui".... |
|
I found that
|
Sometimes if you type a word, for example, "王王王王王王王王王王王王王(13 characters)", it cannot add to the chewing editor.
The text was updated successfully, but these errors were encountered: