详细描述
Macro Definition Documentation
◆
CODEEDITOR_SETMODE
#define CODEEDITOR_SETMODE
|
SCRIPTMODE
Set the script mode.
◆
CODEEDITOR_GETSTRING
#define CODEEDITOR_GETSTRING
|
String
Return the script string.
◆
CODEEDITOR_SETSTRING
#define CODEEDITOR_SETSTRING
|
String
Store the script string.
◆
CODEEDITOR_COMPILE
#define CODEEDITOR_COMPILE
|
BaseContainer
Compile the script:
CODEEDITOR_GETERROR
◆
CODEEDITOR_EXECUTE
#define CODEEDITOR_EXECUTE
|
Bool
返回
true
if the script was executed successfully, otherwise
false
.
◆
CODEEDITOR_DISABLEUNDO
#define CODEEDITOR_DISABLEUNDO
|
Bool
Set to
true
to disable undo.
◆
CODEEDITOR_STOREUNDO
#define CODEEDITOR_STOREUNDO
|
Bool
Store undo.
◆
CODEEDITOR_RESTOREUNDO
#define CODEEDITOR_RESTOREUNDO
|
Bool
Restore undo.
◆
CODEEDITOR_GETID
DescID
Return the description ID for the script string parameter.