C# 클래스 SphereStudio.ScriptEditor.ScriptEditView

상속: Sphere.Plugins.Views.ScriptView
파일 보기 프로젝트 열기: Radnen/spherestudio

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

Copy() 공개 메소드

public Copy ( ) : void
리턴 void

Cut() 공개 메소드

public Cut ( ) : void
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GoToLine() 공개 메소드

public GoToLine ( int lineNumber ) : void
lineNumber int
리턴 void

Load() 공개 메소드

public Load ( string filename ) : void
filename string
리턴 void

NewDocument() 공개 메소드

public NewDocument ( ) : bool
리턴 bool

Paste() 공개 메소드

public Paste ( ) : void
리턴 void

ProcessCmdKey() 보호된 메소드

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

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Restyle() 공개 메소드

public Restyle ( ) : void
리턴 void

Save() 공개 메소드

public Save ( string filename ) : void
filename string
리턴 void

ScriptEditView() 공개 메소드

public ScriptEditView ( PluginMain main ) : System
main PluginMain
리턴 System

Undo() 공개 메소드

public Undo ( ) : void
리턴 void

ZoomIn() 공개 메소드

public ZoomIn ( ) : void
리턴 void

ZoomOut() 공개 메소드

public ZoomOut ( ) : void
리턴 void