C# Class ScintillaNET_Kitchen.Forms.MainForm

Afficher le fichier Open project: uuf6429/ScintillaNET-Kitchen

Méthodes publiques

Méthode Description
MainForm ( ) : System
UpdateResult ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

GetLexerStyles ( Lexer lexer ) : string>.Dictionary
SerializeValue ( object value ) : string

Private Methods

Méthode Description
ExecuteCode ( string code, object>.Dictionary args, Type requiredTypes ) : void
InitializeComponent ( ) : void

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

LoadLexerStyles ( Lexer lexer ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
dataGridView1_CellValueChanged ( object sender, DataGridViewCellEventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
lexerToolStripMenuItem_DropDownItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
menuStrip1_Resize ( object sender, EventArgs e ) : void
newToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openToolStripMenuItem_Click ( object sender, EventArgs e ) : void
prefillForeColorToolStripMenuItem_Click ( object sender, EventArgs e ) : void
propertyGrid1_PropertyValueChanged ( object s, PropertyValueChangedEventArgs e ) : void
saveToolStripMenuItem_Click ( object sender, EventArgs e ) : void
toolStripComboBox1_SelectedIndexChanged ( 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

GetLexerStyles() protected méthode

protected GetLexerStyles ( Lexer lexer ) : string>.Dictionary
lexer Lexer
Résultat string>.Dictionary

MainForm() public méthode

public MainForm ( ) : System
Résultat System

SerializeValue() protected méthode

protected SerializeValue ( object value ) : string
value object
Résultat string

UpdateResult() public méthode

public UpdateResult ( ) : void
Résultat void