-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #208 from wdhongtw/setting-schema
feat: add value range to setting schema file
- Loading branch information
Showing
2 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
請問……在什麼情境下,使用者會想要把編輯區的長度設為 0?
之前是考慮到使用者詞彙最短9個字(Ctrl+9),再額外加上幾個字做為緩衝
而且在某個版本之前,組字中的符號也會算在編輯區的長度裡面,所以才會將最小值設為11,最大值設為33