Method | Description | |
---|---|---|
Activate ( ) : void | ||
Copy ( ) : void | ||
Cut ( ) : void | ||
Deactivate ( ) : void | ||
GoToLine ( int lineNumber ) : void | ||
Load ( string filename ) : void | ||
NewDocument ( ) : bool | ||
Paste ( ) : void | ||
Redo ( ) : void | ||
Restyle ( ) : void | ||
Save ( string filename ) : void | ||
ScriptEditView ( PluginMain main ) : System | ||
Undo ( ) : void | ||
ZoomIn ( ) : void | ||
ZoomOut ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ProcessCmdKey ( |
Method | Description | |
---|---|---|
InitializeAutoComplete ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InitializeFolding ( ) : void | ||
InitializeHighlighting ( ) : void | ||
InitializeMargins ( ) : void | ||
codeBox_CharAdded ( object sender, ScintillaNET.CharAddedEventArgs e ) : void | ||
codeBox_InsertCheck ( object sender, ScintillaNET.InsertCheckEventArgs e ) : void | ||
codeBox_MarginClick ( object sender, ScintillaNET.MarginClickEventArgs e ) : void | ||
codeBox_SavePointLeft ( object sender, |
||
codeBox_SavePointReached ( object sender, |
||
codeBox_TextChanged ( object sender, |
||
codeBox_UpdateUI ( object sender, ScintillaNET.UpdateUIEventArgs e ) : void | ||
codebox_KeyDown ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected ProcessCmdKey ( |
||
msg | ||
keyData | Keys | |
return | bool |
public ScriptEditView ( PluginMain main ) : System | ||
main | PluginMain | |
return | System |