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