Property | Type | Description | |
---|---|---|---|
bStartBreaking | bool |
Method | Description | |
---|---|---|
Error ( string sParam ) : void |
This method shows the Error message.
|
|
Error ( string sParam, int nLine ) : void |
This method shows the Error message.
|
|
ParseLine ( string line ) : void |
This method Highlights the current line in textbox
|
|
ParseLine ( string line, int nParam ) : void |
This method highlights a line, that strts from particular symbol.
|
|
execCmd ( string cmd, string param, |
This method executes one line of code.
|
|
extractCmdParam ( String sParams ) : String[] |
This method extracts Params from one string to the array.
|
|
frMain ( ) : System | ||
processBlanks ( string sParam, |
||
processLogicalSeq ( string sParam, |
This method process some logical sequence and returns result - is it true or false.
|
|
processVars ( string sParam, |
This method is processing vars.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CountExpression ( string sParam ) : string |
This method sets all brackets needed in this seq.
|
|
HideRun ( ) : void |
THis method hides Run window.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadFile ( string sParam ) : void |
Loads file with source to the textbox1.
|
|
SaveFile ( string sParam ) : void |
Saves Source File, that is opened in textbox1.
|
|
SetCaption ( ) : void |
This method updates Caption of the Main form.
|
|
ShowRun ( ) : void |
This method shows the Run window.
|
|
copyToolStripMenuItem_Click ( object sender, |
||
cutToolStripMenuItem_Click ( object sender, |
||
dialOpen_FileOk ( object sender, CancelEventArgs e ) : void | ||
dialSave_FileOk ( object sender, CancelEventArgs e ) : void | ||
exitToolStripMenuItem_Click ( object sender, |
||
inKbrd ( string s ) : void | ||
isCmd ( string param ) : bool |
Checks, if string contains commands at all.
|
|
newProjectToolStripMenuItem1_Click ( object sender, |
||
onlineWikiToolStripMenuItem_Click ( object sender, |
||
openToolStripMenuItem_Click ( object sender, |
||
pairBrackets ( string sParam ) : bool |
This method checks, if brackets are paired.
|
|
pasteToolStripMenuItem_Click ( object sender, |
||
processComplicatedSeq ( string sParam ) : string |
This method processes Complicated seq.
|
|
processSimpleSeq ( string sParam, |
Method, processing simple sequence - A <+,-,*,/> B
|
|
reparseAll ( ) : void | ||
runToolStripMenuItem1_Click ( object sender, |
This method runs main source file.
|
|
saveAsToolStripMenuItem_Click ( object sender, |
||
saveToolStripMenuItem_Click ( object sender, |
||
selectAllToolStripMenuItem_Click ( object sender, |
||
syntaxHToolStripMenuItem_Click ( object sender, |
||
textBox1_KeyUp ( object sender, |
||
textBox1_TextChanged ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Error ( string sParam, int nLine ) : void | ||
sParam | string | Error text. |
nLine | int | The number of the line, where the exception occured. |
return | void |
public ParseLine ( string line ) : void | ||
line | string | Text of the line |
return | void |
public ParseLine ( string line, int nParam ) : void | ||
line | string | The text of the line. |
nParam | int | The number of the first symbol in our line. |
return | void |
public execCmd ( string cmd, string param, |
||
cmd | string | The name of command to execute. |
param | string | Parameters for this command |
fFunc | The instance of Func class, which is currently running. | |
return | string |
public extractCmdParam ( String sParams ) : String[] | ||
sParams | String | |
return | String[] |
public processBlanks ( string sParam, |
||
sParam | string | |
fFunc | ||
return | string |
public processLogicalSeq ( string sParam, |
||
sParam | string | Some sequence |
fFunc | Func class instance | |
return | bool |
public processVars ( string sParam, |
||
sParam | string | String with @vars. |
fFunc | The instance of Func class, which is currently running. | |
return | string |