Méthode | Description | |
---|---|---|
Execute ( TextArea textArea ) : void | Executes this edit action | |
FindSelectedCommentRegion ( IDocument document, string commentStart, string commentEnd, int selectionStartOffset, int selectionEndOffset ) : |
Méthode | Description | |
---|---|---|
RemoveComment ( IDocument document, |
||
SetCommentAt ( IDocument document, int offsetStart, int offsetEnd, string commentStart, string commentEnd ) : void |
public Execute ( TextArea textArea ) : void | ||
textArea | TextArea | The |
Résultat | void |
public static FindSelectedCommentRegion ( IDocument document, string commentStart, string commentEnd, int selectionStartOffset, int selectionEndOffset ) : |
||
document | IDocument | |
commentStart | string | |
commentEnd | string | |
selectionStartOffset | int | |
selectionEndOffset | int | |
Résultat |