Свойство | Type | Description | |
---|---|---|---|
startOffset | int |
Méthode | Description | |
---|---|---|
AfterBackspace ( ) : void | ||
AfterDelete ( ) : void | ||
AfterReturn ( ) : void | ||
AfterType ( char ch ) : void | ||
BeforeBackspace ( bool &handledCommand ) : void | ||
BeforeDelete ( bool &handledCommand ) : void | ||
BeforeReturn ( bool &handledCommand ) : void | ||
BeforeType ( char ch, bool &handledCommand ) : void | ||
Dispose ( ) : void | ||
EditSession ( ) : System | ||
EditSession ( int startOffset, int endOffset ) : System | ||
SessionStarted ( ) : void |
Méthode | Description | |
---|---|---|
CheckIsValid ( ) : bool | ||
OnEditorSet ( ) : void |
Méthode | Description | |
---|---|---|
SetEditor ( TextEditor editor ) : void |
public BeforeBackspace ( bool &handledCommand ) : void | ||
handledCommand | bool | |
Résultat | void |
public BeforeDelete ( bool &handledCommand ) : void | ||
handledCommand | bool | |
Résultat | void |
public BeforeReturn ( bool &handledCommand ) : void | ||
handledCommand | bool | |
Résultat | void |
public BeforeType ( char ch, bool &handledCommand ) : void | ||
ch | char | |
handledCommand | bool | |
Résultat | void |
public EditSession ( int startOffset, int endOffset ) : System | ||
startOffset | int | |
endOffset | int | |
Résultat | System |