Uncomment command

Summary

Removes comment marks in the selection or current line.

Description

Removes comment marks at the beginning of each line at the selected area. If there is no selection, this command removes comment marks at the current line.

How to Run

  • Default Menu: Convert > Uncomment

  • All Commands: Convert > Uncomment

  • Toolbar:

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_EDIT_UNCOMMENT (4372)

Macros

[JavaScript]

editor.ExecuteCommandByID(4372);

[VBScript]

editor.ExecuteCommandByID 4372