Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > View category

Command: Auto Indent command

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

Auto Indent command

Summary

Enables or disables the auto indent.

Description

Enables or disables the auto indent. When auto indent is enabled, EmEditor will automatically indent newline characters to match the indent of the line immediately preceding the newline character.

How to Run

Default Menu: View > Tab/Indent > Auto Indent

All Commands: View > Tab/Indent > Auto Indent

Toolbar: auto_indent24x16

Status Bar: None

Default Shortcut Key: None

Plug-in Command ID

EEID_TOGGLE_AUTO_INDENT (4540)

Macros

[JavaScript]

editor.ExecuteCommandByID(4540);

[VBScript]

editor.ExecuteCommandByID 4540

Copyright © 2003-2023 by Emurasoft, Inc.