Method | Description | |
---|---|---|
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 | ||
TimeoutAfter ( int milliseconds ) : |
Method | Description | |
---|---|---|
Handle_serverClientConnected ( object sender, |
||
Handle_serverIncomingMessage ( object sender, |
||
applyBufferID ( string path, bool setBufferNumber ) : int | ||
completeSnippet ( object status ) : void | ||
editFile ( string file ) : int | ||
getBuffer ( string command ) : int | ||
getBufferID ( string path ) : int | ||
getCommand ( string command ) : string | ||
getExecutable ( string arguments ) : string | ||
getFirstAvailableBuffer ( ) : int | ||
getIsHeadless ( string arguments ) : bool | ||
getLocation ( ) : |
||
getLocation ( int bufferID ) : |
||
getModified ( ) : string | ||
getModified ( int bufferID ) : string | ||
getParameters ( ) : string | ||
getPort ( string arguments ) : int | ||
getText ( ) : string | ||
getText ( int bufferID ) : string | ||
getWhitespacePrefix ( string line ) : string | ||
goTo ( int buffer, |
||
handleModifications ( ) : void | ||
handleReply ( string message ) : bool | ||
listenForModifications ( ) : void | ||
removeBuffer ( int id ) : void | ||
runFunction ( string function ) : string | ||
send ( string message ) : void |
public GetDirtyFiles ( string file ) : string>[].KeyValuePair |
||
file | string | |
return | string>[].KeyValuePair |
public GoTo ( |
||
location | ||
return | void |
public GoTo ( |
||
location | ||
window | string | |
return | void |
public Initialize ( |
||
location | ||
args | string | |
return | void |
public Insert ( |
||
message | ||
return | void |
public Remove ( EditorEngine.Core.Messaging.Messages.EditorRemoveMessage message ) : void | ||
message | EditorEngine.Core.Messaging.Messages.EditorRemoveMessage | |
return | void |
public RequestUserInput ( string identifier, string defaultValue ) : void | ||
identifier | string | |
defaultValue | string | |
return | void |
public RequestUserSelection ( string identifier, string items, string defaultValue ) : void | ||
identifier | string | |
items | string | |
defaultValue | string | |
return | void |
public RequestUserSelectionAtCaret ( string identifier, string items ) : void | ||
identifier | string | |
items | string | |
return | void |
public TimeoutAfter ( int milliseconds ) : |
||
milliseconds | int | |
return |