# Customize Query Editor

## **Editor Font Size**

You can change the Font Size of the editor by:

* Clicking on the config/setting button at the bottom left of the Query Editor
* Choose **Font Size** options.

You can also configure the Editor Font Size via the app's preferences (**`⌘ + ,`**) at the **`Fonts & Colors`** tab.

## **Highlight current query**

By default, TablePlus highlights the current query where the cursor is pointing at. You can change this option by:

* Clicking on the config/setting button at the bottom left of the Query Editor
* Select/Unselect **`Highlight Current Query`** to enable/disable it.

## **Raise Notice notifications**

By default, TablePlus sends notifications for the RAISE NOTICE commands in PostgreSQL. You can change this option by:

* Clicking on the config/setting button at the bottom left of the Query Editor
* Select/Unselect **`Enable Raise Notice notifications`** to enable/disable it.

## **Restore recent queries**

If enabled, TablePlus restore the queries from the precious session when you open the Query Editor. You can change this option by:

* Clicking on the config/setting button at the bottom left of the Query Editor
* Select/Unselect **`Restore recent queries`** to enable/disable it.

## **Return on error**

If enabled, TablePlus will stop on the error command when running multiple queries. If it's turned off, TablePlus will ignore the error and carry on until all the queries are finished.

You can change this option by:

* Clicking on the config/setting button at the bottom left of the Query Editor
* Select/Unselect **`Return on error`** to enable/disable it.

For more customization, visit the app's preferences setting (**`⌘ + ,`**).


---

# 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://docs.tableplus.com/query-editor/customize-query-editor.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.
