Method | Description | |
---|---|---|
Compare ( ICompletionData a, ICompletionData b ) : int | ||
DefaultCompletionData ( string text, int imageIndex ) : System | ||
DefaultCompletionData ( string text, string description, int imageIndex ) : System | ||
InsertAction ( TextArea textArea, char ch ) : bool |
public static Compare ( ICompletionData a, ICompletionData b ) : int | ||
a | ICompletionData | |
b | ICompletionData | |
return | int |
public DefaultCompletionData ( string text, int imageIndex ) : System | ||
text | string | |
imageIndex | int | |
return | System |
public DefaultCompletionData ( string text, string description, int imageIndex ) : System | ||
text | string | |
description | string | |
imageIndex | int | |
return | System |
public InsertAction ( TextArea textArea, char ch ) : bool | ||
textArea | TextArea | |
ch | char | |
return | bool |