Property | Type | Description | |
---|---|---|---|
mErrorText | string |
Method | Description | |
---|---|---|
AddError ( string errorText, int line, int column ) : void |
Fehler beim Übersetzen des Quellcodes wird angezeigt.
|
|
Format ( ) : void |
Format
|
|
FormulaEditor ( ) : System |
Constructer.
|
|
Init ( ) : void |
Initialize text.
|
Method | Description | |
---|---|---|
SelectLine ( int line ) : void |
Given line is marked red.
|
|
ViewError ( string errorText ) : void |
Show error as text and mark error line red.
|
|
ViewErrorInternal ( ) : void |
Show error as text in panel1.
|
Method | Description | |
---|---|---|
Indent ( int indent ) : string | ||
btnShrink_Click ( object sender, |
Close error view.
|
|
tbSource_TextChanged ( object sender, |
Is called, each time, the text has changed. Set "Intern.Formula.Source to source text.
|
public static AddError ( string errorText, int line, int column ) : void | ||
errorText | string | |
line | int | |
column | int | |
return | void |
protected ViewError ( string errorText ) : void | ||
errorText | string | |
return | void |