C# 클래스 GlueView.Scripting.FullScriptingReplForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
FullScriptingReplForm ( ScriptParsingPlugin scriptParsingPlugin ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ApplyRichTextBoxScript ( System.Windows.Forms.RichTextBox richTextBox, bool refreshSelection = true ) : void
Apply_Click ( object sender, EventArgs e ) : void
ClassScopeTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
CreateScriptSave ( ) : ScriptSave
HandleDragDrop ( object sender, DragEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
LoadScript ( string fileToLoad ) : void
MarkLineAsRed ( System.Windows.Forms.RichTextBox richTextBox, int errorLine ) : void
PerformUpdateScript ( ) : void
ResetClick ( object sender, EventArgs e ) : void
ScriptTextBox_TextChanged ( object sender, EventArgs e ) : void
SendMessage ( IntPtr hWnd, int msg, int wParam, [ lParam ) : Int32
SetCueText ( Control control, string text ) : void
SetFromScriptSave ( ScriptSave scriptSave ) : void
UpdateTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
UpdateTextBox_TextChanged ( object sender, EventArgs e ) : void
loadToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveAsToolStripMenuItem_Click ( object sender, EventArgs e ) : 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

FullScriptingReplForm() 공개 메소드

public FullScriptingReplForm ( ScriptParsingPlugin scriptParsingPlugin ) : System
scriptParsingPlugin GlueViewOfficialPlugins.Scripting.ScriptParsingPlugin
리턴 System