Pref // var kMaxMarkRangeLength = 2x kDefaultComposingBufferSize.
- This is a workaround to the bug #45 since the effort of solving it is worthless comparing to rewrite all Cpp modules to swift.
This commit is contained in:
parent
5b8a1bbb7a
commit
ef800c6493
|
@ -384,7 +384,7 @@ struct ComposingBufferSize {
|
||||||
return useSCPCTypingMode
|
return useSCPCTypingMode
|
||||||
}
|
}
|
||||||
|
|
||||||
@UserDefault(key: kMaxCandidateLength, defaultValue: 10)
|
@UserDefault(key: kMaxCandidateLength, defaultValue: kDefaultComposingBufferSize * 2)
|
||||||
@objc static var maxCandidateLength: Int
|
@objc static var maxCandidateLength: Int
|
||||||
|
|
||||||
@UserDefault(key: kShouldNotFartInLieuOfBeep, defaultValue: true)
|
@UserDefault(key: kShouldNotFartInLieuOfBeep, defaultValue: true)
|
||||||
|
|
Loading…
Reference in New Issue