C# Class Microsoft.VisualPastie.VisualPastiePackage

Inheritance: Microsoft.VisualStudio.Shell.Package
Mostrar archivo Open project: brooklynDev/Visual-Pastie

Private Properties

Property Type Description
GetActiveTextView IWpfTextView
GetCurrentEditorLanguage PastieAPI.Language
GetSelectedText string
GetTextForPastie string
MenuItemCallback void
SelectionIsAvailable bool
SetStatus void

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
GetActiveTextView ( ) : IWpfTextView
GetCurrentEditorLanguage ( ) : PastieAPI.Language
GetSelectedText ( ITextView view ) : string
GetTextForPastie ( ITextView view ) : string
MenuItemCallback ( object sender, EventArgs e ) : void
SelectionIsAvailable ( ITextView view ) : bool
SetStatus ( string format ) : void

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void