Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
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 | ||
Результат | void |
public Insert ( int offset, ITextSource text ) : void | ||
offset | int | |
text | ITextSource | |
Результат | void |
public LineManager ( DocumentLineTree documentLineTree, |
||
documentLineTree | DocumentLineTree | |
document | ||
Результат | System.Collections.Generic |
public Remove ( int offset, int length ) : void | ||
offset | int | |
length | int | |
Результат | void |