C# Class nHydrate.Generator.Common.Util.TextManagerEvents

Inheritance: IVsTextManagerEvents
Mostra file Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
OnRegisterMarkerType ( int iMarkerType ) : void
OnRegisterView ( IVsTextView pView ) : void
OnUnregisterView ( IVsTextView pView ) : void
OnUserPreferencesChanged ( VIEWPREFERENCES pViewPrefs, FRAMEPREFERENCES pFramePrefs, LANGPREFERENCES pLangPrefs, FONTCOLORPREFERENCES pColorPrefs ) : void
RegisterForTextManagerEvents ( ) : void
Setup ( ) : void

Private Methods

Method Description
GetService ( ) : IVsTextManager2
UIntToColor ( uint color ) : System.Drawing.Color

Method Details

OnRegisterMarkerType() public method

public OnRegisterMarkerType ( int iMarkerType ) : void
iMarkerType int
return void

OnRegisterView() public method

public OnRegisterView ( IVsTextView pView ) : void
pView IVsTextView
return void

OnUnregisterView() public method

public OnUnregisterView ( IVsTextView pView ) : void
pView IVsTextView
return void

OnUserPreferencesChanged() public method

public OnUserPreferencesChanged ( VIEWPREFERENCES pViewPrefs, FRAMEPREFERENCES pFramePrefs, LANGPREFERENCES pLangPrefs, FONTCOLORPREFERENCES pColorPrefs ) : void
pViewPrefs VIEWPREFERENCES
pFramePrefs FRAMEPREFERENCES
pLangPrefs LANGPREFERENCES
pColorPrefs FONTCOLORPREFERENCES
return void

RegisterForTextManagerEvents() public static method

public static RegisterForTextManagerEvents ( ) : void
return void

Setup() public static method

public static Setup ( ) : void
return void