Skip Navigation LinksActipro Software / Products / .NET Controls / Windows Forms / SyntaxEditor / Web Languages Add-on / Automated IntelliPrompt

Product Details

Web Languages Add-on
An advanced XML language implementation for use with the SyntaxEditor control

Sold separately from SyntaxEditor... see special licensing notes for details

Latest Release:
v4.0.0277 on 10/13/2008

Supported Environments:
.NET 1.1 - 3.5
VS.NET 2003 - 2008

Blueprint License:
Source code is available for this product

Product Newsletter

If you would like to receive periodic informative newsletters about our new .NET controls and events, please fill out the following information.
Name:
 
E-mail Address:
 
Where did you hear about our products?
 

Actipro SyntaxEditor Web Languages Add-on

Feature Tour:

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