C# Class Fractrace.FormulaEditor

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

Protected Properties

Свойство Type Description
mErrorText string

Méthodes publiques

Méthode Description
AddError ( string errorText, int line, int column ) : void

Fehler beim Übersetzen des Quellcodes wird angezeigt.

Format ( ) : void

Format

FormulaEditor ( ) : System

Constructer.

Init ( ) : void

Initialize text.

Méthodes protégées

Méthode Description
SelectLine ( int line ) : void

Given line is marked red.

ViewError ( string errorText ) : void

Show error as text and mark error line red.

ViewErrorInternal ( ) : void

Show error as text in panel1.

Private Methods

Méthode Description
Indent ( int indent ) : string
btnShrink_Click ( object sender, EventArgs e ) : void

Close error view.

tbSource_TextChanged ( object sender, EventArgs e ) : void

Is called, each time, the text has changed. Set "Intern.Formula.Source to source text.

Method Details

AddError() public static méthode

Fehler beim Übersetzen des Quellcodes wird angezeigt.
public static AddError ( string errorText, int line, int column ) : void
errorText string
line int
column int
Résultat void

Format() public méthode

Format
public Format ( ) : void
Résultat void

FormulaEditor() public méthode

Constructer.
public FormulaEditor ( ) : System
Résultat System

Init() public méthode

Initialize text.
public Init ( ) : void
Résultat void

SelectLine() protected méthode

Given line is marked red.
protected SelectLine ( int line ) : void
line int
Résultat void

ViewError() protected méthode

Show error as text and mark error line red.
protected ViewError ( string errorText ) : void
errorText string
Résultat void

ViewErrorInternal() protected méthode

Show error as text in panel1.
protected ViewErrorInternal ( ) : void
Résultat void

Property Details

mErrorText protected_oe property

protected string mErrorText
Résultat string