Method | Description | |
---|---|---|
Compile ( string source, string input ) : ExecutionEnvironment | ||
CreateMenus ( IIde ide ) : System.Windows.Forms.ToolStripMenuItem[] | ||
GetInfo ( string source, int cursorPosition ) : string |
Method | Description | |
---|---|---|
checkDebugging ( IIde ide, Action |
||
color ( ExecutionEnvironment env, Color orig, Action |
||
createAnnotationSet ( bool copyFromCurrent, IIde ide ) : void | ||
font ( ExecutionEnvironment env, FontSpec prevFont, Color defaultColor, Action |
||
updateAnnotationSets ( IIde ide ) : void | ||
updateWatch ( IIde ide ) : void |
public Compile ( string source, string input ) : ExecutionEnvironment | ||
source | string | |
input | string | |
return | ExecutionEnvironment |
public CreateMenus ( IIde ide ) : System.Windows.Forms.ToolStripMenuItem[] | ||
ide | IIde | |
return | System.Windows.Forms.ToolStripMenuItem[] |
public GetInfo ( string source, int cursorPosition ) : string | ||
source | string | |
cursorPosition | int | |
return | string |