Метод | Описание | |
---|---|---|
GenerateCompletionData ( string p_strFileName, |
Generate the list of possible code copmletion values.
|
|
InsertAction ( ICompletionData p_cdtData, |
Inserts the selected completion value. If we are closing a tag, we request a reformatting of the line. |
|
ProcessKey ( char p_chrKey ) : CompletionDataProviderKeyResult |
Determines if the given character should trigger selection of the current code completion item in the code completion window.
|
|
XmlCompletionProvider ( |
The default constructor.
|
Метод | Описание | |
---|---|---|
ContainsSiblings ( |
Determines if the given XML particle contains the given sibling elements, and populates the list of elements that are eligible to be the next element in the XML document. A particle contains the siblings if the siblings are children of the given particle. |
|
GetAutoCompleteList ( |
Gets the list of possible next values.
|
|
GetChildrenElements ( |
Gets the child elements of the given XML particle that are eligible to be the next element in the XML document.
|
|
GetDocumentation ( |
Gets the documentation associated with the given XML element.
|
|
ParseSchema ( Stack |
Parse the current XML Schema to generate a list of autocomplete values.
|
|
findElement ( |
Finds the element specified in the given stack, starting from the given XML particle.
|
public GenerateCompletionData ( string p_strFileName, |
||
p_strFileName | string | The name of the file being edited. |
p_txaTextArea | The area containing the document being edited. | |
p_chrCharTyped | char | The character that was typed that triggered the request for /// the code completion list. |
Результат | ICompletionData[] |
public InsertAction ( ICompletionData p_cdtData, |
||
p_cdtData | ICompletionData | The code completion selection that was chosen. |
p_txaTextArea | The area containing the document being edited. | |
p_intInsertionOffset | int | Where the selection should be inserted into the document. |
p_chrKey | char | The character that was used to choose this completion selection. |
Результат | bool |
public ProcessKey ( char p_chrKey ) : CompletionDataProviderKeyResult | ||
p_chrKey | char | The key for which it is to be determined if it should trigger selection of the current code completion /// item in the code completion window. |
Результат | CompletionDataProviderKeyResult |
public XmlCompletionProvider ( |
||
p_xedEditor | ||
Результат | System |