Davy
Davy
I found the point here: https://github.com/vmg/redcarpet/blob/master/ext/redcarpet/autolink.c#L227 ``` for (link_end = 0; link_end < size; ++link_end) { uint8_t c = data[link_end]; if (isalnum(c)) /* HERE */ continue; if (c == '@')...
@mdchaney patch is already here... https://github.com/vmg/redcarpet/pull/463
I have no idea that is this repo going to merge the patch or not. So, just apply the patch by yourself. lol
maybe ping @robin850 ...?
How about put the link in the "Help" menu rather than in about dialog?
I think just leave in help menu, and remove the link from about dialog.
We cannot ensure colors will displayed on each platform, and we are planning to change these into icon buttons (https://github.com/chewing/chewing-editor/issues/45).
@Chocobo1 maybe we can also do this with https://github.com/chewing/chewing-editor/issues/83 ? Auto clean the fields when adding Or auto fill the phrse from searchbox (for quick add non-exist phrase)
Which IME environment you have? ibus or fctix or what? In ibus, you have to install `ibus-qt` for inputing in Qt application.
@kidwm Good idea. I think it can prevent duplicated issue like this.