C# Класс Nexus.Client.ModManagement.Scripting.XmlScript.CPL.Controls.CPLTextEditor

And editor for the Conditional Pattern Language.
Наследование: ICSharpCode.TextEditor.TextEditorControl
Показать файл Открыть проект

Открытые методы

Метод Описание
CPLTextEditor ( ) : System

The default constructor.

ValidateCPL ( ) : void

Validates the CPL.

Защищенные методы

Метод Описание
OnTextChanged ( EventArgs e ) : void

Starts the timers to validate the CPL.

Приватные методы

Метод Описание
Caret_PositionChanged ( object sender, EventArgs e ) : void
CodeValidated ( object sender, EventArgs e ) : void
ValidateOnTimer ( object sender, EventArgs e ) : void

Validates the CPL, after a given period has elapsed.

This method is called by a timer after a set span after the text in the editor was last changed.

ViewModel_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Описание методов

CPLTextEditor() публичный Метод

The default constructor.
public CPLTextEditor ( ) : System
Результат System

OnTextChanged() защищенный Метод

Starts the timers to validate the CPL.
protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs An describing the event arguments.
Результат void

ValidateCPL() публичный Метод

Validates the CPL.
public ValidateCPL ( ) : void
Результат void