xiaoyifang
|
715512eda3
|
feat: allow to customize dictionary name (#722)
* feat: allow to customize dictionary name
* 🎨 apply clang-format changes
* fix: code smell
* feat: allow to set custom dictionary name
* 🎨 apply clang-format changes
* feat: add doc for customizing dictionary name
* 🎨 apply clang-format changes
* 🎨 apply clang-format changes
---------
Co-authored-by: xiaoyifang <xiaoyifang@users.noreply.github.com>
|
2023-05-20 22:33:20 +08:00 |
|
xiaoyifang
|
b0f35b4f14
|
opt: replace Folding::normalizeWhitespace with QString::simplified
|
2023-04-29 18:21:42 +08:00 |
|
xiaoyifang
|
b8d4d49f54
|
opt: Folding::trimWhiteSpace refactor
add a new method which accept QString .
modern c++ style format
|
2023-04-29 18:21:42 +08:00 |
|
xiaoyifang
|
325c3fb0bb
|
opt: replace qthreadpool with qfuture
relate #515
|
2023-04-29 18:08:39 +08:00 |
|
xiaoyifang
|
dbe04db7f5
|
opt: move fsencoding to utils.hh(.cc)
after multi refactor ,the fsencoding only left two methods and has nothing to do with encoding . Base on this condition ,move the method to utils
|
2023-04-29 00:56:22 +08:00 |
|
Xiao YiFang
|
c2f856c074
|
opt: Sorting through the use of strings
there are many string conversion in the system .some of them can be avoided .
|
2023-04-24 15:11:40 +08:00 |
|
shenleban tongying
|
7feb883408
|
refactor: move all dictionary parsers to /src/dict/
If a file contains `makeDictionaries` then it belongs to there
|
2023-04-17 16:55:34 -04:00 |
|