C# Class SphereStudio.ScriptEditor.ScriptEditView

Inheritance: Sphere.Plugins.Views.ScriptView
ファイルを表示 Open project: Radnen/spherestudio

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

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, EventArgs e ) : void
codeBox_SavePointReached ( object sender, EventArgs e ) : void
codeBox_TextChanged ( object sender, EventArgs e ) : void
codeBox_UpdateUI ( object sender, ScintillaNET.UpdateUIEventArgs e ) : void
codebox_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Copy() public method

public Copy ( ) : void
return void

Cut() public method

public Cut ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GoToLine() public method

public GoToLine ( int lineNumber ) : void
lineNumber int
return void

Load() public method

public Load ( string filename ) : void
filename string
return void

NewDocument() public method

public NewDocument ( ) : bool
return bool

Paste() public method

public Paste ( ) : void
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
return bool

Redo() public method

public Redo ( ) : void
return void

Restyle() public method

public Restyle ( ) : void
return void

Save() public method

public Save ( string filename ) : void
filename string
return void

ScriptEditView() public method

public ScriptEditView ( PluginMain main ) : System
main PluginMain
return System

Undo() public method

public Undo ( ) : void
return void

ZoomIn() public method

public ZoomIn ( ) : void
return void

ZoomOut() public method

public ZoomOut ( ) : void
return void