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

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.0284 on 02/26/2010

Supported Environments:
.NET 2.0 - 3.5
VS.NET 2005 or 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 Document Outline

One of the benefits of the Web Languages Add-on is that the semantic parser generates an AST (abstract syntax tree) for the compilation unit of the document being edited. The compilation unit is itself a tree-like structure and therefore naturally works well by displaying its data within a TreeView control.

A TreeView showing a document outline of a document in SyntaxEditor

All the source code necessary to easily include document outlining in your own application is located within the SyntaxEditor sample project.