Why is my Python dictionary looked up more than once for every new stroke? #1338
Answered
by
user202729
user202729
asked this question in
Q&A and Support
-
(title.) |
Beta Was this translation helpful? Give feedback.
Answered by
user202729
May 26, 2021
Replies: 1 comment
-
Generally, you can't rely on the Python plugin is only looked up once every stroke. If the lookup function has side effects, it's better to make an extension plugin and use the Internally, for every stroke, the translator does the following...
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
user202729
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generally, you can't rely on the Python plugin is only looked up once every stroke. If the lookup function has side effects, it's better to make an extension plugin and use the
stroked
engine hook.Internally, for every stroke, the translator does the following...