Project Search
🔗 Original page — Source of this material
Description
Allows you to find an action in the project by its id or by the variable it uses.
How to open the window in ProjectMaker?
- Use the CTRL+F hotkey
- For convenience, you can also put a button on the top Toolbar. How to do this can be ❗→ read here.
What is this used for?
- Project debugging
- Searching for errors, variables, and actions
- Quick navigation to a project element
How does the search work?

- Enter the action id or variable name in the field.
- Check the box if you have more than one project open and need to search in all of them.
- Start the process or close the window.
The screenshot shows an error id. How to get it is described below.
How to get the action id
While working on your project, errors may occur in the ❗→ log.

- Hover your mouse over the message and right-click it.
- Click the corresponding section.
Starting from ZennoPoster 7.3.2.0 you can copy the id not only from error messages, but from any message at all.
Usage example
After you have created your project in ProjectMaker, you decide to run it in Zennoposter. During execution, one of the threads shows an error—you need to find and fix it.
- Copy the error code to the clipboard.
- Open the Project Search window.
- Paste the error id.
- You will be taken to the action where the error occurred in that particular thread.
- Fix the error or change the logic.
This method works not only for your own templates, but also for purchased ones. Often, authors sell their products in a closed form, and you will not be able to view or edit them. Simply copy the error and send it to the developer for further troubleshooting.