Method | Description | |
---|---|---|
GetLineInfoForLine ( int lineNumber ) : LineInfo |
Gets a LineInfo for the line at the specified index.
|
|
GetLineInfoForOffset ( int offset ) : LineInfo |
Gets line information for the line containing the character at the specified offset.
|
|
GetOffsetInfoForOffset ( int offset ) : OffsetInfo |
Gets information for a given offset, such as the line and column numbers.
|
Method | Description | |
---|---|---|
NewLineIndex ( string textToIndex ) : System |
public GetLineInfoForLine ( int lineNumber ) : LineInfo | ||
lineNumber | int | The line number. |
return | LineInfo |
public GetLineInfoForOffset ( int offset ) : LineInfo | ||
offset | int | The offset. |
return | LineInfo |
public GetOffsetInfoForOffset ( int offset ) : OffsetInfo | ||
offset | int | The offset for which information shall be obtained. |
return | OffsetInfo |