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

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.0285 on 06/25/2010

Supported Environments:
.NET 2.0 or later
VS.NET 2005 or later

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:

Smart Indent

The .NET Languages Add-on has full support for smart indent. Smart indenting occurs when the ENTER key is pressed. It determines how far to automatically tab the text after the caret in on the line that is inserted. This determination is based on the contents of the code surrounding the caret.

Smart indent also occurs in the C# language when typing {, }, or : characters.

Smart indent in the C# language can be configured to providing formatting according to your preferences by using options such as:

  • Indent open and close braces
  • Indent block contents
  • Indent case labels
  • Indent case contents