Davy

Results 69 comments of Davy

Debug console will output like this: ``` Warning: [userphrase-sql.c:213 UserUpdatePhrase] wordSeq length > 20 MAX_PHRASE_LEN (11) ((null) :0) ``` Maybe we can show a error dialog telling the word user...

`MAX_PHRASE_LEN` is inside `libchewing`, it depends on the package on your system

Because the implementation of 'Edit' function is adding the new phrase after removing old phrase selected, but this won't check if new phrase is valid before removing. Maybe we can...

Yes we have recorded the frequency in libchewing's database (ref: https://github.com/chewing/libchewing/blob/a495d845c82186c4ba7773ee8cc8bf4c94ac790e/src/userphrase-sql.c#L252). But I don't know if we can change the frequency in editor or not. @czchen is it possible in...

ref: https://github.com/chewing/chewing-editor/issues/2

Could you provide debug message from console and the phrase with bopomofo you typed? I added the phrase with `master` build successful. ![image](https://cloud.githubusercontent.com/assets/841969/24832454/5b6a8d46-1ce3-11e7-8dc9-d81312854605.png)

@jserv @yachiyang01 Since the reason is declared now, I'm going to change the subject to "Failed on 2 or more spaces between the bopomofo of word" (Original "Cannot edit the...

Did you installed `libchewing-dev` from apt?

@ZALin I built it successful on my Ubuntu 14.04 with: - `libchewing3` 0.4.0 - `cmake` 3.4.1 - `qt5-default`, `qttools5-dev-tools` 5.4.2 - `gcc` 5.2.1

@Chun-Feng I think he passed `cmake .` but cannot link the program