C# Class SendToGist.SendToGistPackage

Inheritance: Package
ファイルを表示 Open project: perikete/SendToGist

Public Methods

Method Description
GetCurrentFilename ( IWpfTextView wpfTextView ) : string
SendToGistPackage ( ) : System
SetStatusBarText ( string text ) : void

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
GetActiveTextView ( ) : IWpfTextView
MenuItemCallback ( object sender, EventArgs e ) : void
OnBeforeQueryStatus ( object sender, EventArgs e ) : void

Method Details

GetCurrentFilename() public static method

public static GetCurrentFilename ( IWpfTextView wpfTextView ) : string
wpfTextView IWpfTextView
return string

Initialize() protected method

protected Initialize ( ) : void
return void

SendToGistPackage() public method

public SendToGistPackage ( ) : System
return System

SetStatusBarText() public method

public SetStatusBarText ( string text ) : void
text string
return void