Method | Description | |
---|---|---|
ChangeComplete ( |
||
Insert ( int offset, ITextSource text ) : void | ||
LineManager ( DocumentLineTree documentLineTree, |
||
Rebuild ( ) : void | ||
Remove ( int offset, int length ) : void |
Gets the list of lines deleted since the last RetrieveChangedLines() call. The returned list is unsorted. Gets the list of lines changed since the last RetrieveChangedLines() call. The returned list is sorted by line number and does not contain deleted lines. Gets the list of lines changed since the last RetrieveDeletedOrChangedLines() call. The returned list is not sorted.
|
Method | Description | |
---|---|---|
InsertLineAfter ( |
||
RemoveLine ( |
||
SetLineLength ( |
Sets the total line length and checks the delimiter. This method can cause line to be deleted when it contains a single '\n' character and the previous line ends with '\r'.
|
|
UpdateListOfLineTrackers ( ) : void |
public ChangeComplete ( |
||
e | ||
return | void |
public Insert ( int offset, ITextSource text ) : void | ||
offset | int | |
text | ITextSource | |
return | void |
public LineManager ( DocumentLineTree documentLineTree, |
||
documentLineTree | DocumentLineTree | |
document | ||
return | System.Collections.Generic |
public Remove ( int offset, int length ) : void | ||
offset | int | |
length | int | |
return | void |