C# Class AcManager.Tools.TextEditing.TextEditorExtension

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
IsBusy ( this editor ) : bool
SetAsIniEditor ( this editor, Action changedHandler ) : void
SetDocument ( this editor, string content ) : void

Method Details

IsBusy() public static méthode

public static IsBusy ( this editor ) : bool
editor this
Résultat bool

SetAsIniEditor() public static méthode

public static SetAsIniEditor ( this editor, Action changedHandler ) : void
editor this
changedHandler Action
Résultat void

SetDocument() public static méthode

public static SetDocument ( this editor, string content ) : void
editor this
content string
Résultat void