Troubleshooting the ReplyTo:QueryStatusByID Feature in EmEditor - EEID_FINDBAR_INCREMENTAL Issue (45^)

Troubleshooting the ReplyTo:QueryStatusByID Feature in EmEditor - EEID_FINDBAR_INCREMENTAL Issue (45^)

Kenneth Lv8

Troubleshooting the ReplyTo:QueryStatusByID Feature in EmEditor - EEID_FINDBAR_INCREMENTAL Issue (45^)

October 31, 2013 at 12:17 am #17410

Stefan

Participant

“EEID_FINDBAR_INCREMENTAL” is not a ID, but a string, the name of that command.

The ID is 4571

See EmEditor Help – Command Reference – Search category

Incremental Search (Find toolbar) command
Toggles the Incremental Search button on the Find toolbar.
Toggles the Incremental Search button on the Find toolbar. When Incremental Search is activated,
EmEditor will search and highlight results as the user types.

How to Run
Default Menu: None
All Commands: Search > Find Toolbar > Incremental Search
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID
EEID_FINDBAR_INCREMENTAL (4571)
Macros
[JavaScript]
editor.ExecuteCommandByID(4571);

Also take a look in the help for EmEditor Macro Reference – Editor Object > QueryStatusByID Method

Retrieves the current status of the specified command, whether it is enabled and checked.
[JavaScript]
nStatus = editor.QueryStatusByID(nID);

Parameters
nID
Specifies an integer indicating the Command ID to execute.
See the Command Reference for the list of available commands.

Return Values
Returns a combination of the following values.
eeStatusEnabled The command is enabled.
eeStatusLatched The command is checked.

.

Also read:

https://techidaily.com
  • Title: Troubleshooting the ReplyTo:QueryStatusByID Feature in EmEditor - EEID_FINDBAR_INCREMENTAL Issue (45^)
  • Author: Kenneth
  • Created at : 2024-10-10 16:50:48
  • Updated at : 2024-10-14 18:14:42
  • Link: https://win-help.techidaily.com/troubleshooting-the-replytoquerystatusbyid-feature-in-emeditor-eeidfindbarincremental-issue-45/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
Troubleshooting the ReplyTo:QueryStatusByID Feature in EmEditor - EEID_FINDBAR_INCREMENTAL Issue (45^)