Highlights
- Arrange Component elements across two editor panes.
- Reorder tabs within a pane and move sources between panes.
- Keep a useful reference open while editing related code.
- Review additions, changes and removals grouped by Component before saving.
- Inspect structured Database cell content in an expanded read-only preview.
In detail
Organize the editor around the current task
Organize the editor around the current task
Tabs can be reordered within their pane and moved between the main and split groups. The builder can rearrange the working set as the investigation develops—for example, promoting a source from reference material to the element currently being edited.The editor also retains the distinction between a source being previewed and a source kept open as a tab. That allows navigation through a larger Component collection without requiring every inspected item to remain permanently in the working set.When the split workspace is no longer needed, its sources can return to the main tab group. Consolidating the layout does not mean discarding the code being inspected or treating the split pane as a separate copy of the application. The panes are two views into the same Component authoring context.
Review the set of changes before saving
Review the set of changes before saving
The save workflow groups affected elements under their parent Component. A builder can expand a Component to inspect which elements were added, changed or removed and choose which Component changes to include in the save action.This matters when a working session touches several areas. Some edits may be ready while others are still being investigated. Grouping by Component keeps the decision aligned with the application definition instead of presenting a flat list of unrelated source files.The review shows the kind of change alongside the element name. An addition, an edit and a removal are different decisions; making that distinction visible helps the builder inspect the intended scope before continuing. The save action is available when there is selected work to save.This is the editor’s authoring review. It should not be confused with the later Assistant approval experience: here the builder is organizing and saving their own Component work within the Web IDE.
Inspect structured data without flattening it
Inspect structured data without flattening it
Database lists now provide an expanded preview for supported structured cell values. Rather than trying to read an entire object inside a narrow grid column, the operator can open a code-oriented view that preserves the value’s structure.The preview is read-only and remains connected to the selected record and column. It supports inspection without implying that opening the value changes the record or executes any content found inside it.For example, an application record may contain a nested integration response or a collection of related values. An expanded representation makes it easier to distinguish the outer object, its keys and nested entries before returning to the record list. The normal Database detail and editing workflows remain responsible for intentional changes.

