C# Class GlueView.Scripting.FullScriptingReplForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
FullScriptingReplForm ( ScriptParsingPlugin scriptParsingPlugin ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

FullScriptingReplForm() public méthode

public FullScriptingReplForm ( ScriptParsingPlugin scriptParsingPlugin ) : System
scriptParsingPlugin GlueViewOfficialPlugins.Scripting.ScriptParsingPlugin
Résultat System