> 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-en/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 edited in \[Dashboard > Enterprise/Public Finish Material Library > Tile Detail Page].

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

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

![](/files/3c4eb9807c0fbcf8ffbf045b49658a36b18f9e51)

***

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

We redesigned the Finish Material Editor UI/UX.

#### 1.2.1. Face Editor Header UI Cleanup

* Added shortcuts: M (Measure), G (Add Guide Line)
* Improved measurement line Shift orthogonal mode and style: when drawing a measurement line, pressing Shift snaps it horizontally/vertically.

\[Previous]

![](/files/dec89b973e8cf03962d4ca37a51bcba9ba57199b)

\[Previous]

![](/files/8630ea850e6dab6a0cd3705c7e7f761908c11eda)

#### 1.2.2. Improved Molding Design Preview Size Consistency

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

\[Previous]

![](/files/2610038c6b5252cbf3cf3435d8dd325de652185b)

\[Previous]

![](/files/f0ed2e8d5bc136a9b70e8c131116eec5a5368ed8)

***

#### 1.2.3. Batten (Molding) Drag Move

* You can drag the selected molding on the canvas to move it along the y-axis.
* Boundary restrictions (territory top/bottom) and snap points (top, center, bottom) are applied, and blue guidelines are displayed.

![](/files/cbcb2b6a34e0b0f26b1bf880c10e79102d3d2964)

***

#### 1.2.4. FaceEditor > PopupMenu Added

* Delete guide lines individually: You can delete guide lines individually through the right-click popup menu. (Added Container name='guideline' to FaceGuidelines)
* Pattern copy: The location has been moved to the right-click popup menu (TerritoryMenu) in the header.

***


---

# 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-en/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.
