Posted 20 years ago
by Greg Shaffer
- Boulder
Hi,
I'm running into some performance issues with semantic parsing in the PostParse function.
I think to solve the problem, I need to only parse for ".", "(", and after the control has been idle for a certain amount of time.
Is there a built-in way to get to the control (editor) from the PostParse function on a SemanticParser? It would be nice to know which control I'm editing, which is complicated by the fact that my SemanticParser is static (set in a Static language because I have many editors). If I can get to the control, then I might be able to determine idle state.
Thanks,
Greg
I'm running into some performance issues with semantic parsing in the PostParse function.
I think to solve the problem, I need to only parse for ".", "(", and after the control has been idle for a certain amount of time.
Is there a built-in way to get to the control (editor) from the PostParse function on a SemanticParser? It would be nice to know which control I'm editing, which is complicated by the fact that my SemanticParser is static (set in a Static language because I have many editors). If I can get to the control, then I might be able to determine idle state.
Thanks,
Greg