# Find & Replace

The **Find & Replace** tool improves Blender’s built-in functionality by introducing **Find Previous**, popup-based search, match counter, and more. It's designed to fix a critical gap in Blender's Text Editor.

<figure><img src="/files/BVdCDLJFxfftG9OIlh8T" alt=""><figcaption></figcaption></figure>

***

### 📍 Location

You can access this tool in two ways:

> **Text Editor Sidebar** → `Text` tab → **Find & Replace** panel
>
> ![](/files/9NmCggqOumn98feETm7j)

> **Shortcut:** `F1` to open the popup instantly.
>
> ![](/files/z52naJGGPk6tHEKX2cfp)

***

### Features

* **Find Previous** – Navigate to the previous match (missing in default Blender).
* **Match Counter** – Displays the number of matches at the top of the popup (e.g. `1 of 7`).
* **No Match Warning** – Shows *"No matches found"* if the text isn’t present.
* **Auto-Fill Find Text** – Automatically inserts the selected word into the search field when the popup opens.

***

### UI Preview

{% stepper %}
{% step %}
**Default State**

*No search term entered, clean UI preview.*

<figure><img src="/files/6eAcIUCr8TpEeAjmeTqz" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Search in Action**

Shows a found match with active highlight and match count.

<figure><img src="/files/IyTjSQfcrks4c8I1SM5I" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**No Matches Found**

*Indicates search result with no matches and relevant message.*

<figure><img src="/files/e9rkuvd2Y2q81HQCnWas" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

## ⚙️ Preferences

<div align="left"><figure><img src="/files/BS1QpDU2xbgcvJuIbj8c" alt=""><figcaption></figcaption></figure></div>

⚡ Auto Activate Find

Automatically places the cursor in the Find field when the pop-up opens, so you can start typing right away.

#### 🧩 Use Textify Find & Replace

Enables the custom **Textify Find & Replace** button in the UI, which triggers the enhanced search.

#### ✨ Real-Time Highlighting

Display search count and highlight occurrences in real-time.

#### 🔍 Enable Find on Enter

Search for the word after you press Enter following your input.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jishnujithu.gitbook.io/textify/tools/openapi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
