C# Class MonoDevelop.CSharp.Refactoring.CSharpFeaturesTextEditorExtension

Inheritance: TextEditorExtension
Datei anzeigen Open project: powerumc/monodevelop_korean

Public Methods

Method Description
IsValidInContext ( MonoDevelop context ) : bool

Private Methods

Method Description
CSharpFeaturesTextEditorExtension ( ) : System
FindAllReferences ( ) : void
FindAllReferencesHandler_Update ( MonoDevelop.Components.Commands.CommandInfo ci ) : void
FindReferences ( ) : void
FindReferences_Update ( MonoDevelop.Components.Commands.CommandInfo ci ) : void
GotoDeclaration ( ) : void
GotoDeclaration_Update ( MonoDevelop.Components.Commands.CommandInfo ci ) : void
RenameCommand ( ) : void
RenameCommand_Update ( MonoDevelop.Components.Commands.CommandInfo ci ) : void

Method Details

IsValidInContext() public method

public IsValidInContext ( MonoDevelop context ) : bool
context MonoDevelop
return bool