Property | Type | Description | |
---|---|---|---|
editor | NekoKun.UI.Scintilla |
Method | Description | |
---|---|---|
Commit ( ) : void | ||
Copy ( ) : void | ||
Cut ( ) : void | ||
Delete ( ) : void | ||
Paste ( ) : void | ||
Redo ( ) : void | ||
ScriptEditor ( ScriptFile item ) : System | ||
ScriptEditor_FormClosing ( object sender, |
||
SelectAll ( ) : void | ||
ShowFindDialog ( ) : void | ||
ShowReplaceDialog ( ) : void | ||
Undo ( ) : void | ||
editor_TextDeleted ( object sender, ScintillaNET e ) : void | ||
editor_TextInserted ( object sender, ScintillaNET e ) : void |
Method | Description | |
---|---|---|
ScriptEditor ( ) : System | ||
toolboxControl_DragDrop ( object sender, |
||
toolboxControl_DragEnter ( object sender, |
||
toolboxControl_MouseMove ( object sender, MouseEventArgs e ) : void |
public ScriptEditor ( ScriptFile item ) : System | ||
item | ScriptFile | |
return | System |
public ScriptEditor_FormClosing ( object sender, |
||
sender | object | |
e | ||
return | void |
public editor_TextDeleted ( object sender, ScintillaNET e ) : void | ||
sender | object | |
e | ScintillaNET | |
return | void |
public editor_TextInserted ( object sender, ScintillaNET e ) : void | ||
sender | object | |
e | ScintillaNET | |
return | void |