MCPcopy Create free account
hub / github.com/EasyIME/PIME / setCompositionCursor

Method setCompositionCursor

python/textService.py:232–234  ·  view source on GitHub ↗
(self, pos)

Source from the content-addressed store, hash-verified

230 self.currentReply["compositionString"] = s
231
232 def setCompositionCursor(self, pos):
233 self.compositionCursor = pos
234 self.currentReply["compositionCursor"] = pos
235
236 def setCommitString(self, s):
237 self.commitString = s

Callers 15

onKeyDownMethod · 0.80
setOutputFSymbolsMethod · 0.80
moveCursorInBracketsMethod · 0.80
onKeyDownMethod · 0.80
onKeyDownMethod · 0.80
clearMethod · 0.80
onKeyMethod · 0.80
updateCompositionCharMethod · 0.80
onKeyDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected