Actipro SyntaxEditor Web Languages Add-on
XML Automated IntelliPrompt
Automated IntelliPrompt is probably the best feature of the Web Languages Add-on.
By adding a few lines of code that load an XML schema (XSD),
you can have member lists and quick info automatically display while editing XML.
A member list displayed for an element
Features Supported
Automated IntelliPrompt means that these features (whether trigged programmatically, by typing, or a mouse event)
are intelligently populated by the Web Languages Add-on and displayed at the proper time:
-
Complete word (Ctrl+Space)
If there is a single member list item that matches the text in the current context, it is automatically completed. Otherwise, a member list is displayed.
-
Member list
Displays various items based on the current context. Items may include elements, attributes, or facets. When an item is chosen, appropriate code is entered by the member list.
-
Quick Info
Displays descriptive information about the token under the mouse or at the caret.
Formatted Info Tips
All of the popup info tips use our rich formatting code so that they appear in vivid colors.
Gone are the days of boring black tooltips.
Our tips display images to clearly distinguish names, comments, etc.
Quick info displayed for an element
Quick info displayed for an attribute
|