Méthode | Description | |
---|---|---|
BeginBatchUpdate ( ) : void | ||
CanInsertFor ( string file ) : bool | ||
CanRemoveFor ( string file ) : bool | ||
ConfiguredEditor ( ) : System | ||
EndBatchUpdate ( ) : void | ||
GetCaret ( ) : |
||
GetDirtyFiles ( string file ) : string>[].KeyValuePair |
||
GetWindows ( ) : string[] | ||
GoTo ( |
||
GoTo ( |
||
Initialize ( |
||
Insert ( |
||
Remove ( EditorEngine.Core.Messaging.Messages.EditorRemoveMessage msg ) : void | ||
RequestUserInput ( string identifier, string defaultValue ) : void | ||
RequestUserSelection ( string identifier, string items, string defaultValue ) : void | ||
RequestUserSelectionAtCaret ( string identifier, string items ) : void | ||
RunCommand ( string args ) : void | ||
SetFocus ( ) : void |
Méthode | Description | |
---|---|---|
openConfiguration ( ) : void | ||
queryCommand ( string cmd, string parameters, bool visible ) : string | ||
runCommand ( string cmd, string parameters, bool visible ) : |
||
tryOpenConfiguration ( ) : void |
public GetDirtyFiles ( string file ) : string>[].KeyValuePair |
||
file | string | |
Résultat | string>[].KeyValuePair |
public GoTo ( |
||
location | ||
Résultat | void |
public GoTo ( |
||
location | ||
window | string | |
Résultat | void |
public Initialize ( |
||
location | ||
args | string | |
Résultat | void |
public Insert ( |
||
message | ||
Résultat | void |
public Remove ( EditorEngine.Core.Messaging.Messages.EditorRemoveMessage msg ) : void | ||
msg | EditorEngine.Core.Messaging.Messages.EditorRemoveMessage | |
Résultat | void |
public RequestUserInput ( string identifier, string defaultValue ) : void | ||
identifier | string | |
defaultValue | string | |
Résultat | void |
public RequestUserSelection ( string identifier, string items, string defaultValue ) : void | ||
identifier | string | |
items | string | |
defaultValue | string | |
Résultat | void |
public RequestUserSelectionAtCaret ( string identifier, string items ) : void | ||
identifier | string | |
items | string | |
Résultat | void |