C# Automatic Outlining Question

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Craig Eddy - Star Technologies
Avatar
I previous incantations of SyntaxEditor, we had outlining nodes on code blocks such as:
if( true )
{
    DoItToIf();
}
However, with 4.0.258.0 we only seem to be able to get outlining around #region and for methods.

Is there some setting I'm missing?

Thanks!

Craig Eddy
Star Technologies Corporation
http://www.sdt-startech.com

[Modified at 10/23/2007 12:09 PM]

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Craig,

In the .NET Languages Add-on it outlines based on the AST compilation unit so it will only outlining types/members/regions, etc. This is actually the proper outlining style.

In the dynamic C# language, it doesn't know what is a type or member, so what you were asking for should still work there.


Actipro Software Support

The latest build of this product (v25.1.0) was released 13 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.