Method | Description | |
---|---|---|
Clear ( ) : void | ||
ClearIsChanged ( ) : void | ||
CloseFile ( ) : void | ||
Dispose ( ) : void | ||
FileTextSource ( FastColoredTextBox currentTB ) : System | ||
GetLineLength ( int i ) : int | ||
InsertLine ( int index, System.Line line ) : void | ||
LineHasFoldingEndMarker ( int iLine ) : bool | ||
LineHasFoldingStartMarker ( int iLine ) : bool | ||
OpenFile ( string fileName, |
||
RemoveLine ( int index, int count ) : void | ||
SaveToFile ( string fileName, |
||
this ( int i ) : System.Line |
Method | Description | |
---|---|---|
DefineEncoding ( |
||
DefineShift ( |
||
LoadLineFromSourceFile ( int i ) : void | ||
ReadLine ( |
||
UnloadLine ( int iLine ) : void | ||
UnloadUnusedLines ( ) : void | ||
timer_Tick ( object sender, |
public FileTextSource ( FastColoredTextBox currentTB ) : System | ||
currentTB | FastColoredTextBox | |
return | System |
public InsertLine ( int index, System.Line line ) : void | ||
index | int | |
line | System.Line | |
return | void |
public LineHasFoldingEndMarker ( int iLine ) : bool | ||
iLine | int | |
return | bool |
public LineHasFoldingStartMarker ( int iLine ) : bool | ||
iLine | int | |
return | bool |
public OpenFile ( string fileName, |
||
fileName | string | |
enc | ||
return | void |
public RemoveLine ( int index, int count ) : void | ||
index | int | |
count | int | |
return | void |
public SaveToFile ( string fileName, |
||
fileName | string | |
enc | ||
return | void |