ctlIME // Add warnings about candidateSelectionChanged().

This commit is contained in:
ShikiSuen 2022-08-19 20:28:16 +08:00
parent 503b102a72
commit beb4d52503
2 changed files with 8 additions and 2 deletions

View File

@ -311,7 +311,13 @@ class ctlInputMethod: IMKInputController {
/// IMK /// IMK
/// - Parameter _: /// - Parameter _:
override open func candidateSelectionChanged(_: NSAttributedString!) { override open func candidateSelectionChanged(_: NSAttributedString!) {
// //
// IMKServer.commitCompositionWithReply() commitComposition()
// keyHandler
//
//
// ctlCandidateIMK identifier // ctlCandidateIMK identifier
// NSNotFound NSLog identifier // NSNotFound NSLog identifier
// console ips // console ips

View File

@ -46,7 +46,7 @@ extension ctlInputMethod {
} }
/// .NotEmpty() /// .NotEmpty()
private func setInlineDisplayWithCursor() { func setInlineDisplayWithCursor() {
guard let client = client() else { return } guard let client = client() else { return }
if let state = state as? InputState.AssociatedPhrases { if let state = state as? InputState.AssociatedPhrases {
client.setMarkedText( client.setMarkedText(