SynWrite Wiki
Advanced text editor for programmers and Notepad replacement.
Brought to you by:
alexey_t,
matthias030
This action can be called by plugin to control plugin's log panel, which is shown in Output panel.
Parameters:
Command id | Meaning |
---|---|
cSynLogCmdHide | Hide log panel |
cSynLogCmdShow | Show log panel |
cSynLogCmdAddLine | Append data string to log panel |
cSynLogCmdClear | Clear log panel |
cSynLogCmdSetCaption | Set log panel's caption to data string |
Return value: cSynOK
if valid command id was passed, or cSynBadCmd
otherwise.