EmEditor Home - EmEditor Help - Command Reference - Search category

Find Previous Word command

Summary

Finds the previous occurrence of the specified text.

Description

Finds the previous occurrence of the specified string, if a string is selected. Otherwise, finds the previous occurrence of the word at the cursor position.

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.FindRepeat(eeFindRepeatPrevious | eeFindRepeatWord);

[VBScript]

document.selection.FindRepeat eeFindRepeatPrevious Or eeFindRepeatWord

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2012 by Emurasoft, Inc.