-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open / edit layouts with no associated map #182
Comments
I'm not sure what a good way to do this in the UI would be. When sorting the map list by layout, perhaps there could be a right-click option to open the layout in "map-only" mode. This would effectively disable the non-map tabs, but still allow editing and saving all things layout-related. |
Is there a reason not to do that? 👀 |
Big +1 to this. Just going by the instances of There's essentially second versions of these maps that are entirely invisible/inaccessible in Porymap (other than the Layout View, in which they just show up as empty folders). So you currently have to create a map, copy your changes over from the main layout, manually replace the alternate layout with your new layout in the json (or overwrite the existing layout file in the filesystem), and then delete your extra leftover map data. I might try to figure out how to implement something to handle this and PR it, but I've never used Qt or C++ (mainly C# and other interpreted languages, but I'm catching on to C pretty fast via pokeemerald). Would really love to see this become a feature one way or another though. |
Discussion in the discord on the layout issue: https://discord.com/channels/442462691542695948/495019188042203147/1015661854225338438 Summary:
|
At the moment, to open/edit layouts that don't have an associated map you have to create a dummy map, which clutters the project and is tedious to do for multiple layouts. The ability to open/edit these layouts without having to do so would be convenient
The text was updated successfully, but these errors were encountered: