View Issue Details

IDProjectCategoryView StatusLast Update
0004895NoesisGUIStudiopublic2026-03-16 20:02
Reporterdstewart Assigned Todfranjic  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Summary0004895: Changes 'Ctrl+S' Saved Inside Inline Editors Don't Get Saved to ResourceDictionary
Description

Currently, when a Template or Style is edited via the inline Dummy Editor, actuating the Ctrl+S 'Save' function only saves recent changes in the Page the Resource was accessed instead of saving the content modified on-Stage.

This can result in closing open documents with unsaved work, as it is not clear that the application's scope does not correspond to what the user is editing.

The proposal for this would involve having the 'save' function apply to the Resource that is currently being accessed, rather than the Page it was accessed from.


Repro Steps:

1) Create a Studio Project featuring a MainPage.xaml

2) Introduce a Button Element to the root Grid of the Page, and size it to 512x512.

3) Right click on the Button Element on-Stage, navigate to the 'Templates' category of the context menu, and select 'Create'.

4) Give the Template any name, and save it to GlobalResources.xaml
This will open the Template in the Inline Dummy Template Editor.

5) Make any Property value change to any of the Elements on-Stage (changing the Border's 'Background' color is a good one).

6) Press Ctrl+S to Save the change made.

Observe how the GlobalResources.xaml tab, where the change in Step 5) was made, has not registered a save.

Expected Results: When editing a Template, pressing 'save' saves the changes made inside of the Template, no matter where the editor is accessed from.

PlatformAny

Activities

dfranjic

dfranjic

2026-03-16 20:02

developer   ~0012053

Implemented in r16830

Issue History

Date Modified Username Field Change
2026-03-13 16:37 dstewart New Issue
2026-03-16 20:02 dfranjic Assigned To => dfranjic
2026-03-16 20:02 dfranjic Status new => resolved
2026-03-16 20:02 dfranjic Resolution open => fixed
2026-03-16 20:02 dfranjic Note Added: 0012053