Skip Navigation LinksActipro Software / Products / .NET Controls / Windows Forms / SyntaxEditor / .NET Languages Add-on / Code Block Selection

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.0275 on 07/15/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:

Code Block Selection

Code block selection provides a way to expand the selection to include the containing code block.

For instance, in C# the first time you expand the selection, it may select the containing statement. By expanding it again, it may select the containing method. By expanding it again, it may select the containing class. And so on up the compilation unit.

By contracting the selection, it goes back and selects the previously selected block. Contracting can occur recursively to go back to the original selection.