Method | Description | |
---|---|---|
Format ( MonoDevelop data ) : void | ||
Format ( MonoDevelop data, TextLocation location ) : void | ||
Format ( MonoDevelop data, TextLocation startLocation, TextLocation endLocation, bool exact = true ) : void | ||
Format ( MonoDevelop data, int startOffset, int endOffset, bool exact = true ) : void | ||
Format ( PolicyContainer policyParent, IEnumerable |
||
FormatStatmentAt ( MonoDevelop data, Mono.TextEditor.DocumentLocation location ) : void |
Method | Description | |
---|---|---|
BuildStub ( MonoDevelop data, CSharpCompletionTextEditorExtension seg, int endOffset, int &memberStartOffset ) : string | ||
GetFormattingChanges ( PolicyContainer policyParent, IEnumerable |
public static Format ( MonoDevelop data ) : void | ||
data | MonoDevelop | |
return | void |
public static Format ( MonoDevelop data, TextLocation location ) : void | ||
data | MonoDevelop | |
location | TextLocation | |
return | void |
public static Format ( MonoDevelop data, TextLocation startLocation, TextLocation endLocation, bool exact = true ) : void | ||
data | MonoDevelop | |
startLocation | TextLocation | |
endLocation | TextLocation | |
exact | bool | |
return | void |
public static Format ( MonoDevelop data, int startOffset, int endOffset, bool exact = true ) : void | ||
data | MonoDevelop | |
startOffset | int | |
endOffset | int | |
exact | bool | |
return | void |
public static Format ( PolicyContainer policyParent, IEnumerable |
||
policyParent | PolicyContainer | |
mimeTypeChain | IEnumerable |
|
data | MonoDevelop | |
startOffset | int | |
endOffset | int | |
exact | bool | |
formatLastStatementOnly | bool | |
return | void |
public static FormatStatmentAt ( MonoDevelop data, Mono.TextEditor.DocumentLocation location ) : void | ||
data | MonoDevelop | |
location | Mono.TextEditor.DocumentLocation | |
return | void |