SynWrite Wiki
Advanced text editor for programmers and Notepad replacement.
Brought to you by:
alexey_t,
matthias030
SynAction function is used to call some misc plugin functionality. Its Delphi prototype is:
function SynAction(AHandle: Pointer; AName: PWideChar; A1, A2, A3, A4: Pointer): Integer; stdcall;
Parameters are:
Return value depends on action, generally it may be:
cSynOK
to indicate OK result.cSynBadCmd
to indicate unknown action.cSynError
to indicate error result.
Wiki: SynInit
Wiki: binary API actions
Wiki: binary Auto-Completion plugins
Wiki: binary Command plugins
Wiki: binary Goto-Definition plugins
Wiki: binary Panel plugins