Send Feedback command

Summary

Sends feedback to the EmEditor developer team.

Description

Sends feedback to the EmEditor developer team.

How to Run

  • Default Menu: Help > Send Feedback

  • All Commands: Help > Send Feedback

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_SEND_FEEDBACK (4058)

Macros

[JavaScript]

editor.ExecuteCommandByID(4058);

[VBScript]

editor.ExecuteCommandByID 4058