
I need some beginning help with Intelliprompt. I am creating a non-mergeable language. I have highlighting working. I have basic outlining working (though I have not yet implemented the AST).
In my SyntaxLanguage I have overridden IntelliPromptCompleteWord, ShowIntelliPromptMemberList, and IntelliPromptMemberListSupported. I return true from IntelliPromptMemberListSupported.
I have copied code from the Simple example as a base.
My question is, when do these methods get called? Or when do I need to call them myself? Obviously, right now, I am not getting any memberlist pop-ups when I type in the editor.
Thanks for any help.
In my SyntaxLanguage I have overridden IntelliPromptCompleteWord, ShowIntelliPromptMemberList, and IntelliPromptMemberListSupported. I return true from IntelliPromptMemberListSupported.
I have copied code from the Simple example as a base.
My question is, when do these methods get called? Or when do I need to call them myself? Obviously, right now, I am not getting any memberlist pop-ups when I type in the editor.
Thanks for any help.