Method SmartCapitalize
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
SmartCapitalize(Point, Point, ITextUndoList)
Capitalizes block of text.
public virtual void SmartCapitalize(Point start, Point end, ITextUndoList operations)
Parameters
start
PointStart position of the block.
end
PointEnd position of the block.
operations
ITextUndoListList of the text changes.