C# Class AcManager.Tools.TextEditing.TextEditorExtension

Show file Open project: gro-ove/actools

Public Methods

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

Method Details

IsBusy() public static method

public static IsBusy ( this editor ) : bool
editor this
return bool

SetAsIniEditor() public static method

public static SetAsIniEditor ( this editor, Action changedHandler ) : void
editor this
changedHandler Action
return void

SetDocument() public static method

public static SetDocument ( this editor, string content ) : void
editor this
content string
return void