Skip Navigation LinksActipro Software / Products / .NET Controls / Windows Forms / SyntaxEditor / Code Fragments

Product Details

Actipro SyntaxEditor
A syntax highlighting source code editing control

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

SyntaxEditor Add-ons

Advanced C# and VB languages w/automated IntelliPrompt & more
Advanced XML language w/automated IntelliPrompt & more

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 - Windows Forms .NET Control

Feature Tour:

Code Fragments

SyntaxEditor supports the editing of code fragments with full IntelliPrompt features when using an advanced language that does semantic parsing using the semantic parser service. Any language that uses the semantic parser service can use this feature.

Code fragment editing is useful in situations like where you want an end user to edit only the contents of a specific method or property.

An example of code fragment editing using the .NET Languages Add-on... the top and bottom SyntaxEditors are simply displaying what is stored in the header/footer of the document, while the middle SyntaxEditor is what is being edited

Code fragment editing is accomplished by setting a header and footer text property on your document. Neither the header nor footer are normally visible to the end user but they can be added to the document during semantic parsing to provide context for the actual code being edited in the document.