C# Class NekoKun.ScriptEditor

Inheritance: AbstractEditor, IClipboardHandler, IUndoHandler, IDeleteHandler, ISelectAllHandler, IFindReplaceHandler, IToolboxProvider
Show file Open project: NekoProject/NekoKun

Public Properties

Property Type Description
editor NekoKun.UI.Scintilla

Public Methods

Method Description
Commit ( ) : void
Copy ( ) : void
Cut ( ) : void
Delete ( ) : void
Paste ( ) : void
Redo ( ) : void
ScriptEditor ( ScriptFile item ) : System
ScriptEditor_FormClosing ( object sender, FormClosingEventArgs e ) : void
SelectAll ( ) : void
ShowFindDialog ( ) : void
ShowReplaceDialog ( ) : void
Undo ( ) : void
editor_TextDeleted ( object sender, ScintillaNET e ) : void
editor_TextInserted ( object sender, ScintillaNET e ) : void

Private Methods

Method Description
ScriptEditor ( ) : System
toolboxControl_DragDrop ( object sender, DragEventArgs e ) : void
toolboxControl_DragEnter ( object sender, DragEventArgs e ) : void
toolboxControl_MouseMove ( object sender, MouseEventArgs e ) : void

Method Details

Commit() public method

public Commit ( ) : void
return void

Copy() public method

public Copy ( ) : void
return void

Cut() public method

public Cut ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

Paste() public method

public Paste ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

ScriptEditor() public method

public ScriptEditor ( ScriptFile item ) : System
item ScriptFile
return System

ScriptEditor_FormClosing() public method

public ScriptEditor_FormClosing ( object sender, FormClosingEventArgs e ) : void
sender object
e System.Windows.Forms.FormClosingEventArgs
return void

SelectAll() public method

public SelectAll ( ) : void
return void

ShowFindDialog() public method

public ShowFindDialog ( ) : void
return void

ShowReplaceDialog() public method

public ShowReplaceDialog ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void

editor_TextDeleted() public method

public editor_TextDeleted ( object sender, ScintillaNET e ) : void
sender object
e ScintillaNET
return void

editor_TextInserted() public method

public editor_TextInserted ( object sender, ScintillaNET e ) : void
sender object
e ScintillaNET
return void

Property Details

editor public property

public NekoKun.UI.Scintilla editor
return NekoKun.UI.Scintilla