C# 클래스 Nexus.Client.ModManagement.Scripting.XmlScript.CPL.Controls.CPLTextEditor

And editor for the Conditional Pattern Language.
상속: ICSharpCode.TextEditor.TextEditorControl
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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