메소드 | 설명 | |
---|---|---|
BeginBatchUpdate ( ) : void | ||
CanInsertFor ( string file ) : bool | ||
CanRemoveFor ( string file ) : bool | ||
EndBatchUpdate ( ) : void | ||
GetCaret ( ) : |
||
GetDirtyFiles ( string file ) : string>[].KeyValuePair |
||
GetWindows ( ) : string[] | ||
GoTo ( |
||
GoTo ( |
||
Initialize ( |
||
Insert ( |
||
Remove ( EditorEngine.Core.Messaging.Messages.EditorRemoveMessage message ) : 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 |
메소드 | 설명 | |
---|---|---|
invoke ( string arguments ) : void |
public GetDirtyFiles ( string file ) : string>[].KeyValuePair |
||
file | string | |
리턴 | string>[].KeyValuePair |
public GoTo ( |
||
location | ||
리턴 | void |
public GoTo ( |
||
location | ||
window | string | |
리턴 | void |
public Initialize ( |
||
location | ||
args | string | |
리턴 | void |
public Insert ( |
||
message | ||
리턴 | void |
public Remove ( EditorEngine.Core.Messaging.Messages.EditorRemoveMessage message ) : void | ||
message | EditorEngine.Core.Messaging.Messages.EditorRemoveMessage | |
리턴 | void |
public RequestUserInput ( string identifier, string defaultValue ) : void | ||
identifier | string | |
defaultValue | string | |
리턴 | void |
public RequestUserSelection ( string identifier, string items, string defaultValue ) : void | ||
identifier | string | |
items | string | |
defaultValue | string | |
리턴 | void |
public RequestUserSelectionAtCaret ( string identifier, string items ) : void | ||
identifier | string | |
items | string | |
리턴 | void |