Posted 18 years ago
by Charles W. Hooks
I have an XML language definition that is working very well for highlighting. However, I need to capture the trigger event in order to provide the correct intelliSense for my JavaScript objects. I can not find a way to use that event unless I make a DynamicOutliningSyntaxLanguage object. This would seem to create a conflict between getting the language from Document.LoadLanguageFromXml or Document.language. Am I missing an obvious way to set an event handler for triggers on XML language definitions?