Method | Description | |
---|---|---|
Advise ( ISourceSupervisorEvents pEvents, uint &pdwCookie ) : void | ||
OnTypeChar ( IVsTextView pView, string ch ) : void | ||
PrimaryTextChanged ( int processImmediately ) : void | ||
SourceSupervisor ( INHamlSource source ) : System | ||
Unadvise ( uint dwCookie ) : void |
Method | Description | |
---|---|---|
GetDocumentPath ( IVsHierarchy hierarchy, uint itemid ) : string |
public Advise ( ISourceSupervisorEvents pEvents, uint &pdwCookie ) : void | ||
pEvents | ISourceSupervisorEvents | |
pdwCookie | uint | |
return | void |
public OnTypeChar ( IVsTextView pView, string ch ) : void | ||
pView | IVsTextView | |
ch | string | |
return | void |
public PrimaryTextChanged ( int processImmediately ) : void | ||
processImmediately | int | |
return | void |
public SourceSupervisor ( INHamlSource source ) : System | ||
source | INHamlSource | |
return | System |