Add editor layout preset menu - #514
Closed
yasufumi-nakata wants to merge 2 commits into
Closed
yasufumi-nakata wants to merge 2 commits into
yasufumi-nakata wants to merge 2 commits into
Conversation
yasufumi-nakata
force-pushed
the
yasufumi/ers-100-layout-menu
branch
from
May 15, 2026 20:32
3b4bb4e to
f8b72b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #100.
I can't use the GitLab instance from this machine, so I'm submitting this through the GitHub mirror.
This replaces stale/conflicting PR #365 with a fresh branch against current
master.Summary:
Layouteditor menu with preset apply, reload, and save-current-layout actions.LayoutManagerto load YAML layout presets fromEditorAssets/Configuration/Layouts, support external ImGui ini payloads throughImGuiIniPath, preserve full ini data on save, and update existing presets by display name.EditorAssets/DefaultLayout/imgui.iniand point the default preset YAML at it.Verification:
git diff --checkDisplayNameandImGuiIniPath, and thatEditorAssets/DefaultLayout/imgui.iniexists.clang++ -std=c++17 -fsyntax-onlycheck forLayoutManager.cppandGUI_Menu_Layout.cppusing local stubs for unavailable external dependencies.Known local build blocker:
ThirdParty/vcpkg/scripts/buildsystems/vcpkg.cmakeis missing and no Unix Makefiles build program is configured (CMAKE_MAKE_PROGRAMunset).