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

Product Details

.NET Languages Add-on
Advanced C# and Visual Basic language implementations 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 .NET Languages Add-on

Feature Tour:

Document Outline

One of the benefits of the .NET 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.