Actipro SyntaxEditor .NET Languages Add-on
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.
|