Method | Description | |
---|---|---|
GetCodeFile ( string fileName ) : string | ||
PreviewEditorView ( |
||
SetBuilder ( string fileName ) : bool |
Call to set the builder based on the file name
|
|
Update ( ) : void |
Call to update the view
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnGotFocus ( |
||
OnPositionChanged ( |
Method | Description | |
---|---|---|
ErrorTimer_Elapsed ( object sender, |
||
FinishProcessing ( |
||
Stop ( ) : void | ||
Timer_Elapsed ( object sender, |
public GetCodeFile ( string fileName ) : string | ||
fileName | string | |
return | string |
protected OnGotFocus ( |
||
e | ||
return | void |
protected OnPositionChanged ( |
||
e | ||
return | void |
public PreviewEditorView ( |
||
editor | ||
mainAssembly | string | |
references | IEnumerable |
|
getCode | Func |
|
return | System |