C# Class MonoDevelop.Ide.CodeFormatting.FormatBufferHandler

Inheritance: MonoDevelop.Components.Commands.CommandHandler
Exibir arquivo Open project: LogosBible/monodevelop Class Usage Examples

Protected Methods

Method Description
Run ( object tool ) : void
Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void

Private Methods

Method Description
GetFormatter ( Mono.TextEditor.Document &doc ) : MonoDevelop.Ide.CodeFormatting.CodeFormatter

Method Details

Run() protected method

protected Run ( object tool ) : void
tool object
return void

Update() protected method

protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo
return void