> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/intro-1/update-note/2026/202605/20260507.md).

# \[2026.05.07] Editor feature overhaul

### Editor

#### 1.1. (New) Tile placement mode

We have added a new tile placement mode. It can be used by clicking a wall in 3D mode.

* Tile size can be modified at \[Dashboard > Enterprise/Public Finish Material Library > Tile Detail Page].

{% columns %}
{% column %}
![](/files/0bb4af49997bd4555d747f67bcfe4ee0200c687e)
{% endcolumn %}

{% column %}
![](/files/6abc77c84c641d010400c600b6d2d9fdf90a6eab)
{% endcolumn %}
{% endcolumns %}

![](/files/3c4eb9807c0fbcf8ffbf045b49658a36b18f9e51)

***

### 1.2. (Revamped) Finish Material Editor UI/UX

We have revamped the Finish Material Editor UI/UX.

#### 1.2.1. Face Editor header UI cleanup

* Added shortcuts: M (measure), G (add guideline)
* Improved measurement line Shift orthogonal mode and style: when drawing a measurement line, holding Shift snaps it horizontally/vertically.

\[Previous]

![](/files/dec89b973e8cf03962d4ca37a51bcba9ba57199b)

\[Previous]

![](/files/8630ea850e6dab6a0cd3705c7e7f761908c11eda)

#### 1.2.2. Improved consistency of molding design preview size

When creating molding, component.w1/h1 is initialized to the actual territory size. When you change the height (h1) in the design preview, it is synchronized with the actual molding height. Width (w1) is determined by the wall size, so the input has been disabled.

\[Previous]

![](/files/2610038c6b5252cbf3cf3435d8dd325de652185b)

\[Previous]

![](/files/f0ed2e8d5bc136a9b70e8c131116eec5a5368ed8)

***

#### 1.2.3. Molding drag move

* You can drag the selected molding on the canvas to move it along the y-axis.
* Applies boundary limits (territory top/bottom) and snap points (top/center/bottom), and displays blue guidelines.

![](/files/cbcb2b6a34e0b0f26b1bf880c10e79102d3d2964)

***

#### 1.2.4. Added FaceEditor > PopupMenu

* Delete guidelines individually: You can delete a guideline individually from the right-click popup menu. (Added Container name='guideline' to FaceGuidelines)
* Copy pattern: moved from the header to the right-click popup menu (TerritoryMenu).

***


---

# 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.archisketch.com/guide/intro-1/update-note/2026/202605/20260507.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.
