Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Delete Right Word command

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

Delete Right Word command

Summary

Deletes the word to the right of the cursor.

Description

Deletes text from the cursor position to the first character of the next word in the current line. This command does delete white space.

How to Run

Default Menu: None

All Commands: Edit > Delete > Delete Right Word

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: CTRL+DELETE

Plug-in Command ID

EEID_DELETE_RIGHT_WORD (4275)

Macros

[JavaScript]

document.selection.WordRight(true,1);

document.selection.Delete(1);

[VBScript]

document.selection.WordRight true,1

document.selection.Delete 1

Copyright © 2003-2023 by Emurasoft, Inc.