> For the complete documentation index, see [llms.txt](https://docs.dietrichs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dietrichs.com/dietrichs-intelligent-documentation/docs-de-en/2d-auxiliary-geometry/texte-beschriftungen/texte/texte-editieren-andern.md).

# Edit, modify texts

## Edit

Using the 'Edit' function, one can modify texts on a drawing. The program precisely detects whether the text was created as single-line or multi-line and automatically opens the corresponding dialog box. In each case, the same dialog box opens as when the text was originally created. Therefore, both the text itself and its formatting can be changed.

There is, however, a special case when positioning. Using the right mouse button, you can cancel the positioning; in that case the text is inserted at its previous location.

## Modify

With the 'Modify (Texts)' function, one can change the formatting of one or multiple texts. In the upper and lower sections of the dialog box, the same configuration options are available as in the dialog box for text styles. This allows assigning a different setting to an individual text than the one defined in the text style. In the topmost drop-down list, one can also directly select a different text style.

At the lower end of the upper section of the dialog box there are settings that only come into existence when the text is created. Therefore they are not related to the text style. The following settings can be changed there:

**Layer**: This displays the layer to which the selected texts belong. By changing the layer, all selected texts are assigned to the new layer.

**Text was created**: The program can distinguish whether a text originates from a file from the design program or was entered manually in the drawing program. This information is used when inserting another file into the same view window. With the 'Drawing Program' software version, it can be set there whether the content of the view window should be fully cleared before insertion, only elements from a file, or nothing at all. This can be manipulated by changing the assignment of individual elements here.

To modify texts, one may select any number of texts at once. When multiple texts are selected, it may frequently occur that some of the texts have different settings for one or more options. Because the program can display only one setting per option, three asterisks (\*\*\*) appear in the affected field. This immediately indicates that the selected texts have differing settings in that field. As long as the setting in such a field is not changed, the individual texts retain their respective settings. However, once the setting is changed, all selected texts receive the new setting.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dietrichs.com/dietrichs-intelligent-documentation/docs-de-en/2d-auxiliary-geometry/texte-beschriftungen/texte/texte-editieren-andern.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
