C# Class AvalonStudio.TextEditor.Document.NewLineFinder

Show file Open project: VitalElement/AvalonStudio Class Usage Examples

Private Methods

Method Description
NextNewLine ( ITextSource text, int offset ) : SimpleSegment

Gets the location of the next new line character, or SimpleSegment.Invalid if none is found.

NextNewLine ( string text, int offset ) : SimpleSegment

Gets the location of the next new line character, or SimpleSegment.Invalid if none is found.