Posted 20 years ago
by Greg Shaffer
- Boulder
Here's a possible improvement for the semantic parser:
For the DocumentModificationType, I think it would be better if there was a TypingComplete type, as opposed to just a Typing type.
I really only need to set/modify my token's ISemanticParseData after the user has performed a keyup. If the user holds down a key, I don't want to execute code every time a character gets added to my document.
I can manage this myself, but it seems useful in the PostParse function.
Is there another mechanism from within PostParse?
-Greg
For the DocumentModificationType, I think it would be better if there was a TypingComplete type, as opposed to just a Typing type.
I really only need to set/modify my token's ISemanticParseData after the user has performed a keyup. If the user holds down a key, I don't want to execute code every time a character gets added to my document.
I can manage this myself, but it seems useful in the PostParse function.
Is there another mechanism from within PostParse?
-Greg