메소드 | 설명 | |
---|---|---|
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 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 |
메소드 | 설명 | |
---|---|---|
appendArguments ( string arguments ) : void | ||
close ( Socket server ) : void | ||
connect ( ) : Socket | ||
isRooted ( string path ) : bool | ||
isSublimeRunning ( ) : bool | ||
loadProject ( string project ) : |
||
openConfiguration ( ) : void | ||
projectFromArgs ( string>.KeyValuePair |
||
readMessage ( Socket server ) : string | ||
request ( string msg ) : string | ||
runCommand ( string cmd, string parameters, bool visible ) : |
||
send ( string msg ) : void | ||
sendMessage ( Socket server, string msg ) : 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 ( |
||
msg | ||
리턴 | void |
public Remove ( EditorEngine.Core.Messaging.Messages.EditorRemoveMessage msg ) : void | ||
msg | 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 |