diff options
Diffstat (limited to 'fluid/ExternalCodeEditor_WIN32.cxx')
| -rw-r--r-- | fluid/ExternalCodeEditor_WIN32.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fluid/ExternalCodeEditor_WIN32.cxx b/fluid/ExternalCodeEditor_WIN32.cxx index 1afb0afff..bb7d5791a 100644 --- a/fluid/ExternalCodeEditor_WIN32.cxx +++ b/fluid/ExternalCodeEditor_WIN32.cxx @@ -544,8 +544,10 @@ int ExternalCodeEditor::reap_editor(DWORD *pid_reaped) { return -1; // any other return unexpected } -// [Public] Open external editor using 'editor_cmd' to edit 'code' +// [Public] Open external editor using 'editor_cmd' to edit 'code'. +// // 'code' contains multiline code to be edited as a temp file. +// 'code' can be NULL -- edits an empty file if so. // // Returns: // 0 if succeeds |
