Route document workflow prompts through app core
This commit is contained in:
@@ -395,15 +395,16 @@ Known local toolchain state:
|
||||
contract as JSON and is covered for project files, ABR imports, PPBR
|
||||
imports, and malformed path rejection.
|
||||
- `pano_cli simulate-app-session` exposes `pp_app_core` project-open,
|
||||
app-close, save, save-as, and save-version decisions as JSON and is covered
|
||||
for clean, dirty, already-prompting, new-document, save-as, save-version, and
|
||||
dirty-save-version states.
|
||||
app-close, save, save-as, save-version, and save-before-workflow decisions
|
||||
as JSON and is covered for clean, dirty, already-prompting, missing-canvas,
|
||||
new-document, save-as, save-version, and dirty-save-version states.
|
||||
- `pp_app_core_document_route_tests` covers the app document-open route
|
||||
contract for PPI/project files, ABR imports, PPBR imports, inner-dot names,
|
||||
and malformed paths before the live `App::open_document` performs UI or
|
||||
legacy canvas work.
|
||||
- `pp_app_core_document_session_tests` covers clean and dirty app session plus
|
||||
save-request decisions without requiring a window, canvas, or message box.
|
||||
save-request and save-before-workflow decisions without requiring a window,
|
||||
canvas, or message box.
|
||||
- `pp_ui_core` consumes vcpkg tinyxml2 only when `PP_USE_VCPKG_TINYXML2=ON`
|
||||
through the vcpkg preset; default and Android validation still use the
|
||||
retained vendored fallback tracked by DEBT-0012.
|
||||
|
||||
Reference in New Issue
Block a user