Свойство | Type | Description | |
---|---|---|---|
OnDocumentClosing | void | ||
OnEditorTreeClosing | void | ||
OnTreeUpdateCompleted | void | ||
OutlineNode | bool | ||
OutlineRange | bool | ||
OutlineSections | void |
Méthode | Description | |
---|---|---|
BuildRegions ( OutlineRegionCollection newRegions ) : bool | ||
ROutlineRegionBuilder ( IREditorDocument document, IEditorShell shell ) : System | ||
Visit ( IAstNode node, object param ) : bool |
Méthode | Description | |
---|---|---|
CompareRegions ( OutlineRegionCollection newRegions, OutlineRegionCollection oldRegions, int upperBound ) : ITextRange | ||
Dispose ( bool disposing ) : void | ||
MainThreadAction ( object backgroundProcessingResult ) : void | ||
OnTextBufferChanged ( object sender, TextContentChangedEventArgs e ) : void |
Méthode | Description | |
---|---|---|
OnDocumentClosing ( object sender, |
||
OnEditorTreeClosing ( object sender, |
||
OnTreeUpdateCompleted ( object sender, |
||
OutlineNode ( IAstNode node, int &startLineNumber, int &endLineNumber ) : bool |
Determines if particular AST node produces collapsible region
|
|
OutlineRange ( ITextSnapshot snapshot, ITextRange range, int &startLineNumber, int &endLineNumber ) : bool |
Determines if range is large enough to be outlined
|
|
OutlineSections ( |
Outlines comments that define sections such as # NAME ---
|
public BuildRegions ( OutlineRegionCollection newRegions ) : bool | ||
newRegions | OutlineRegionCollection | |
Résultat | bool |
protected CompareRegions ( OutlineRegionCollection newRegions, OutlineRegionCollection oldRegions, int upperBound ) : ITextRange | ||
newRegions | OutlineRegionCollection | |
oldRegions | OutlineRegionCollection | |
upperBound | int | |
Résultat | ITextRange |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected MainThreadAction ( object backgroundProcessingResult ) : void | ||
backgroundProcessingResult | object | |
Résultat | void |
protected OnTextBufferChanged ( object sender, TextContentChangedEventArgs e ) : void | ||
sender | object | |
e | TextContentChangedEventArgs | |
Résultat | void |
public ROutlineRegionBuilder ( IREditorDocument document, IEditorShell shell ) : System | ||
document | IREditorDocument | |
shell | IEditorShell | |
Résultat | System |
public Visit ( IAstNode node, object param ) : bool | ||
node | IAstNode | |
param | object | |
Résultat | bool |