C# Class Naggy.NaggyTriggers

Mostrar archivo Open project: saaadhu/naggy

Public Methods

Method Description
Initialize ( DTE d ) : void
Register ( ITextBuffer buffer, System.Action delayed, System.Action disabled ) : void

Private Methods

Method Description
ActiveProjectConfigurationChanged ( object sender, EventArgs e ) : void
DiagnosticsFinder_Toggled ( object sender, EventArgs e ) : void
DocumentEventsOnDocumentClosing ( Document document ) : void
DocumentEventsOnDocumentSaved ( Document document ) : void
GetBufferForDocument ( Document d ) : ITextBuffer
IsDocumentBuffer ( ITextBuffer b, Document d ) : bool
buffer_Changed ( object sender, TextContentChangedEventArgs e ) : void
windowEvents_WindowActivated ( Window GotFocus, Window LostFocus ) : void

Method Details

Initialize() public static method

public static Initialize ( DTE d ) : void
d DTE
return void

Register() public static method

public static Register ( ITextBuffer buffer, System.Action delayed, System.Action disabled ) : void
buffer ITextBuffer
delayed System.Action
disabled System.Action
return void