MonoDevelop.Ide.CodeFormatting.FormatBufferHandler.Update C# (CSharp) Méthode

Update() protected méthode

protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo
Résultat void
		protected override void Update (CommandInfo info)
		{
			Document doc;
			var formatter = GetFormatter (out doc);
			info.Enabled = formatter != null;
		}
		
FormatBufferHandler