C# Class Pickaxe.Studio.EditControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: bitsummation/pickaxe Class Usage Examples

Méthodes publiques

Méthode Description
EditControl ( string logValue ) : System
New ( ) : string
Open ( ) : string
Run ( ) : void
Save ( ) : string
SaveAs ( ) : string
Stop ( ) : void
StopApplication ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AutoSave ( ) : void
Compile ( string source ) : void
DoInvoke ( System.Action action ) : void
InitHighlighting ( ) : void
InitializeComponent ( ) : void

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

ListErrors ( string errors ) : void
OnDocumentChanged ( object sender, ICSharpCode.TextEditor.Document.DocumentEventArgs e ) : void
OnHighlight ( int line ) : void
OnIsDirtyChanged ( ) : void
OnIsRunningChanged ( ) : void
OnPreCompile ( ) : void
OnProgress ( ProgressArgs e ) : void
OnSelectResults ( RuntimeTable result ) : void
ProgramFinished ( ) : 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

EditControl() public méthode

public EditControl ( string logValue ) : System
logValue string
Résultat System

New() public méthode

public New ( ) : string
Résultat string

Open() public méthode

public Open ( ) : string
Résultat string

Run() public méthode

public Run ( ) : void
Résultat void

Save() public méthode

public Save ( ) : string
Résultat string

SaveAs() public méthode

public SaveAs ( ) : string
Résultat string

Stop() public méthode

public Stop ( ) : void
Résultat void

StopApplication() public méthode

public StopApplication ( ) : void
Résultat void