Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Select All command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - Edit category

Select All command

Summary

Selects all.

Description

Selects all characters in the current document.

How to Run

Default Menu: Edit > Select All

All Commands: Edit > Extend Selection > Select All

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: CTRL+A

Plug-in Command ID

EEID_EDIT_SELECT_ALL (4136)

Macros

[JavaScript]

document.selection.SelectAll();

[VBScript]

document.selection.SelectAll

Copyright © 2003-2023 by Emurasoft, Inc.