Method | Description | |
---|---|---|
ClearDocumentList ( ) : void | ||
CloseDocument ( System.Guid scriptId ) : void |
This function does NOT save the script if it has been modified.
|
|
DocumentFromId ( System.Guid id ) : |
||
FindScript ( string fullpath ) : System.Guid | ||
Initialize ( string initialSaveDirectory ) : void | ||
NewDocument ( EventHandler |
||
NewDocument ( string initialText, bool setAsActive ) : System.Guid |
Create a new script file
|
|
OpenDocument ( System parentForm ) : System.Guid | ||
OpenDocument ( string path, bool setActive ) : System.Guid | ||
SaveAll ( bool onlyIfModified ) : int | ||
SaveDocument ( System.Guid scriptId, bool showSaveDialog ) : void | ||
ScriptCloseEventHelper ( System.Guid scriptId ) : void | ||
SetActiveDoc ( System.Guid id ) : void | ||
SetActiveFileToNext ( ) : void | ||
SetDocumentModified ( System.Guid document_id, bool modified ) : void |
Method | Description | |
---|---|---|
IndexFromId ( System.Guid id ) : int |
public static CloseDocument ( System.Guid scriptId ) : void | ||
scriptId | System.Guid | |
return | void |
public static DocumentFromId ( System.Guid id ) : |
||
id | System.Guid | |
return |
public static FindScript ( string fullpath ) : System.Guid | ||
fullpath | string | |
return | System.Guid |
public static Initialize ( string initialSaveDirectory ) : void | ||
initialSaveDirectory | string | |
return | void |
public static NewDocument ( EventHandler |
||
userInterfaceCallback | EventHandler |
|
return | System.Guid |
public static NewDocument ( string initialText, bool setAsActive ) : System.Guid | ||
initialText | string | |
setAsActive | bool | make the new script the "active" document |
return | System.Guid |
public static OpenDocument ( System parentForm ) : System.Guid | ||
parentForm | System | |
return | System.Guid |
public static OpenDocument ( string path, bool setActive ) : System.Guid | ||
path | string | |
setActive | bool | |
return | System.Guid |
public static SaveAll ( bool onlyIfModified ) : int | ||
onlyIfModified | bool | |
return | int |
public static SaveDocument ( System.Guid scriptId, bool showSaveDialog ) : void | ||
scriptId | System.Guid | |
showSaveDialog | bool | |
return | void |
public static ScriptCloseEventHelper ( System.Guid scriptId ) : void | ||
scriptId | System.Guid | |
return | void |
public static SetActiveDoc ( System.Guid id ) : void | ||
id | System.Guid | |
return | void |
public static SetDocumentModified ( System.Guid document_id, bool modified ) : void | ||
document_id | System.Guid | |
modified | bool | |
return | void |