Intelliprompt loadlanguagefromxml

SyntaxEditor for Windows Forms Forum

Posted 13 years ago by Radjesh Klauke - Mr., X-impress
Version: 4.0.0288
Avatar
Ola,

How do I activate the intelliprompt after loading the language from an XML?
It seems that the memberslist is empty.

Comments (1)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
The XML files don't include any IntelliPrompt features in them. For that you need to write a code-behind class that does automated IntelliPrompt, as each language is completely unique and must examine data differently and show various UI based on the caret's context.

Our product provides the UI features to render the IntelliPrompt, however it still is up to you to determine when to show it and what to put in it.

Our SimpleSyntaxLanguage sample shows samples of driving quick info, parameter info, and member lists.

The HtmlDynamicSyntaxLanguage class also shows how to show a HTML tag member list.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.