Method | Description | |
---|---|---|
DefaultLineManager ( IDocument document, IHighlightingStrategy highlightingStrategy ) : System | ||
GetFirstLogicalLine ( int visibleLineNumber ) : int | ||
GetLastLogicalLine ( int visibleLineNumber ) : int | ||
GetLineNumberForOffset ( int offset ) : int | ||
GetLineSegment ( int lineNr ) : |
||
GetLineSegmentForOffset ( int offset ) : |
||
GetNextVisibleLineAbove ( int lineNumber, int lineCount ) : int | ||
GetNextVisibleLineBelow ( int lineNumber, int lineCount ) : int | ||
GetVisibleLine ( int logicalLineNumber ) : int | ||
Insert ( int offset, string text ) : void | ||
Remove ( int offset, int length ) : void | ||
Replace ( int offset, int length, string text ) : void | ||
SetContent ( string text ) : void |
Method | Description | |
---|---|---|
OnLineCountChanged ( |
||
OnLineLengthChanged ( |
Method | Description | |
---|---|---|
AdaptLineOffsets ( int lineNumber, int delta ) : void | ||
CreateLines ( string text, int insertPosition, int offset ) : int | ||
FindLineNumber ( int offset ) : int | ||
GetNumberOfLines ( int startLine, int offset, int length ) : int | ||
Insert ( int lineNumber, int offset, string text ) : int | ||
NextDelimiter ( string text, int offset ) : ISegment | ||
Remove ( int lineNumber, int offset, int length ) : bool | ||
RunHighlighter ( ) : void |
public DefaultLineManager ( IDocument document, IHighlightingStrategy highlightingStrategy ) : System | ||
document | IDocument | |
highlightingStrategy | IHighlightingStrategy | |
return | System |
public GetFirstLogicalLine ( int visibleLineNumber ) : int | ||
visibleLineNumber | int | |
return | int |
public GetLastLogicalLine ( int visibleLineNumber ) : int | ||
visibleLineNumber | int | |
return | int |
public GetLineNumberForOffset ( int offset ) : int | ||
offset | int | |
return | int |
public GetLineSegment ( int lineNr ) : |
||
lineNr | int | |
return |
public GetLineSegmentForOffset ( int offset ) : |
||
offset | int | |
return |
public GetNextVisibleLineAbove ( int lineNumber, int lineCount ) : int | ||
lineNumber | int | |
lineCount | int | |
return | int |
public GetNextVisibleLineBelow ( int lineNumber, int lineCount ) : int | ||
lineNumber | int | |
lineCount | int | |
return | int |
public GetVisibleLine ( int logicalLineNumber ) : int | ||
logicalLineNumber | int | |
return | int |
public Insert ( int offset, string text ) : void | ||
offset | int | |
text | string | |
return | void |
protected OnLineCountChanged ( |
||
e | ||
return | void |
protected OnLineLengthChanged ( |
||
e | ||
return | void |
public Remove ( int offset, int length ) : void | ||
offset | int | |
length | int | |
return | void |
public Replace ( int offset, int length, string text ) : void | ||
offset | int | |
length | int | |
text | string | |
return | void |